Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: aarch64 rust install fails
Martin Husemann <martin%duskware.de@localhost> writes:
> Side note: once you have a locally working rust, you can build the next
> version from pkgsrc with a simple manual trick:
>
> While old pkgsrc rust is still installed:
>
> - add: RUST_BOOTSTRAP_PATH=/usr/pkg
> to your /etc/mk.conf
> - build new rust: "make && make package"
> do not install it yet (would fail)
> - remove old rust: pkg_delete rust
> - install new rust: make install
> - remove RUST_BOOTSTRAP_PATH from your /etc/mk.conf
It would be really nice if this were someone available as a pkg
variable, but I guess
make RUST_BOOTSTRAP_PATH=/usr/pkg replace clean
should work.
Would be nice to have that in the Mekefile explained.
Home |
Main Index |
Thread Index |
Old Index