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

pgp-ffi not building anymore #39

Closed
Jikstra opened this issue May 30, 2019 · 1 comment · Fixed by #40
Closed

pgp-ffi not building anymore #39

Jikstra opened this issue May 30, 2019 · 1 comment · Fixed by #40

Comments

@Jikstra
Copy link
Contributor

Jikstra commented May 30, 2019

I'm currently getting this error on all ci/local deb building scripts:

Step 12/12 : RUN true     && cd /rpgp/pgp-ffi     && PREFIX=/opt/DeltaChat/rpgp make install
 ---> Running in 76480efd4de7
cd /rpgp/pgp-ffi/../ && RUSTFLAGS="-C codegen-units=1" cargo build --release --features nightly -p pgp_ffi
    Updating crates.io index
error: no matching package named `pgp` found
location searched: /rpgp
perhaps you meant: pgp
required by package `pgp_ffi v0.1.0 (/rpgp/pgp-ffi)`
make: *** [build-stamp] Error 101
Makefile:45: recipe for target 'build-stamp' failed
The command '/bin/sh -c true     && cd /rpgp/pgp-ffi     && PREFIX=/opt/DeltaChat/rpgp make install' returned a non-zero code: 2

What's the correct way to build and install rpgp? We should maybe also put that in the README.

@ralphtheninja
Copy link

Where are these lines from?

@dignifiedquire dignifiedquire mentioned this issue May 30, 2019
@dignifiedquire dignifiedquire changed the title rpgp not building anymore pgp-ffi not building anymore May 30, 2019
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

Successfully merging a pull request may close this issue.

2 participants