Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19248 - Segfault on compile gtk+
Summary: Segfault on compile gtk+
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-13 13:11 UTC by anthony jean
Modified: 2003-04-25 11:38 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 anthony jean 2003-04-13 13:11:02 UTC
emerge --update gtk+

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
usr/include/atk-1.0    -march=athlon-xp -O2  -pipe -Wall -c testrgb.c
In file included from /usr/include/glib-2.0/gobject/gobject.h:29,
                 from /usr/include/glib-2.0/glib-object.h:27,
                 from /usr/include/pango-1.0/pango/pango-types.h:26,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from ../gdk/gdktypes.h:33,
                 from ../gdk/gdkcolor.h:4,
                 from ../gdk/gdk.h:30,
                 from ../gtk/gtk.h:31,
                 from testrgb.c:41:
/usr/include/glib-2.0/gobject/gclosure.h:58: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
make[2]: *** [testrgb.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gtk+-2.2.1-r1/work/gtk+-2.2.1/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.2.1-r1/work/gtk+-2.2.1'
make: *** [all-recursive-am] Error 2
 
!!! ERROR: x11-libs/gtk+-2.2.1-r1 failed.
!!! Function src_compile, Line 66, Exitcode 2
!!! (no error message)

Expected Results:  
wanted clean install :)

soup is good food.
Comment 1 foser (RETIRED) gentoo-dev 2003-04-13 17:55:16 UTC
segmentation faults are mostly real compiler problems, try building for another arch (i686 or normal athlon) and remove any optimisations.

What does 'emerge info' give ?
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-04-21 16:12:13 UTC
or it could be a kernel problem or out of memory problem, as i experienced with ld segfaulting. please paste the output of "emerge info".
Comment 3 foser (RETIRED) gentoo-dev 2003-04-25 11:38:34 UTC
i assume its a non-reproducable compiler error.

reporter, reopen if needed