-
Notifications
You must be signed in to change notification settings - Fork 46
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
rpm for ppc64le platform #540
Comments
@bogdansavu
have you tried main? |
Hey @dkhokhlov main-ppc: ppc-0.16.20: For more information about this error, try |
looks like ring build script fails. can you build ring?
|
cargo build --target powerpc64le-unknown-linux-gnu warning: unnecessary parentheses around match arm expression warning: |
@dkhokhlov any other suggestion? Is something that I can do? |
@dkhokhlov I successfully compiled logdna using : I have a question, there is any way to generate rpm packages? |
@bogdansavu
|
this make build-rpm is failing, I don't understand why docker is needed, there is any other command that I can use for rpm build? make build-rpm |
we use docker container for builds. it is pre-configured with required tools. i am suggesting to install the docker. |
I installed docker but the image build is failing: |
@dkhokhlov I manually generated the rpm file, could you please have a look and let me know if you see any problem on these steps? git clone https://github.com/logdna/logdna-agent-v2.git Building Agent Binary on Linuxvi Cargo.toml Building rpm packagednf install ruby-devel gcc make rpm-build rpm -qlp /root/logdna-agent-v2/target/logdna-agent-3.8.8-1.ppc64le.rpm I'm not sure if the '/usr/lib/.build-id' is expected to be there. |
I need to compile the agent for ppc64le platform. I moved the discussion from logdna/logdna-agent#151 to this issue.
The text was updated successfully, but these errors were encountered: