Your message dated Sat, 03 Dec 2016 11:35:41 +0000
with message-id <[email protected]>
and subject line Bug#845742: fixed in yade 2016.06a-6
has caused the Debian Bug report #845742,
regarding yade: FTBFS (error: unable to find numeric literal operator)
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.)


-- 
845742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845742
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:yade
Version: 2016.06a-5
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --builddirectory=/<<PKGBUILDDIR>>/debian/build --with python2
   dh_testdir -i -O--builddirectory=/<<PKGBUILDDIR>>/debian/build
   dh_update_autotools_config -i 
-O--builddirectory=/<<PKGBUILDDIR>>/debian/build
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DruntimePREFIX="/usr" -DCMAKE_INSTALL_PREFIX="/usr" 
-DNOSUFFIX=ON -DLIBRARY_OUTPUT_PATH=lib/x86_64-linux-gnu -DUSE_QT5=ON 
-DENABLE_SPH=ON
        cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DruntimePREFIX=/usr 
-DCMAKE_INSTALL_PREFIX=/usr -DNOSUFFIX=ON 
-DLIBRARY_OUTPUT_PATH=lib/x86_64-linux-gnu -DUSE_QT5=ON -DENABLE_SPH=ON
-- The C compiler identification is GNU 6.2.0
-- The CXX compiler identification is GNU 6.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info

[... snipped ...]

                 from 
/usr/include/boost/math/special_functions/factorials.hpp:14,
                 from /usr/include/boost/math/special_functions/binomial.hpp:14,
                 from 
/usr/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:31,
                 from /usr/include/boost/numeric/odeint.hpp:45,
                 from 
/<<PKGBUILDDIR>>/pkg/dem/RungeKuttaCashKarp54Integrator.hpp:5,
                 from 
/<<PKGBUILDDIR>>/pkg/dem/RungeKuttaCashKarp54Integrator.cpp:2:
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:361:92: error: 
unable to find numeric literal operator 'operator""Q'
                boost::math::erfc_inv(static_cast<T>(BOOST_MATH_BIG_CONSTANT(T, 
64, 1e-800)), Policy());
                                                                                
            ^~~~~~~
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:361:92: note: use 
-std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
In file included from /usr/include/boost/math/special_functions/erf.hpp:1149:0,
                 from /usr/include/boost/math/special_functions/gamma.hpp:2070,
                 from 
/usr/include/boost/math/special_functions/factorials.hpp:14,
                 from /usr/include/boost/math/special_functions/binomial.hpp:14,
                 from 
/usr/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:31,
                 from /usr/include/boost/numeric/odeint.hpp:45,
                 from 
/<<PKGBUILDDIR>>/pkg/dem/RungeKuttaCashKarp54Integrator.hpp:5,
                 from 
/<<PKGBUILDDIR>>/pkg/dem/RungeKuttaCashKarp54Integrator.cpp:2:
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:362:88: error: 
unable to find numeric literal operator 'operator""Q'
             if(is_value_non_zero(static_cast<T>(BOOST_MATH_BIG_CONSTANT(T, 64, 
1e-900))))
                                                                                
        ^~     
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:362:88: note: use 
-std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
In file included from /usr/include/boost/math/special_functions/erf.hpp:1149:0,
                 from /usr/include/boost/math/special_functions/gamma.hpp:2070,
                 from 
/usr/include/boost/math/special_functions/factorials.hpp:14,
                 from /usr/include/boost/math/special_functions/binomial.hpp:14,
                 from 
/usr/include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp:31,
                 from /usr/include/boost/numeric/odeint.hpp:45,
                 from 
/<<PKGBUILDDIR>>/pkg/dem/RungeKuttaCashKarp54Integrator.hpp:5,
                 from 
/<<PKGBUILDDIR>>/pkg/dem/RungeKuttaCashKarp54Integrator.cpp:2:
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:363:92: error: 
unable to find numeric literal operator 'operator""Q'
                boost::math::erfc_inv(static_cast<T>(BOOST_MATH_BIG_CONSTANT(T, 
64, 1e-900)), Policy());
                                                                                
            ^~~~~~~
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:363:92: note: use 
-std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
CMakeFiles/yade.dir/build.make:2201: recipe for target 
'CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o' failed
make[3]: *** [CMakeFiles/yade.dir/pkg/dem/RungeKuttaCashKarp54Integrator.cpp.o] 
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
CMakeFiles/Makefile2:174: recipe for target 'CMakeFiles/yade.dir/all' failed
make[2]: *** [CMakeFiles/yade.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
Makefile:130: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

This also happens here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/yade.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: yade
Source-Version: 2016.06a-6

We believe that the bug you reported is fixed in the latest version of
yade, 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.
Anton Gladky <[email protected]> (supplier of updated yade 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: SHA256

Format: 1.8
Date: Sat, 03 Dec 2016 12:24:48 +0100
Source: yade
Binary: yade libyade python-yade yade-doc
Architecture: source
Version: 2016.06a-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Description:
 libyade    - Platform for discrete element modeling. Libraries
 python-yade - Platform for discrete element modeling. Python bindings
 yade       - Platform for discrete element modeling
 yade-doc   - Platform for discrete element modeling. Documentation
Closes: 845742
Changes:
 yade (2016.06a-6) unstable; urgency=medium
 .
   * [4ab8a46] Fix FTBFS against booost_1.62. (Closes: #845742)
   * [e3afe8b] Apply cme fix dpkg.
Checksums-Sha1:
 3289408d4fc6410aefc5a7d54696b611ce1299bb 2831 yade_2016.06a-6.dsc
 ac6ed474e722db697c869d9a946a7a840407518a 33376 yade_2016.06a-6.debian.tar.xz
Checksums-Sha256:
 ff4a2222144e4ad88fef5cfc11eb25748b20533d29bab617a0816a7d90d36297 2831 
yade_2016.06a-6.dsc
 31ce2de7d07708fb769e920015592b0bedc4889f8073cef4cba8c26d9a1863d9 33376 
yade_2016.06a-6.debian.tar.xz
Files:
 b9772e64b230fed16e8cdc553b69a8d9 2831 science extra yade_2016.06a-6.dsc
 6a7bf15d32d4109870e3ceec31693bb9 33376 science extra 
yade_2016.06a-6.debian.tar.xz

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

iQIzBAEBCAAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAlhCq8MACgkQ0+Fzg8+n
/wZtjBAAna6LFgltL96zPvY+rlekrciMXqwu3Qgqc1S/5lQKKrhL8DbM1TXZsVgw
r11ak9XyPp8btNCJosQikBM15QZQ32HvVbZEVu5O8+9KUvXjcPlZSOP+NijCa+9g
ShYLHdpPc7g5KI3kPBqxfDFBe8my5BVixlJ3cy6tic4QWfeeZ1cphQ6Ijmjsf/zy
SBIbEbDKjJSlhiCoNFQ/uCQrYzagW25B+lOgcggpLm455vIxfxazo2aD5UZD+OSv
oHuCtKVogboVN53ey4+7UsmWI1gCk70S2fbtMzQPSxNolg5AJLmWp3kmbDIUK6jG
Sx6HHwj19TawG5ulgnceFxbkKzVG4PQZCgdt/9cbsqrgIoQj6oYY/WgHVdzPvdLq
VSBkl85nMAKbo6tY86QBD2Rea40Rf8aZqzGMSKntcGosZJguvuu2vhhQTdJxrkwh
BwxEc82XyVdU9dL3RW8rvcV0HBMuGGJgFwJvC8HzlLbG9BULxbWwE1Y5iXrlvk6i
KQt5es5CjLxXUMnNFsLU6shVOrngjR11BxoGoYphxiO1IawMZr5Q5AWzYzOu9UrW
lqeJnsgeX5pqJGFwq5mcDUqlgthqcxlGfcXAoV+uLlWNMWzBRvOhhhughK37XVcO
pTX5TpH7BXUhiYLr9AF7hOS/4FGI3DfhH7//c1p8CtWIIqgbEAk=
=AKFR
-----END PGP SIGNATURE-----

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

Reply via email to