Date: Fri, 20 Jan 2017 09:46:37 -0800 From: Pete Wright <pete@nomadlogic.org> To: Christian Schwarz <me@cschwarz.com>, freebsd-x11@freebsd.org, freebsd-current@freebsd.org Subject: Re: libstd++ missing in drm-next-4.7 Message-ID: <fb578147-4574-b74c-b50e-b189353b05dc@nomadlogic.org> In-Reply-To: <20170120140645.67ei3nkd4mcaq3ec@csarch.localdomain> References: <20170120140645.67ei3nkd4mcaq3ec@csarch.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
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/jail/dir > make distribution DESTDIR=/path/to/jail/dir > > I know clang is no longer built and installed as part of buildworld in > the FreeBSDDesktop repo, > but why isn't libstd++ present? > > I used the following commands to install llmv39 in the jail, but this > won't give us libstd++ since it is part of base. > > cp /etc/resolv.conf /path/to/jail/dir/etc/ > chroot /path/to/jail/dir /bin/sh > pkg install llmv39 > > clang39 # now run clang, won't work, see below > Shared object "libc++.so.1" not found, required by "clang" > 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. Cheers, -pete -- Pete Wright pete@nomadlogic.org nomadlogicLA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fb578147-4574-b74c-b50e-b189353b05dc>