Your message dated Mon, 18 May 2015 22:21:27 +0000
with message-id <e1yutpb-0007sy...@franck.debian.org>
and subject line Bug#777932: fixed in lcalc 1.23+dfsg-5
has caused the Debian Bug report #777932,
regarding lcalc: 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.)


-- 
777932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777932
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lcalc
Version: 1.23+dfsg-4
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/lcalc_1.23+dfsg-4_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

[...]
                                                                      ^
../include/Lgamma.h:427:73: error: redeclaration of 'template<class ttype> 
ttype asympt_GAMMA(ttype, ttype, ttype, bool)' may not have default arguments 
[-fpermissive]
 ttype asympt_GAMMA (ttype z,ttype w, ttype exp_w = 0, bool recycle=false)  
//computes G(z,w) via asymptotic series
                                                                         ^
../include/Lgamma.h:449:74: error: redeclaration of 'template<class ttype> 
ttype comp_inc_GAMMA(ttype, ttype, ttype, bool)' may not have default arguments 
[-fpermissive]
 ttype comp_inc_GAMMA (ttype z,ttype w,ttype exp_w = 0, bool recycle=false)  
//computes g(z,w)
                                                                          ^
../include/Lgamma.h:607:153: error: redeclaration of 'template<class ttype> 
Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, 
Complex, const char*)' may not have default arguments [-fpermissive]
 Complex gamma_sum(Complex s, int what_type, ttype *coeff, int N, Double g, 
Complex l, Double Q, Long Period, Complex delta=1, const char *method="temme")
                                                                                
                                                                         ^
make[3]: *** [Lgamma.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:163: recipe for target 'Lgamma.o' failed
In file included from ../include/L.h:42:0,
                 from Lriemannsiegel_blfi.cc:16:
../include/Lgamma.h:80:42: error: redeclaration of 'template<class ttype> 
typename precise<T>::precise_type log_GAMMA(ttype, int)' may not have default 
arguments [-fpermissive]
 precise(ttype) log_GAMMA (ttype z,int n=0)
                                          ^
../include/Lgamma.h:233:100: error: redeclaration of 'template<class ttype> 
Complex inc_GAMMA(ttype, ttype, const char*, ttype, bool)' may not have default 
arguments [-fpermissive]
 Complex inc_GAMMA (ttype z,ttype w, const char *method="temme", ttype exp_w = 
0, bool recycle=false)
                                                                                
                    ^
../include/Lgamma.h:337:70: error: redeclaration of 'template<class ttype> 
ttype cfrac_GAMMA(ttype, ttype, ttype, bool)' may not have default arguments 
[-fpermissive]
 ttype cfrac_GAMMA (ttype z,ttype w, ttype exp_w=0, bool recycle=false)  
//computes G(z,w) via continued fraction
                                                                      ^
../include/Lgamma.h:427:73: error: redeclaration of 'template<class ttype> 
ttype asympt_GAMMA(ttype, ttype, ttype, bool)' may not have default arguments 
[-fpermissive]
 ttype asympt_GAMMA (ttype z,ttype w, ttype exp_w = 0, bool recycle=false)  
//computes G(z,w) via asymptotic series
                                                                         ^
../include/Lgamma.h:449:74: error: redeclaration of 'template<class ttype> 
ttype comp_inc_GAMMA(ttype, ttype, ttype, bool)' may not have default arguments 
[-fpermissive]
 ttype comp_inc_GAMMA (ttype z,ttype w,ttype exp_w = 0, bool recycle=false)  
//computes g(z,w)
                                                                          ^
../include/Lgamma.h:607:153: error: redeclaration of 'template<class ttype> 
Complex gamma_sum(Complex, int, ttype*, int, Double, Complex, Double, Long, 
Complex, const char*)' may not have default arguments [-fpermissive]
 Complex gamma_sum(Complex s, int what_type, ttype *coeff, int N, Double g, 
Complex l, Double Q, Long Period, Complex delta=1, const char *method="temme")
                                                                                
                                                                         ^
make[3]: *** [Lriemannsiegel.o] Error 1
Makefile:163: recipe for target 'Lriemannsiegel.o' failed
make[3]: *** [Ldokchitser.o] Error 1
Makefile:163: recipe for target 'Ldokchitser.o' failed
make[3]: *** [Lriemannsiegel_blfi.o] Error 1
Makefile:163: recipe for target 'Lriemannsiegel_blfi.o' failed
make[3]: Leaving directory '/«BUILDDIR»/lcalc-1.23+dfsg/src'
make[2]: *** [all] Error 2
Makefile:136: recipe for target 'all' failed
make[2]: Leaving directory '/«BUILDDIR»/lcalc-1.23+dfsg/src'
dh_auto_build: make -j10 PARI_DEFINE=-DINCLUDE_PARI returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:9: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«BUILDDIR»/lcalc-1.23+dfsg'
make: *** [build-arch] Error 2
debian/rules:6: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: lcalc
Source-Version: 1.23+dfsg-5

We believe that the bug you reported is fixed in the latest version of
lcalc, 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.
Tobias Hansen <than...@debian.org> (supplier of updated lcalc 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: Mon, 18 May 2015 22:58:04 +0200
Source: lcalc
Binary: lcalc liblfunction0 liblfunction-dev
Architecture: source amd64
Version: 1.23+dfsg-5
Distribution: sid
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Tobias Hansen <than...@debian.org>
Description:
 lcalc      - program for calculating with L-functions
 liblfunction-dev - development files for liblfunction
 liblfunction0 - library for calculating with L-functions
Closes: 777932
Changes:
 lcalc (1.23+dfsg-5) unstable; urgency=medium
 .
   * Add patch lcalc-1.23_default_parameters_2.patch from Sage to
     fix FTBFS with gcc-5 (Closes: #777932).
Checksums-Sha1:
 37a33e542d9d03a9b409d36e6e4bbbb639080dd2 2158 lcalc_1.23+dfsg-5.dsc
 30eb9df0a359a9e3bd99c8a0a1c0a69a00027836 11720 lcalc_1.23+dfsg-5.debian.tar.xz
 37f29aab8d53aab90c02f4f8dff25055d7abf323 133332 lcalc_1.23+dfsg-5_amd64.deb
 98364e889d76bf3b8a63a551b01361769585dba5 34154 
liblfunction0_1.23+dfsg-5_amd64.deb
 5da474d779b1c27f5adf757c2a5197d48f850aff 49882 
liblfunction-dev_1.23+dfsg-5_amd64.deb
Checksums-Sha256:
 978538ad09b3d90e61fa5689579e615a3c8d7b2a294fff0bc7a6dd07008c5f5a 2158 
lcalc_1.23+dfsg-5.dsc
 980a526e169120b121bf65466133acf944a389ec931322f0d48a3655ff2b59d6 11720 
lcalc_1.23+dfsg-5.debian.tar.xz
 99437a6e0a99900a5348933e91fa11ed723fcba6121bd280e7aefc7b351c9b9c 133332 
lcalc_1.23+dfsg-5_amd64.deb
 266d6eb5f0cc51cf54d382ce3aad7c1904ff512668e12a7273462b9696e994e9 34154 
liblfunction0_1.23+dfsg-5_amd64.deb
 16ae9c6a5eddd63906d669d83da4396a3a84006da571a640495dc1e4ee374951 49882 
liblfunction-dev_1.23+dfsg-5_amd64.deb
Files:
 7b5e8b98c7964ed3a3c6c5f7d97c9cc3 2158 math optional lcalc_1.23+dfsg-5.dsc
 1f38c2bbc27f7c098a23c9835f4cb3d3 11720 math optional 
lcalc_1.23+dfsg-5.debian.tar.xz
 e89de6af25e03876e03e8d2c1f2a4265 133332 math optional 
lcalc_1.23+dfsg-5_amd64.deb
 a0990c12df93cfe44fe8b810ce1a786c 34154 math optional 
liblfunction0_1.23+dfsg-5_amd64.deb
 f1ec0d052016a9002aceec2cc12c81fb 49882 libdevel optional 
liblfunction-dev_1.23+dfsg-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVWlxJAAoJEIyCFp2Ozs0qHvEP/2ShWNoinukPXuLQl2iovul2
5ZbB2uk5q2gu4qvbA6owYWFfN5DGIkMdo5tlKUfnpWb6T3NPx8/m6QX60pq9wNhn
PVVi+aFgnnd4P9/aflx9Py65Y2eDrPO4Ak8b/8BMuWemBHBiWYyfT5lh9eCk9SrX
xoQ3swvMzb5056h5VvSI8jYkRTVINBFRQ6SFfp0/su/fLYQZ2dhmxg3lS1EGwFYM
S4KIHq34rSXoXD/lQxpjtPrM66XVpshgeCgS+OY0eQimxaEafqWmVUuxgpRMNgls
VAtVdp2HWKJiPraAwlybba4zza74DG/GPK7FQQbXh6TscnROT5FRQw9MWfJ3/l/g
P4P+M1UV6jbxy4CGJ8l6v0bpvve5DeA9j2cHk7aZDN5FQZraarSgFDkxJQoTMCu4
Ca06Ps7kds5P5zZfL0xQA1xPocTzB3369YKJ9e7gLw2Bl7fcswgUYVEVkWHOSG5F
HjcXRHX+T0puomWQWvBjqdzj/hbPill7tR60vVmzh2WkjHz7pENJSusCi5o3Yald
myAqRd01urpfBKZ6EES18/jMhd8FbQBB1giS4/M50tVLAG43hYOhPtAsxNyrGVtg
94LglOB6EVKoVhIBEy4+2vBpBOsbVLEMn5LnzncbzHg7jkNuLPIci0U93/LfPZVV
/EqdWDVrniDPOWnRNovI
=glGH
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to