Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299570 - net-libs/xulrunner-bin-1.8.1.19 cannot find libjpeg.so.62 on "./xulrunner-bin" execution
Summary: net-libs/xulrunner-bin-1.8.1.19 cannot find libjpeg.so.62 on "./xulrunner-bi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 09:59 UTC by Dmitry J. Voronov
Modified: 2010-01-04 10:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry J. Voronov 2010-01-04 09:59:05 UTC
I do have libjpeg.so.7.0.0, symlink /usr/lib/libjpeg.so.62 -> libjpeg.so.7.0.0
solved this problem. Maybe this link should be created on xulrunner-bin emerge?

Reproducible: Always

Steps to Reproduce:
1. emerge xulrunner-bin
2. launch /opt/xulrunner/xulrunner-bin

Actual Results:  
"cannot find libjpeg.so.62: no such file or directory"


Expected Results:  
xulrunner usage information
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-01-04 10:33:43 UTC
Is this with amd64, or x86?
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-01-04 10:40:16 UTC
Nevermind, didn't notice you changed the "Hardware: " field.

+  04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+  xulrunner-bin-1.8.1.19.ebuild:
+  Remove app-emulation/emul-linux-x86-compat (libstdc++.so.5) from RDEPEND
+  since libstdc++.so.6 is used. Missing media-libs/jpeg-compat RDEPEND for
+  x86 wrt #299570.

Thanks for reporting.