Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120338 - Compiler segfault, dev-lang/perl-5.8.7-r3 failed.
Summary: Compiler segfault, dev-lang/perl-5.8.7-r3 failed.
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 13:29 UTC by Tavi G.
Modified: 2006-01-25 19:22 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 Tavi G. 2006-01-25 13:29:38 UTC
Novice Gentoo user. I did an "emerge -u portage". Here's the uppermost error:

-I/usr/include/gdbm -O2 -march=athlon-xp  -Wall
`sh  cflags "optimize='-O2 -march=athlon-xp'" av.o` -fPIC av.c
          CCCMD =  i686-pc-linux-gnu-gcc -DPERL_CORE -c -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=athlon-xp  -Wall
`sh  cflags "optimize='-O2 -march=athlon-xp'" run.o` -fPIC run.c
          CCCMD =  i686-pc-linux-gnu-gcc -DPERL_CORE -c -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=athlon-xp  -Wall
`sh  cflags "optimize='-O2 -march=athlon-xp'" pp_hot.o` -fPIC pp_hot.c
          CCCMD =  i686-pc-linux-gnu-gcc -DPERL_CORE -c -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=athlon-xp  -Wall
pp_hot.c: In function `Perl_pp_match':
pp_hot.c:1483: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make: *** [pp_hot.o] Error 1

!!! ERROR: dev-lang/perl-5.8.7-r3 failed.
!!! Function src_compile, Line 268, Exitcode 2
!!! Unable to make
!!! If you need support, post the topmost build error, NOT this status message.

"emerge --info":

Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 AMD Athlon(tm) XP 1600+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac acl acpi alsa apm arts avi bash-completion berkdb bitmap-fonts bzip2 calendar caps cdparanoia cdr crypt cups directfb dv dvd dvdr dvdread eds emboss encode esd ethereal expat fbcon ffmpeg foomaticdb fortran ftp gd gdbm gif gnome gnutls gpm gstreamer gtk gtk2 hardened imap imlib ipv6 javascript jpeg kde ldap libcaca libedit libg++ libwww mad maildir mailwrapper mikmod mmx motif mp3 mpeg mysql mysqli ncurses nis nls ogg oggvorbis opengl oss pam pdflib perl png profile python qt quicktime readline samba sdl source spell sqlite ssl svg svga symlink tcltk tcpd truetype truetype-fonts type1-fonts udev unicode usb v4l vcd verbose vorbis wxwindows xine xml2 xmms xpm xv xvid yahoo zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-01-25 13:36:27 UTC
Please upgrade to the latest stable version of gcc on x86, 3.4.4, and then try again.
Comment 2 Tavi G. 2006-01-25 19:22:58 UTC
(In reply to comment #1)
> Please upgrade to the latest stable version of gcc on x86, 3.4.4, and then try
> again.
> 

The package was compiled fine a second time with the same compiler, before the gcc update caused by updating portage. Sorry to have wasted your time. :)