A different openjdk6 install problem

Joshua Root jmr at macports.org
Sat Aug 15 05:58:29 PDT 2009


On 2009-8-15 22:08, David Rowe wrote:
> I am trying to do a new install of openjdk6 on a MacBookPro (Intel)
> under MacOS X 10.5.8. It keeps crashing out with the following log
> messages:
> 
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> bash-3.2# port install -d openjdk6

This isn't enabling debug output. The -d needs to go before the other
arguments.

> ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function
> 'J2DXErrHandler':
> ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c:966: error:
> 'X_ShmAttach' undeclared (first use in this function)

This is defined in /opt/local/include/X11/extensions/shmproto.h, which
is provided by xorg-xextproto, which is in openjdk6's dependency tree.
Double check that it's installed and active.

- Josh


More information about the macports-users mailing list