Your message dated Fri, 26 Jul 2019 21:14:23 +0000
with message-id <[email protected]>
and subject line Bug#925675: fixed in enemylines7 0.6-5
has caused the Debian Bug report #925675,
regarding enemylines7: ftbfs with GCC-9
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 [email protected]
immediately.)
--
925675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925675
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:enemylines7
Version: 0.6-4
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/enemylines7_0.6-4_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
/usr/bin/ld: ./block/cube.cc:412: undefined reference to `glGenLists'
/usr/bin/ld: ./block/cube.cc:413: undefined reference to `glNewList'
/usr/bin/ld: block/cube.o: in function `block::Cube::front_wacky()':
./block/cube.cc:33: undefined reference to `glEnd'
/usr/bin/ld: block/cube.o: in function `block::Cube::back_wacky()':
./block/cube.cc:53: undefined reference to `glEnd'
/usr/bin/ld: block/cube.o: in function `block::Cube::left_wacky()':
./block/cube.cc:74: undefined reference to `glEnd'
/usr/bin/ld: block/cube.o: in function `block::Cube::right_wacky()':
./block/cube.cc:95: undefined reference to `glEnd'
/usr/bin/ld: block/cube.o: in function `block::Cube::top_wacky()':
./block/cube.cc:115: undefined reference to `glEnd'
/usr/bin/ld: block/cube.o:./block/cube.cc:134: more undefined references to
`glEnd' follow
/usr/bin/ld: block/cube.o: in function `block::Cube::gen_dl()':
./block/cube.cc:415: undefined reference to `glEndList'
/usr/bin/ld: block/cube.o: in function `block::Cube::draw_wacky(int)':
./block/cube.cc:419: undefined reference to `glCallList'
/usr/bin/ld: ./block/cube.cc:418: undefined reference to `glCallList'
/usr/bin/ld: block/cube.o: in function `block::Cube::draw(int)':
./block/cube.cc:423: undefined reference to `glCallList'
/usr/bin/ld: ./block/cube.cc:422: undefined reference to `glCallList'
/usr/bin/ld: block/cube.o: in function `block::Cube::draw_colored(int)':
./block/cube.cc:426: undefined reference to `glCallList'
/usr/bin/ld: block/material.o: in function `block::draw_select(C3_tpl<float>,
float)':
./block/material.cc:16: undefined reference to `glPushMatrix'
/usr/bin/ld: ./block/material.cc:17: undefined reference to `glTranslatef'
/usr/bin/ld: ./block/material.cc:18: undefined reference to `glScalef'
/usr/bin/ld: ./block/material.cc:19: undefined reference to `glScalef'
/usr/bin/ld: ./block/material.cc:20: undefined reference to `glTranslatef'
/usr/bin/ld: ./block/material.cc:21: undefined reference to `glPolygonMode'
/usr/bin/ld: ./block/material.cc:22: undefined reference to `glLineWidth'
/usr/bin/ld: ./block/material.cc:23: undefined reference to `glColor3f'
/usr/bin/ld: ./block/material.cc:25: undefined reference to `glPolygonMode'
/usr/bin/ld: block/material.o: in function
`block::draw_material(block::E_Material, int)':
./block/material.cc:44: undefined reference to `glScalef'
/usr/bin/ld: ./block/material.cc:44: undefined reference to `glTranslatef'
/usr/bin/ld: ./block/material.cc:40: undefined reference to `glColor3f'
/usr/bin/ld: ./block/material.cc:106: undefined reference to `glColor3ub'
/usr/bin/ld: ./block/material.cc:101: undefined reference to `glColor3ub'
/usr/bin/ld: ./block/material.cc:96: undefined reference to `glColor3ub'
/usr/bin/ld: ./block/material.cc:65: undefined reference to `glColor3ub'
/usr/bin/ld: ./block/material.cc:85: undefined reference to `glColor3ub'
/usr/bin/ld: block/material.o:./block/material.cc:131: more undefined
references to `glColor3ub' follow
/usr/bin/ld: block/material.o: in function
`block::draw_material(block::E_Material, int)':
./block/material.cc:110: undefined reference to `glShadeModel'
/usr/bin/ld: ./block/material.cc:112: undefined reference to `glColor3ub'
/usr/bin/ld: ./block/material.cc:39: undefined reference to `glScalef'
/usr/bin/ld: ./block/material.cc:39: undefined reference to `glTranslatef'
/usr/bin/ld: ./block/material.cc:136: undefined reference to `glColor3ub'
/usr/bin/ld: block/material.o: in function `block::draw_select(C3_tpl<float>,
float)':
./block/material.cc:26: undefined reference to `glPopMatrix'
/usr/bin/ld: block/material.o: in function
`block::draw_material(block::E_Material, int)':
./block/material.cc:114: undefined reference to `glShadeModel'
/usr/bin/ld: block/painter3.o: in function
`block::Painter3::paint(block::Blockinfo3, block::Block*, bool)':
./block/painter3.cc:55: undefined reference to `glPushMatrix'
/usr/bin/ld: ./block/painter3.cc:56: undefined reference to `glTranslatef'
/usr/bin/ld: ./block/painter3.cc:57: undefined reference to `glScalef'
/usr/bin/ld: ./block/painter3.cc:59: undefined reference to `glPopMatrix'
/usr/bin/ld: block/painter6.o: in function
`block::Painter6::paint(block::Blockinfo3)':
./block/painter6.cc:53: undefined reference to `glPushMatrix'
/usr/bin/ld: ./block/painter6.cc:54: undefined reference to `glTranslatef'
/usr/bin/ld: ./block/painter6.cc:55: undefined reference to `glScalef'
/usr/bin/ld: ./block/painter6.cc:57: undefined reference to `glPopMatrix'
/usr/bin/ld: ./block/painter6.cc:27: undefined reference to `glCallList'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:21: enemylines7] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:5: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: enemylines7
Source-Version: 0.6-5
We believe that the bug you reported is fixed in the latest version of
enemylines7, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Koschany <[email protected]> (supplier of updated enemylines7 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 26 Jul 2019 16:25:00 +0200
Source: enemylines7
Architecture: source
Version: 0.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 868715 925675
Changes:
enemylines7 (0.6-5) unstable; urgency=medium
.
* Declare compliance with Debian Policy 4.4.0.
* Remove Alexander Reichle-Schmehl from Uploaders and add myself to it.
(Closes: #868715)
* Switch to debhelper-compat = 12.
* Remove obsolete menu file.
* Fix FTBFS with GCC-9.
Thanks to Giovanni Mascellani for the patch! (Closes: #925675)
* Move the package to salsa.debian.org.
Checksums-Sha1:
763c982b617e431dab304e7342c0ea2ad54f2622 2117 enemylines7_0.6-5.dsc
179eede90fd892b5cf7d9fb4809fadecadb9a760 8936 enemylines7_0.6-5.debian.tar.xz
b821a2d99350b2195f14735f6c45f80c5e1fc930 11418
enemylines7_0.6-5_amd64.buildinfo
Checksums-Sha256:
c4933f3535d9304e40a699f39be99b51b8f0349a31675713a84cbb724f6d4879 2117
enemylines7_0.6-5.dsc
e3a83e6b23749a6731d5ba2c699d3cdc323591b7563c177d63e1a3953a504711 8936
enemylines7_0.6-5.debian.tar.xz
7f37709c92dae86c548eba1f541bd5bbb5b00e7b618f2eddc007305814551ff6 11418
enemylines7_0.6-5_amd64.buildinfo
Files:
fe61caed8b5548ffb949982fd53c0cea 2117 games optional enemylines7_0.6-5.dsc
95b4a6b5d84a928de3b7cc6cb5364c6c 8936 games optional
enemylines7_0.6-5.debian.tar.xz
fcae9ec0d5e409cdf66a1b3a69b8dcd2 11418 games optional
enemylines7_0.6-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl07WRtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hkd98P/3och6XHeD+PYqTbm0fXMWU4PbozaneTYXK5
9fo+qjrh42NGwiYgZjdtUFmNrPjmVDZNUKPXNPBo7KZ9CDrMqQf01deuMi4x9FDg
/bXg8NvQiuFCp5YgSMuNnrEk8Z2ra4cSCA7B5dkg+r/k29P3NxncDTQ4XFRXlMX6
hwevi4/4RrXCuP7OjqV7DuvghycsOe3spDzdDcx4flovxFAKDjqFdm+bayQpE5be
xb6yxm2qTyQigQGiaZ1Y5Z03uOD9GzbpeFpKiSr739mhY98RoPu/wfGRgIK0Bj8J
Ejhwy98Apl8/8SxGeLJOSbMEGnA4QRQaD/qLTi3T8YpfeObpfECz1ulItDU1Xek0
H6g1Zm5U5LGnsO4C8CIRGBC9IOGyiPVCJYjk8fKRJZ25FhimxuvUhvPdc6Fbo3It
i/x8D4fDN4laa/pty0g2QYDVLmKXOvw1lK8avwx4S4zCbbFv/EuVSw9PluPbX6bn
B8NwMsM0hXf0st+qiYo4xLk0Aa/rG1pPUs55r9fiG6mxZm7E0t9/rQXt4gLG4phw
/aaE/a6Akjdqolp6kS/qO0CEX+pcMcaa7GKWbYzXiH9uT/yRqYB+yL1nsXE4rbKX
+4s7kc4Hp+ctrBQOXjx3uyOnQpnLhRAwXu0lLkgH4yhD/5BK3hdcYPbui4pwxuJr
cNfSs8rr
=B+qG
-----END PGP SIGNATURE-----
--- End Message ---