Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11852

Summary: Patch for glibc 2.2.5 to fix g++ 3.2 problems.
Product: Gentoo Linux Reporter: Alvaro Figueroa (RETIRED) <fede2>
Component: [OLD] DevelopmentAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: VERIFIED INVALID    
Severity: blocker    
Priority: Highest    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alvaro Figueroa (RETIRED) gentoo-dev 2002-12-09 12:00:55 UTC
g++ 3.2 is giving:

/usr/include/bits/mathinline.h:216: declaration of `double fdim(double, double)
   ' throws different exceptions
/usr/include/bits/mathcalls.h:313: than previous declaration `double 
   fdim(double, double) throw ()'
/usr/include/bits/mathinline.h:223: declaration of `float fdimf(float, float)' 
   throws different exceptions
/usr/include/bits/mathcalls.h:313: than previous declaration `float 
   fdimf(float, float) throw ()'

Full description here + patch (by Thorsten Kukuk) at:
http://sources.redhat.com/ml/libc-alpha/2002-05/msg00006.html
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-14 13:50:52 UTC
this patch was already made part of the ebuild
Comment 2 Alvaro Figueroa (RETIRED) gentoo-dev 2003-03-04 09:25:02 UTC
It works with the suggested patch.