Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 409463

Summary: app-text/texlive-core-2011-r6 - lib64/libpoppler.so: undefined reference to `opj_setup_decoder'
Product: Gentoo Linux Reporter: Alessio Pirotti <cirilloblu>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: razamatan
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
config.log

Description Alessio Pirotti 2012-03-23 16:47:33 UTC
Created attachment 306455 [details]
emerge --info

when I try to compile app-text/texlive-core, it blocks in teh configuration step with this error:

checking requested system `xpdf' library... failed
configure: error: some requested system libraries failed

but xpdf isn't in the portage tree!
Comment 1 Alessio Pirotti 2012-03-23 16:52:25 UTC
Created attachment 306459 [details]
config.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-23 16:55:10 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libopenjpeg.so.1.4, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_setup_decoder'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_cio_close'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_set_event_mgr'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_set_default_decoder_parameters'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_create_decompress'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_decode'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_image_destroy'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_destroy_decompress'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libpoppler.so: undefined reference to `opj_cio_open'
collect2: ld returned 1 exit status


Please run revdep-rebuild.
Comment 3 Alessio Pirotti 2012-03-23 17:11:29 UTC
very quick! Thank you, after the revdep-rebuild it compile without problem.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-30 16:23:25 UTC
*** Bug 410209 has been marked as a duplicate of this bug. ***