Your message dated Fri, 28 Feb 2020 18:13:04 +0000
with message-id <[email protected]>
and subject line Bug#925854: fixed in vtgrab 0.1.8-3.2
has caused the Debian Bug report #925854,
regarding vtgrab: 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.)
--
925854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925854
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vtgrab
Version: 0.1.8-3.1
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/vtgrab_0.1.8-3.1_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: nrvc.c:(.text+0xab0): undefined reference to `wattr_off'
/usr/bin/ld: nrvc.c:(.text+0xac5): undefined reference to `wprintw'
/usr/bin/ld: nrvc.c:(.text+0xae5): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text+0xafa): undefined reference to `wprintw'
/usr/bin/ld: nrvc.c:(.text+0xb14): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text+0xb1e): undefined reference to `doupdate'
/usr/bin/ld: nrvc.c:(.text+0xb77): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text+0xb8c): undefined reference to `wprintw'
/usr/bin/ld: nrvc.c:(.text+0xc20): undefined reference to `wprintw'
/usr/bin/ld: nrvc.c:(.text+0xc33): undefined reference to `wattr_on'
/usr/bin/ld: nrvc.c:(.text+0xc71): undefined reference to `wprintw'
/usr/bin/ld: nrvc.c:(.text+0xc84): undefined reference to `wattr_off'
/usr/bin/ld: nrvc.c:(.text+0xc99): undefined reference to `wprintw'
/usr/bin/ld: nrvc.c:(.text+0xcb9): undefined reference to `wprintw'
/usr/bin/ld: nrvc.o: in function `setup_colours':
nrvc.c:(.text+0xcf5): undefined reference to `start_color'
/usr/bin/ld: nrvc.c:(.text+0xcfb): undefined reference to `COLOR_PAIRS'
/usr/bin/ld: nrvc.o: in function `do_colourmap_setup':
nrvc.c:(.text+0xe2): undefined reference to `init_pair'
/usr/bin/ld: nrvc.o: in function `main':
nrvc.c:(.text.startup+0x1ee): undefined reference to `initscr'
/usr/bin/ld: nrvc.c:(.text.startup+0x1f5): undefined reference to `endwin'
/usr/bin/ld: nrvc.c:(.text.startup+0x1ff): undefined reference to `cbreak'
/usr/bin/ld: nrvc.c:(.text.startup+0x204): undefined reference to `noecho'
/usr/bin/ld: nrvc.c:(.text.startup+0x209): undefined reference to `nonl'
/usr/bin/ld: nrvc.c:(.text.startup+0x210): undefined reference to `stdscr'
/usr/bin/ld: nrvc.c:(.text.startup+0x217): undefined reference to `intrflush'
/usr/bin/ld: nrvc.c:(.text.startup+0x21e): undefined reference to `stdscr'
/usr/bin/ld: nrvc.c:(.text.startup+0x228): undefined reference to `keypad'
/usr/bin/ld: nrvc.c:(.text.startup+0x589): undefined reference to `stdscr'
/usr/bin/ld: nrvc.c:(.text.startup+0x792): undefined reference to `delwin'
/usr/bin/ld: nrvc.c:(.text.startup+0x79c): undefined reference to `curs_set'
/usr/bin/ld: nrvc.c:(.text.startup+0x7a6): undefined reference to `doupdate'
/usr/bin/ld: nrvc.c:(.text.startup+0x932): undefined reference to `delwin'
/usr/bin/ld: nrvc.c:(.text.startup+0x94e): undefined reference to `newwin'
/usr/bin/ld: nrvc.c:(.text.startup+0x96f): undefined reference to `wattr_on'
/usr/bin/ld: nrvc.c:(.text.startup+0x987): undefined reference to `mvwprintw'
/usr/bin/ld: nrvc.c:(.text.startup+0x98e): undefined reference to `curs_set'
/usr/bin/ld: nrvc.c:(.text.startup+0x9c8): undefined reference to `doupdate'
/usr/bin/ld: nrvc.c:(.text.startup+0xa20): undefined reference to `werase'
/usr/bin/ld: nrvc.c:(.text.startup+0xa42): undefined reference to `mvwprintw'
/usr/bin/ld: nrvc.c:(.text.startup+0xa57): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text.startup+0xc34): undefined reference to `wattrset'
/usr/bin/ld: nrvc.c:(.text.startup+0xc4f): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text.startup+0xc61): undefined reference to `waddch'
/usr/bin/ld: nrvc.c:(.text.startup+0xc9f): undefined reference to `wattrset'
/usr/bin/ld: nrvc.c:(.text.startup+0xcb6): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text.startup+0xcc5): undefined reference to `doupdate'
/usr/bin/ld: nrvc.c:(.text.startup+0xcdb): undefined reference to `werase'
/usr/bin/ld: nrvc.c:(.text.startup+0xd0c): undefined reference to `scrollok'
/usr/bin/ld: nrvc.c:(.text.startup+0xd17): undefined reference to `wscrl'
/usr/bin/ld: nrvc.c:(.text.startup+0xd26): undefined reference to `doupdate'
/usr/bin/ld: nrvc.c:(.text.startup+0xd30): undefined reference to `scrollok'
/usr/bin/ld: nrvc.c:(.text.startup+0xd61): undefined reference to `newpad'
/usr/bin/ld: nrvc.c:(.text.startup+0xd82): undefined reference to `wresize'
/usr/bin/ld: nrvc.c:(.text.startup+0xd8a): undefined reference to `werase'
/usr/bin/ld: nrvc.c:(.text.startup+0xd96): undefined reference to `wmove'
/usr/bin/ld: nrvc.c:(.text.startup+0xe3d): undefined reference to `stdscr'
/usr/bin/ld: nrvc.c:(.text.startup+0xe42): undefined reference to `wgetch'
/usr/bin/ld: nrvc.c:(.text.startup+0xe79): undefined reference to `mvwprintw'
/usr/bin/ld: simple_panel.o: in function `update_panels':
simple_panel.c:(.text+0x2d): undefined reference to `pnoutrefresh'
/usr/bin/ld: simple_panel.c:(.text+0x58): undefined reference to `wtouchln'
/usr/bin/ld: simple_panel.c:(.text+0x67): undefined reference to `wnoutrefresh'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:217: twiglet] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: vtgrab
Source-Version: 0.1.8-3.2
Done: Sudip Mukherjee <[email protected]>
We believe that the bug you reported is fixed in the latest version of
vtgrab, 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 vtgrab
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: Sun, 23 Feb 2020 21:49:13 +0000
Source: vtgrab
Architecture: source
Version: 0.1.8-3.2
Distribution: unstable
Urgency: medium
Maintainer: RISKO Gergely <[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 925854
Changes:
vtgrab (0.1.8-3.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs. (Closes: #925854)
Checksums-Sha1:
7f47345eac29d550c75210354602acc0eda2aad6 1680 vtgrab_0.1.8-3.2.dsc
5af19b892be17457315e70ce320ebe0617b6819a 2248 vtgrab_0.1.8-3.2.debian.tar.xz
0905b003f411db0cfbb7d8eecf81e3ccd5dda8ef 5432 vtgrab_0.1.8-3.2_source.buildinfo
Checksums-Sha256:
7eea0922a808b76b381eb45565654a682d9b16a9bc8f7c3260afb4aa1362918b 1680
vtgrab_0.1.8-3.2.dsc
fa586c02b1beb38b215ca6e7e9f2614416b4d29e220617bb235b99873efd0af2 2248
vtgrab_0.1.8-3.2.debian.tar.xz
4df3743eaffa29a2bd8a981d2ed520b15c7a0ee881ab980dd8c8a409ecf68198 5432
vtgrab_0.1.8-3.2_source.buildinfo
Files:
09ebd8f2286f263e095bb749b4c6d28c 1680 admin optional vtgrab_0.1.8-3.2.dsc
43e180edda768358f3a4b52b61397e6d 2248 admin optional
vtgrab_0.1.8-3.2.debian.tar.xz
ce551e7ed76bff6bf81f68e2c6ecf165 5432 admin optional
vtgrab_0.1.8-3.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5ZUh0ACgkQweDZLphv
fH4ftRAAnU1tLPFO6jMyRIsCogDEdXGNjTmgL4u/wv7OPd9b4myOoGD6JWo2S7cq
gE4Gq0t6IB7wUnBu5/k1zN2bTbZcg67bLbl1u+zSkIgaTTpHFuo7Qq6OeBU1uWHl
2zu//2DHQUXceSzs3Z39NMEuASzL6dymk+hMzfffXZUjMGleIaOHAvle5NRd0c+f
1PJLjY7923jSH6OKQR4rgfKa764agHHKfkjqoBFCyNyqDH62Qr/Uzq79eZ2gH3x8
PgXnJkaVtNnjNMK10VGc2xE80rxL63NKyMpuirsfZ6PobGs8YRAGJs4oK5jRqlF3
n885WTFIU2m3YUJXnld+wwA6tjUZlvotAqkjfqaBpho4wSR9nfVgEi1nbyIetqhI
2/zptsWZyv4Cl3HJUpsHE4srQtgZVKJK0vU6SkjC3DJaRuGNpT/8vno3W7odlXOb
E/2FgfZf5AE2PN+W6vQT1PpzSXDzo7pg70KGtNPAdsEREe6+rA4Nu2Y7nAuGp4Ma
MezypNyI4mE6mKKdabqFHE4NluJ8Ulh2RQsia+JzYQ2ZtFeAheg0LCXUl+SQAKF9
oU9E1503eFSSsQiFn65u00Asf+CQofjBWvrqgy/earJ3T607NmJhpLF9MMyyInRC
6Xc3k1uB6JLBKstxMDr7Mbeq5jTKIezA7vG+OGkqZ08UpStt5e0=
=hJi+
-----END PGP SIGNATURE-----
--- End Message ---