Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141284 - xcursorgen-1.0.1 libpng dependency issue with lm
Summary: xcursorgen-1.0.1 libpng dependency issue with lm
Status: RESOLVED DUPLICATE of bug 138966
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 06:54 UTC by Stefan de Konink
Modified: 2006-07-21 07:33 UTC (History)
0 users

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


Attachments
Emerge info (emergeinfo,2.79 KB, text/plain)
2006-07-21 07:22 UTC, Stefan de Konink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan de Konink 2006-07-21 06:54:16 UTC
I'm trying to update a system, which tries to merge xcursorgen-1.0.1. This results in a linking error with libpng. The missing function 'pow', is probably to be found back in lm.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-21 07:01:11 UTC
Reopen with some error messages and emerge --info.
Comment 2 Stefan de Konink 2006-07-21 07:22:58 UTC
Created attachment 92406 [details]
Emerge info

make[1]: Entering directory `/var/tmp/portage/xcursorgen-1.0.1/work/xcursorgen-1
.0.1'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/xcursorgen-1.0.1
/work/xcursorgen-1.0.1 -I.    -I/usr/include/libpng12   -O3 -march=athlon-tbird 
-pipe -fomit-frame-pointer -MT xcursorgen-xcursorgen.o -MD -MP -MF ".deps/xcurso
rgen-xcursorgen.Tpo" -c -o xcursorgen-xcursorgen.o `test -f 'xcursorgen.c' || ec
ho '/var/tmp/portage/xcursorgen-1.0.1/work/xcursorgen-1.0.1/'`xcursorgen.c; \
        then mv -f ".deps/xcursorgen-xcursorgen.Tpo" ".deps/xcursorgen-xcursorge
n.Po"; else rm -f ".deps/xcursorgen-xcursorgen.Tpo"; exit 1; fi
i686-pc-linux-gnu-gcc  -O3 -march=athlon-tbird -pipe -fomit-frame-pointer   -o x
cursorgen  xcursorgen-xcursorgen.o -lX11 -lXcursor -lpng12   
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../libpng12.so: undefined reference t
o `pow'
collect2: ld returned 1 exit status
make[1]: *** [xcursorgen] Error 1
make[1]: Leaving directory `/var/tmp/portage/xcursorgen-1.0.1/work/xcursorgen-1.
0.1'
make: *** [all] Error 2

Alsjeblieft :)
Comment 3 Stefan de Konink 2006-07-21 07:23:31 UTC
Added info
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-07-21 07:33:08 UTC
Disable confcache, re-emerge libpng.


*** This bug has been marked as a duplicate of 138966 ***