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.
USE="xprint" emerge xorg-x11. I'll enable the flag by default in the next day or so
ah yes I figured it might be a USE flag type thing, thanks.