Your message dated Sat, 14 Sep 2019 06:36:40 +0000
with message-id <e1i91fk-0009ze...@fasolo.debian.org>
and subject line Bug#925711: fixed in hdup 2.0.14-5.1
has caused the Debian Bug report #925711,
regarding hdup: 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.)
--
925711: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925711
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hdup
Version: 2.0.14-4
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/hdup_2.0.14-4_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: hduptarlib.o: in function `setup_decryptcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:567: undefined reference to `g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:572: undefined reference to
`g_strdup_printf'
/usr/bin/ld: hduptarlib.o:/<<PKGBUILDDIR>>/src/hduptarlib.c:607: more undefined
references to `g_strdup_printf' follow
/usr/bin/ld: hduptarlib.o: in function `setup_tarcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:647: undefined reference to `g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:657: undefined reference to
`g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:655: undefined reference to
`g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:645: undefined reference to
`g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:640: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:643: undefined reference to
`g_strconcat'
/usr/bin/ld: hduptarlib.o: in function `setup_untarcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:695: undefined reference to `g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:701: undefined reference to
`g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:690: undefined reference to
`g_strdup_printf'
/usr/bin/ld: hduptarlib.o: in function `hdup_dotar':
/<<PKGBUILDDIR>>/src/hduptarlib.c:152: undefined reference to `g_malloc'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:271: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:240: undefined reference to
`g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:243: undefined reference to
`g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:248: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:262: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:222: undefined reference to
`g_strconcat'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:225: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:194: undefined reference to
`g_strdup_printf'
/usr/bin/ld: hduptarlib.o: in function `setup_unsplitcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:742: undefined reference to `g_strconcat'
/usr/bin/ld: hduptarlib.o: in function `hdup_dountar':
/<<PKGBUILDDIR>>/src/hduptarlib.c:65: undefined reference to `g_malloc'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/hduptarlib.c:57: undefined reference to
`g_strdup_printf'
/usr/bin/ld: hduptarlib.o: in function `setup_cryptcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:549: undefined reference to `g_strconcat'
/usr/bin/ld: hduptarlib.o: in function `setup_decryptcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:583: undefined reference to `g_strconcat'
/usr/bin/ld: hduptarlib.o: in function `setup_splitcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:714: undefined reference to `g_strdup_printf'
/usr/bin/ld: hduptarlib.o: in function `setup_unsplitcmd':
/<<PKGBUILDDIR>>/src/hduptarlib.c:744: undefined reference to `g_strdup_printf'
/usr/bin/ld: walker.o: in function `walk_dir':
/<<PKGBUILDDIR>>/src/walker.c:177: undefined reference to `g_malloc'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:181: undefined reference to
`g_malloc'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:201: undefined reference to
`g_ascii_strcasecmp'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:202: undefined reference to
`g_ascii_strcasecmp'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:207: undefined reference to
`g_ascii_strcasecmp'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:208: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:230: undefined reference to
`g_ascii_strcasecmp'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:248: undefined reference to
`g_strdup'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:256: undefined reference to
`g_realloc'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:210: undefined reference to
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:293: undefined reference to
`g_strdup'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:296: undefined reference to
`g_realloc'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:313: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:326: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:328: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:329: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:214: undefined reference to `g_free'
/usr/bin/ld: walker.o:/<<PKGBUILDDIR>>/src/walker.c:214: more undefined
references to `g_free' follow
/usr/bin/ld: walker.o: in function `walk_dir':
/<<PKGBUILDDIR>>/src/walker.c:285: undefined reference to `g_strdup'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:234: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/src/walker.c:235: undefined reference to `g_free'
/usr/bin/ld: walker.o: in function `do_dir_walk':
/<<PKGBUILDDIR>>/src/walker.c:100: undefined reference to `g_strconcat'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:31: hdup] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:14: hdup] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:21: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: hdup
Source-Version: 2.0.14-5.1
We believe that the bug you reported is fixed in the latest version of
hdup, 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.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated hdup
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: SHA256
Format: 1.8
Date: Thu, 12 Sep 2019 21:16:58 +0200
Source: hdup
Binary: hdup
Architecture: source
Version: 2.0.14-5.1
Distribution: unstable
Urgency: medium
Maintainer: Francesco Paolo Lovergine <fran...@debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Description:
hdup - Filesystem duplicator and backup
Closes: 925711
Changes:
hdup (2.0.14-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply the patch on source-tree since this is not a quilt format package
(Closes: #925711)
Checksums-Sha1:
faf8341358369414a132cd03399a0fcb34ce0c66 1738 hdup_2.0.14-5.1.dsc
017e5c622ca89dcbba72126dc271142615d86876 30551 hdup_2.0.14-5.1.diff.gz
7db7015d052809146a265660dbdbc4316546692b 13172 hdup_2.0.14-5.1_source.buildinfo
Checksums-Sha256:
85b1057cffa902dc65226ac3f4f423ca5d386fa6bf682d4b6323bc64979fe783 1738
hdup_2.0.14-5.1.dsc
7420ea852194f8546f680474827e9bcb6563c3dff30f37555d8ca57f86310be3 30551
hdup_2.0.14-5.1.diff.gz
918c1a14048f9ae451c454705e050f5893dcde8ecc119404f42d988984b3bc79 13172
hdup_2.0.14-5.1_source.buildinfo
Files:
68b8184bd1674e0c21b5cef615a6fd5a 1738 utils optional hdup_2.0.14-5.1.dsc
3f10d2b1b4b9a70ccc61832874778961 30551 utils optional hdup_2.0.14-5.1.diff.gz
a900b4032ed5bff5019056993e548e11 13172 utils optional
hdup_2.0.14-5.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl18hdQACgkQ808JdE6f
XdmmBA//f9LZuuzQyY4E8Iz0A8lr3R5tx4N+edminNVSH7PA1vFWXm27OMW+qfKb
HfpK2RJCMZMh/lDUSgIrz/9LZEkoO6rEi5vzE0onY3+Sj2QSFhMwYkbfCMxaqBuk
Y0YpUkiRUJfKNdoeFNWhMAdI8LmwkIFNcSR8ucDCypYVscqE9RJCxZV5KfksYkT7
hlpChw1IKE53JEA3KubhP4qRjuS7YkhFB5IjmoFov+sYaPQFXcm1VmPYrYN0oz4C
xPvVljjbidugnqBkCySpk5/jqwA12oFs+QRyDi5GYYei/UDF0N+whmgxPQUFSWj/
jGKG5maMc6tUye5J4H6WUGO4YGq5TS94ZXdtn4l4vwtBkrsbQtxVLD+Cm6FQzhvX
aQzXAyxEZkGxPovpdVWkty2H8bnRpIsGdg2/bC/z4iq+wJeazF0JBDMoiaiPM0vN
zMBcrYLmZOIpRjBKHplYDEEB4zQxTWzu6m7IpEilZvlp2k5gG3iNgPpchOEjkBNy
dLIWVUYGT6GPr7s1UR+PKdwYCdayH5URxfvEett9+jg6XZTU3MrgtJ1PamaWgvBp
/P+6STP+2FJvDdKfNsqCCb98Xm+/fIt/dAvvJYXPTYyc0AFwCPZZ5yJIVIbohPjc
A+pAujo/26D67ljcDTYv0477p8ZnWGhjO6mmqgg+XuzKwuS3GmY=
=8bm0
-----END PGP SIGNATURE-----
--- End Message ---