Your message dated Fri, 16 Aug 2019 15:34:24 +0000
with message-id <[email protected]>
and subject line Bug#925634: fixed in apophenia 1.0+ds-8
has caused the Debian Bug report #925634,
regarding apophenia: ftbfs with GCC-9
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.)


-- 
925634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925634
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:apophenia
Version: 1.0+ds-7
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/apophenia_1.0+ds-7_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
# XFAIL: 0
# FAIL:  5
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: nist_tests
================

gsl: ../gsl/gsl_vector_double.h:180: ERROR: index out of range
Default GSL error handler invoked.
FAIL nist_tests (exit status: 134)

FAIL: test_apop
===============

gsl: ../gsl/gsl_vector_double.h:180: ERROR: index out of range
Sundry tests for Apophenia.
Running relatively faster tests.  To run slower tests (primarily simulated 
annealing), use -s.
For quieter output, use -q. To change thread count (default=2), use -t1, -t2, 
-t3, ...
Default GSL error handler invoked.
FAIL test_apop (exit status: 134)

FAIL: ../eg/iv
==============

gsl: ../gsl/gsl_vector_double.h:180: ERROR: index out of range
Default GSL error handler invoked.
FAIL ../eg/iv (exit status: 134)

FAIL: ../eg/ols
===============

gsl: ../gsl/gsl_vector_double.h:180: ERROR: index out of range
Default GSL error handler invoked.
FAIL ../eg/ols (exit status: 134)

FAIL: ../eg/ols_oneliner
========================

gsl: ../gsl/gsl_vector_double.h:180: ERROR: index out of range
Default GSL error handler invoked.
FAIL ../eg/ols_oneliner (exit status: 134)

============================================================================
Testsuite summary for apophenia 1.0
============================================================================
# TOTAL: 30
# PASS:  25
# SKIP:  0
# XFAIL: 0
# FAIL:  5
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to [email protected]
============================================================================
make[4]: *** [Makefile:1822: test-suite.log] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/apophenia-1.0+ds/_build/tests'
make[3]: *** [Makefile:1930: check-TESTS] Error 2
make[3]: Leaving directory '/<<BUILDDIR>>/apophenia-1.0+ds/_build/tests'
make[2]: *** [Makefile:2347: check-am] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/apophenia-1.0+ds/_build/tests'
make[1]: *** [Makefile:959: check-recursive] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/apophenia-1.0+ds/_build'
dh_auto_test: cd _build && make -j4 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:22: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: apophenia
Source-Version: 1.0+ds-8

We believe that the bug you reported is fixed in the latest version of
apophenia, 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.
Jerome Benoit <[email protected]> (supplier of updated apophenia 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, 16 Aug 2019 15:20:10 +0000
Source: apophenia
Architecture: source
Version: 1.0+ds-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Jerome Benoit <[email protected]>
Closes: 925634
Changes:
 apophenia (1.0+ds-8) unstable; urgency=medium
 .
   * RC fix release (Closes: #925634), implement workaround that works
     (this looks like a gcc9 compiler issue).
   * Debianization:
     - debian/copyright:
       - Copyright year tuples, refresh;
       - Format URI, secure;
     - debian/control:
       - debhelper, bump to 12;
       - Standards-Version, bump to 4.4.0 (no change);
       - Vcs-*, migration to Salsa;
     - debian/rules:
       - get-orig-source target, discard;
     - debian/patches/*:
       - d/p/upstream-{mysql-8.0,fix-implicit-model-ols_log_likelihood}.patch,
           introduce;
       - d/p/debianization-bug-gcc9-XXX.patch, introduce;
     - debian/source/*:
       - d/s/lintian-overrides, refresh;
       - d/s/options, discard;
     - debian/compat, delete.
Checksums-Sha1:
 c2e9ccf012e494f2def2624b3ae74e4f111651ee 3115 apophenia_1.0+ds-8.dsc
 4545973e53b0df91963422f0fd2f4c7f235bd611 13220 apophenia_1.0+ds-8.debian.tar.xz
 638106f6d542b89595cbef806daaea895dc3945a 7624 
apophenia_1.0+ds-8_source.buildinfo
Checksums-Sha256:
 5c62543b8197b68e895528afd03c2a451481f2599c20db87940631bf91c4116f 3115 
apophenia_1.0+ds-8.dsc
 ba30dccb1c3b628467814c0f0b08ad9033548c0b337a82e4b33b30d23fea51b1 13220 
apophenia_1.0+ds-8.debian.tar.xz
 7fb5cf8ad8f09c25db22ba5fb6f78a33eb76c3b1f67f1621c4796701eb8c7097 7624 
apophenia_1.0+ds-8_source.buildinfo
Files:
 9137ba15b6ead8047c0e01656cacaa8b 3115 math optional apophenia_1.0+ds-8.dsc
 00ff709e3c131e52fb61708c73e2aa5e 13220 math optional 
apophenia_1.0+ds-8.debian.tar.xz
 400366e97c4bf5720ba8dd110e876bb6 7624 math optional 
apophenia_1.0+ds-8_source.buildinfo

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

iQRJBAEBCgAzFiEEriiuFXEN/x2H5adiP5IZpn82xosFAl1WytsVHGNhbGN1bHVz
QHJlem96ZXIubmV0AAoJED+SGaZ/NsaLpK8gALiXNCkwAB1VHIn6IqXwxxQTQLdq
SIRi8B5xXxv1e5HD9hzCGIuZ4dn9eRFzDDoGoBV6n4PpAwi87NbVjKqZJj5yK29u
YauT5u5XdDIGFWslHIe5TYsOPhDDX0yCwj2GBi7OFQDihsEsMWVMtRplZydFxTJg
xagpoLW7GFa0NFkaLUNitAnxGedUNHJh+yna9NTrZbp9/2Si5V7ClCL+1P8ALwvr
8Jkt5VB+fTRYagqiL1ql6LzYCDqr9rRnTJR+uPh5ZTpwFTFle1zGtVZhIEm8Sbq6
1ChJj+EUeO/Wn9CU/g0TD++b/4afMfnEDa/OpV0jpxFSlr1JcSPpbAK1KIzcMnwp
kVQ/4u1O9PLTf5DOqYzanb0PnnKhlsbDQjhE+JgTtNh3kN3LpMkE3erhbKdpz4Ic
MxaEUlFNi0JRJy8k1Qb4b8N38FQCv0Px/JynxkXvgS78RfIoc/4O4hf5luKOcwvE
bMQNCIStfxrDSs2CEThHpI3MF1UzPitHOnaD1HfNkUsSbisf4Su2EeJ0YhWCYZbY
p3W8jyzI/W7MMn+OS/72rcyhoJm7otp8rxF3poWgRFgnoqFJ1TzBEIbCRrIULNgg
lKliTcTheEi7U/3OhOW2f6eJtHm2jbEA++T72E5STpSgguJBXr8ImI/ANDuo66oE
QfP4eZEcb9imjWW9mjFQtr7CY2xTFQfyW3OKvyHU7V1FlI6uVxso1qBgWdSzk+xG
UwMi4Ds1yK/3ZRSo2aK3FscQdxxZE8nB55Y1lbpQBtC5cQHoBEXic1OmAs0qEXU5
VLje1IMI8w3OxFfubUsRTAIXy6ORJXZRtTi8G7IT0d4eYh2CjWT3VRg5E1PJNoKf
qatyKDVB86P4POtWstUbPT8wnu+JL/0p9C5Dm2RUSFxecqWwhWJI+cEh7SOv2Wli
xEXcsQ+2LbtUXSHukFG1KNi2d6hmg5ssrMIZxx9H2Z9XuivfS118XkpRI97EMiAu
8BBRCb4Gyv3qeQt7g3CdOdTVkoeJJUFyn8BZ3u9IDAUy9XnZlhyaYanu5cu4doeX
fN1pD6TTxFaEWg+CCppVeb5M/tAGKOFURILfFOLF7xJL3fP9CWKS0dSFkQFNMciV
I1O0Km/Uwc4dAstnQ8+6KFZDrxoUU/jKuqkagp3AYQtHICd9ZEdKUPfPkInFutAW
gbxg10mtLxGFA6iZLxMfQKDj4MtTzhkJzXYt4idpGQAEbUPzfTdPXMZXgyIb+UBz
QdW9ujUbOLFu2bu4ay5CQwM6jUg4wU35J9T7zmEQLhIYfMlhR23GsrG1TF2ASgoK
sr4qd7K4KjhsDHznlJg6MEuD/FAdkUxfArGr+Z9oo4r+NsdBRmVgcPmcpAs=
=CDgm
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to