Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85384 - glunarclock-0.32.2 build failure: undefined reference to `_'
Summary: glunarclock-0.32.2 build failure: undefined reference to `_'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Drake (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 84701
  Show dependency tree
 
Reported: 2005-03-15 11:42 UTC by Ed Catmur
Modified: 2005-05-01 05:09 UTC (History)
1 user (show)

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


Attachments
glunarclock-0.32.2-gettext.patch (glunarclock-0.32.2-gettext.patch,378 bytes, patch)
2005-03-15 13:32 UTC, Ed Catmur
Details | Diff
glunarclock-0.32.2-gettext.patch (glunarclock-0.32.2-gettext.patch,344 bytes, patch)
2005-03-23 15:11 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2005-03-15 11:42:35 UTC
i686-pc-linux-gnu-gcc -O1 -O2 -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=387 -falign-functions=64 -falign-loops=4 -falign-jumps=4 -fprefetch-loop-arrays -funswitch-loops -o glunarclock-applet-2 CalcEphem.o Moon.o MoonRise.o moondata.o glunarclock.o -Wl,--export-dynamic  -pthread /usr/lib/libpanel-applet-2.so /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgnomevfs-2.so /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so /usr/lib/libglade-2.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libxml2.so -lpthread -lz /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so ../screen-exec/.libs/libscreen-exec.a
../screen-exec/.libs/libscreen-exec.a(egg-screen-help.o)(.text+0x33a): In function `egg_help_display_with_doc_id_with_env':
: undefined reference to `_'
../screen-exec/.libs/libscreen-exec.a(egg-screen-help.o)(.text+0x395): In function `egg_help_display_with_doc_id_with_env':
: undefined reference to `_'
../screen-exec/.libs/libscreen-exec.a(egg-screen-help.o)(.text+0x4a6): In function `egg_help_display_with_doc_id_with_env':
: undefined reference to `_'
../screen-exec/.libs/libscreen-exec.a(egg-screen-help.o)(.text+0x4fa): In function `egg_help_display_with_doc_id_with_env':
: undefined reference to `_'
../screen-exec/.libs/libscreen-exec.a(egg-screen-help.o)(.text+0x53f): In function `egg_help_display_with_doc_id_with_env':
: undefined reference to `_'
../screen-exec/.libs/libscreen-exec.a(egg-screen-help.o)(.text+0x6df): more undefined references to `_' follow
collect2: ld returned 1 exit status
make[3]: *** [glunarclock-applet-2] Error 1
make[3]: Leaving directory `/var/tmp/portage/glunarclock-0.32.2/work/glunarclock-0.32.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/glunarclock-0.32.2/work/glunarclock-0.32.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/glunarclock-0.32.2/work/glunarclock-0.32.2'
make: *** [all] Error 2
Comment 1 foser (RETIRED) gentoo-dev 2005-03-15 12:56:44 UTC
either fix the i18n include or undefine the G*_DISABLE_DEPRECATED stuff.
Comment 2 Ed Catmur 2005-03-15 13:32:04 UTC
Created attachment 53561 [details, diff]
glunarclock-0.32.2-gettext.patch

There's no nice solution I can see of, but this should do.
Comment 3 foser (RETIRED) gentoo-dev 2005-03-21 14:49:01 UTC
CFLAGS+=-UGNOME_DISABLE_DEPRECATED

or the include libgnome/*i18n*.h -> glib/*i18n*.h fix
Comment 4 Ed Catmur 2005-03-23 15:11:05 UTC
Created attachment 54280 [details, diff]
glunarclock-0.32.2-gettext.patch

Oh, sorry.

This patch has the -> glib/gi18n.h include fix. I'll notify the upstream author
(by email, they don't seem to have a BTS).
Comment 5 foser (RETIRED) gentoo-dev 2005-03-27 07:57:38 UTC
figured this was not gnome... also there is a new version with a 'small bugfix' which might be this (?) If it's not this patch should still go upstream.

Thanks for the works so far ed.
Comment 6 Ed Catmur 2005-03-28 15:18:38 UTC
No, the patch is still needed for 0.32.3 (the same patch works). I'll try to keep an eye on this.
Comment 7 Markus Nigbur (RETIRED) gentoo-dev 2005-03-29 03:27:15 UTC
Any reply from upstream yet?
Comment 8 Ed Catmur 2005-04-01 07:37:58 UTC
Yes, he's said he'll put it on his TODO list. I think this probably means the next release will be fixed.
Comment 9 foser (RETIRED) gentoo-dev 2005-04-06 03:56:59 UTC
desktop-misc : the fix is correct and should be applied to all versions. this blocks 2.10 unmasking.
Comment 10 Daniel Drake (RETIRED) gentoo-dev 2005-05-01 05:09:13 UTC
Fixed in all portage versions, thanks.