On Sat, Feb 15 2020, Kurt Mosiejczuk <[email protected]> wrote: > http://build-failures.rhaalovely.net/sparc64/2020-02-11/geo/spatialite/gis.log > http://build-failures.rhaalovely.net/powerpc/2020-01-27/geo/spatialite/gis.log > > ok to mark this BROKEN-sparc64/BROKEN-powerpc ?
libtool strips -lrasterlite from the command line arguments, this looks wrong. Also "-lstdc++ -lestdc++", boo. I'd rather give this error some exposure than sweep it under the rug. --8<-- /usr/bin/libtool --tag=disable-static --tag=CXX --mode=link c++ -I/usr/local/lib/wx/include/gtk3-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/local/include -L/usr/local/lib -o spatialite_gis Bitmaps.o ClassifyDlgs.o Dialogs.o GraphicsDlgs.o LayerTree.o Main.o MapDynamic.o MapView.o MetadataInit.o Network.o Objects.o OutputMap.o Shapefiles.o SqlHelpers.o TableDialogs.o -L/usr/local/lib -pthread -L/usr/X11R6/lib -L/usr/X11R6/lib -lwx_gtk3u_aui-3.0 -lwx_gtk3u_xrc-3.0 -lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -L/usr/local/lib -lspatialite -L/usr/local/lib -lrasterlite -L/usr/local/lib -lfreexl -lm -lhpdf -lgeotiff -lgeos_c -lproj -ltiff -ljpeg -lz libtool: link: c++ -o spatialite_gis -pthread -I/usr/local/lib/wx/include/gtk3-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/local/include Bitmaps.o ClassifyDlgs.o Dialogs.o GraphicsDlgs.o LayerTree.o Main.o MapDynamic.o MapView.o MetadataInit.o Network.o Objects.o OutputMap.o Shapefiles.o SqlHelpers.o TableDialogs.o -L.libs -lwx_gtk3u_aui-3.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpthread -lpixman-1 -lm -lfontconfig -lfreetype -lz -lexpat -lpng -lxcb-shm -lxcb -lxcb-render -lXrender -lX11 -lXext -lgobject-2.0 -lglib-2.0 -lintl -liconv -lgio-2.0 -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lXcomposite -lXdamage -lepoxy -lfribidi -lgraphite2 -lgmodule-2.0 -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpcre -lffi -lgthread-2.0 -lXxf86vm -lSM -lICE -lnotify -ljpeg -ltiff -lzstd -llzma -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu-3.0 -lSDL2 -lsndio -lsamplerate -lXss -lusbhid -lwx_gtk3u_xrc-3.0 -lwx_gtk3u_html-3.0 -lmspack -lwx_baseu_xml-3.0 -lwx_gtk3u_qa-3.0 -lwx_baseu_net-3.0 -lspatialite -lxml2 -lfreexl -lcharset -lproj -lsqlite3 -lgeos_c -lgeos -lstdc++ -lestdc++ -lgeotiff -lhpdf -Wl,-rpath-link,/usr/X11R6/lib,-rpath-link,/usr/local/lib Main.o: In function `MyFrame::GetRandomColor(int*, int*, int*)': Main.cpp:(.text+0x4620): warning: rand() may return deterministic values, is that what you want? .libs/libwx_baseu-3.0.so.0.0: warning: wcscat() is almost always misused, please use wcslcat() .libs/libglib-2.0.so.4201.3: warning: vsprintf() is often misused, please use vsnprintf() .libs/libwx_baseu-3.0.so.0.0: warning: wcscpy() is almost always misused, please use wcslcpy() Main.o: In function `MyFrame::MemoryDbSave()': Main.cpp:(.text+0xe908): warning: stpcpy() is dangerous; do not use it Main.o: In function `MyFrame::ConvertFromJulianDateTime(double, char*)': Main.cpp:(.text+0x6210): warning: strcat() is almost always misused, please use strlcat() ClassifyDlgs.o: In function `SubClassSizeDialog::CreateControls()': ClassifyDlgs.cpp:(.text+0x5a50): warning: sprintf() is often misused, please use snprintf() Main.o: In function `MyFrame::ConvertString(wxString&, char*, int*)': Main.cpp:(.text+0x95dc): warning: strcpy() is almost always misused, please use strlcpy() MapView.o: In function `MyMapView::GetRaster(void*, wxBitmap*)': MapView.cpp:(.text+0x1207c): undefined reference to `rasterliteGetBestAccess' MapView.o: In function `MyMapView::DrawRasterLayer(wxGraphicsContext*, MapLayer*)': MapView.cpp:(.text+0x12f30): undefined reference to `rasterliteOpen' MapView.cpp:(.text+0x12f38): undefined reference to `rasterliteIsError' MapView.cpp:(.text+0x12f54): undefined reference to `rasterliteSetTransparentColor' MapView.cpp:(.text+0x12f68): undefined reference to `rasterliteSetBackgroundColor' ... -->8-- -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
