Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51280 - gcc versions from 3.3.3 on don't build g77 regardless of IUSE
Summary: gcc versions from 3.3.3 on don't build g77 regardless of IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 06:34 UTC by Thomas Witzel
Modified: 2004-05-19 08:45 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 Thomas Witzel 2004-05-17 06:34:33 UTC
All versions of gcc >= 3.3.3 do not compile g77, regardless of setting f77 in IUSE. This may be related to 34168.
Comment 1 Thomas Witzel 2004-05-17 09:32:58 UTC
Okay, here is an update. I manually edited the ebuild file for gcc-3.4.0-r2
so that it states in line 470:

gcc_lang="c,c++,f77"

The following build created g77 and libg2c, but gcc-config does not switch them over. I know my change is a hard hack, but I haven't been able to figure out why it ignores the f77 setting in the IUSE variable.
I believe there is also a bug posted related to gcc-config not switching the
g77.
Comment 2 Thomas Witzel 2004-05-17 09:50:39 UTC
Okay, one more comment:

it seems like that the use command in the ebuild script ignores whatever was set to be IUSE.

							Thomas
Comment 3 Thomas Witzel 2004-05-19 08:45:28 UTC
Okay this was a problem with my installation. Sorry