pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Building rust on netbsd-9/i386



On Tue, Oct 01, 2019 at 06:59:25PM +0100, Mike Pumford wrote:
> 
> 
> On 26/09/2019 23:02, David Brownlee wrote:
> > I'm trying to build rust (for firefox) on netbsd-9/i386
> > 
> > To get the cargo binary to run I just needed to copy some libs from netbsd-8
> >      cp -a lib/libcrypto.so.12* /lib
> >      cp -a usr/lib/libcrypto.so.12* /usr/lib
> >      cp -a usr/lib/libssl.so.12* /usr/lib
> >      cp -a usr/lib/libstdc++.so.8* /usr/lib
> >      cp -a usr/lib/libgomp.so.1* /usr/lib
> > 
> > but then later I hit rust-bootstrap/bin/rustc failing with "Shared
> > object \"libLLVM-7.so\" not found" (full error below).
> > 
> 
> Seeing the exact same thing with 8.1_STABLE i386. The amd64 bootstrap rust
> doesn't have this issue. Is there someway that the bootstrap rust
> environment can be regenerated locally rather than relying on the download?
> 
> Mike
>

Does pulling in lang/libLLVM instead of lang/llvm help? 


Home | Main Index | Thread Index | Old Index