build error #7669
Replies: 5 comments 3 replies
-
@PerrywLiu Can you run |
Beta Was this translation helpful? Give feedback.
-
Did you make any progress with the build? |
Beta Was this translation helpful? Give feedback.
-
hey bro,Has the problem been solved? |
Beta Was this translation helpful? Give feedback.
-
Did you upgrade to 1.14.4 and retry? |
Beta Was this translation helpful? Give feedback.
-
I have rustup 1.24.3. The error still exists after I running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I build lotus 1.13.0 on MacOS 11.0.1 (20B50),become error.
but when I build 1.11.2rc can success.
I have update rust to the latest version.
what should I do?
the error as follow:
[INFO cargo_lipo::lipo] Building "filcrypto" for "aarch64-apple-darwin" Compiling cfg-if v1.0.0 Compiling lazy_static v1.4.0 Compiling scopeguard v1.1.0 Compiling ppv-lite86 v0.2.10 Compiling byteorder v1.4.3 Compiling tap v1.0.1 Compiling funty v1.2.0 Compiling either v1.6.1 '+adx' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) '+adx' is not a recognized feature for this target (ignoring feature) '+adx' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) '+adx' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) '+adx' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) '+adx' is not a recognized feature for this target (ignoring feature) '+adx' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) '+avx2' is not a recognized feature for this target (ignoring feature) error[E0463]: can't find crate for
core| = note: the
aarch64-apple-darwin` target may not be installederror: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.'+adx' is not a recognized feature for this target (ignoring feature)
error[E0463]: can't find crate for
core
|
= note: the
aarch64-apple-darwin
target may not be installederror: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.'+avx2' is not a recognized feature for this target (ignoring feature)
error[E0463]: can't find crate for
core
|
= note: the
aarch64-apple-darwin
target may not be installederror: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.error[E0463]: can't find crate for
core
|
= note: the
aarch64-apple-darwin
target may not be installederror[E0463]: can't find crate for
core
|
= note: the
aarch64-apple-darwin
target may not be installederror: aborting due to previous error
error: could not compile
lazy_static
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
For more information about this error, try
rustc --explain E0463
.error: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.error[E0463]: can't find crate for
core
|
= note: the
aarch64-apple-darwin
target may not be installederror: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.error[E0463]: can't find crate for
std
|
= note: the
aarch64-apple-darwin
target may not be installederror: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.error[E0463]: can't find crate for
std
|
= note: the
aarch64-apple-darwin
target may not be installederror: aborting due to previous error
For more information about this error, try
rustc --explain E0463
.error: build failed
[ERROR cargo_lipo] Failed to build "filcrypto" for "aarch64-apple-darwin": Executing "/Users/liupw/.rustup/toolchains/nightly-2021-04-24-x86_64-apple-darwin/bin/cargo" "--color" "auto" "build" "-p" "filcrypto" "--target" "aarch64-apple-darwin" "--release" "--lib" "--no-default-features" "--features" "multicore-sdr,opencl" finished with error status: exit status: 101
make[1]: *** [.install-filcrypto] Error 1
make: *** [build/.filecoin-install] Error 2`
Beta Was this translation helpful? Give feedback.
All reactions