Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63176 - xorg-6.7.99.904 is missing libXp.so.6
Summary: xorg-6.7.99.904 is missing libXp.so.6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 16:38 UTC by LordKow
Modified: 2004-09-07 17:38 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 LordKow 2004-09-07 16:38:55 UTC
I ran a java jar file fine until I emerged this version of xorg. When I tried running it I got this:

java -jar freedom.jar 
Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/blackdown-jdk-1.4.2_rc1/jre/lib/amd64/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
        at java.lang.Cl

I had my friend do etcat belongs libXp.so.6 and his returned xfree, which is what he was using so I'm assuming xorg is supposed to supply this too. I did etcat belongs libXp.so.6 and only got one of the emulation 32-bit lib packages, but as the error message shows I think I need the 64-bit version since its a 64-bit libawt.so looking for it.

I can confirm that xorg-6.7.99.903 supplies libXp.so.6 via etcat belongs libXp.so.6

Reproducible: Always
Steps to Reproduce:
1.Emerge xorg-6.7.99.904
2.Run something that requires libXp.so.6
3.

Actual Results:  
A Java app I tried to run didn't start.

Expected Results:  
It should have started.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-09-07 17:08:20 UTC
USE="xprint" emerge xorg-x11. I'll enable the flag by default in the next day or so
Comment 2 LordKow 2004-09-07 17:38:57 UTC
ah yes I figured it might be a USE flag type thing, thanks.