On Mon, Jan 23, 2017 at 10:36:40AM +, David Chisnall wrote:
> > clang39 # now run clang, won't work, see below Shared object
> > "libc++.so.1" not found, required by "clang"
>
> For clarification, are you missing libc++ or libstdc++? libstdc++
> hasn’t been a default part of the base system
On 20 Jan 2017, at 14:06, Christian Schwarz wrote:
>
> I know clang is no longer built and installed as part of buildworld in
> the FreeBSDDesktop repo,
> but why isn't libstd++ present?
>
> …
>
> clang39 # now run clang, won't work, see below
> Shared object "libc++.so.1" not found, require
On Fri, Jan 20, 2017 at 09:46:37AM -0800, Pete Wright wrote:
> >
>
> Hey there - can you paste the error you are getting? I've never tried
> building the drm-next branch inside a jail, but maybe your trace will help
> debug it.
>
The steps to reproduce were right in the first message:
> > m
On 1/20/17 6:06 AM, Christian Schwarz wrote:
I am trying to build drm-next-4.7 from the FreeBSDDesktop
repository [1] for use as a poudriere jail.
However, libstd++ is missing in the installation generated with the
following commands:
make buildworld ...
make installworld DESTDIR=/path/to
I am trying to build drm-next-4.7 from the FreeBSDDesktop
repository [1] for use as a poudriere jail.
However, libstd++ is missing in the installation generated with the
following commands:
make buildworld ...
make installworld DESTDIR=/path/to/jail/dir
make distribution DESTDIR=/path/to/ja