Created attachment 154593 [details] patch
Any reason for all the - foo.so.%%COMPAT_LIB_VER%% + foo.so.5 ? this makes it harder to review
Created attachment 154607 [details] patch Update the patch to restore the variables.
devel/boost-docs update seems to be missing?
devel/boost-python-libs update seems missing too?
Haha, so new patch is too big for bugzilla.. So I have uploaded it here: https://people.freebsd.org/~brd/boost-1.57.diff
boost-libs fails to build on 9.3 amd64 and 9.3 i386: http://pb2.nyi.freebsd.org/data/93amd64-default-PR198751/2015-03-22_08h50m04s/logs/errors/boost-libs-1.57.0.log http://pb2.nyi.freebsd.org/data/93i386-default-PR198751/2015-03-22_09h05m32s/logs/errors/boost-libs-1.57.0.log
boost-libs fails to patch on 8.4 i386 and 8.4 amd64: http://pb2.nyi.freebsd.org/data/84amd64-default-PR198751/2015-03-22_09h22m31s/logs/errors/boost-libs-1.57.0.log http://pb2.nyi.freebsd.org/data/84i386-default-PR198751/2015-03-22_09h29m13s/logs/errors/boost-libs-1.57.0.log
Diff updated, but it is just a small change: Index: devel/boost-all/compiled.mk =================================================================== --- devel/boost-all/compiled.mk (revision 381786) +++ devel/boost-all/compiled.mk (working copy) @@ -1,7 +1,7 @@ USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message BJAM= bjam -USES+= compiler:c++11-lang +USES+= compiler:c++11-lib
Opps, I forgot, there is one other small change to that file: .else - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/src/user-config.jam .endif
c++-lib will break everything depending on boost and not using gcc
It works now on 8.4, 9.3, 10.0 building irc/ezbounce as a test.
irc/ezbounce has USE_GCC=yes, so this is not really a good test :-)
and dns/powerdns-recursor :)
Building will work, running will be the problem as libstdc++ from base will be incompatible with libstdc++ from the gcc port
But don't we already have that problem today?
Today, devel/boost-libs doesn't use compiler:c++11-libs
Right. I removed that from the latest patch.
Take for exp-run and copy maintainer
Exp-run results on 10.1 i386: http://pb2.nyi.freebsd.org/build.html?mastername=101i386-default-PR198751&build=2015-03-27_23h59m47s New failures on 10.1 i386: + {"origin"=>"audio/clementine-player", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"cad/openscad", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"deskutils/kdepim4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/avro-cpp", "phase"=>"build", "errortype"=>"clang"} + {"origin"=>"devel/kdevplatform", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/luabind", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"editors/libreoffice", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/allacrost", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/valyriatear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/widelands", "phase"=>"build", "errortype"=>"clang"} + {"origin"=>"graphics/aqsis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/evolvotron", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/hugin", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/mapnik", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/scantailor", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"math/aspcud", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"math/pdal", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"multimedia/gstreamer-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/gstreamer1-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/litecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/namecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent-nox11", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"security/quantis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"x11/leechcraft", "phase"=>"build", "errortype"=>"???"}
Exp-run results on 9.3 i386: http://pb2.nyi.freebsd.org/build.html?mastername=93i386-default-PR198751&build=2015-03-28_07h07m06s New failures on 9.3 i386: + {"origin"=>"audio/clementine-player", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"cad/openscad", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"deskutils/kdepim4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/kdevplatform", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/liblas", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"devel/luabind", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/allacrost", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/plee-the-bear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/valyriatear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/widelands", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/aqsis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/evolvotron", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/hugin", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/libetonyek01", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/mapnik", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/scantailor", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"math/aspcud", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"math/pdal", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"multimedia/aegisub", "phase"=>"build", "errortype"=>"gcc4_error"} + {"origin"=>"multimedia/gstreamer-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/gstreamer1-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/litecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/namecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent-nox11", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"security/quantis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"textproc/libe-book", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"textproc/libe-book00", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"x11/leechcraft", "phase"=>"build", "errortype"=>"???"}
Exp-run results on 10.1 amd64: http://package22.nyi.freebsd.org/build.html?mastername=101amd64-default-PR198751&build=2015-03-27_23h59m53s New failures on 10.1 amd64: + {"origin"=>"audio/clementine-player", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"cad/openscad", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"deskutils/kdepim4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/avro-cpp", "phase"=>"build", "errortype"=>"clang"} + {"origin"=>"devel/kdevplatform", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/luabind", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"editors/libreoffice", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/allacrost", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/valyriatear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/widelands", "phase"=>"build", "errortype"=>"clang"} + {"origin"=>"graphics/aqsis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/evolvotron", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/hugin", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/mapnik", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/scantailor", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"math/aspcud", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"math/pdal", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"multimedia/gstreamer-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/gstreamer1-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/litecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/namecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent-nox11", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"security/quantis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"x11/leechcraft", "phase"=>"build", "errortype"=>"???"}
Exp-run results on 9.3 amd64: http://package22.nyi.freebsd.org/build.html?mastername=93amd64-default-PR198751&build=2015-03-28_07h07m18s New failures on 9.3 amd64 (a few process failed may be false positives): + {"origin"=>"audio/clementine-player", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"cad/openscad", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"deskutils/homerun", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"deskutils/kdepim4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"deskutils/kdeplasma-addons", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"deskutils/plasma-applet-daisy", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"deskutils/plasma-applet-panelspacer", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"deskutils/plasma-applet-serverstatuswidget", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"deskutils/plasma-applet-yawp", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"devel/kdevplatform", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/liblas", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"devel/luabind", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"devel/py-pykde4", "phase"=>"build", "errortype"=>"gcc_bug"} + {"origin"=>"devel/smokekde", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"editors/calligra", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"editors/kile-kde4", "phase"=>"build", "errortype"=>"gcc_bug"} + {"origin"=>"editors/klat4", "phase"=>"build", "errortype"=>"gcc_bug"} + {"origin"=>"games/allacrost", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/knights-kde4", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"games/plee-the-bear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/valyriatear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/widelands", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/aqsis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/digikam-kde4", "phase"=>"build", "errortype"=>"gcc_bug"} + {"origin"=>"graphics/evolvotron", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/hugin", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/libetonyek01", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/mapnik", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/scantailor", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"math/aspcud", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"math/pdal", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"multimedia/gstreamer-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/gstreamer1-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/ktorrent", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"net-p2p/litecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/namecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent-nox11", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net/kget", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"net/knemo-kde4", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"net/kwooty", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"security/quantis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"sysutils/kshutdown-kde4", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"textproc/libe-book", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"textproc/libe-book00", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"www/webkit-gtk2", "phase"=>"build", "errortype"=>"process_failed"} + {"origin"=>"www/webkit-gtk3", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"x11-clocks/ktux", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-clocks/plasma-applet-geekclock", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/kde4-style-bespin", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/kde4-style-oxygen-transparent", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/kde4-style-skulpture", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/kde4-windeco-crystal", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/kde4-windeco-dekorator", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/kdeartwork4", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11-themes/qtcurve-kde4", "phase"=>"build-depends", "errortype"=>"process_failed"} + {"origin"=>"x11/kde4-runtime", "phase"=>"build", "errortype"=>"gcc_bug"} + {"origin"=>"x11/leechcraft", "phase"=>"build", "errortype"=>"???"}
Exp-run results on 8.4 i386: http://pb2.nyi.freebsd.org/build.html?mastername=84i386-default-PR198751&build=2015-03-28_13h54m19s New failures on 8.4 i386: + {"origin"=>"audio/clementine-player", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"cad/openscad", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"deskutils/kdepim4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/kdevplatform", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/liblas", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"devel/luabind", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/allacrost", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/plee-the-bear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/valyriatear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/aqsis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/evolvotron", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/hugin", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/libetonyek01", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/mapnik", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/scantailor", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"math/pdal", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"multimedia/aegisub", "phase"=>"build", "errortype"=>"gcc4_error"} + {"origin"=>"multimedia/gstreamer-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/gstreamer1-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/litecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/namecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent-nox11", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"security/quantis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"textproc/libe-book", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"textproc/libe-book00", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"x11/leechcraft", "phase"=>"build", "errortype"=>"???"}
Exp-run results on 8.4 amd64: http://package22.nyi.freebsd.org/build.html?mastername=84amd64-default-PR198751&build=2015-03-28_19h39m07s New failures on 8.4 amd64: + {"origin"=>"audio/clementine-player", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"cad/openscad", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"deskutils/kdepim4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/kdevplatform", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"devel/liblas", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"devel/luabind", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/allacrost", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/plee-the-bear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"games/valyriatear", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/aqsis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/evolvotron", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"graphics/hugin", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/libetonyek01", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/mapnik", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"graphics/scantailor", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"math/pdal", "phase"=>"build", "errortype"=>"new_compiler_error"} + {"origin"=>"multimedia/aegisub", "phase"=>"build", "errortype"=>"gcc4_error"} + {"origin"=>"multimedia/gstreamer-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/gstreamer1-qt4", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/litecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/namecoin", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"net-p2p/qbittorrent-nox11", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"security/quantis", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"textproc/libe-book", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"textproc/libe-book00", "phase"=>"build", "errortype"=>"bad_C++_code"} + {"origin"=>"x11/leechcraft", "phase"=>"build", "errortype"=>"???"}
Exp-run done and list of new failures provided
*** This bug has been marked as a duplicate of bug 199601 ***