Bug#917510: trigger-rally: FTBFS (conflicting declaration)
Santiago Vila
sanvila at debian.org
Thu Dec 27 23:54:31 GMT 2018
Package: src:trigger-rally
Version: 0.6.5+dfsg-3
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep -D src/
dh_testdir -i -O-Dsrc/
dh_update_autotools_config -i -O-Dsrc/
dh_autoreconf -i -O-Dsrc/
dh_auto_configure -i -O-Dsrc/
dh_auto_build -i -O-Dsrc/
cd src && make -j1 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<BUILDDIR>>/trigger-rally-0.6.5+dfsg/src'
current values of user-set variables:
DESTDIR ?=
prefix ?= /usr
exec_prefix ?= /usr
[... snipped ...]
In file included from ./include/pengine.h:197,
from PEngine/vmath.cpp:8:
./include/hiscore1.h: In member function 'void HiScore1::loadAllTimes()':
./include/hiscore1.h:238:75: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
PHYSFS_read(pfile, &pdata.front(), sizeof (char), pdata.size());
^
In file included from ./include/pengine.h:28,
from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1333:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
^~~~~~~~~~~
In file included from ./include/pengine.h:197,
from PEngine/vmath.cpp:8:
./include/hiscore1.h:238:75: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
PHYSFS_read(pfile, &pdata.front(), sizeof (char), pdata.size());
^
In file included from ./include/pengine.h:28,
from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1333:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
^~~~~~~~~~~
In file included from ./include/pengine.h:197,
from PEngine/vmath.cpp:8:
./include/hiscore1.h: In member function 'void HiScore1::writePlayerData(const string&) const':
./include/hiscore1.h:803:86: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
PHYSFS_write(pfile, sspdata.str().data(), sizeof (char), sspdata.str().size());
^
In file included from ./include/pengine.h:28,
from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1362:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
^~~~~~~~~~~~
In file included from ./include/pengine.h:197,
from PEngine/vmath.cpp:8:
./include/hiscore1.h:803:86: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations]
PHYSFS_write(pfile, sspdata.str().data(), sizeof (char), sspdata.str().size());
^
In file included from ./include/pengine.h:28,
from PEngine/vmath.cpp:8:
/usr/include/physfs.h:1362:27: note: declared here
PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
^~~~~~~~~~~~
make[1]: *** [GNUmakefile:152: PEngine/vmath.o] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/trigger-rally-0.6.5+dfsg/src'
dh_auto_build: cd src && make -j1 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:20: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/trigger-rally.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and affects,
so that this is still visible in the BTS web page for this package.
Thanks.
More information about the Pkg-games-devel
mailing list