Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72550 - Compiler: Segmentationa fault
Summary: Compiler: Segmentationa fault
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-26 07:19 UTC by pawel
Modified: 2004-12-31 07:46 UTC (History)
1 user (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 pawel 2004-11-26 07:19:45 UTC
>>> Source unpacked.
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  SHIPPED scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  HOSTCC  -fPIC scripts/kconfig/zconf.tab.o
scripts/kconfig/zconf.tab.c: In function `zconfparse':
scripts/kconfig/zconf.tab.c:1910: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/linux26-headers-2.6.8.1/temp/ccbfIISW.out file, please attach this to your bugreport.
make[1]: *** [scripts/kconfig/zconf.tab.o] Error 1
make: *** [defconfig] Error 2


Reproducible: Always
Steps to Reproduce:
1.after chroot & emerge sync
2.cd /usr/portage
3.scripts/bootstrap.sh

Actual Results:  
instalation stuck

Expected Results:  
stage1 to stage2

*************************emerge report*****************************************
>>> Source unpacked.
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  SHIPPED scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  HOSTCC  -fPIC scripts/kconfig/zconf.tab.o
scripts/kconfig/zconf.tab.c: In function `zconfparse':
scripts/kconfig/zconf.tab.c:1910: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/linux26-headers-2.6.8.1/temp/
ccbfIISW.out file, please attach this to your bugreport.
make[1]: *** [scripts/kconfig/zconf.tab.o] Error 1
make: *** [defconfig] Error 2
**************************make.conf********************************************
CFLAGS="-march=k6-2 -O2 -mcpu=i586 -fomit-frame-pointer -pipe"
CHOST="i586-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="3dnow acpi4linux apache1 apache2 apm async bash-completion c++ cacheemu cdr 
chroot cross crypt dhcp doc dvd f77 fbcon flood font-server foomaticdb ftp gcj 
gdbm
gif gpm gtk jack hava libwww lirc mmx nls nptl pam perl samba slang svga"
****************************end************************************************
Comment 1 Dan 2004-11-26 08:01:01 UTC
What package was this caused by?
Comment 2 Dan 2004-11-26 08:02:04 UTC
What package was this caused by?
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-11-26 10:41:49 UTC
Don't use -march=k6-2 but use -march=i586 and see if this still happens.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2004-12-31 07:46:26 UTC
No response...