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

-- 
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