Your message dated Wed, 15 Aug 2018 11:20:03 +0000
with message-id <e1fptqn-000ipf...@fasolo.debian.org>
and subject line Bug#777901: fixed in hepmc 2.06.09-2
has caused the Debian Bug report #777901,
regarding hepmc: ftbfs with GCC-5
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.)
--
777901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777901
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hepmc
Version: 2.06.09-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/hepmc_2.06.09-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
make[3]: 'testFlow.sh' is up to date.
make[3]: 'testPolarization.sh' is up to date.
make[3]: Leaving directory '/«PKGBUILDDIR»/test'
make check-TESTS
make[3]: Entering directory '/«PKGBUILDDIR»/test'
make[4]: Entering directory '/«PKGBUILDDIR»/test'
PASS: testSimpleVector
PASS: testUnits
FAIL: testHepMC.sh
PASS: testHepMCIteration.sh
PASS: testMass.sh
PASS: testFlow.sh
FAIL: testStreamIO.sh
PASS: testPrintBug.sh
PASS: testMultipleCopies
PASS: testPolarization.sh
PASS: testWeights
make[5]: Entering directory '/«PKGBUILDDIR»/test'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/«PKGBUILDDIR»/test'
============================================================================
Testsuite summary for HepMC 2.06.09
============================================================================
# TOTAL: 11
# PASS: 9
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
make[4]: *** [test-suite.log] Error 1
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to https://savannah.cern.ch/projects/hepmc/
============================================================================
Makefile:857: recipe for target 'test-suite.log' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/test'
make[3]: *** [check-TESTS] Error 2
Makefile:963: recipe for target 'check-TESTS' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/test'
make[2]: *** [check-am] Error 2
Makefile:1106: recipe for target 'check-am' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/test'
make[1]: *** [check-recursive] Error 1
Makefile:386: recipe for target 'check-recursive' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j1 check returned exit code 2
make: *** [binary-arch] Error 2
debian/rules:71: recipe for target 'binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit
status 2
--- End Message ---
--- Begin Message ---
Source: hepmc
Source-Version: 2.06.09-2
We believe that the bug you reported is fixed in the latest version of
hepmc, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mo Zhou <cdlumin...@gmail.com> (supplier of updated hepmc 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: Wed, 15 Aug 2018 02:43:16 +0000
Source: hepmc
Binary: libhepmc4 libhepmc-dev libhepmcfio4 libhepmcfio-dev hepmc-examples
hepmc-user-manual hepmc-reference-manual
Architecture: source
Version: 2.06.09-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Mo Zhou <cdlumin...@gmail.com>
Description:
hepmc-examples - Event Record for Monte Carlo Generators - example files
hepmc-reference-manual - Event Record for Monte Carlo Generators - Reference
Manual
hepmc-user-manual - Event Record for Monte Carlo Generators - User Manual
libhepmc-dev - Event Record for Monte Carlo Generators - development files
libhepmc4 - Event Record for Monte Carlo Generators
libhepmcfio-dev - fio library of HepMC - development files
libhepmcfio4 - fio library of HepMC
Closes: 777901 867090
Changes:
hepmc (2.06.09-2) unstable; urgency=medium
.
* Team Upload.
* Replace B-D-I:texlive-math-extra with texlive,texlive-science.
The original one no longer exists in archive. (Closes: #867090)
* Upgrade from Debhelper compat level 7 to level 11.
* Overhaul debian/rules in debhelper 11 style.
* Patch src/IO_AsciiParticles.cc to amend floating point format.
The FTBFS is due to floatpoint printing format mismatch during test,
triggered by GCC-5's change. (+ gcc-5plus.patch) (Closes: #777901)
* Deprecate DM-Upload-Allowed field.
* Strip useless build-dependencies.
* Annotate Upstream-Git URI in control.
* Point Vcs-* fields to Salsa due to Alioth deprecation.
Checksums-Sha1:
02d573a80b0ca1a22088bf95842779e2bf7c20fd 2372 hepmc_2.06.09-2.dsc
c57393f5e0776fbb6d05f58f2ec9fd8855e15363 6592 hepmc_2.06.09-2.debian.tar.xz
70b9b128b39eabe67e198c61aaca14fc32da3591 5581 hepmc_2.06.09-2_source.buildinfo
Checksums-Sha256:
bb4cec55122c9469f0b9dea0813fae778a8360676f28318b4fbc3c87f71cb599 2372
hepmc_2.06.09-2.dsc
c4a02e07ed6b68e13e193de3b124b6619046de18f68a1680910a09271f870784 6592
hepmc_2.06.09-2.debian.tar.xz
8b9d9dd32586d0fc99c4890bb068b33ab792cfdc4da338cfb6bafc38c8bd3780 5581
hepmc_2.06.09-2_source.buildinfo
Files:
805d6c0f0fcd94083ce234b094114f5f 2372 science optional hepmc_2.06.09-2.dsc
385a09eb9571a8c19f6ac437a627594d 6592 science optional
hepmc_2.06.09-2.debian.tar.xz
cb117a3483b0b8d35482d010d34ef2d9 5581 science optional
hepmc_2.06.09-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlt0BzoACgkQweDZLphv
fH4tPBAAlYGZMyY6OCVsT0FXIz0u3IJzDln52rekCi6WCQHIrbexuQF5e5AKFJ4u
va9hYPjPCfkcl761wWXAM3ifA7HOYMxHKz6fy0x51h467cdORu7jZT7BwxXNEJXk
+Qe5Nm4SRQi3X4NUEOBGK5vL2CUPtW+XcwZl7y1v15AkE1NLKx+2q3BCH3Q1r7XI
8LEhuJnlLwCksPtc6xHIYde4E76Z3yiAPjhyIR3c7a4fwmlBi6rThr9q5Bu+udoN
qsdD2quYmvxRf/HNGZwFQddIJgNonmJ5kfLiDXNIucPodWW7DVmeq/MEO7plP05H
D2SUMSqy74PzjmGcLbQ3n4zSxZgGG+T2ctzoYm5wGmZU/vqHE2W4Y20o7PPSWNk2
jYNb4NpN83mgVM+P0A6BprHBCJS6o8GRRgjJnIb0anMGYrVOaBgmuv4fQOPsYXlk
NFblPJqfSX1PByE7q4KIKbNAgZhMdnkxwCfmSegz70BKW1BbqV0L/7/w9shC4vIp
PnSaDu1K6qobYdIhdNmnBJ47wC4emsFlba8qdtp8cf5em1p9T+0xUg+WVeqIJ5B6
NFjAqQ7i3F0gCpazPnNNWh6weDJTv8GgZPMzUIu81pZx/FxKVvOZlbkeqhPveGIF
tdsKnEnIpkDHcFLLwra2FYEbguu5FB87ud2adZwO2OJgAf3s8rA=
=SYC1
-----END PGP SIGNATURE-----
--- End Message ---