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