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

Bug 67676

Summary: ifc 7.1.008 fails to compile when glibc2.3.4 is installed
Product: Gentoo Linux Reporter: jon <jbc28>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description jon 2004-10-15 09:18:47 UTC
ifc fails to compile even simple 
print*,"Hello world"
when I upgraded to glibc-2.3.4.

The ifc ebuild doesn't depend on glibc <2.3.4

Reproducible: Always
Steps to Reproduce:
1.emerge >=glibc-2.3.3
2.emerge =ifc-7.1.008
3.create a simple f90 program
PROGRAM TEST
  PRINT*,"Hello world"
END PROGRAM

then compile the program

Actual Results:  
Program fails to compile. ifc exits 

Expected Results:  
successfully compiled test.f90
Comment 1 jon 2004-10-15 09:22:57 UTC
Downgrade glibc to > glibc-2.3.4
Edit the ifc-7.1.008 ebuild to depend on >glibc-2.3.4
Use package.mask to mask >glibc-2.3.4.
(Should the ifc 7.1.008 ebuild perfom this step?)
Await ebuild for ifc-8.0 which should work with glibc-2.3.4.