Your message dated Sat, 05 Aug 2017 06:49:08 +0000
with message-id <e1ddsty-0000ln...@fasolo.debian.org>
and subject line Bug#853605: fixed in pchar 1.5-4
has caused the Debian Bug report #853605,
regarding pchar: ftbfs with GCC-7
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.)
--
853605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pchar
Version: 1.5-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/pchar_1.5-3_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
^~~
/usr/include/c++/7/bits/std_abs.h:78:3: note: candidate: constexpr long double
std::abs(long double)
abs(long double __x)
^~~
/usr/include/c++/7/bits/std_abs.h:84:3: note: candidate: constexpr __int128
std::abs(__int128)
abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
^~~
/usr/include/c++/7/bits/std_abs.h:102:3: note: candidate: constexpr __float128
std::abs(__float128)
abs(__float128 __x)
^~~
ResultTable.cc:933:39: error: call of overloaded 'abs(unsigned int)' is
ambiguous
ys[l] = abs(partialmins[i] - mediany);
^
In file included from /usr/include/c++/7/cstdlib:75:0,
from /usr/include/c++/7/stdlib.h:36,
from ResultTable.cc:18:
/usr/include/stdlib.h:735:12: note: candidate: int abs(int)
extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
^~~
In file included from /usr/include/c++/7/cstdlib:77:0,
from /usr/include/c++/7/stdlib.h:36,
from ResultTable.cc:18:
/usr/include/c++/7/bits/std_abs.h:56:3: note: candidate: long int std::abs(long
int)
abs(long __i) { return __builtin_labs(__i); }
^~~
/usr/include/c++/7/bits/std_abs.h:61:3: note: candidate: long long int
std::abs(long long int)
abs(long long __x) { return __builtin_llabs (__x); }
^~~
/usr/include/c++/7/bits/std_abs.h:70:3: note: candidate: constexpr double
std::abs(double)
abs(double __x)
^~~
/usr/include/c++/7/bits/std_abs.h:74:3: note: candidate: constexpr float
std::abs(float)
abs(float __x)
^~~
/usr/include/c++/7/bits/std_abs.h:78:3: note: candidate: constexpr long double
std::abs(long double)
abs(long double __x)
^~~
/usr/include/c++/7/bits/std_abs.h:84:3: note: candidate: constexpr __int128
std::abs(__int128)
abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
^~~
/usr/include/c++/7/bits/std_abs.h:102:3: note: candidate: constexpr __float128
std::abs(__float128)
abs(__float128 __x)
^~~
Makefile:295: recipe for target 'ResultTable.o' failed
make[1]: *** [ResultTable.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: pchar
Source-Version: 1.5-4
We believe that the bug you reported is fixed in the latest version of
pchar, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated pchar 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: Sat, 05 Aug 2017 08:29:43 +0200
Source: pchar
Binary: pchar
Architecture: source
Version: 1.5-4
Distribution: unstable
Urgency: medium
Maintainer: Petter Reinholdtsen <p...@debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Description:
pchar - Characterize the bandwidth, latency and loss on network links
Closes: 853605
Changes:
pchar (1.5-4) unstable; urgency=medium
.
* Switched source package to 3.0 (quilt) format.
* Updated Standards-Version from 3.9.8 to 4.0.0.
* Moved to debhelper compat level 9.
* Fixed typo in changelog.
* Avoid ambiguous use of abs() causing build failure (Closes: #853605).
* Added 1050-code-errors.patch to fix code errors discovered by clang.
* Added/improved DEP3 headers for all patches.
* Restructured patches in groups based on if they should go upstream or not.
Checksums-Sha1:
94e2b48e1155e3ff1fcf537f5f2d92226b002996 1826 pchar_1.5-4.dsc
39bf8c16c84eab2042b77b4629e6436584b993ad 5844 pchar_1.5-4.debian.tar.xz
Checksums-Sha256:
6b95be25b7765efe0a7aacaf280b59c210e963e245668c27b52b3e974bd29e36 1826
pchar_1.5-4.dsc
4dbf0c28c2769f801784275339af8b3390f8883d08dc0fb6524b055757cf019b 5844
pchar_1.5-4.debian.tar.xz
Files:
d416b0dafccf9513e50a9bfbd75feebe 1826 net extra pchar_1.5-4.dsc
a475a0967b551d1603e8530c26272dda 5844 net extra pchar_1.5-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJZhWfFAAoJEIEoCqCHuvsOh5wP/RB4vA1UaI3lLvALJ5C4rBqB
eCKbyRRQwvj03SuK6imDAkRvDalGaeCTx41Z+bpx9Dkzvjv0v8Abpr/dX7Wa7pUn
oqWjpAbxykWmShiXIW27X5EL9rDQBV7aRNIPR/QFko/bf8AEJmIwuTxggkgMphZs
PuRn5vrf60xJqG/LgcwMpnBkM4BVFBTKLvw9vWwT8iGyozwU0Moca73NN7mla1I1
aNV/QdRmTwHHMriaTw5AbF+rKHeNiBnRdXFV29WTrHm932bADl9ZVfi/N1CnJM7i
x6rK5fwIdhyZG1WIeWVh9qqpIz5b1kWDrQ9r7uqdub60btuzp0/L3DPbvuUqr9sj
F0IwRqHDHzDRI7CqXy3aARLnpk2OEtpFBQ1dOQl598omzwLr49NpxtC+Hobj9L9s
XLY9Gkvk3RVXK+o9fRqDgDZ3hSA/2aDF7q4iY6eJwbg9pXsHqK67rxGawK4D4RB+
qDX0GgpR1TKpa/MUmhVetFr/degSazfvmdyRyqWou06eCkCYrLFYZvyuLn2U9cTb
/STNL0c0Oikws/COyUnsZ6fPBaDqsiv2004pXqq2ngG64B9eFj/3BV70j+RUaaqw
HFbtJffd01IyH1FHMA+RtDqr+WKQPsARiDTTYmJ/8bmasuXsSIQxsDPHysFMlc9x
w9cHibRice19HdUGWSCo
=U4DI
-----END PGP SIGNATURE-----
--- End Message ---