Your message dated Fri, 07 Aug 2020 15:21:24 +0000
with message-id <e1k44bq-0001m4...@fasolo.debian.org>
and subject line Bug#957451: fixed in libmawk 1.0.2-3
has caused the Debian Bug report #957451,
regarding libmawk: 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.)
--
957451: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957451
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libmawk
Version: 1.0.2-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/libmawk_1.0.2-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
[...]
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I.. -I.
-o lmawk-exec main-exec.o viohack.o init_nocomp.o fin_exec.o zfifo.o
vio_fifo.o execute.o bi_funct.o print.o debug.o field_exec.o split.o
rexp/rexp.o rexp/rexp0.o rexp/rexp1.o rexp/rexp2.o rexp/rexp3.o memory.o hash.o
code.o vars.o da_bin.o da_common.o da_bin_helper.o error.o bi_vars.o
bi_funct_common.o array.o array_orig.o array_generic.o field_common.o re_cmpl.o
zmalloc.o fin_common.o files.o matherr.o fcall.o version.o missing.o
math_wrap.o cast.o cell.o scancode.o str.o array_environ.o files_children.o
vio_orig.o num_double.o -lm
gcc -shared -rdynamic -Wl,-z,relro -Wl,-soname,libmawk.so.1 -o libmawk.so
memory.o hash.o code.o vars.o da_bin.o da_common.o da_bin_helper.o error.o
bi_vars.o bi_funct_common.o array.o array_orig.o array_generic.o field_common.o
re_cmpl.o zmalloc.o fin_common.o files.o matherr.o fcall.o version.o missing.o
math_wrap.o cast.o cell.o scancode.o str.o array_environ.o files_children.o
vio_orig.o num_double.o execute.o bi_funct.o print.o debug.o field_exec.o
split.o parse.o scan.o da_text.o code_dump.o kw.o jmp.o init.o libmawk.o
fin_exec.o rexp/rexp.o rexp/rexp0.o rexp/rexp1.o rexp/rexp2.o rexp/rexp3.o
zfifo.o vio_fifo.o -lm
ar rvu libmawk.a memory.o hash.o code.o vars.o da_bin.o da_common.o
da_bin_helper.o error.o bi_vars.o bi_funct_common.o array.o array_orig.o
array_generic.o field_common.o re_cmpl.o zmalloc.o fin_common.o files.o
matherr.o fcall.o version.o missing.o math_wrap.o cast.o cell.o scancode.o
str.o array_environ.o files_children.o vio_orig.o num_double.o execute.o
bi_funct.o print.o debug.o field_exec.o split.o parse.o scan.o da_text.o
code_dump.o kw.o jmp.o init.o libmawk.o fin_exec.o rexp/rexp.o rexp/rexp0.o
rexp/rexp1.o rexp/rexp2.o rexp/rexp3.o zfifo.o vio_fifo.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating libmawk.a
/usr/bin/ld: vio_fifo.o:./src/libmawk/vio_fifo.h:17: multiple definition of
`mawk_vio_fifo_imp'; libmawk.o:./src/libmawk/../libmawk/vio_fifo.h:17: first
defined here
a - memory.o
a - hash.o
a - code.o
a - vars.o
a - da_bin.o
a - da_common.o
a - da_bin_helper.o
a - error.o
a - bi_vars.o
a - bi_funct_common.o
a - array.o
a - array_orig.o
a - array_generic.o
a - field_common.o
a - re_cmpl.o
a - zmalloc.o
a - fin_common.o
a - files.o
a - matherr.o
a - fcall.o
a - version.o
a - missing.o
a - math_wrap.o
a - cast.o
a - cell.o
a - scancode.o
a - str.o
a - array_environ.o
a - files_children.o
a - vio_orig.o
a - num_double.o
a - execute.o
a - bi_funct.o
a - print.o
a - debug.o
a - field_exec.o
a - split.o
a - parse.o
a - scan.o
a - da_text.o
a - code_dump.o
a - kw.o
a - jmp.o
a - init.o
a - libmawk.o
a - fin_exec.o
a - rexp/rexp.o
a - rexp/rexp0.o
a - rexp/rexp1.o
a - rexp/rexp2.o
a - rexp/rexp3.o
a - zfifo.o
a - vio_fifo.o
ranlib libmawk.a
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:67: libmawk.so] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/libmawk'
make[2]: *** [Makefile:2: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:2: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libmawk
Source-Version: 1.0.2-3
Done: Bdale Garbee <bd...@gag.com>
We believe that the bug you reported is fixed in the latest version of
libmawk, 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.
Bdale Garbee <bd...@gag.com> (supplier of updated libmawk 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, 07 Aug 2020 08:49:48 -0600
Source: libmawk
Architecture: source
Version: 1.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team
<pkg-electronics-de...@lists.alioth.debian.org>
Changed-By: Bdale Garbee <bd...@gag.com>
Closes: 957451
Changes:
libmawk (1.0.2-3) unstable; urgency=medium
.
* trivial patch to allow for compilation with GCC 10, closes: #957451
Checksums-Sha1:
70be19e9e28c424f6da7d2712e1884569fb2fda2 1965 libmawk_1.0.2-3.dsc
e63d1c454b40111dfe46161769ec676a9d1b1941 3172 libmawk_1.0.2-3.debian.tar.xz
8aa3d0757a8cead3c669bd26aea5b904eb293e0b 5776 libmawk_1.0.2-3_amd64.buildinfo
Checksums-Sha256:
887c69cf24eade11e78c142a27e25a7a18f5df1155066fbdbab331747b85192a 1965
libmawk_1.0.2-3.dsc
5315d38a617c1657a5291278d92bfb208120b3305601f4e32bdad0878d121f8a 3172
libmawk_1.0.2-3.debian.tar.xz
f7f93902415de292b9ed4c5c5a134e8f346644230341ccd8fc9f84d66105153d 5776
libmawk_1.0.2-3_amd64.buildinfo
Files:
a395feaa22bcc72250110103780a23f3 1965 libs optional libmawk_1.0.2-3.dsc
f9bf539e7ce14ff3a407759e9641cd5c 3172 libs optional
libmawk_1.0.2-3.debian.tar.xz
0c99779809e3ffdd1168620f54353ee6 5776 libs optional
libmawk_1.0.2-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEHguq2FwiMqGzzpLrtwRxBYMLn6EFAl8ta1AACgkQtwRxBYML
n6En4xAA1RC3mo+MnIuYR0uPztcS2J5N3DWvCfvUBxFJVBtJYxn8m8GDd/IQBq/q
UTIFEnlB3tK6TOBHpucpvdU1sqHsQ9rxA10F4OR6uePNDcSBqvQVKKTkwTbWVbFS
6X3eDrOx4uzUusxwMkLI8xjPGnyN//TjPeHdV03ucSoghyWy7F3EkjoeenPDnDNF
1fOmRVtcK7yXLR2/Cz6KY0nPnhhtMfLbeDqsWcPR0RDgK8IwtHr7mpXWUop6QAK/
hgI61V1TimFWi8DUHgJW1cGqODJzvtJicJ7t9SUZ8GGXbdJEkvHnVx4rWoFrK/wf
ujUk4VZgq1Vhw7mviNoJAbDx3wTUDP3TfxiFFMg81wI4lyvR11MQBuBllfAf0oOs
wPWRLEt/+PKmYnzqaVHRxTkxs14PxUf9GtCSUBe0o+xSqQBTZrNDpAOKdwUtcLFi
V8yNY7RgFOu3Nljp8bzzGCv5AFoK8rR3JHSOwbZZy4QpMaEaHDw7IPsiW+jHbc6P
uKxG5UPSQzPwTgIqLKpulSGI6dFznyGl8H2kZqYhsdL3hLg2pXX5aMLgZK5/Cr9I
EqLMGyh9g4y3NOvEmwxyAkm4Y5+LCgjKmBoasHZPQ5QU7qFsed25TBSyDeKkU6im
qPYh/lGTxg1ko9gNdag5Mz9STcT8vdn2cD+LYNBkIv2Wy32wyJk=
=Vh/z
-----END PGP SIGNATURE-----
--- End Message ---