Subject: Re: pkg/36797: lang/scsl-jre15 won't build with modular xorg
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Tobias Nygren <tnn@NetBSD.org>
List: pkgsrc-bugs
Date: 08/17/2007 08:55:02
The following reply was made to PR pkg/36797; it has been noted by GNATS.
From: Tobias Nygren <tnn@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/36797: lang/scsl-jre15 won't build with modular xorg
Date: Fri, 17 Aug 2007 10:50:47 +0200
On Thu, 16 Aug 2007 22:45:00 +0000 (UTC)
smb@cs.columbia.edu wrote:
> >Number: 36797
> >Category: pkg
> >Synopsis: lang/scsl-jre15 doesn't build with modular xorg
> ERROR: /usr/pkg/java/scsl-1.5/bin/unpack200: -lstdc++.5 => not found
This one doesn't look like a modular x.org problem -- libstdc++.5
doesn't exist on -current so I guess this doesn't work even with
XFree86. Do we have any compat package that can provide it?
libX11 will be found if LD_LIBRARY_PATH is set to /usr/pkg/lib.
This should have been broken also with xorg 6.9, given that it has it's
libs in /usr/pkg/xorg/lib. I guess we could deploy a wrapper script for
the binaries that need it until someone comes up with a better idea ...