Replies: 1 comment 9 replies
-
Hi @bmallya ! That's odd. I can't get podman working on my system, but I was able to run the same make command using docker just now on the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried to cross compile vector v21.2 with target as armv7-unknown-linux-gnueabihf, but ended up getting the error on pest. Has anyone come across this?
`make cross-build-armv7-unknown-linux-gnueabihf
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
make -k cross-image-armv7-unknown-linux-gnueabihf
fatal: not a git repository (or any of the parent directories): .git
make[1]: Entering directory '/home/bharath/vector/vector'
podman build
--tag vector-cross-env:armv7-unknown-linux-gnueabihf
--file scripts/cross/armv7-unknown-linux-gnueabihf.dockerfile
scripts/cross
STEP 1/3: FROM rustembedded/cross:armv7-unknown-linux-gnueabihf
STEP 2/3: COPY bootstrap-ubuntu.sh .
--> Using cache 458a3ed0509f1d8d49a9da8dafe6035128b53bcd9bb1ed51fda969cbfdbe825f
--> 458a3ed0509
STEP 3/3: RUN ./bootstrap-ubuntu.sh
--> Using cache df9a5bd98d213653ba8b99be665b5fa9f84a1d148e0d7a917cb747ac2c3c649d
COMMIT vector-cross-env:armv7-unknown-linux-gnueabihf
--> df9a5bd98d2
Successfully tagged localhost/vector-cross-env:armv7-unknown-linux-gnueabihf
df9a5bd98d213653ba8b99be665b5fa9f84a1d148e0d7a917cb747ac2c3c649d
make[1]: Leaving directory '/home/bharath/vector/vector'
cross build
--release
--target armv7-unknown-linux-gnueabihf
--no-default-features
--features target-armv7-unknown-linux-gnueabihf
info: syncing channel updates for '1.58.1-x86_64-unknown-linux-gnu'
1.58.1-x86_64-unknown-linux-gnu unchanged - rustc 1.58.1 (db9d1b20b 2022-01-20)
info: checking for self-updates
Compiling pest_meta v2.1.3
error[E0463]: can't find crate for
pest
--> /cargo/registry/src/github.com-1ecc6299db9ec823/pest_meta-2.1.3/src/lib.rs:17:1
|
17 | extern crate pest;
| ^^^^^^^^^^^^^^^^^^ can't find crate
For more information about this error, try
rustc --explain E0463
.error: could not compile
pest_meta
due to previous errormake: *** [Makefile:243: cross-build-armv7-unknown-linux-gnueabihf] Error 101
`
Beta Was this translation helpful? Give feedback.
All reactions