Your message dated Thu, 11 Jul 2019 00:35:32 +0000
with message-id <[email protected]>
and subject line Bug#925868: fixed in zomg 0.8.1-1
has caused the Debian Bug report #925868,
regarding zomg: 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.)
--
925868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925868
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zomg
Version: 0.8-3
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/zomg_0.8-3_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.
[...]
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --builddirectory=obj --with=autoreconf
dh_auto_clean -O--builddirectory=obj
dh_autoreconf_clean -O--builddirectory=obj
dh_clean -O--builddirectory=obj
debian/rules binary-arch
dh binary-arch --builddirectory=obj --with=autoreconf
dh_update_autotools_config -a -O--builddirectory=obj
dh_autoreconf -a -O--builddirectory=obj
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --libexecdir=/usr/lib/zomg
cd obj && ../configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --libexecdir=/usr/lib/zomg
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for m4... /usr/bin/m4
checking for ceil in -lm... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxml... yes
checking for opusfile... yes
checking for vorbisfile... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -a -O--builddirectory=obj
cd obj && make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj'
gcc -DPACKAGE_NAME=\"zomg\" -DPACKAGE_TARNAME=\"zomg\"
-DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"zomg\ 0.8\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zomg\"
-DVERSION=\"0.8\" -DHAVE_LIBM=1 -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/opus -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
zomghelper-zomghelper.o `test -f 'zomghelper.c' || echo '../'`zomghelper.c
gcc -I/usr/include/opus -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -lopusfile
-lvorbisfile -Wl,-z,relro -o zomghelper zomghelper-zomghelper.o -lm
/usr/bin/ld: zomghelper-zomghelper.o: in function `do_vorbis':
./obj/../zomghelper.c:32: undefined reference to `ov_test_open'
/usr/bin/ld: ./obj/../zomghelper.c:35: undefined reference to `ov_time_total'
/usr/bin/ld: ./obj/../zomghelper.c:39: undefined reference to `ov_comment'
/usr/bin/ld: zomghelper-zomghelper.o: in function `do_opus':
./obj/../zomghelper.c:49: undefined reference to `op_test_open'
/usr/bin/ld: ./obj/../zomghelper.c:52: undefined reference to `op_pcm_total'
/usr/bin/ld: ./obj/../zomghelper.c:56: undefined reference to `op_tags'
/usr/bin/ld: zomghelper-zomghelper.o: in function `main':
./obj/../zomghelper.c:77: undefined reference to `ov_test'
/usr/bin/ld: ./obj/../zomghelper.c:79: undefined reference to `op_test_file'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:469: zomghelper] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj'
dh_auto_build: cd obj && make -j1 returned exit code 2
make: *** [debian/rules:4: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: zomg
Source-Version: 0.8.1-1
We believe that the bug you reported is fixed in the latest version of
zomg, 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.
Clint Adams <[email protected]> (supplier of updated zomg 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: Wed, 10 Jul 2019 20:19:06 -0400
Source: zomg
Binary: zomg zomg-dbgsym
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams <[email protected]>
Changed-By: Clint Adams <[email protected]>
Description:
zomg - console-based libre.fm submission and radio client
Closes: 845584 925868
Changes:
zomg (0.8.1-1) unstable; urgency=medium
.
* New upstream version.
- Uses LDADD instead of LDFLAGS. closes: #925868.
* Drop alternate Recommends on vlc-nox. closes: #845584.
Checksums-Sha1:
24b6c7aeb56c08470025f72e4f555c63582a07e7 1696 zomg_0.8.1-1.dsc
df27effd0b6df7fcb1c796ff5851fccf049446a0 99743 zomg_0.8.1.orig.tar.gz
0678352dd26fb807c3523ccea5f94dd66777a1f7 2972 zomg_0.8.1-1.debian.tar.xz
Checksums-Sha256:
504bf0118f6094153c33f695beaabe60f15a0497586b8a0ee4ba7c8a706b9a22 1696
zomg_0.8.1-1.dsc
92b9a7b03b681fd61b1c98c3be234b4d92abadbcc3a958d268ea2a28c4b855d8 99743
zomg_0.8.1.orig.tar.gz
f99fc4cb02dda35eff3e31d4cdd16d8fcec6b8037f2607e5175d9f82d13a8392 2972
zomg_0.8.1-1.debian.tar.xz
Files:
de8bb7ad765ab46b88097c1b917d74cc 1696 sound optional zomg_0.8.1-1.dsc
f6474a7073a12bac163210f885fdb496 99743 sound optional zomg_0.8.1.orig.tar.gz
5a74da180026e7e94a1887076b6d009a 2972 sound optional zomg_0.8.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEdYHsh0BT5sgHeRubVZIzHhmdOKgFAl0mgcgACgkQVZIzHhmd
OKgoXxAAmD2bSCJ8E5/E5h8vlp1nLfRzZMzXualUNzseL8VZq9iZMfymx0+FpQC5
CXhM22zI3yNPFomWieVR0BNAvxaW51f//l7un1/MGTClDLxqLzfwpq4MV/Pr4fGy
ieVTlH6nlIHJUW/AjUMozGW4GfhmXmjOgvPeSHIPTat0ekXmMcUN5np2f+Aggzrq
bbcajQHP3QR2yf6uAw9wWwFlx/g8KtReKIuLhJxDBOmERavgMMlb+/OpoEl7T4iF
mQF43u8tANhQZq/pGeIwnN6FQDozmF3SpisyUozZOuph9N/H5ruz0a/IRf8y1ntm
OP8zAy0hEiHYexeTjnc+xVKYnxqmsJaQqiOqeOIBDUPgSXXtQF9wksriTL4eb7p3
VsY64GWTR4nkd+SVYSG0FCGPYRa69BXIiHit/UrZBN1AGj1hRKd6wAYE5YKDNHko
h6lxd2st6/vIgQl6K7XrQLRv3QR0dcxzxGfPNlluek6vBZGeLMWj/rHOTATijpQ9
TNTPnToRXeWYkI5bjSrYN+OLM6hKQvTJ0XGzhInDYactxmRc/J6UyXs59K2Qy83+
9f5LejazhLcmfXiX2U8nT5DDwrz8LMPoJid62CDJpiUo27NhSfwEIsVhI8WG+D5Y
pxiCNFbi2GJwiN186nqNvWctosZcrRTYM1vn79A3MX+Rg4cp9jg=
=o36m
-----END PGP SIGNATURE-----
--- End Message ---