Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79760 - No cc is available in /usr/i686-pc-linux-gnu/gcc-bin/3.3.5/ directory. Breaks other packages.
Summary: No cc is available in /usr/i686-pc-linux-gnu/gcc-bin/3.3.5/ directory. Breaks...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-27 11:33 UTC by Jason Howlett
Modified: 2005-01-28 09:25 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 Jason Howlett 2005-01-27 11:33:23 UTC
gcc-3.3.5-r1 (and previous versions) don't install a cc executable or symlink. This breaks the building of other packages (iptables, openmotif, etc.) that use cc for whatever reason. If this is intentional, then please disregard. Thanks.

Reproducible: Always
Steps to Reproduce:
1.Install gcc
2.Try to use cc
3.




Portage 2.0.51-r15 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.6.10-jkh-r6 i686)
=================================================================
System uname: 2.6.10-jkh-r6 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 20 2005, 15:45:54)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r2, 1.4_p6, 1.9.4, 1.6.3, 1.7.9
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r3
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-pipe -O2 -fomit-frame-pointer -mcpu=pentium4 -march=pentium4 -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O2 -fomit-frame-pointer -mcpu=pentium4 -march=pentium4
-mfpmath=sse"
DISTDIR="/var/cache/http-replicator"
FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://cudlug.cudenver.edu/gentoo/
http://gentoo.ccccom.com"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 X alsa apm avi bash-completion berkdb bitmap-fonts cdr crypt cscope
cups doc encode f77 fam font-server foomaticdb fortran gdbm gif gpm gtk gtk2
imagemagick imlib ipv6 jpeg libg++ libwww mad mikmod motif mpeg ncurses nptl
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang
spell sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts xml
xml2 xmms xprint xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 SpanKY gentoo-dev 2005-01-27 18:45:26 UTC
no info posted here regarding actual failures

there should be no 'cc' in /usr/$CTARGET/gcc-bin/$PV/

'cc' should only exist in /usr/bin/
Comment 2 Jason Howlett 2005-01-28 09:25:58 UTC
I just needed to run gcc-config. Sorry to waste your time.