Your message dated Fri, 24 Jul 2020 21:03:37 +0000
with message-id <e1jz4qv-000cky...@fasolo.debian.org>
and subject line Bug#957072: fixed in cdpr 2.4-3
has caused the Debian Bug report #957072,
regarding cdpr: 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.)


-- 
957072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957072
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cdpr
Version: 2.4-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/cdpr_2.4-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

[...]
----------------

Sufficient free space for build

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-5a2f1bb2-3a19-40ac-9f0b-bb37f283d582
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 cdpr
dpkg-buildpackage: info: source version 2.4-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Matt Zagrabelny <mzagr...@d.umn.edu>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
        make -j4 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o cdpr
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>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o cdpr.o cdpr.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o cdprs.o cdprs.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o conffile.o 
conffile.c
cdpr.c: In function ‘main’:
cdpr.c:660:3: warning: ignoring return value of ‘scanf’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  660 |   scanf("%d", &inum);
      |   ^~~~~~~~~~~~~~~~~~
cc -Wl,-z,relro -Wl,-z,now -o cdpr cdpr.o cdprs.o conffile.o -lpcap
/usr/bin/ld: cdprs.o:./cdpr.h:51: multiple definition of `handle'; 
cdpr.o:./cdpr.h:51: first defined here
/usr/bin/ld: cdprs.o:./cdpr.h:50: multiple definition of `cdprs'; 
cdpr.o:./cdpr.h:50: first defined here
/usr/bin/ld: cdprs.o:./cdpr.h:49: multiple definition of `timeout'; 
cdpr.o:./cdpr.h:49: first defined here
/usr/bin/ld: conffile.o:./cdpr.h:51: multiple definition of `handle'; 
cdpr.o:./cdpr.h:51: first defined here
/usr/bin/ld: conffile.o:./cdpr.h:50: multiple definition of `cdprs'; 
cdpr.o:./cdpr.h:50: first defined here
/usr/bin/ld: conffile.o:./cdpr.h:49: multiple definition of `timeout'; 
cdpr.o:./cdpr.h:49: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:30: cdpr] 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:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cdpr
Source-Version: 2.4-3
Done: Matt Zagrabelny <mzagr...@d.umn.edu>

We believe that the bug you reported is fixed in the latest version of
cdpr, 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.
Matt Zagrabelny <mzagr...@d.umn.edu> (supplier of updated cdpr 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: Fri, 24 Jul 2020 11:13:50 -0500
Source: cdpr
Architecture: source
Version: 2.4-3
Distribution: unstable
Urgency: medium
Maintainer: Matt Zagrabelny <mzagr...@d.umn.edu>
Changed-By: Matt Zagrabelny <mzagr...@d.umn.edu>
Closes: 957072
Changes:
 cdpr (2.4-3) unstable; urgency=medium
 .
   * [6fac884] Fix FTBFS for GCC-10, Closes: #957072
   * [dc78df8] Bump Standards-Version
   * [4bf95df] Bump copyright year
   * [8d8c00c] Add Rules-Requires-Root stanza to d/control
   * [be26ace] Capitalize "git" in Vcs-Git stanza
   * [eec3bd8] Fix lintian warning: uses-debhelper-compat-file
   * [742e421] Quiet lintian check: maintainer-manual-page
Checksums-Sha1:
 731f0cef223f9bb12305fb2a90e7bdb0f4a8d79c 1788 cdpr_2.4-3.dsc
 efba7974d1bdfbab97237a25748cccb590aab3fa 5608 cdpr_2.4-3.debian.tar.xz
 f1a6fe1c59acd45362ac7c17b9683f617e1542b0 5852 cdpr_2.4-3_amd64.buildinfo
Checksums-Sha256:
 64c955dcc479b54c8ccfa9783fac7d7ca77a3b4530fc6ad5c0a81f1853376f40 1788 
cdpr_2.4-3.dsc
 8d665c4ceb3a6b8c165a11470624eaa681ba264836fe8385a47494046e70f62f 5608 
cdpr_2.4-3.debian.tar.xz
 bd4c34ce1a08bbe3bed7b0722d33d69492344794ad03584f8aa1f1961b315901 5852 
cdpr_2.4-3_amd64.buildinfo
Files:
 e91bef96eb4e11f62153703a7ba33d9f 1788 net optional cdpr_2.4-3.dsc
 1bd788a5dd476a8694ddea336eebc8c8 5608 net optional cdpr_2.4-3.debian.tar.xz
 47f7421bdbe5a9effa364695a8aee9c0 5852 net optional cdpr_2.4-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEfAcX+forK514ixQbptwk2dokk9EFAl8bQ58ACgkQptwk2dok
k9EzRQ//U5UTIDeHjJYbP9S4/39nJPQDCuX4qo/BHwisASJ0f1Qhw8/JDvsmdS0e
ONIpOhpgMaAw9bK/dp8EL97Xw72z2GCBA10CYGLndPvO1iZXHhebjqtGVTAicfK3
+4G7N5jpNvxu/iNNWnxNHs3L0Rd+UEpll8fcMeaEWcXq/eFNxTTNLg/BneGuukf7
OA0wIVhcpMUx67F+HzKELggVSVWQPJ3WkAVrPH2Oc69TAHXdbhHepkb3XyFziD0P
9Y3L20sPSRh0JRymJ6TXVbSN1VUqIkIpnahzf+6RJpZkACu/1cJI0QJ/F0o0/WWH
k1HqgmH4lQUFihCLUxwUmuAQkP4ig0kRjQSymruhVK954tgTV/Jz873/Zxg93azB
sIrSEnGfNsqCo7HpkaKXWpWXuaMENLe/BfCuM9zbxiPKW1O7emEJ87sSNm0SyFel
K2S8tl4NbMm8waPDqQQjPAeCMoPNMM/7knygSqt0Lqr2UwEJlnaAHFwTa009T0PK
f0d1xGc1udUcE7rpSWWgkfpJ7gJNJ66CnLmmCzIZjdtq7bO18VLxHD58al9nqGJm
81Ks+R+cyVT3pu9wViDBKYDI2akyie39S6xMjwkR1JDcIM8rYOcP+71npRbelY24
9XDSMPdWf/lCUpdGRCP8Wqk2mESnfvfftUGPfUXP0zkL3q1tLr0=
=008n
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to