Package: stlport5 Version: 5.0.0-1.1 Severity: important Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious.
While I see this bug on mips, I don't see it on i386. It also doesn't occur with 4.0. However, someone who took a brief look at the failure suggested that it is a bug in stlport. > Automatic build of stlport5_5.0.0-1.1 on bigsur by sbuild/mips 1.89 ... > g++ -I. -I../stlport -DLIBCIO= -D_POSIX_SOURCE -D_SVID_SOURCE -D__null=0L -O2 > -fPIC num_put_float.cpp -c -o ../lib/obj/LINUX/ReleaseD/num_put_float.o > ../stlport/stl/_cmath.h: In function 'long double abs(long double)': > ../stlport/stl/_cmath.h:196: error: '::fabsl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double acos(long double)': > ../stlport/stl/_cmath.h:201: error: '::acosl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double asin(long double)': > ../stlport/stl/_cmath.h:202: error: '::asinl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double atan(long double)': > ../stlport/stl/_cmath.h:203: error: '::atanl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double atan2(long double, long > double)': > ../stlport/stl/_cmath.h:204: error: '::atan2l' has not been declared > ../stlport/stl/_cmath.h: In function 'long double ceil(long double)': > ../stlport/stl/_cmath.h:205: error: '::ceill' has not been declared > ../stlport/stl/_cmath.h: In function 'long double cos(long double)': > ../stlport/stl/_cmath.h:206: error: '::cosl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double cosh(long double)': > ../stlport/stl/_cmath.h:207: error: '::coshl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double exp(long double)': > ../stlport/stl/_cmath.h:208: error: '::expl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double fabs(long double)': > ../stlport/stl/_cmath.h:209: error: '::fabsl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double floor(long double)': > ../stlport/stl/_cmath.h:210: error: '::floorl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double fmod(long double, long > double)': > ../stlport/stl/_cmath.h:211: error: '::fmodl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double frexp(long double, int*)': > ../stlport/stl/_cmath.h:212: error: '::frexpl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double ldexp(long double, int)': > ../stlport/stl/_cmath.h:214: error: '::ldexpl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double log(long double)': > ../stlport/stl/_cmath.h:215: error: '::logl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double log10(long double)': > ../stlport/stl/_cmath.h:216: error: '::log10l' has not been declared > ../stlport/stl/_cmath.h: In function 'long double modf(long double, long > double*)': > ../stlport/stl/_cmath.h:217: error: '::modfl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double pow(long double, long > double)': > ../stlport/stl/_cmath.h:249: error: '::powl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double pow(long double, int)': > ../stlport/stl/_cmath.h:265: error: '::powl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double sin(long double)': > ../stlport/stl/_cmath.h:283: error: '::sinl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double sinh(long double)': > ../stlport/stl/_cmath.h:284: error: '::sinhl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double sqrt(long double)': > ../stlport/stl/_cmath.h:285: error: '::sqrtl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double tan(long double)': > ../stlport/stl/_cmath.h:286: error: '::tanl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double tanh(long double)': > ../stlport/stl/_cmath.h:287: error: '::tanhl' has not been declared > ../stlport/stl/_cmath.h: In function 'long double hypot(long double, long > double)': > ../stlport/stl/_cmath.h:298: error: '::hypotl' has not been declared > make[1]: *** [../lib/obj/LINUX/ReleaseD/num_put_float.o] Error 1 > make[1]: Leaving directory `/build/tbm/stlport5-5.0.0/src' > make: *** [debian/stamp-makefile-build] Error 2 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

