Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62383 - gcc-3.3.4-r1 ebuild problem - g77 is not installed
Summary: gcc-3.3.4-r1 ebuild problem - g77 is not installed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 07:47 UTC by Joseph Spadavecchia
Modified: 2004-08-31 10:18 UTC (History)
1 user (show)

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 Joseph Spadavecchia 2004-08-31 07:47:18 UTC
Hello,

Emerging gcc-3.3.4-r1 results in an incomplete installation.

The 'gcc' binary installs fine; however, g77 is not installed.

I only have noticed that g77 is missing: there probably are other parts of the installation missing as well.

Here is a copy of my make.conf

USE="X gtk gnome -qt -kde -alsa"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -mcpu=pentium3 -funroll-loops -pipe"
CXXFLAGS="${CFLAGS}"
PKGDIR="/usr/local/portage/packages"
PORTDIR_OVERLAY="/usr/local/portage"
MAKEOPTS="-j3"
AUTOCLEAN="yes"

Reproducible: Always
Steps to Reproduce:
1. make sure 'emerge gcc' will emerge gcc-3.3.4-r1
2. emerge gcc
3.
Comment 1 robertc96 2004-08-31 07:57:41 UTC
I believe you have to add +f77 to your use variable.

If you do USE="+f77" emerge gcc, g77 should be installed.
Comment 2 solar (RETIRED) gentoo-dev 2004-08-31 10:05:14 UTC
You failed to include the output of 'emerge info' like the bug reporting guidelines tell you to do.

Your problem is probably fixed by comment #1
Comment 3 Joseph Spadavecchia 2004-08-31 10:18:42 UTC
Sorry for neglecting `emerge info`...

I can confirm that the problem is actually fixed by adding "f77" to the USE variable.