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

Unable to build 0.7.2 for i686 (and ppc64/ppc64le) #379

Closed
ggardet opened this issue Apr 1, 2021 · 2 comments · Fixed by #381
Closed

Unable to build 0.7.2 for i686 (and ppc64/ppc64le) #379

ggardet opened this issue Apr 1, 2021 · 2 comments · Fixed by #381
Labels
bug Something isn't working

Comments

@ggardet
Copy link

ggardet commented Apr 1, 2021

0.6.0 builds fine for i686, but I am unable to build 0.7.2 for i686 due to:

[   94s] error: failed to run custom build command for `cryptoki-sys v0.1.0`
[   94s] 
[   94s] Caused by:
[   94s]   process didn't exit successfully: `/home/abuild/rpmbuild/BUILD/parsec-0.7.2/target/release/build/cryptoki-sys-1e8f6d6affb5cffc/build-script-build` (exit code: 101)
[   94s]   --- stderr
[   94s]   thread 'main' panicked at 'Compilation target (i686-unknown-linux-gnu) is not part of the supported targets (["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabihf", "arm-unknown-linux-gnueabi"]). Please compile with the "generate-bindings" feature or add support for your platform :)', /home/abuild/rpmbuild/BUILD/parsec-0.7.2/vendor/cryptoki-sys/build.rs:22:13

Same problem on ppc64/ppc64le.

@ggardet ggardet changed the title Unable to build 0.7.2 for i686 Unable to build 0.7.2 for i686 (and ppc64/ppc64le) Apr 1, 2021
@hug-dev hug-dev added the bug Something isn't working label Apr 1, 2021
@hug-dev
Copy link
Member

hug-dev commented Apr 1, 2021

Thanks again! Same problem than #378 but on a different repo...
Similarly, the feature "cryptoki/generate-bindings" would help before we fix it

@hug-dev
Copy link
Member

hug-dev commented Apr 8, 2021

That should be fixed in the latest main but feel free to say if not and we will re-open :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants