tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Rust build fails
>> Trying to build rust on NetBSD/sparc64 -current fails:
>> ===> Building for rust-1.49.0
>> rustup not detected: [Errno 2] No such file or directory: 'rustc'
>> falling back to auto-detect
>> rustup not detected: [Errno 2] No such file or directory: 'rustc'
>> falling back to auto-detect
>
> I don't think those error messages occur in a normal build log.
Actually, I get those too, so that's not the problem.
Here's the corresponding part of my build log:
=> Modifying libtool scripts to use pkgsrc libtool
=> Modifying libtool scripts to use pkgsrc depcomp
===> Building for rust-1.49.0
rustup not detected: [Errno 2] No such file or directory: 'rustc': 'rustc'
falling back to auto-detect
rustup not detected: [Errno 2] No such file or directory: 'rustc': 'rustc'
falling back to auto-detect
running: /work/pkgbuild/lang/rust/work/rust-bootstrap/bin/cargo build --manifest-path /work/pkgbuild/lang/rust/work/rustc-1.49.0-src/src/bootstrap/Cargo.toml --frozen
Compiling proc-macro2 v1.0.19
Compiling unicode-xid v0.2.1
Compiling syn v1.0.38
Compiling autocfg v1.0.0
Compiling version_check v0.9.1
Compiling memchr v2.3.3
Compiling lazy_static v1.4.0
Compiling serde_derive v1.0.115
Compiling libc v0.2.79
Compiling cfg-if v0.1.10
Compiling log v0.4.11
Compiling serde v1.0.115
Compiling regex-syntax v0.6.18
Compiling ryu v1.0.5
Compiling same-file v1.0.6
Compiling serde_json v1.0.59
and both cargo and rustc run.
Regards,
- Håvard
Home |
Main Index |
Thread Index |
Old Index