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

Failed to get abi report on one of the google-cloud-sdk binaries #4

Open
chax opened this issue Feb 12, 2021 · 4 comments
Open

Failed to get abi report on one of the google-cloud-sdk binaries #4

chax opened this issue Feb 12, 2021 · 4 comments

Comments

@chax
Copy link

chax commented Feb 12, 2021

When i build eopkg for google-cloud-sdk, make abireport step fails with following error:

make abireport
make[1]: Entering directory '/home/mcakaric/git/Solus/google-cloud-sdk'
"../."/common/Go/yabi/yabi *.eopkg
 ⮞  Scanning 'google-cloud-sdk-327.0.0-13-1-x86_64.eopkg'...
 🕱  Failed to add file 'usr/share/google-cloud-sdk/bin/anthoscli', reason: no symbol section
make[1]: *** [../Makefile.common:15: abireport] Error 1
make[1]: Leaving directory '/home/mcakaric/git/Solus/google-cloud-sdk'
make: *** [../Makefile.common:12: complete] Error 2

If i remove that one binary, abireport step completes successfully.

@DataDrake
Copy link
Owner

Can you run file on it inside the chroot and let me know what it is?

@DataDrake
Copy link
Owner

Assuming it's a static binary, this should be fixed in latest abi-wizard and yabi

@chax
Copy link
Author

chax commented Mar 11, 2021

anthoscli: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=-GhFr-_tbfmr9ryq_jPt/JDzCU65yTuaz-Vv4gNrt/wfcx3srAKE50Ypddp6sS/EssWlTB-OP4ORm9oQWlz, not stripped

@chax
Copy link
Author

chax commented Mar 11, 2021

Sorry for reporting this so late, but today i tested latest commit ad32e33 and that basically fixed it, so i think this issue can be closed now.

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

2 participants