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.