Your message dated Sun, 09 Aug 2020 17:49:00 +0000
with message-id <e1k4prm-000bai...@fasolo.debian.org>
and subject line Bug#957684: fixed in pick 2.0.2-1.1
has caused the Debian Bug report #957684,
regarding pick: 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.)


-- 
957684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957684
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pick
Version: 2.0.2-1
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/pick_2.0.2-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

[...]
   dh_update_autotools_config
   dh_autoreconf
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.before
        grep -q ^XDT_ configure.ac
        autoreconf -f -i
configure.ac:5: installing './compile'
configure.ac:32: installing './config.guess'
configure.ac:32: installing './config.sub'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' 
-o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.after
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for pledge... no
checking for reallocarray... yes
checking for strtonum... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for library containing setupterm... -lcurses
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for linux-gnu malloc hardening options... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.  -D_GNU_SOURCE  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o pick-pick.o `test -f 'pick.c' || echo 
'./'`pick.c
gcc -DHAVE_CONFIG_H -I.  -D_GNU_SOURCE  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o pick-compat-reallocarray.o `test -f 
'compat-reallocarray.c' || echo './'`compat-reallocarray.c
gcc -DHAVE_CONFIG_H -I.  -D_GNU_SOURCE  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Wextra -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -c -o pick-compat-strtonum.o `test -f 
'compat-strtonum.c' || echo './'`compat-strtonum.c
gcc -Wall -Wextra -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
-Wl,-z,now -o pick pick-pick.o pick-compat-reallocarray.o 
pick-compat-strtonum.o  -lcurses 
/usr/bin/ld: pick-compat-strtonum.o:./compat-strtonum.c:5: multiple definition 
of `unused'; pick-compat-reallocarray.o:./compat-reallocarray.c:10: first 
defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:658: pick] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:558: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 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: pick
Source-Version: 2.0.2-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
pick, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated pick 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 18:21:05 +0100
Source: pick
Architecture: source
Version: 2.0.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Aggelos Avgerinos <evaggelos.avgeri...@gmail.com>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957684
Changes:
 pick (2.0.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957684)
Checksums-Sha1:
 ad9b6c8e14c56b2bef3c271c938fec0d66692603 1836 pick_2.0.2-1.1.dsc
 3dfaadeb6d1efadbd92077eafc74f06410a506c5 2800 pick_2.0.2-1.1.debian.tar.xz
 6fbdad061bf51893c079780f91f024591e8db52e 5809 pick_2.0.2-1.1_amd64.buildinfo
Checksums-Sha256:
 adff5ac2de5b26a6c32aab10df3c952c1925ac560c0ff5f566736353f16c6904 1836 
pick_2.0.2-1.1.dsc
 cf5db8d41462b52e8c4766eab87be92599a080e7e2c8ec90aef47be10384f30f 2800 
pick_2.0.2-1.1.debian.tar.xz
 4138d233593b8b7c9ae664971f2898a7b6f38692df0096829c776a76479c90a6 5809 
pick_2.0.2-1.1_amd64.buildinfo
Files:
 c063f3e1a7905e4f5e530137feb531bb 1836 misc optional pick_2.0.2-1.1.dsc
 5f6b76c30424a5d6bc95ac47c23c3998 2800 misc optional 
pick_2.0.2-1.1.debian.tar.xz
 30dc078fe329552cc061015f9feb0b11 5809 misc optional 
pick_2.0.2-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8tjjQACgkQR5mjUUbR
KzW4kg//WPtiY5jNxuEkOiDjP0AGnK/7zngCD4sYb5Y4ohffb1aod9kboOXdlCgD
02oYiYwOp4QjQNqKijgmmN3kNBWq93uD+jEjsahwGs1AGb5M3F/wBDpZ+ckSIarg
/matl5ztpGocoKf84cBmRGhohKe4Q1tvSNj7oNZKtyJ7Yp34n0qn1KVqGJQGlWlx
E7CSFt+26wZ3Pu9IhNKxDoMPKPPxTC7CON5d7famphIEIXz3plii+OHOYdkWHOFE
K4Ald/JLZv+4Ve1TvYp5G03MKKoffZxdZNXU3NshIi8XEGbOuwUzv+utoQ7urCoS
6DobGz+ArzxLc6qBBRmHHjkRXhZ9SJMGUGdtr5PQ6J+BWtZy2njgVt8vvDbynn8n
p8eCEEco9lzYQhuhLNynWKcdvKNtiGYEO2btP5SlMWjWlOhhmEfqpH0kbnFrvFbz
EgTQBlTcuiLVOBftdFNeZZv7K3fEStsJSvdaOeYdZ3yDZy0tSm30VLlZcuVpXkRX
geVjcWUiYS5LdsEPGHoGi7dovlYyivRKxUKIQ019GEzhIfP7yGf1Lj8IjbJCYyOK
NDa0GimimPhcFgbdQWZZgMmu5clPtOhAdItvaGr2aL/LPHQsalQ0tQvpd3nk5oRb
F9wWUma8NfWRHDNLSHmaLjCVvW+g6QSXVV5eE3ulzGOV87+aZBY=
=4zZD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to