Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16048 - Colorgcc 1.3.2-r2 blocks compiling of some ebuilds, specifically mc 4.6.0
Summary: Colorgcc 1.3.2-r2 blocks compiling of some ebuilds, specifically mc 4.6.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL: http://www.brad-x.com/gerryjnr_config...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-19 22:22 UTC by Gerald Normandin (RETIRED)
Modified: 2007-02-28 11:32 UTC (History)
2 users (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 Gerald Normandin (RETIRED) 2003-02-19 22:22:47 UTC
When emergeing mc with colorgcc, time.h as well as other header files were not
detected, resulting in a failed compile. Upon removal of colorgcc, the build was
able to resume.


USING GCC 3.2.1 compiler....

Reproducible: Always
Steps to Reproduce:
1.emerge colorgcc
2.emerge mc
3.see the build fail

Actual Results:  
A failed compile

Expected Results:  
compile cleanly

Portage 2.0.47-r2 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) XP 1800+
GENTOO_MIRRORS=" http://csociety-ftp.ecn.purdue.edu/pub/gentoo 
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"CONFIG_PROTECT="/etc
/var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config
/opt/quake3/cpma/server.cfg"
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 oss 3dnow apm avi crypt encode gif jpeg libg++ mikmod mpeg ncurses nls
pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib directfb gdbm berkdb
slang readline arts tetex aalib nas svga ggi tcltk java guile mysql sdl gpm tcpd
pam libwww ssl perl python esd imlib oggvorbis gtk motif opengl mozilla gphoto2
cdr X gtk2 gnome -kde -qt -alsa mmx sse sse2 cups"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Gerald Normandin (RETIRED) 2003-02-19 22:36:42 UTC
the url added provides the exact output of configure...
Comment 2 SpanKY gentoo-dev 2003-02-19 22:58:42 UTC
odd, i emerged colorgcc/mc w/out any problems 
Comment 3 SpanKY gentoo-dev 2003-02-19 23:00:39 UTC
could you post your $PATH variable ? 
 
interesting tidbit from config.log: 
configure:18163: gcc -c -mcpu=athlon-xp -O3 -pipe -Wall  -I$(top_builddir)/intl 
-I$(top_srcdir)/intl -I$(top_srcdir)  -I/usr/X11R6/include conftest.c >&5 
/bin/bash: line 1: top_builddir: command not found 
/bin/bash: line 1: top_srcdir: command not found 
/bin/bash: line 1: top_srcdir: command not found 
Comment 4 Gerald Normandin (RETIRED) 2003-02-19 23:13:20 UTC
$PATH= /bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/sun-jdk-1.4.1.01/bin:/opt/sun-jdk-1.4.1.01/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/bin:/usr/games/bin:/opt/vmware/bin
Comment 5 Gerald Normandin (RETIRED) 2003-02-19 23:14:31 UTC
Also: this was discussed on the irc channel, with bcowan helping me out... 
this was the conclusion that was achieved, and I was asked to submit a bug report.
Comment 6 Gerald Normandin (RETIRED) 2003-02-19 23:20:37 UTC
I forgot to note i was running gcc-config-1.2.7. I then unmerged colorgcc, and remerged the newer gcc-config 1.3.1. 
Comment 7 SpanKY gentoo-dev 2003-02-19 23:25:28 UTC
the older gcc-config could have easily been the prob ... have you tried colorgcc + mc + 
latest gcc-config ? 
Comment 8 Gerald Normandin (RETIRED) 2003-02-20 09:05:23 UTC
colorgcc + mc + latest gcc-config did fix the issue. Loks like colorgcc wasn't the problem after all. Rather, it was gcc-config.
Comment 9 SpanKY gentoo-dev 2003-02-20 12:13:11 UTC
sounds good :)