Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error while trying to cross compile #17

Closed
MJoaaquin opened this issue Jan 3, 2023 · 0 comments
Closed

[BUG] Error while trying to cross compile #17

MJoaaquin opened this issue Jan 3, 2023 · 0 comments

Comments

@MJoaaquin
Copy link
Contributor

I am using this crate in my project, and when trying to cross compile with cross I get the following error:
error: failed to run custom build command for rust-i18n v1.0.1

Caused by:
process didn't exit successfully: /target/release/build/rust-i18n-5c11b3d47303e377/build-script-build (exit status: 101)
--- stdout
cargo:rerun-if-changed=/cargo/git/checkouts/bifrost-2b7c66c891beea9d/0aeeb1e/crates/bifrost_cli/locales/en.yml
cargo:rerun-if-changed=/cargo/git/checkouts/bifrost-2b7c66c891beea9d/0aeeb1e/crates/bifrost_cli/locales/es.yml
cargo:rerun-if-changed=/cargo/git/checkouts/bifrost-2b7c66c891beea9d/af52f60/crates/bifrost_cli/locales/en.yml
cargo:rerun-if-changed=/cargo/git/checkouts/bifrost-2b7c66c891beea9d/af52f60/crates/bifrost_cli/locales/es.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-0.6.1/examples/app/locales/en.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-0.6.1/examples/app/locales/fr.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-0.6.1/examples/app/locales/view.en.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-0.6.1/examples/app/locales/view.fr.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-1.0.1/examples/app/locales/en.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-1.0.1/examples/app/locales/fr.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-1.0.1/examples/app/locales/view.en.yml
cargo:rerun-if-changed=/cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-1.0.1/examples/app/locales/view.fr.yml

--- stderr
thread 'main' panicked at 'called Result::unwrap() on an Err value: GlobError { path: "/etc/ssl/private", error: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } }', /cargo/registry/src/github.com-1ecc6299db9ec823/rust-i18n-1.0.1/build.rs:33:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant