Public bug reported: Imported from Debian bug http://bugs.debian.org/1128123:
Package: src:fife Version: 0.4.2-10 Severity: important Tags: sid forky ftbfs User: [email protected] Usertags: boost1.90 Dear Maintainer, fife FTBFS with boost 1.90. Note that the FTBFS may not necessarily be connected to boost - please check the build log for the actual cause. Ubuntu has started the rebuild and the status can be tracked here: https://transitions.ubuntu.com/html/boost1.90.html#!good,bad,partial,unknown,!notintesting Thanks to them. Please find your package there, after that you can see the logs from the failing build. Note: This ticket severity will be increased to RC bug when boost-defaults is switched to 1.90. Additional information: The boost system library was removed upstream in 1.89 and is empty since 1.69. If your package depends on or build-depends on libboost-system-dev, remove it from build-depends and the build system. See https://www.boost.org/releases/1.89.0/ for cmake instructions. Note that libboost-system-dev is "virtually" provided by libboost-dev_1.90, but it is better to drop it from build-depends as this will be removed in the future. Here is the most probably relevant part of the failing build log: from /<<PKGBUILDDIR>>/engine/core/model/structures/layer.h:42, from /<<PKGBUILDDIR>>/engine/core/loaders/native/map/atlasloader.cpp:32: /<<PKGBUILDDIR>>/engine/core/video/image.h: In member function ���virtual void FIFE::Image::render(const FIFE::Rect&, const FIFE::ImagePtr&, uint8_t, const uint8_t*)���: /<<PKGBUILDDIR>>/engine/core/video/image.h:85:49: warning: unused parameter ���rect��� [-Wunused-parameter] 85 | virtual void render(const Rect& rect, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~^~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:85:71: warning: unused parameter ���overlay��� [-Wunused-parameter] 85 | virtual void render(const Rect& rect, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:85:88: warning: unused parameter ���alpha��� [-Wunused-parameter] 85 | virtual void render(const Rect& rect, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~^~~~~~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:85:116: warning: unused parameter ���rgb��� [-Wunused-parameter] 85 | virtual void render(const Rect& rect, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h: In member function ���virtual void FIFE::Image::renderZ(const FIFE::Rect&, float, uint8_t, const uint8_t*)���: /<<PKGBUILDDIR>>/engine/core/video/image.h:86:50: warning: unused parameter ���rect��� [-Wunused-parameter] 86 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~^~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:86:62: warning: unused parameter ���vertexZ��� [-Wunused-parameter] 86 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:86:79: warning: unused parameter ���alpha��� [-Wunused-parameter] 86 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~^~~~~~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:86:107: warning: unused parameter ���rgb��� [-Wunused-parameter] 86 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h: In member function ���virtual void FIFE::Image::renderZ(const FIFE::Rect&, float, const FIFE::ImagePtr&, uint8_t, const uint8_t*)���: /<<PKGBUILDDIR>>/engine/core/video/image.h:87:50: warning: unused parameter ���rect��� [-Wunused-parameter] 87 | virtual void renderZ(const Rect& rect, float vertexZ, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~^~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:87:62: warning: unused parameter ���vertexZ��� [-Wunused-parameter] 87 | virtual void renderZ(const Rect& rect, float vertexZ, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:87:87: warning: unused parameter ���overlay��� [-Wunused-parameter] 87 | virtual void renderZ(const Rect& rect, float vertexZ, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:87:104: warning: unused parameter ���alpha��� [-Wunused-parameter] 87 | virtual void renderZ(const Rect& rect, float vertexZ, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~^~~~~~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:87:132: warning: unused parameter ���rgb��� [-Wunused-parameter] 87 | virtual void renderZ(const Rect& rect, float vertexZ, const ImagePtr& overlay, uint8_t alpha = 255, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h: In member function ���virtual void FIFE::Image::renderZ(const FIFE::Rect&, float, uint8_t, bool, const uint8_t*)���: /<<PKGBUILDDIR>>/engine/core/video/image.h:89:50: warning: unused parameter ���rect��� [-Wunused-parameter] 89 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, bool forceNewBatch = false, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~^~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:89:62: warning: unused parameter ���vertexZ��� [-Wunused-parameter] 89 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, bool forceNewBatch = false, uint8_t const* rgb = 0) {} | ~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:89:79: warning: unused parameter ���alpha��� [-Wunused-parameter] 89 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, bool forceNewBatch = false, uint8_t const* rgb = 0) {} | ~~~~~~~~^~~~~~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:89:97: warning: unused parameter ���forceNewBatch��� [-Wunused-parameter] 89 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, bool forceNewBatch = false, uint8_t const* rgb = 0) {} | ~~~~~^~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/engine/core/video/image.h:89:135: warning: unused parameter ���rgb��� [-Wunused-parameter] 89 | virtual void renderZ(const Rect& rect, float vertexZ, uint8_t alpha = 255, bool forceNewBatch = false, uint8_t const* rgb = 0) {} | ~~~~~~~~~~~~~~~^~~~~~~ /<<PKGBUILDDIR>>/engine/core/loaders/native/map/atlasloader.cpp: In member function ���FIFE::AtlasPtr FIFE::AtlasLoader::loadAtlas(const std::string&, TiXmlElement*)���: /<<PKGBUILDDIR>>/engine/core/loaders/native/map/atlasloader.cpp:315:62: error: ���extension��� is not a member of ���bfs��� 315 | std::string extension = bfs::extension(*atlasSource); | ^~~~~~~~~ make[3]: *** [CMakeFiles/_fife.dir/build.make:348: CMakeFiles/_fife.dir/engine/core/loaders/native/map/atlasloader.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:162: CMakeFiles/_fife.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:139: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' Thanks, Anton ** Affects: fife (Ubuntu) Importance: Undecided Status: New ** Affects: fife (Debian) Importance: Undecided Status: New ** Tags: ftbfs update-excuse ** Bug watch added: Debian Bug tracker #1128123 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128123 ** Changed in: fife (Debian) Remote watch: None => Debian Bug tracker #1128123 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2142882 Title: fife: FTBFS with boost 1.90 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fife/+bug/2142882/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
