Your message dated Fri, 17 Apr 2020 21:52:37 +0000
with message-id <[email protected]>
and subject line Bug#957702: fixed in potool 0.19-1
has caused the Debian Bug report #957702,
regarding potool: 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 [email protected]
immediately.)


-- 
957702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957702
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:potool
Version: 0.18-1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/potool_0.18-1_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

[...]
User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-b111f358-dd61-4b42-a806-c412dbcd91e2
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package potool
dpkg-buildpackage: info: source version 0.18-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Marcin Owsiany <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f potool.o po.tab.o lex.po.o *~ lex.po.c po.tab.[ch] potool scripts/*~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/potool.substvars debian/files
        rm -fr -- debian/potool/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -Wall -Werror -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -c -o potool.o potool.c
bison -ppo -bpo -d po-gram.y
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -Wall -Werror -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -c -o po.tab.o po.tab.c
flex -Ppo po-gram.lex
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -g -Wall -Werror -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -c -o lex.po.o lex.po.c
cc -Wl,-z,relro -Wl,-z,now  potool.o po.tab.o lex.po.o  -lglib-2.0 -o potool
/usr/bin/ld: lex.po.o:(.data+0x0): multiple definition of `polineno'; 
po.tab.o:./po-gram.y:21: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [<builtin>: potool] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: potool
Source-Version: 0.19-1
Done: Marcin Owsiany <[email protected]>

We believe that the bug you reported is fixed in the latest version of
potool, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcin Owsiany <[email protected]> (supplier of updated potool 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 17 Apr 2020 21:33:21 +0200
Source: potool
Binary: potool potool-dbgsym
Architecture: source amd64
Version: 0.19-1
Distribution: unstable
Urgency: medium
Maintainer: Marcin Owsiany <[email protected]>
Changed-By: Marcin Owsiany <[email protected]>
Description:
 potool     - program to aid manipulation of gettext po files
Closes: 957702
Changes:
 potool (0.19-1) unstable; urgency=medium
 .
   * New upstream version
     - fixes FTBFS with GCC 10 due to strict treatment of extern
       declarations. Closes: #957702
Checksums-Sha1:
 f351f90c2736280598bf1e22fecf788bff5c9b53 1858 potool_0.19-1.dsc
 2bd11733d9ebaf9d639ebfe146629e50b70281bf 19380 potool_0.19.orig.tar.gz
 42fc232e591ac2947ce2a32467bdefd5048e513c 5728 potool_0.19-1.debian.tar.xz
 04e415a91ce8d3fd6ab7d58ecffd80a2b415338d 45980 potool-dbgsym_0.19-1_amd64.deb
 4f96db8e378c398e29fff15615c5949a7a372223 6909 potool_0.19-1_amd64.buildinfo
 ddcf5884b11bd4cae2543fe1c5736a52def13dba 33036 potool_0.19-1_amd64.deb
Checksums-Sha256:
 43874d8f780f8e3e07c45a2b6f8b603ad6bbb2ed66aa6f2046b92e61f02a0527 1858 
potool_0.19-1.dsc
 1251621b5e69b660987e8c9497df9e75e0b3e40bcf8304bdbd26a4fbd37c4384 19380 
potool_0.19.orig.tar.gz
 bb4a3841739f5ee555e2616500ff7666f0fe21f181f8045baf73941c0e356fbc 5728 
potool_0.19-1.debian.tar.xz
 8ac7d05cad085e8f5cf55c598a90fa9b1bfd7e896cbdef7fead8dbdc601ba7d1 45980 
potool-dbgsym_0.19-1_amd64.deb
 70552e98a301640be0138b31a44c9f226361c3eb398f778e4127b0516f16ee39 6909 
potool_0.19-1_amd64.buildinfo
 1019f5687c18f9c8d0fb27ef977ccde7d66738e52600384efb4114664818d00f 33036 
potool_0.19-1_amd64.deb
Files:
 e7128e6da4cdb3fdd49a75825b6940d9 1858 utils optional potool_0.19-1.dsc
 33ff4fc533bb272b6a790ec12b5a3f12 19380 utils optional potool_0.19.orig.tar.gz
 812072a6c7ee320c03b218e31b30bb8f 5728 utils optional 
potool_0.19-1.debian.tar.xz
 d52027238f4009e18d99c1bfdcc75cd6 45980 debug optional 
potool-dbgsym_0.19-1_amd64.deb
 28f25c67bce338f9fcf0a08c8ce4edac 6909 utils optional 
potool_0.19-1_amd64.buildinfo
 4aad48fc88142bef759b392944fa8d21 33036 utils optional potool_0.19-1_amd64.deb

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

iQIzBAEBCgAdFiEE2Dp1EgbvsNcTgWzOTmkxeq9EfzMFAl6aIQcACgkQTmkxeq9E
fzNrWQ/8Cst1h0VnnMxDHBCY8pkZg56GfCPNqknqmywj/PLF8BLncRa/rRXqG6II
SZdtV6LOHMVIIGKPDWpWEKrd5c2gFqMRQrPl8T6e9NCpHgbz96V1Nj5AHBxjTBMC
FRYesiHZBv0nCXAzOM4mBV2d88cYbQF0ZpPGlUp9vkLpwAhFu+eyoYFENm7ebWaD
dXmJ8Gp39szUpNLMBYxUsjl4IPmJrZTHs11WMm1icscX0pw31KmFect/XmSlYxnj
botAGRH+94mprbfG9J3rWaJVFGqspZfJOj7sV0g1jDOi8TAVunjjpDUr5RgeW1wg
pWoHJUw3BowhmeAseY49LNenuQFvpjKdIpVJl3NXhPgpBzTQiiCMloRNl3R19/Lg
PhVGOtFciN+emFhaXdhr2tMP5bw83Li0uRUyIHkKW2gVR2h3sPRSrSJfPtxoUQLV
LfK568uiWsypys/hKwh+GupD14bgQnDVgw45KWS5th0s4rsciEOm69syZwJqKBn9
S0xOX9V/mvYs7vsrZEaRDZAFsvoivVdIFdiyYi9AQNOTr6VXbd3fj3AREnw9aESe
kz8t87m5fxbEadN7InaE6UERhm+dBnfl4pcMWciKbPxP4r4SKQggJIzdm8oep5Oi
XNYdtUJxYUYbUGOD9C3xI1V/mkx8B6q4e2tCBX0rXoAnYgvb4MI=
=/wC6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to