Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17813 - Portage 2.0.47-r10: no gcc found
Summary: Portage 2.0.47-r10: no gcc found
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-19 05:21 UTC by sf
Modified: 2011-10-30 22:21 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 sf 2003-03-19 05:21:02 UTC
"emerge --info": 

!!! No gcc found. You probably need to 'source /etc/profile' to update
!!! the environment of this terminal and possibly other terminals also.

Portage 2.0.47-r10 (default-x86-1.4, [unavailable], glibc-2.3.1-r2)
=================================================================
System uname: 2.4.9 i686 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 arts avi encode imlib gnome libg++ mikmod motif mpeg oggvorbis opengl
qt quicktime sdl slang xmms gdbm berkdb perl python -3dfx -3dnow aalib -acl acpi
-afs alsa apache2 apm cdr crypt cups dga directfb doc -ev6 fbcon gif ggi gphoto
gpm gtk gtk2 -icc -icc-pgo imap +innodb ipv6 java jikes jpeg kde kerberos lcms
ldap libwww -matrox -maildir -mbox mmx mozilla mozsvg mysql ncurses nls odbc oss
pam -pcmcia pdflib pic pci png postgres readline samba sasl scanner sgml slp
snmp socks5 spell -sse ssl -static -svga tcpd tetex tiff truetype -voodoo3 wmf X
xml xml2 xv zlib"
COMPILER="gcc3"
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -O3 -fomit-frame-pointer -finline-limit=100 -pipe"
CXXFLAGS="-march=i586 -O3 -fomit-frame-pointer -finline-limit=100 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

But gcc seems to be installed correctly because "gcc-config
--get-current-profile" outputs:

i586-pc-linux-gnu-3.2.2
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-19 12:37:21 UTC
this should fix it

emerge system -p
source /etc/profile

Comment 2 sf 2003-03-19 15:43:55 UTC
Sorry, but it does not :-( 
I tried to "source /etc/profile" before reporting this bug, of course.

BTW: This is a newly installed system (bootstrap done and on its way from stage 2 to stage 3).
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-03-19 15:47:16 UTC
after emerge system finished (stage3 completed) it will be available
Comment 4 sf 2003-03-19 15:53:26 UTC
OK, let's see...

But what exactly is "it"? I have an up-to-date portage, gcc and gcc-config. What is the missing part in the picture?
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-03-19 15:57:05 UTC
maybe gawk or sed or somethink