Your message dated Wed, 13 Nov 2019 21:29:21 +0000
with message-id <e1iv0cx-0007sa...@fasolo.debian.org>
and subject line Bug#925799: fixed in oss-preserve 1.1-6.1
has caused the Debian Bug report #925799,
regarding oss-preserve: 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 ow...@bugs.debian.org
immediately.)


-- 
925799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925799
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:oss-preserve
Version: 1.1-6
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/oss-preserve_1.1-6_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.

[...]
touch debian/stamp-autotools-files
chmod a+x /<<PKGBUILDDIR>>/./configure
mkdir -p .
cd . && CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" /<<PKGBUILDDIR>>/./configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" 
--infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var 
--libexecdir="\${prefix}/lib/oss-preserve" --srcdir=. --disable-maintainer-mode 
--disable-dependency-tracking --disable-silent-rules
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro) works... yes
checking whether the C compiler (gcc -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for pkg-config... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
touch debian/stamp-autotools
/usr/bin/make -C . 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DPACKAGE=\"ossctl\" -DVERSION=\"1.1\"  -I. -I.    -Wdate-time 
-D_FORTIFY_SOURCE=2 `pkg-config glib-2.0 --cflags` -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c ossctl.c
ossctl.c: In function 'read_from_device':
ossctl.c:210:2: warning: comparison of constant '0' with boolean expression is 
always false [-Wbool-compare]
  210 |  < 0)
      |  ^
gcc `pkg-config glib-2.0 --cflags` -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,relro -o 
ossctl `pkg-config glib-2.0 --libs` ossctl.o  
/usr/bin/ld: ossctl.o: in function `read_configuration':
./ossctl.c:108: undefined reference to `g_array_new'
/usr/bin/ld: ./ossctl.c:127: undefined reference to `g_array_new'
/usr/bin/ld: ossctl.o: in function `write_to_devices':
./ossctl.c:264: undefined reference to `g_strerror'
/usr/bin/ld: ./ossctl.c:264: undefined reference to `g_log'
/usr/bin/ld: ossctl.o: in function `read_from_devices':
./ossctl.c:164: undefined reference to `g_array_new'
/usr/bin/ld: ./ossctl.c:174: undefined reference to `g_array_new'
/usr/bin/ld: ossctl.o: in function `read_from_device':
./ossctl.c:195: undefined reference to `g_log'
/usr/bin/ld: ./ossctl.c:230: undefined reference to `g_array_append_vals'
/usr/bin/ld: ossctl.o: in function `read_from_devices':
./ossctl.c:182: undefined reference to `g_array_append_vals'
/usr/bin/ld: ossctl.o: in function `read_configuration':
./ossctl.c:140: undefined reference to `g_array_append_vals'
/usr/bin/ld: ./ossctl.c:144: undefined reference to `g_log'
/usr/bin/ld: ossctl.o: in function `read_from_device':
./ossctl.c:226: undefined reference to `g_strerror'
/usr/bin/ld: ./ossctl.c:226: undefined reference to `g_log'
/usr/bin/ld: ossctl.o: in function `read_configuration':
./ossctl.c:126: undefined reference to `g_array_append_vals'
/usr/bin/ld: ./ossctl.c:131: undefined reference to `g_array_append_vals'
/usr/bin/ld: ./ossctl.c:119: undefined reference to `g_log'
/usr/bin/ld: ossctl.o: in function `write_to_devices':
./ossctl.c:255: undefined reference to `g_strerror'
/usr/bin/ld: ./ossctl.c:255: undefined reference to `g_log'
/usr/bin/ld: ./ossctl.c:269: undefined reference to `g_strerror'
/usr/bin/ld: ./ossctl.c:269: undefined reference to `g_log'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:184: ossctl] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: oss-preserve
Source-Version: 1.1-6.1

We believe that the bug you reported is fixed in the latest version of
oss-preserve, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated oss-preserve 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: Wed, 13 Nov 2019 15:52:53 -0500
Source: oss-preserve
Architecture: source
Version: 1.1-6.1
Distribution: unstable
Urgency: high
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 641547 925799
Changes:
 oss-preserve (1.1-6.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * debian/control:
     + Bump Standards-Version to 4.4.1.
     + Bump debhelper compat to v12.
     + Update Vcs-* fields to use git packaging repo under Salsa
       Debian group.
   * debian/rules:
     + Use dh sequencer instead of cdbs.
   * debian/patches: Make the buildsystem correctly recognize link
     flags. (Closes: #641547, #925799)
Checksums-Sha1:
 86fa1c392f69ef3bccdca45499e7f22156454cb3 1897 oss-preserve_1.1-6.1.dsc
 72a24955b2116ed58c16cdeb9aca6b7474256a91 5484 
oss-preserve_1.1-6.1.debian.tar.xz
 329aa25bda0996ae2b02505ff3eb6677521299e2 6881 
oss-preserve_1.1-6.1_amd64.buildinfo
Checksums-Sha256:
 168fa9beeb3aa0a19367897e690e0b04780870e34f179c114261b283a61fa156 1897 
oss-preserve_1.1-6.1.dsc
 e61a43e251bfc7587f71dfb1d32516b29e312e6a4222637394ef482804b52bb3 5484 
oss-preserve_1.1-6.1.debian.tar.xz
 874914cd8f3b4f114e9ea69bd38224b5442dc78748f362d2855a86bc68556288 6881 
oss-preserve_1.1-6.1_amd64.buildinfo
Files:
 60fb460fceb6b6c95b0a5c88b07bd115 1897 admin optional oss-preserve_1.1-6.1.dsc
 d96cbbc433bdf40b7b0e63f2c5a6354f 5484 admin optional 
oss-preserve_1.1-6.1.debian.tar.xz
 9a10a68437761bd4886c93df9e6d5f58 6881 admin optional 
oss-preserve_1.1-6.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl3Mb00ACgkQwpPntGGC
Ws76Dg//W8QKc1r4RrHZFT/RNHNPjAiNPwrWkx/801SA6+9CDRx3BCkz4GgpKMtc
6WJgoMFVtB+pXhAovOaWTSL0Nh1N61UgvpvSXjqMzlSHAYuKUzXtDYRbNQfbgT12
7G2UnESx4LrxJ5Q6PqpLXRdbxBwPo/J8YKvN1CHZTFwZc10Q2ZgzoqnFdlKIv4Ct
jWm1q7O2Fmj7kRY57h9dwvpEqwkp3jLIWvHrnqtAjfQftojbkjNaZVB6D2qLVt+w
VlDtdUhUpubNdOV/rs/qWoAEme7ggVJpm0ArJ/gFB0HRsSbKH7hXvfwrhAvYs74S
9dO5f9HpWsMngYKOLGzBeYYpYyRYHOAU22UU1VICLj3NWeXbvzSkUPGOajaqTyll
v5K0/7zUGqtwXLQjPz1L30xSwlbag4B6wVWikZPgdnJGwwF06mM20SOQowgyiaV8
sWtiqHI5UkeY+76IJJe9Fda47nBDTSP+6jrwtft1Xjm+DOtV7sgbSo6SX89wNdqj
D/TqC527pnyv7kflp1jmzLYmJh49avvldq4ZVineFKOdnNkqUzWNfwp+zb1iCkGt
f4C5FR2KSblOyEw+dTrwUr0zMSpy5ndMSruj0Om7Vk2DnF38eZrxjRsHuNkKI4b5
Dpmqf7CgvISg73osluibjGFHdb/qK9NBmzOkStitRmTFGZOGiWw=
=RL/h
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to