Your message dated Mon, 04 Jan 2021 19:48:55 +0000
with message-id <e1kwvqz-000bhq...@fasolo.debian.org>
and subject line Bug#957603: fixed in netplan.io 0.101-1
has caused the Debian Bug report #957603,
regarding netplan.io: 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.)
--
957603: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:netplan.io
Version: 0.98-2
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/netplan.io_0.98-2_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
[...]
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package netplan.io
dpkg-buildpackage: info: source version 0.98-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Andrej Shadura <andre...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j4 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f netplan/_features.py src/_features.h
rm -f generate doc/*.html doc/*.[1-9]
rm -f netplan-dbus dbus/*.service
rm -f *.gcda *.gcno generate.info
rm -rf test-coverage .coverage
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
echo "# Generated file" > netplan/_features.py
cc -std=c99 -D_XOPEN_SOURCE=500 -DSBINDIR=\"/usr/sbin\" -Wall -Werror -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro -o generate src/generate.c src/parse.c
src/util.c src/networkd.c src/nm.c src/validation.c src/error.c `pkg-config
--cflags --libs glib-2.0 gio-2.0 yaml-0.1 uuid`
printf "#include <stddef.h>\nstatic const char *feature_flags[]
__attribute__((__unused__)) = {\n" > src/_features.h
echo "NETPLAN_FEATURE_FLAGS = [" >> netplan/_features.py
sed -e "s#@ROOTLIBEXECDIR@#/lib#" dbus/io.netplan.Netplan.service.in >
dbus/io.netplan.Netplan.service
awk 'match ($0, /netplan-feature:.*/ ) { $0=substr($0, RSTART, RLENGTH); print
"\""$2"\"," }' src/generate.c src/error.c src/nm.h src/networkd.h
src/validation.c src/nm.c src/networkd.c src/dbus.c src/parse.h src/util.h
src/validation.h src/parse.c src/util.c src/error.h >> src/_features.h
awk 'match ($0, /netplan-feature:.*/ ) { $0=substr($0, RSTART, RLENGTH); print
" \""$2"\"," }' src/generate.c src/error.c src/nm.h src/networkd.h
src/validation.c src/nm.c src/networkd.c src/dbus.c src/parse.h src/util.h
src/validation.h src/parse.c src/util.c src/error.h >> netplan/_features.py
pandoc -s --toc -o doc/netplan.html doc/netplan.md
echo "NULL, };" >> src/_features.h
echo "]" >> netplan/_features.py
pandoc -s -o doc/netplan.5 doc/manpage-header.md doc/netplan.md
doc/manpage-footer.md
pandoc -s -o doc/netplan-generate.8 doc/netplan-generate.md
pandoc -s -o doc/netplan-apply.8 doc/netplan-apply.md
pandoc -s -o doc/netplan-try.8 doc/netplan-try.md
cc -std=c99 -D_XOPEN_SOURCE=500 -DSBINDIR=\"/usr/sbin\" -Wall -Werror -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro -o netplan-dbus src/dbus.c src/_features.h
`pkg-config --cflags --libs libsystemd glib-2.0`
[WARNING] This document format requires a nonempty <title> element.
Please specify either 'title' or 'pagetitle' in the metadata,
e.g. by using --metadata pagetitle="..." on the command line.
Falling back to 'netplan'
/usr/bin/ld: /tmp/ccU03kiM.o:./src/parse.h:34: multiple definition of
`missing_id'; /tmp/cchudqHV.o:./src/parse.h:34: first defined here
/usr/bin/ld: /tmp/ccU03kiM.o:./src/parse.h:35: multiple definition of
`missing_ids_found'; /tmp/cchudqHV.o:./src/parse.h:35: first defined here
/usr/bin/ld: /tmp/ccU03kiM.o:./src/parse.h:28: multiple definition of
`current_file'; /tmp/cchudqHV.o:./src/parse.h:28: first defined here
/usr/bin/ld: /tmp/ccwCIEJu.o:./src/parse.h:35: multiple definition of
`missing_ids_found'; /tmp/cchudqHV.o:./src/parse.h:35: first defined here
/usr/bin/ld: /tmp/ccwCIEJu.o:./src/parse.h:34: multiple definition of
`missing_id'; /tmp/cchudqHV.o:./src/parse.h:34: first defined here
/usr/bin/ld: /tmp/ccwCIEJu.o:./src/parse.h:28: multiple definition of
`current_file'; /tmp/cchudqHV.o:./src/parse.h:28: first defined here
/usr/bin/ld: /tmp/ccZOGTQm.o:./src/parse.h:35: multiple definition of
`missing_ids_found'; /tmp/cchudqHV.o:./src/parse.h:35: first defined here
/usr/bin/ld: /tmp/ccZOGTQm.o:./src/parse.h:34: multiple definition of
`missing_id'; /tmp/cchudqHV.o:./src/parse.h:34: first defined here
/usr/bin/ld: /tmp/ccZOGTQm.o:./src/parse.h:28: multiple definition of
`current_file'; /tmp/cchudqHV.o:./src/parse.h:28: first defined here
/usr/bin/ld: /tmp/ccww92of.o:./src/parse.h:34: multiple definition of
`missing_id'; /tmp/cchudqHV.o:./src/parse.h:34: first defined here
/usr/bin/ld: /tmp/ccww92of.o:./src/parse.h:35: multiple definition of
`missing_ids_found'; /tmp/cchudqHV.o:./src/parse.h:35: first defined here
/usr/bin/ld: /tmp/ccww92of.o:./src/parse.h:28: multiple definition of
`current_file'; /tmp/cchudqHV.o:./src/parse.h:28: first defined here
/usr/bin/ld: /tmp/ccN6xAl8.o:./src/parse.h:28: multiple definition of
`current_file'; /tmp/cchudqHV.o:./src/parse.h:28: first defined here
/usr/bin/ld: /tmp/ccN6xAl8.o:./src/parse.h:35: multiple definition of
`missing_ids_found'; /tmp/cchudqHV.o:./src/parse.h:35: first defined here
/usr/bin/ld: /tmp/ccN6xAl8.o:./src/parse.h:34: multiple definition of
`missing_id'; /tmp/cchudqHV.o:./src/parse.h:34: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:33: generate] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: netplan.io
Source-Version: 0.101-1
Done: Andrej Shadura <andre...@debian.org>
We believe that the bug you reported is fixed in the latest version of
netplan.io, 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.
Andrej Shadura <andre...@debian.org> (supplier of updated netplan.io 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: Mon, 04 Jan 2021 20:34:58 +0100
Source: netplan.io
Architecture: source
Version: 0.101-1
Distribution: unstable
Urgency: medium
Maintainer: Debian netplan Maintainers <team+netp...@tracker.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 957603 979266
Changes:
netplan.io (0.101-1) unstable; urgency=medium
.
[ Andrej Shadura ]
* New upstream release.
* Merge changes from Ubuntu.
* Let tests fail.
* Remove the hack to fix build with GCC 10 (actually closes: #957603).
.
[ Lukas Märdian ]
* d/control: fix lintian warning about trailing whitespace
* d/p/0001-Fix-changing-of-macaddress-with-systemd-v247-178.patch:
Fix MAC address changes with systemd v247 by using a new approach inside
systemd's .network file. It also works with older version of systemd.
* Add d/p/0002-parse-fix-networkmanager-backend-options-for-modem-c.patch:
Allows parsing of networkmanager: backend handlers for modem devices
* Update symbols file
.
[ Michael Biebl ]
* Stop using deprecated systemd-resolve tool (Closes: #979266).
Checksums-Sha1:
f7fd3bc426bcea5522560c2efd40c617dbccbf38 2257 netplan.io_0.101-1.dsc
941f96745c65eb917273189054d20b709f893818 194976 netplan.io_0.101.orig.tar.gz
aab298dfe1ee5f664bd3f87be7b1304e97317467 7664 netplan.io_0.101-1.debian.tar.xz
Checksums-Sha256:
105c3b238de0e08b2d9702c3c41653e8c2c7d19fc13938ffe862451680b3272f 2257
netplan.io_0.101-1.dsc
c0817c6b74e78165ae81b0e7af7e7b3a3d0d31f15ce75712700644a7004e651f 194976
netplan.io_0.101.orig.tar.gz
e835a08fa5f6c0a2e9143e69b115979146e41eaaa857c27a7a8a301d743b5b7c 7664
netplan.io_0.101-1.debian.tar.xz
Files:
c424075a00dbe4efd0dca0d9127241a6 2257 net optional netplan.io_0.101-1.dsc
87e149fe623474d1521399e71c3a1e64 194976 net optional
netplan.io_0.101.orig.tar.gz
a4af4098483ce8189cf50e6bac0e4cb1 7664 net optional
netplan.io_0.101-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl/zbpUACgkQXkCM2RzY
OdKp+Af/VkvfouNAX4MPO24kin8h7OvLEd4R7SAyKHuKA1d0YtdgNNgDUwpoffUH
22jIxJkoqip26YHPHzMqO7DVq4AGj4S0ldYb2etFFn4wvIXEqmyVVWaJVPwdaOq+
gHoC75+W3nrpIrnBVma1o6AGohKrSdP4aZ2opySuA9vGTQLvgW/EMO2N85t6mZPe
DUoTLshahKvsc2ESxKnJrzvtTyJ9Kb+CC1uKIB8nu6UB1IdcVVVom+UHugdYB6CG
jKZlcV9XvnDn6sYO2GCAAv5Jg+p3ZAmVOAqnKXTgOLt/GF8oaGnzc/12NynOj74b
CJ/L+AkqOb6f+OldJgFaVwBOnzMs/w==
=Cxtk
-----END PGP SIGNATURE-----
--- End Message ---