Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
System emerge bombing with Stage 1 [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jun 05, 2005 10:59 pm    Post subject: System emerge bombing with Stage 1 [solved] Reply with quote

Okay here's the problem I'm doing a Stage 1, system is as follows

ShuttleX Barebones
3 Ghz AMD XP Barton
1 Gig Roswill Ram

Here's the error:
Code:
>>> md5 files   ;-) files/groff-1.19.1-tmpfile.patch
>>> md5 files   ;-) files/groff-1.19.1-stack.patch
>>> md5 files   ;-) files/groff-1.18-no-netpbm-depend.patch
>>> md5 src_uri ;-) groff-1.19.1.tar.gz
>>> Unpacking source...
>>> Unpacking groff-1.19.1.tar.gz to /var/tmp/portage/groff-1.19.1-r2/work
 * Applying groff-1.18-infoext.patch ...                                                                                                          [ ok ] * Applying groff-1.18-no-netpbm-depend.patch ...                                                                                                 [ ok ] * Applying groff-man-UTF-8.diff ...                                                                                                              [ ok ] * Applying groff-1.19.1-stack.patch ...                                                                                                          [ ok ] * Applying groff-1.19.1-tmpfile.patch ...                                                                                                        [ ok ] * Applying groff-1.19.1-parallel-make.patch ...                                                                                                  [ ok ]>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! ERROR: sys-apps/groff-1.19.1-r2 failed.
!!! Function src_compile, Line 84, Exitcode 77


Now my make.conf file
Code:
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="x86"
PORTAGE_TMPDIR=/var/tmp
PORTDIR_OVERLAY=/usr/portage
DISTDIR=${PORTDIR}/distfiles
PKGDIR=${PORTDIR}/packages
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
RSYNC_RETRIES="3"
RSYNC_TIMEOUT=180
RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
MAKEOPTS="-j2"
AUTOCLEAN="yes"
FEATURES="sandbox ccache"
CCACHE_SIZE="2G"
GENTOO_MIRRORS="http://gentoo.llarian.net/ http://gentoo.osuosl.org/ http://gentoo.ccccom.com http://cudlug.cudenver.edu/gentoo/"
USE="nptl nptlonly userlocales mmx mmxext ncurses sse"

Here's the command I'm using to install which I got off the gentoo-wiki w/ modification to install bison and flex.
Code:
env-update && source /etc/profile && emerge --oneshot --nodeps sys-devel/bison sys-devel/flex && emerge --oneshot --nodeps gcc-config && USE="-* build bootstrap" emerge linux-headers && cd /usr/portage && STAGE1_USE="userlocales" scripts/bootstrap.sh && emerge libperl ; emerge libperl && emerge system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs sysfsutils udev dhcpcd && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add hotplug default && rc-update add coldplug default && rc-update add acpid default


Then when if I try to restart gcc complains;
Code:
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


Here's some info from config.log
Code:
/etc/env.d/gcc/i386-pc-linux-gnu-3.3.5 doesnt exist
gcc-config error: Could not run/locate "gcc"
configure:1664: $? = 1
configure: failed program was:
| /* confdefs.h.  */

Why is it looking for gnu-3.3.5? or is this relevaint at all? I don't know, I know I'm a rookie. Anyway I've tried multipule variations with info I've gotten off the forums, but it keeps bombing on the system emerge. Any suggestions on what I'm doing wrong?
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered


Last edited by marcus0263 on Sun Jun 05, 2005 11:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 11:04 pm    Post subject: Reply with quote

do you have the gcc-config command ? if yes, what tells
Code:
gcc-config -l
:?:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jun 05, 2005 11:07 pm    Post subject: Reply with quote

kernel_sensei wrote:
do you have the gcc-config command ? if yes, what tells
Code:
gcc-config -l
:?:


Here it is
Code:
ivecd portage # gcc-config -l
/usr/bin/gcc-config: line 1: /etc/env.d/gcc/i386-pc-linux-gnu-3.3.5: No such file or directory
 * /usr/bin/gcc-config: Profile does not exist or invalid setting for /etc/env.d/gcc/i386-pc-linux-gnu-3.3.5
[1] i686-pc-linux-gnu-3.3.5-20050130
[2] i686-pc-linux-gnu-3.3.5-20050130-hardened
[3] i686-pc-linux-gnu-3.3.5-20050130-hardenednopie
[4] i686-pc-linux-gnu-3.3.5-20050130-hardenednopiessp
[5] i686-pc-linux-gnu-3.3.5-20050130-hardenednossp


Thanks!
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 11:09 pm    Post subject: Reply with quote

Code:
gcc-config 1

(it's 1 (one) and not a little "L")

and then retry to emerge what you want ..

HTH.
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
marcus0263
Apprentice
Apprentice


Joined: 18 Mar 2005
Posts: 177
Location: Seattle

PostPosted: Sun Jun 05, 2005 11:14 pm    Post subject: Reply with quote

kernel_sensei wrote:
Code:
gcc-config 1

(it's 1 (one) and not a little "L")

and then retry to emerge what you want ..

HTH.


Aaaah sensi I am not worthy in thy presence! I am only fit to lay with Dogs!!

Thanks, it's started again let's see it it goes all the way through. Question though any clue on why it bombed in the first time?

Thanks
_________________
Reject The Herd
"Where Thought Crime is Committed"
www.rejecttheherd.net
Gentoo Powered
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Jun 05, 2005 11:16 pm    Post subject: Reply with quote

you're welcome ..

this problem happens sometimes after a gcc upgrade
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Mon Jun 06, 2005 2:55 pm    Post subject: Reply with quote

Please see https://forums.gentoo.org/viewtopic-t-344970.html

Moved from Installing Gentoo.
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum