Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46196 - internal compiler error: bus error wile compiling eog.h
Summary: internal compiler error: bus error wile compiling eog.h
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 21:15 UTC by Roel Heymans
Modified: 2004-03-30 09:25 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 Roel Heymans 2004-03-29 21:15:26 UTC
While compiling Gnome, I got the following error:

In file inlcluded from Eog-skel.c:7:
Eog.h:-15267: internal compiler error: Bus error
Please submit a full bug report,
...
The bug is not reproduceable, so it is likely a hardware or OS problem
Error: medi-gfx/eog-2.4.1 failed.
Function gnome2_src_compile, Line 39, Exitcode 2
COmpile failure

Kernel: 2.6
CPU: AMD Athlon 1Ghz
Video: NVidia chipset.

Reproducible: Always
Steps to Reproduce:
emerge gnome
or emerge eog
Actual Results:  
compiler error: bus error

Expected Results:  
compiled

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-
r1
=================================
System uname: 2.6.3-gentoo-r1 i686 AMD Athlon Processor
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS=O2 -mcpu=i686 -march=athlon -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/conig /usr/share/config /var/qmail/control
Comment 1 Roel Heymans 2004-03-29 21:15:26 UTC
While compiling Gnome, I got the following error:

In file inlcluded from Eog-skel.c:7:
Eog.h:-15267: internal compiler error: Bus error
Please submit a full bug report,
...
The bug is not reproduceable, so it is likely a hardware or OS problem
Error: medi-gfx/eog-2.4.1 failed.
Function gnome2_src_compile, Line 39, Exitcode 2
COmpile failure

Kernel: 2.6
CPU: AMD Athlon 1Ghz
Video: NVidia chipset.

Reproducible: Always
Steps to Reproduce:
emerge gnome
or emerge eog
Actual Results:  
compiler error: bus error

Expected Results:  
compiled

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-
r1
=================================
System uname: 2.6.3-gentoo-r1 i686 AMD Athlon Processor
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS=O2 -mcpu=i686 -march=athlon -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/conig /usr/share/config /var/qmail/controlé
CONFIG_PROTECT_MASK="/etc/gconf /etc/termingo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -march=thlon -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://frp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j2"
MKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups dvd encode esd foomarticdb gdbm 
gif gnome gpm gk gtk2 imlib jpeg libg++ libwww mad mikmod motif mozilla mpeg 
ncurses nls offvorbis opengl oss pam pdflib perl png python quicktime readline 
sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 2 foser (RETIRED) gentoo-dev 2004-03-29 22:34:17 UTC
internal compiler errors usually suggest hardware problems. Is this reproducable at the exat same place all the time ?

Your usage of mcpu/march is alsa a bit weird, why not skip the mcpu ? Not to mention the fact that your CXXFLAGS contain a typo.
Comment 3 Roel Heymans 2004-03-30 08:24:37 UTC
I couldn't copy the output of emerge info so I typed it over. Problem happens every time, each time on the same place. But when I did "emerge eog", I had no problem and could do "emerge gnome". So I now have a working gnome. Should I drop the mcpu part and just leave -march=Athlon? 
Comment 4 foser (RETIRED) gentoo-dev 2004-03-30 09:25:01 UTC
hmm first rule of bugreporting is to actually reproduce the problem, so if the second time building worked fine, you wouldn't have to file a bug. Anyway, the fact that it does compile a second time is a strong indicator your hardware might be flakey. Check that and keep it in mind next time something b0rks.

Closing INVALID (notabug).