Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14142 - i cannot emerge gcc-3.2.1-r6
Summary: i cannot emerge gcc-3.2.1-r6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-18 09:47 UTC by LuisMi Garcia
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge gcc &> gcc.log (gcc.log.bz2,107.19 KB, application/octet-stream )
2003-01-20 03:17 UTC, LuisMi Garcia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description LuisMi Garcia 2003-01-18 09:47:22 UTC
when I do a "make -u world" or a "make -u gcc" the thing lasts a lot of time
trying to compile the package (actually i have gcc-3.2.1) and finally says "core
dumped" and nothing gets installed.

There is a file i can send you in order for you to see this failure and how to
solve?

Thanks
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-18 12:11:02 UTC
please paste
#emerge info
Comment 2 LuisMi Garcia 2003-01-18 12:29:05 UTC
Here is the "emerge info" that you have requested. If you need more i'll be glad
to provide you with it.

Thanks a lot.

Portage 2.0.46-r7 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20 i686 Celeron (Mendocino)
GENTOO_MIRRORS="http://ftp.rediris.es/ftp/mirror/gentoo
ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/gentoo
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT=""
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++ libwww mikmod mmx motif
mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms zlib gdbm
berkdb slang readline svga tcltk java sdl tcpd pam ssl perl python esd imlib
oggvorbis opengl xv -gpg -gpm -arts -cups aalib X gtk acpi samba mozilla pcmcia
-kde -qt -gnome -alsa"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-19 18:35:16 UTC
Please attach a log:

  # emerge gcc &> gcc.log

and attach gcc.log (maybe bzip2'd)
Comment 4 LuisMi Garcia 2003-01-20 03:17:51 UTC
Created attachment 7462 [details]
emerge gcc &> gcc.log

This is the log you have requested to me.
emerge gcc &> gcc.log
Comment 5 LuisMi Garcia 2003-01-20 03:19:47 UTC
here you have the log you have requested to me.

Thanks a lot.
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-21 00:03:21 UTC
Do:

 # cd /var/tmp/portage/gcc-3.2.1-r6/work/build/i686-pc-linux-gnu/libjava
 # make

and see if it segfaults again.  If not, or if that dir do not exist, like
to merge gcc like so:

  # FEATURES=-sandbox emerge gcc
Comment 7 LuisMi Garcia 2003-01-21 07:45:45 UTC
>> # cd /var/tmp/portage/gcc-3.2.1-r6/work/build/i686-pc-linux-gnu/libjava
>> # make

The same here... "Core Dump"



>> # FEATURES=-sandbox emerge gcc
The same here... "Core Dump"

In both cases it does Core Dump and some apps terminate sudenly. Anything you
think I can do?

Thanks

Comment 8 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-21 11:28:35 UTC
How much memory/swap do you have available ?
Comment 9 LuisMi Garcia 2003-01-21 15:49:27 UTC
SOLVED!!!
-------------------

There wasn't bug at all.

At the question: "How much memory/swap do you have available ?"

I have 128 mb ram but NO SWAP SPACE AT ALL!!! so I have enabled it with swapon
/dev/hda2 and gcc compiles well.

Sorry a lot for this report of a NON-bug and thanks a lot to all of you  ;)