Bug#1128123: fife: FTBFS with boost 1.90
gladk at debian.org
gladk at debian.org
Sun Feb 15 23:32:27 GMT 2026
Package: src:fife
Version: 0.4.2-10
Severity: important
Tags: sid forky ftbfs
User: debian-devel at lists.debian.org
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
More information about the Pkg-games-devel
mailing list