Your message dated Fri, 25 Sep 2020 16:33:46 +0000
with message-id <e1klqfk-000iur...@fasolo.debian.org>
and subject line Bug#957590: fixed in netatalk 3.1.12~ds-5
has caused the Debian Bug report #957590,
regarding netatalk: ftbfs with GCC-10
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.)


-- 
957590: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:netatalk
Version: 3.1.12~ds-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/netatalk_3.1.12~ds-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../.. 
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DAPPLCNAME 
-DSERVERTEXT=\"/var/lib/netatalk/msg/\" 
-D_PATH_AFPDPWFILE=\"/etc/netatalk/afppasswd\" 
-D_PATH_AFPDUAMPATH=\"/usr/lib/netatalk//\" -D_PATH_CONFDIR=\"/etc/netatalk/\" 
-D_PATH_STATEDIR='"/var/lib/netatalk/"' -pthread -I/usr/include/tracker-2.0 
-I/usr/include/tracker-2.0/libtracker-sparql -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DDBUS_COMPILATION 
-D_U_="__attribute__((unused))" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o afpd-afpstats.o 
`test -f
  'afpstats.c' || echo './'`afpstats.c
afpstats.c: In function ‘afpstats_init’:
afpstats.c:114:5: warning: ‘g_type_init’ is deprecated 
[-Wdeprecated-declarations]
  114 |     g_type_init();
      |     ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/dbus-1.0/dbus/dbus-glib.h:27,
                 from afpstats.c:26:
/usr/include/glib-2.0/gobject/gtype.h:691:23: note: declared here
  691 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
afpstats.c:115:5: warning: ‘g_thread_init’ is deprecated 
[-Wdeprecated-declarations]
  115 |     g_thread_init(NULL);
      |     ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:110,
                 from afpstats.c:25:
/usr/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here
  261 | void     g_thread_init                   (gpointer vtable);
      |          ^~~~~~~~~~~~~
afpstats.c:119:5: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' 
instead [-Wdeprecated-declarations]
  119 |     thread = g_thread_create(afpstats_thread, NULL, TRUE, NULL);
      |     ^~~~~~
In file included from /usr/include/glib-2.0/glib.h:110,
                 from afpstats.c:25:
/usr/include/glib-2.0/glib/deprecated/gthread.h:100:10: note: declared here
  100 | GThread *g_thread_create       (GThreadFunc       func,
      |          ^~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../.. 
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -DAPPLCNAME 
-DSERVERTEXT=\"/var/lib/netatalk/msg/\" 
-D_PATH_AFPDPWFILE=\"/etc/netatalk/afppasswd\" 
-D_PATH_AFPDUAMPATH=\"/usr/lib/netatalk//\" -D_PATH_CONFDIR=\"/etc/netatalk/\" 
-D_PATH_STATEDIR='"/var/lib/netatalk/"' -pthread -I/usr/include/tracker-2.0 
-I/usr/include/tracker-2.0/libtracker-sparql -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DDBUS_COMPILATION 
-D_U_="__attribute__((unused))" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
afpd-afpstats_obj.o `tes
 t -f 'afpstats_obj.c' || echo './'`afpstats_obj.c
if test -f afp_dtrace.o ; then rm -f afp_dtrace.o ; fi
/bin/bash ../../libtool --mode=execute dtrace -G -s 
../../include/atalk/afp_dtrace.d -o afp_dtrace.o afpd-afp_dsi.o afpd-fork.o 
afpd-appl.o afpd-catsearch.o afpd-directory.o afpd-enumerate.o afpd-file.o 
afpd-filedir.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -DAPPLCNAME 
-DSERVERTEXT=\"/var/lib/netatalk/msg/\" 
-D_PATH_AFPDPWFILE=\"/etc/netatalk/afppasswd\" 
-D_PATH_AFPDUAMPATH=\"/usr/lib/netatalk//\" -D_PATH_CONFDIR=\"/etc/netatalk/\" 
-D_PATH_STATEDIR='"/var/lib/netatalk/"' -pthread -I/usr/include/tracker-2.0 
-I/usr/include/tracker-2.0/libtracker-sparql -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DDBUS_COMPILATION 
-D_U_="__attribute__((unused))" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -export-dynamic 
-ldbus-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lgthread-2
 .0 -pthread -lglib-2.0 -ldbus-glib-1 -Wl,-z,relro -Wl,-z,now -o afpd 
afpd-afp_config.o afpd-afp_dsi.o afpd-afp_options.o afpd-afp_util.o 
afpd-afprun.o afpd-afs.o afpd-appl.o afpd-auth.o afpd-catsearch.o 
afpd-desktop.o afpd-dircache.o afpd-directory.o afpd-enumerate.o 
afpd-extattrs.o afpd-fce_api.o afpd-fce_util.o afpd-file.o afpd-filedir.o 
afpd-fork.o afpd-hash.o afpd-main.o afpd-mangle.o afpd-messages.o 
afpd-nfsquota.o afpd-ofork.o afpd-quota.o afpd-spotlight_marshalling.o 
afpd-status.o afpd-switch.o afpd-uam.o afpd-uid.o afpd-unix.o afpd-volume.o 
afpd-spotlight.o afpd-acls.o afpd-afpstats.o afpd-afpstats_obj.o 
../../libatalk/libatalk.la -L/usr/lib/x86_64-linux-gnu -lgcrypt -lrpcsvc -lwrap 
-ldl   -lacl -lattr ../../etc/spotlight/libspotlight.la -ltalloc afp_dtrace.o  
libtool: link: gcc -pthread -DAPPLCNAME -DSERVERTEXT=\"/var/lib/netatalk/msg/\" 
-D_PATH_AFPDPWFILE=\"/etc/netatalk/afppasswd\" 
-D_PATH_AFPDUAMPATH=\"/usr/lib/netatalk//\" -D_PATH_CONFDIR=\"/etc/netatalk/\" 
-D_PATH_STATEDIR=\"/var/lib/netatalk/\" -pthread -I/usr/include/tracker-2.0 
-I/usr/include/tracker-2.0/libtracker-sparql -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DDBUS_COMPILATION 
"-D_U_=__attribute__((unused))" -g -O2 "-fdebug-prefix-map=/<<PKGBUILDDIR>>=." 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -Wl,-z 
-Wl,relro -Wl,-z -Wl,now -o .libs/afpd afpd-afp_config.o afpd-afp_dsi.o 
afpd-afp_options.o afpd-afp_
 util.o afpd-afprun.o afpd-afs.o afpd-appl.o afpd-auth.o afpd-catsearch.o 
afpd-desktop.o afpd-dircache.o afpd-directory.o afpd-enumerate.o 
afpd-extattrs.o afpd-fce_api.o afpd-fce_util.o afpd-file.o afpd-filedir.o 
afpd-fork.o afpd-hash.o afpd-main.o afpd-mangle.o afpd-messages.o 
afpd-nfsquota.o afpd-ofork.o afpd-quota.o afpd-spotlight_marshalling.o 
afpd-status.o afpd-switch.o afpd-uam.o afpd-uid.o afpd-unix.o afpd-volume.o 
afpd-spotlight.o afpd-acls.o afpd-afpstats.o afpd-afpstats_obj.o afp_dtrace.o 
-Wl,--export-dynamic  -ldbus-1 -lgthread-2.0 -ldbus-glib-1 
../../libatalk/.libs/libatalk.so -L/usr/lib/x86_64-linux-gnu -lgcrypt -lrpcsvc 
-lwrap -ldl -lacl -lattr ../../etc/spotlight/.libs/libspotlight.a 
-ltracker-sparql-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -ltalloc 
-pthread
/usr/bin/ld: afpd-appl.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-auth.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-catsearch.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-desktop.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-dircache.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-directory.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-enumerate.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-extattrs.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-fce_api.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-fce_util.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-file.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-filedir.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-fork.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-main.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-mangle.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-nfsquota.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-ofork.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-quota.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-switch.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-unix.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-volume.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-spotlight.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
/usr/bin/ld: afpd-acls.o:./etc/afpd/directory.h:94: multiple definition of 
`invalid_dircache_entries'; afpd-afp_dsi.o:./etc/afpd/directory.h:94: first 
defined here
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:602: afpd] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/etc/afpd'
make[4]: *** [Makefile:517: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/etc/afpd'
make[3]: *** [Makefile:476: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/etc'
make[2]: *** [Makefile:527: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:459: all] Error 2
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 binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netatalk
Source-Version: 3.1.12~ds-5
Done: Jonas Smedegaard <d...@jones.dk>

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

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated netatalk 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: Fri, 25 Sep 2020 18:06:13 +0200
Source: netatalk
Architecture: source
Version: 3.1.12~ds-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Netatalk team <pkg-netatalk-de...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 957590 958616
Changes:
 netatalk (3.1.12~ds-5) unstable; urgency=medium
 .
   * add patches cherry-picked from upstream merge-requests:
     + fix ftbfs with GCC-10;
       closes: bug#957590, thanks to Matthias Klose
     + fix implicit declarations in become_root() and unbecome_root()
     + fix garbage read in bsd_attr_list()
     + fix use after free in get_tm_used()
     + fix afpd segfault in Spotlight SPARQL parser
   * use debhelper compatibility level 10 (not 9)
   * stop build-depend on dh-systemd
     (provided by debhelper even in oldstable);
     closes: bug#958616, thanks to Michael Biebl
   * annotate superficial autopkgtest
   * unfuzz patch 103
   * enable CNID backend mysql
     (MariaDB avoids OpenSSL since 1:10.3.13-1,
     available since buster);
     build-depend on libmariadb-dev-compat
   * simplify source script copyright-check
Checksums-Sha1:
 fa227bdea459f7883dcca4ace1e6561f7abb9791 2503 netatalk_3.1.12~ds-5.dsc
 ca1d70b3407b3a327b077ef3b6abf2a4f5035836 56684 
netatalk_3.1.12~ds-5.debian.tar.xz
 588911e8ded13ffb35c9fd800cc5dc6eed6fff2c 9858 
netatalk_3.1.12~ds-5_amd64.buildinfo
Checksums-Sha256:
 d1a921a4a1ff365ad493449f97de01df09920520335f69edf2f80ea17495fc18 2503 
netatalk_3.1.12~ds-5.dsc
 e319d6d1b748b6a13aee1ae1b6b414ae09b0bea5610a172019795ae15b03cc1d 56684 
netatalk_3.1.12~ds-5.debian.tar.xz
 15654e123d4440c00ff961efe3b069f2f2e6a1e4b6b6db77dfa657e65dea20f5 9858 
netatalk_3.1.12~ds-5_amd64.buildinfo
Files:
 6adde965730215a1b18efbda3b93f9f8 2503 net optional netatalk_3.1.12~ds-5.dsc
 990f6e853c44ed51e1810e491b78ccf2 56684 net optional 
netatalk_3.1.12~ds-5.debian.tar.xz
 c2b1b16fa5d00848a3a70c74d72e0d9c 9858 net optional 
netatalk_3.1.12~ds-5_amd64.buildinfo

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl9uGE8ACgkQLHwxRsGg
ASHsJw//bdMWN8ZIQ1BE9Fmct2HYh4C5jacJIWnakviNhtUVHiMC2uA7yW1nsDuT
BSIalcwR9V7/8L/hW+FznXYu5Fva/sOdPnQyu6YGF5D7eBHOtCfo/df53HJg36B3
yw+1TvChlqQssPLx+37O3rmGBOMJuPHPfDyye8fVpCJpqYSRIa2Bt4E6EDsIh097
SU8LFM5pLx1xBgmwARzKluBgMhdtO6NzyRWtITStD1Vb/KYPk6V/Tf/3GS+htzjQ
XAs018ZuNPZ7+X5atwzFNws8VcavkiVBhbXJP3i3QYN7RA2YpkkzxvT7KMaeUYFD
M4ucKvZ3PvHochF8TfWfFNHMGW/0iTUvcwM+Zs/zrSSb/C5fA9kz5YGB3lZCV452
xc5aIau7Pv7i0CA2jNBqGVsntqsNtii8EpI7ydi9B2YcTZivg/erXybDlMRcDSHk
nyFEMOfUC1SThbjpMjwdzrbp6ufbRZP7yN4ll9mUS/k+51xs6diKCXPbtSAO9x5/
S2/R2vdAG42/knD7uG3YMurXjDWAbGn06OlGO2D3x8SUgoktCJb2EeHRvSNz43up
NL+cYx6/QOA5NxsMPqHSXfBLax0k5AoyzeaR0cgHRtkqN9OHwm1xSDWr6zQVaKmJ
POi5Kq3TMg2IZQfqfKBorLVK7OdTsN2WXs8r71Uxcj1GK0Oyo0Y=
=+X2n
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to