Your message dated Fri, 21 Feb 2020 19:50:10 +0000
with message-id <[email protected]>
and subject line Bug#925646: fixed in bombardier 0.8.3+nmu2
has caused the Debian Bug report #925646,
regarding bombardier: 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.)
--
925646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925646
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bombardier
Version: 0.8.3+nmu1
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/bombardier_0.8.3+nmu1_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: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:244: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:244: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:244: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:244: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:248: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:248: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:261: undefined
reference to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:263: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:263: undefined
reference to `wrefresh'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:239: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:239: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:239: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:239: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:243: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:243: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:242: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:242: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:242: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:242: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:230: undefined
reference to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:229: undefined
reference to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:251: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:251: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:251: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:251: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:257: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:257: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:257: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:257: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:254: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:254: undefined
reference to `wmove'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:254: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:254: undefined
reference to `waddch'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:248: undefined
reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:248: undefined
reference to `waddch'
/usr/bin/ld: display.o: in function `closedsp':
/<<BUILDDIR>>/bombardier-0.8.3+nmu1/display.c:67: undefined reference to
`endwin'
/usr/bin/ld: hof.o: in function `printhof':
/<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:17: undefined reference to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:18: undefined reference
to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:20: undefined reference
to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:21: undefined reference
to `mvprintw'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:26: undefined reference
to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:26: undefined reference
to `derwin'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:27: undefined reference
to `wclrtoeol'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:29: undefined reference
to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:29: undefined reference
to `wrefresh'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:30: undefined reference
to `echo'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:31: undefined reference
to `curs_set'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:32: undefined reference
to `wgetnstr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:33: undefined reference
to `curs_set'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:34: undefined reference
to `noecho'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:35: undefined reference
to `delwin'
/usr/bin/ld: hof.o: in function `hof':
/<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:79: undefined reference to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:79: undefined reference
to `wrefresh'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:89: undefined reference
to `stdscr'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/hof.c:89: undefined reference
to `wrefresh'
/usr/bin/ld: signal.o: in function `ungetchhandler':
/<<BUILDDIR>>/bombardier-0.8.3+nmu1/signal.c:25: undefined reference to `endwin'
/usr/bin/ld: /<<BUILDDIR>>/bombardier-0.8.3+nmu1/signal.c:26: undefined
reference to `stdscr'
/usr/bin/ld: signal.o: in function `resizehandler':
/<<BUILDDIR>>/bombardier-0.8.3+nmu1/signal.c:13: undefined reference to `endwin'
/usr/bin/ld: signal.o: in function `ungetchhandler':
/<<BUILDDIR>>/bombardier-0.8.3+nmu1/signal.c:26: undefined reference to
`wrefresh'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:15: bombardier] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/bombardier-0.8.3+nmu1'
make: *** [debian/rules:6: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: bombardier
Source-Version: 0.8.3+nmu2
Done: Sudip Mukherjee <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bombardier, 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.
Sudip Mukherjee <[email protected]> (supplier of updated bombardier
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: Thu, 20 Feb 2020 20:13:46 +0000
Source: bombardier
Architecture: source
Version: 0.8.3+nmu2
Distribution: unstable
Urgency: medium
Maintainer: RISKO Gergely <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 923149 925646
Changes:
bombardier (0.8.3+nmu2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTCBFS. (Closes: #923149)
- Thanks to Helmut Grohne
* Fix ftbfs. (Closes: #925646)
- Thanks to Reiner Herrmann
.
[ Boyuan Yang ]
* debian/control: Update Vcs-* fields.
* debian/: Delete autogenerated files.
* debian/source/format: Use "3.0 (native)" format.
Checksums-Sha1:
8044c88e5e906a2ac09346a7574baae59a4da020 1555 bombardier_0.8.3+nmu2.dsc
d68ea713cb3ce505da819b8ca254d475282a5b5f 22872 bombardier_0.8.3+nmu2.tar.xz
e8480ff00ab6be4393b8de1da78e8d21c1e93b10 6134
bombardier_0.8.3+nmu2_amd64.buildinfo
Checksums-Sha256:
505e18ae8935a55c3acae12bbdb85b773f4c6ef6f56442aaf6860fae12130f7b 1555
bombardier_0.8.3+nmu2.dsc
3b7ceb21550c5718879e9bacfca88d7b96e1670823f2e767827ac0e3b4c665a6 22872
bombardier_0.8.3+nmu2.tar.xz
53c97fec810550a83f4824ff31ccb66aeb8fad9cbe7c51a9c94b31ddd539580b 6134
bombardier_0.8.3+nmu2_amd64.buildinfo
Files:
3f3ac79c0e3439f67e56884a9a64f194 1555 games optional bombardier_0.8.3+nmu2.dsc
a0fb2d25ed5c276393b290c79532a0b4 22872 games optional
bombardier_0.8.3+nmu2.tar.xz
a78e13249b2a0310cd2ca312365f0882 6134 games optional
bombardier_0.8.3+nmu2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl5QLt4ACgkQwpPntGGC
Ws56qA//ZgdYR9T8O0cmBYT1EqI3lcylwGEZLuc0g4fMFbjTR1JvZa9TbF9ZXr3h
OjaRiAIRG4XKNMlCYMV0i6bQLSwaGEIgJdWQhXtOy29GeYb5CC9Up37j9BGaevii
EzsgKUIrwJcwiR0sFXJbH2cMp+N1O7OcYmI4hChLBtl7NtvE5ZmCjFkkmuSGP/r9
tX93hYYTP/y8ekdaBdgI8KbR555rIgNMuQfQVowBdztGC9oKrlYkNChfCPzN+lmo
npMpckIp0jDVNxFlfDjRDc70iDUzhv08YQpcevKboLs/Myvr/vTDymrMi5A9NeyU
3d1/1nuAzTsB5Qbfq+AZz9hwZhQSylVbWQgMFDbwEIGoW1S02T+C6c8uoYp3DOmd
SNpgc0aHlqUUymQ5I6K3VIwmSsT4drN9aNuUQOz9K4U2+7+VJ2B+I7OAX2m3mg3v
dysSwNZ1ACIQfjYGOqemnlM55DhoYJQONupf/FjVZl6sL3rcEoQiA+z+U4oEW1vE
9MbVJyykmaHtbgr9nq17pim5OD/L1fLN90fcSLPgO98ShuQtuShRBpjTjX7GwcjY
/H4I1wywbuCywp6pNW2/ySXa90z+XEA381sXsPTOXiex6IMhDF5DVCwHufnIYpBW
LFanSirNobD9nY6wJSb8I6HSeRVVfkX2by381mgTSIqVO8Bj9h0=
=Uj2R
-----END PGP SIGNATURE-----
--- End Message ---