Your message dated Mon, 19 Aug 2019 05:36:25 +0000
with message-id <e1hzalb-000a8g...@fasolo.debian.org>
and subject line Bug#925819: fixed in rrep 1.3.6-2
has caused the Debian Bug report #925819,
regarding rrep: 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.)


-- 
925819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rrep
Version: 1.3.6-1
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/rrep_1.3.6-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.

[...]
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o fd-safer.o fd-safer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pipe-safer.o pipe-safer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o wctype-h.o wctype-h.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o xmalloc.o xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o xalloc-die.o xalloc-die.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o xstriconv.o xstriconv.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o yesno.o yesno.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o fcntl.o fcntl.c
rm -f t-charset.alias charset.alias && \
/bin/bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/rrep/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/rrep/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o uniwidth/width.o uniwidth/width.c
rm -f libgnu.a
ar cru libgnu.a set-mode-acl.o copy-acl.o file-has-acl.o argmatch.o 
backupfile.o binary-io.o bitrotate.o c-ctype.o c-strcasecmp.o c-strncasecmp.o 
copy-file.o opendir-safer.o dirname-lgpl.o basename-lgpl.o stripslash.o 
exclude.o exitfail.o fd-hook.o filenamecat-lgpl.o full-write.o hash.o 
localcharset.o malloca.o mbchar.o mbiter.o mbscasecmp.o mbslen.o mbsstr.o 
mbuiter.o progname.o propername.o quotearg.o safe-read.o safe-write.o 
striconv.o strnlen1.o tempname.o tmpdir.o trim.o unistd.o dup-safer.o 
fd-safer.o pipe-safer.o unistr/u8-mbtoucr.o unistr/u8-uctomb.o 
unistr/u8-uctomb-aux.o uniwidth/width.o wctype-h.o xmalloc.o xalloc-die.o 
xstriconv.o yesno.o fcntl.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libgnu.a
make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lib'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" -I../lib 
-I../lib -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o rrep.o rrep.c
gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" -I../lib 
-I../lib -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o messages.o messages.c
gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" -I../lib 
-I../lib -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o bufferio.o bufferio.c
gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/usr/share/locale\" -I../lib 
-I../lib -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o pattern.o pattern.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -o rrep rrep.o 
messages.o bufferio.o pattern.o -lacl   ../lib/libgnu.a 
/usr/bin/ld: ../lib/libgnu.a(copy-acl.o): in function `qcopy_acl':
./lib/copy-acl.c:55: undefined reference to `acl_get_fd'
/usr/bin/ld: ./lib/copy-acl.c:67: undefined reference to `acl_set_fd'
/usr/bin/ld: ./lib/copy-acl.c:76: undefined reference to `acl_free'
/usr/bin/ld: ./lib/copy-acl.c:69: undefined reference to `acl_set_file'
/usr/bin/ld: ./lib/copy-acl.c:88: undefined reference to `acl_free'
/usr/bin/ld: ./lib/copy-acl.c:57: undefined reference to `acl_get_file'
/usr/bin/ld: ./lib/copy-acl.c:101: undefined reference to `acl_get_file'
/usr/bin/ld: ./lib/copy-acl.c:105: undefined reference to `acl_set_file'
/usr/bin/ld: ./lib/copy-acl.c:114: undefined reference to `acl_free'
/usr/bin/ld: ./lib/copy-acl.c:81: undefined reference to `acl_free'
/usr/bin/ld: ./lib/copy-acl.c:109: undefined reference to `acl_free'
/usr/bin/ld: ../lib/libgnu.a(file-has-acl.o): in function 
`acl_access_nontrivial':
./lib/file-has-acl.c:66: undefined reference to `acl_get_entry'
/usr/bin/ld: ./lib/file-has-acl.c:68: undefined reference to `acl_get_entry'
/usr/bin/ld: ./lib/file-has-acl.c:71: undefined reference to `acl_get_tag_type'
/usr/bin/ld: ../lib/libgnu.a(file-has-acl.o): in function `file_has_acl':
./lib/file-has-acl.c:500: undefined reference to `acl_extended_file'
/usr/bin/ld: ../lib/libgnu.a(set-mode-acl.o): in function `qset_acl':
./lib/set-mode-acl.c:82: undefined reference to `acl_from_mode'
/usr/bin/ld: ./lib/set-mode-acl.c:115: undefined reference to `acl_set_fd'
/usr/bin/ld: ./lib/set-mode-acl.c:121: undefined reference to `acl_free'
/usr/bin/ld: ./lib/set-mode-acl.c:132: undefined reference to `acl_free'
/usr/bin/ld: ./lib/set-mode-acl.c:117: undefined reference to `acl_set_file'
/usr/bin/ld: ./lib/set-mode-acl.c:134: undefined reference to 
`acl_delete_def_file'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:1147: rrep] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:1238: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1158: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: rrep
Source-Version: 1.3.6-2

We believe that the bug you reported is fixed in the latest version of
rrep, 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.
Arno Onken <asn...@asnelt.org> (supplier of updated rrep 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: Sun, 18 Aug 2019 12:10:47 +0100
Source: rrep
Architecture: source
Version: 1.3.6-2
Distribution: unstable
Urgency: high
Maintainer: Arno Onken <asn...@asnelt.org>
Changed-By: Arno Onken <asn...@asnelt.org>
Closes: 925819
Changes:
 rrep (1.3.6-2) unstable; urgency=high
 .
   * Reordered LDADD libraries to make the compiler aware of the
     needed libacl references (Closes: #925819)
   * Removed obsolete man macro and fixed spelling mistake.
   * Updated Standards-Version to 4.4.0.
   * Fixed copyright format.
Checksums-Sha1:
 486382da8939f2f65fba4d599547b3fe5c315a94 1838 rrep_1.3.6-2.dsc
 1277c5722db4e38009ddcc70918a782f7d031d02 3100 rrep_1.3.6-2.debian.tar.xz
 046192a5af3e5a98ae48aa9007fe09e5ce33b1c9 5399 rrep_1.3.6-2_source.buildinfo
Checksums-Sha256:
 89b8c0636f531e9560c45e13e7d56f77d04d74acac7f235cb55d353f325007d0 1838 
rrep_1.3.6-2.dsc
 c4bd19c5162a53faa4199d67afb1b44de2482a191ba72a2f7ec856f23d525d3c 3100 
rrep_1.3.6-2.debian.tar.xz
 f5b0a299fb8ecafef37a12226adf3e93a9d61bb6cefeeac65f5bf504da0fd216 5399 
rrep_1.3.6-2_source.buildinfo
Files:
 041ef034d849f1b21f671d6e9971c047 1838 utils optional rrep_1.3.6-2.dsc
 df6ffaa6b5354d7abef4a75e93dd1fd7 3100 utils optional rrep_1.3.6-2.debian.tar.xz
 25d1b9eacdaf69ea093b7136887f7e4b 5399 utils optional 
rrep_1.3.6-2_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl1Z5qcACgkQweDZLphv
fH6QtA/+MJQnDuLRm7R9cCnyinbI+RsLuqEa6AZA9FjbG5jKS4xvqxnbP3hSjyVA
C5ZNaakhCoHMRn5xkEvVLciYTDBt/TFcJ6BFO72BQQITCY9PBP6YdubjQyF+5Ctt
/OTo93CuiuMCRvrJ6TE1S+Dwn1jrGsci1yB0Yq7sKyO6b2//mE0pJACV5u89NlPR
jafMuSgCGurt4ZMkuAW+G08fhJ8iLHJ96Ly7dsiRJrSNQ4GfiKqXGZmP9HXWucQt
eAl3SrcU6AsKGfMvpiwc2/5BnMGT1Bv8mb8Esi22Zg6HBDXmr93Lxs6f5VpKqrYi
N8DLmNR2hJnoN6bZ/ITrgda56ZjjyiJOXRXZgSLBusMvJFkgTFRrjjrknWloHFLo
Vcsz6mI7Sq6DDimiCJBXpQUZraU/bbgYwLoRTWs1mVMo9peaL/5Jge72sbMSEK8S
LNf1CAT08F470hT2qcIwiVd7tVo1qTIJm9rOCmiQ0xZvEcetdvtDlldIG4kFZGgY
lDsN7ljsFra6hPU3giU8H01Tzn7qtK/P9O2FiCRH/E3Exr+ftTsGHsXoNhN+tI15
rzTrHgz/nLTIYhtehmns1yKEudjv23mn3KVBFE4aZFpb5u5Br0Yu9Uit9EAVhDdP
7lSzYBme0h05/6RNFadmpzwhp409rsM+doHHdCF5rG/SklN9NDE=
=waD5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to