Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
When trying to emerge app-sci/elem-1.0.3, compilation fails with the following error: gcc -g -O2 -o elem-de elem_main_de.o elem_cb_de.o elem_de.o -lm -L./ -lforms -L/usr/X11R6/lib -lX11 -lnsl -DDEUTSCH /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../libforms.so: undefined reference to `XpmCreatePixmapFromData' [...More undefined references...] /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../libforms.so: undefined reference to `XpmLibraryVersion' collect2: ld returned 1 exit status make: *** [elem-de] Fehler 1 Reproducible: Always Steps to Reproduce: 1. emerge -uv elem Actual Results: compilation error Expected Results: ebuild shoud have finished successfully It looks as if -lXpm is missing from the link line. I did, however, update to xforms-1.0.90 before, so perhaps this is the problem. Fix should be rather trivial.
I am using the same xforms version and can't reproduce this problem. But since it should not hurt anyone I've modified the ebuild. Please try -r1 when it hits your portage mirror (see ChangeLog for other changes in this revision). Thanks for reporting.