Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67676 - ifc 7.1.008 fails to compile when glibc2.3.4 is installed
Summary: ifc 7.1.008 fails to compile when glibc2.3.4 is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 09:18 UTC by jon
Modified: 2004-10-15 09:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.