Your message dated Sun, 13 Jan 2019 15:22:47 +0000
with message-id <e1gihb5-0008nb...@fasolo.debian.org>
and subject line Bug#917508: fixed in supertux 0.6.0-1
has caused the Debian Bug report #917508,
regarding supertux: FTBFS (conflicting declaration)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
917508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917508
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:supertux
Version: 0.5.1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=cmake
   dh_update_autotools_config -i -O--buildsystem=cmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DBUILD_SHARED_LIBS=OFF \
                     -DENABLE_BOOST_STATIC_LIBS=OFF
        cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DBUILD_SHARED_LIBS=OFF -DENABLE_BOOST_STATIC_LIBS=OFF ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done

[... snipped ...]

                 from /<<PKGBUILDDIR>>/src/video/texture_manager.hpp:31,
                 from /<<PKGBUILDDIR>>/src/video/texture.hpp:26,
                 from /<<PKGBUILDDIR>>/src/video/font.hpp:28,
                 from /<<PKGBUILDDIR>>/src/video/drawing_context.hpp:29,
                 from /<<PKGBUILDDIR>>/src/video/drawing_request.hpp:30,
                 from /<<PKGBUILDDIR>>/src/object/moving_sprite.hpp:23,
                 from /<<PKGBUILDDIR>>/src/badguy/badguy.hpp:22,
                 from /<<PKGBUILDDIR>>/src/badguy/angrystone.hpp:20,
                 from /<<PKGBUILDDIR>>/src/badguy/angrystone.cpp:17:
/usr/include/GL/glew.h:18743:28: note: previous declaration as 'typedef void (* 
PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, const GLfloat*)'
 typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, 
GLenum pname, const GLfloat* data);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/video/glutil.hpp:47,
                 from /<<PKGBUILDDIR>>/src/video/texture_manager.hpp:31,
                 from /<<PKGBUILDDIR>>/src/video/texture.hpp:26,
                 from /<<PKGBUILDDIR>>/src/video/font.hpp:28,
                 from /<<PKGBUILDDIR>>/src/video/drawing_context.hpp:29,
                 from /<<PKGBUILDDIR>>/src/video/drawing_request.hpp:30,
                 from /<<PKGBUILDDIR>>/src/object/moving_sprite.hpp:23,
                 from /<<PKGBUILDDIR>>/src/badguy/badguy.hpp:22,
                 from /<<PKGBUILDDIR>>/src/badguy/angrystone.hpp:20,
                 from /<<PKGBUILDDIR>>/src/badguy/angrystone.cpp:17:
/usr/include/GL/glext.h:12080:102: error: conflicting declaration 'typedef void 
(* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, GLint*)'
 typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, 
GLenum pname, GLint *params);
                                                                                
                      ^
In file included from /<<PKGBUILDDIR>>/src/video/glutil.hpp:36,
                 from /<<PKGBUILDDIR>>/src/video/texture_manager.hpp:31,
                 from /<<PKGBUILDDIR>>/src/video/texture.hpp:26,
                 from /<<PKGBUILDDIR>>/src/video/font.hpp:28,
                 from /<<PKGBUILDDIR>>/src/video/drawing_context.hpp:29,
                 from /<<PKGBUILDDIR>>/src/video/drawing_request.hpp:30,
                 from /<<PKGBUILDDIR>>/src/object/moving_sprite.hpp:23,
                 from /<<PKGBUILDDIR>>/src/badguy/badguy.hpp:22,
                 from /<<PKGBUILDDIR>>/src/badguy/angrystone.hpp:20,
                 from /<<PKGBUILDDIR>>/src/badguy/angrystone.cpp:17:
/usr/include/GL/glew.h:18744:28: note: previous declaration as 'typedef void (* 
PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, const GLint*)'
 typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, 
GLenum pname, const GLint* data);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/supertux2_lib.dir/build.make:223: 
CMakeFiles/supertux2_lib.dir/src/badguy/angrystone.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:303: CMakeFiles/supertux2_lib.dir/all] Error 
2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:155: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:4: 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/supertux.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.

--- End Message ---
--- Begin Message ---
Source: supertux
Source-Version: 0.6.0-1

We believe that the bug you reported is fixed in the latest version of
supertux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reiner Herrmann <rei...@reiner-h.de> (supplier of updated supertux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jan 2019 14:35:08 +0100
Source: supertux
Binary: supertux supertux-data
Architecture: source
Version: 0.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Reiner Herrmann <rei...@reiner-h.de>
Description:
 supertux   - Classic 2D jump 'n run sidescroller with Tux
 supertux-data - Classic 2D jump 'n run sidescroller with Tux (data files)
Closes: 917268 917508 918721
Changes:
 supertux (0.6.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Christoph Egger ]
   * Remove myself from uploaders.
 .
   [ Reiner Herrmann ]
   * New upstream release. (Closes: #917268)
     - Fixes FTBFS. (Closes: #917508)
   * Fix sorting of alpha/beta versions in watch file (Closes: #918721)
   * d/control:
     - Update homepage.
     - Depend on debhelper-compat and update to compat level 12.
     - Declare that debian/rules does not require root.
     - Bump Standards-Version to 4.3.0.
     - Drop shlibs:Depends from data package.
     - Drop outdated Vcs fields.
     - Update build dependencies.
   * d/rules:
     - Build with all hardening options.
     - Reduce list of cleaned up directories.
   * Fix spelling errors found by lintian.
   * Update installed directories.
   * Fix upstream version detection.
   * Drop unnecessary debian/clean.
   * Convert d/copyright to machine readable format and update it.
   * Exclude libraqm, glew-2.1.0 and some prebuilt files from orig tarball.
   * Add upstream metadata.
 .
   [ Markus Koschany ]
   * Install supertux icon into hicolor icon directory.
   * Add canonical VCS fields.
Checksums-Sha1:
 c0dc0c4c9ad178a8d42928533f89e57805178802 2512 supertux_0.6.0-1.dsc
 73f2a2416844561bb8aa453ea25804eeab871618 116493412 supertux_0.6.0.orig.tar.xz
 4128fe9bd3685cbe460baa71adc2f412d88c7161 15716 supertux_0.6.0-1.debian.tar.xz
 e24aed9c7b51cad6054ee687559f6f4eeeb9e2cf 13500 supertux_0.6.0-1_amd64.buildinfo
Checksums-Sha256:
 59e37954da09f3ddad502b90ca2ed4cb60a96f56d50515ddc54b481d3a42ea11 2512 
supertux_0.6.0-1.dsc
 1f7482aaca67b70c3fe593d88847e3e1c824d769d36e424c9654d1a13fbd57a1 116493412 
supertux_0.6.0.orig.tar.xz
 8a42ad73bf0d7f09c7d29b72dda00c2b9fbecc6c03e408573eb7dba4631d040e 15716 
supertux_0.6.0-1.debian.tar.xz
 59ea98ccab8073aadd20965fd1973faae298ad1bdbf5b0f63c535e774fdd418e 13500 
supertux_0.6.0-1_amd64.buildinfo
Files:
 b7adabae3d6ff5988dc53e8e17757e9a 2512 games optional supertux_0.6.0-1.dsc
 1faca64a7bce89a9e72d2eefbf8065e9 116493412 games optional 
supertux_0.6.0.orig.tar.xz
 b129fd6c8b6322752dc86ad91b99428a 15716 games optional 
supertux_0.6.0-1.debian.tar.xz
 f9ed0d3537f8e7a59e25996aec4ad245 13500 games optional 
supertux_0.6.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlw7TmpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkDs0P/1aq4SKz6//14q04x5jQ1O882anZTHxf2DoQ
tFYkANMvNfAfqajLRQZvT29lj6mZ47y032cupoVUOfCQjeZ3CO8w5pXR8MCTF5Lh
h4+xLp4p25PGFwfDcQgTPmNA77Emfh/VlK4KBbRibsqZDsAohy29dqO0+G1rCSXv
s8d0hYiQdWTtDFTdhoHD81iLnL3VdKJazQBpdZCUB8s2OzbXxFcC0Ox35qW0Uo/p
WIfmr9u8SKQ8Ry0s6kql5cSlh2tnKRq7eZ/zi0I01VPoXqPfmoDkgKAeXsW41MNK
dh4L1/k206weMaZC62HIutfbvP2T/hoY8B7Sj5mP8zxh9MU9HWG9tO6kNzgJzKNd
487zDLP7dlipVeVXfyCuTnqak589/+C6WcNGNWwVVO9w0gvpZhYOyfPgx7I7kPKE
OWKye7gRvX8oY8P/nPan+z/x3Kz3cs/bzHNpPEZDtyhZkvCwWXysLJRWAHdSpSna
etOmu8fuTZql18KhsFw9/ySc1EUIQFa+7Y9aFaV5TLKNz1w9aAeBosT8fTPop57r
HSxu/SoyshWrZ+Ldhzz+NCMW5tQxdVAUtLIAs8y2E1QD59qs/fsneu/XEsv2AQPf
tN+WhQHer58XbiGltgLkI9rdnd08ztj30biIno6tBWeH/C1jEu3y5wE3LCLQdEIg
YiBkaGRP
=9MWt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to