tech-pkg archive

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

Re: rust and llvm dependency



* On 2020-05-17 at 16:40 BST, Martin Husemann wrote:

> Currently rust depends on llvm >= $someversion.
> 
> While this may be true for source pkgs, every llvm update breaks binary
> rust pkgs and makes the painfull bootstrap situation even worse.
> 
> Is there any chance to improve this?

The bootstrap packages should be fully self-contained.  If you compare
the stage0-bootstrap targets for NetBSD and SmartOS, the NetBSD
section simply uses whatever happens to live in /usr/pkg at runtime,
whereas the SmartOS bootstraps always copy exactly what was used at
build time, ensuring the correct libraries are always used.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com


Home | Main Index | Thread Index | Old Index