Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7927 - emerge gimp (gimp-1.2.3-r2) "undefined reference" errors result in failure to compile
Summary: emerge gimp (gimp-1.2.3-r2) "undefined reference" errors result in failure to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-14 17:39 UTC by FieldySnuts
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Full output of errors starting just before errors (gentoo-gimp-1.2.3-r2-compile-failure.txt,26.98 KB, text/plain)
2002-09-14 17:49 UTC, FieldySnuts
Details
sandbox log, MAKE="make" , not "make -j3" (sandbox-gimp-1.2.3-r2-19079.log,351 bytes, text/plain)
2002-09-15 10:10 UTC, FieldySnuts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FieldySnuts 2002-09-14 17:39:25 UTC
=
Bear with me, I am a brand new gentoo 1.2 user and also a new bugzilla user. I
*WELCOME* corrections, or anything that would make maintainer jobs easier.
=

While emerging gimp (gimp-1.2.3-r2), I get at least 10 screenfulls of pages with
these types of errors:

preferences_dialog.o(.text+0x6345): undefined reference to
`gimp_table_attach_aligned'
preferences_dialog.o(.text+0x6396): undefined reference to `gimp_option_menu_new2'
preferences_dialog.o(.text+0x63dd): undefined reference to
`gimp_table_attach_aligned'
preferences_dialog.o(.text+0x7384): undefined reference to
`gimp_table_attach_aligned'
resolution_calibrate.o: In function `resolution_calibrate_dialog':

I know this isn't enough to help, so please tell me exactly what information you
need.

I have the full dump of errors in a text file, I'm sure you'll want to see it.
Comment 1 FieldySnuts 2002-09-14 17:49:51 UTC
Created attachment 3922 [details]
Full output of errors starting just before errors

First attachment attempt. Hope it works out.
Comment 2 FieldySnuts 2002-09-14 23:58:55 UTC
Arch: x86 (dual AMD XP 1800+)
GCC version: 2.95.3

Other notes: same problem with the environment variable MAKE set to "make -j3"
as well as "make".
Comment 3 FieldySnuts 2002-09-15 10:09:44 UTC
During my testing to see if this occoured with MAKE set to "make -j3" as well as
"make", I must have made an error and not set MAKE correctly in the "make"
situation.

With MAKE as "make", I instead get a sandbox violation.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-gimp-1.2.3-r2-19079.log"

open_wr:   /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Gimp/Gimp.bs
chmod:     /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Gimp/Gimp.bs
open_wr:   /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Gimp/Gimp.so
chmod:     /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Gimp/Gimp.so
mkdir:     /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Gimp/Net
--------------------------------------------------------------------------------

I have attached the log file.
Comment 4 FieldySnuts 2002-09-15 10:10:55 UTC
Created attachment 3947 [details]
sandbox log, MAKE="make" , not "make -j3"
Comment 5 FieldySnuts 2002-09-16 21:44:04 UTC
Good news! I did an emerge rsync and now gimp compiles fine. Perhaps the ebuild
scripts were modified/updated? This is with MAKE being "make -j3", by the way.
Comment 6 Brandon Low (RETIRED) gentoo-dev 2002-09-16 21:54:41 UTC
looks like this was primarily related to a perl fix by mcummings, I'll close it,
but re-open it if it fails any more.