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

compile error: objdump: ... : file format not recognized #125

Open
cypa opened this issue Dec 21, 2018 · 7 comments
Open

compile error: objdump: ... : file format not recognized #125

cypa opened this issue Dec 21, 2018 · 7 comments

Comments

@cypa
Copy link

cypa commented Dec 21, 2018

λ uname -a
Linux smart 4.19.11-arch1-1-ARCH #1 SMP PREEMPT Thu Dec 20 03:40:28 UTC 2018 x86_64 GNU/Linux

make.log

strange error appeared after arch linux update to 4.19.11-arch1-1-ARCH kernel, see make.log attached (in russian)
error translates to

objdump: /var/lib/dkms/rtl8723bu/4.3.6.11_12942.20141204_BTCOEX20140507-4E40/build/core/.tmp_rtw_security.o: unable to initialize decompress status for section .debug_info
objdump: /var/lib/dkms/rtl8723bu/4.3.6.11_12942.20141204_BTCOEX20140507-4E40/build/core/.tmp_rtw_security.o: unable to initialize decompress status for section .debug_info
objdump: /var/lib/dkms/rtl8723bu/4.3.6.11_12942.20141204_BTCOEX20140507-4E40/build/core/.tmp_rtw_security.o: file format not recognized

and so on

@cypa
Copy link
Author

cypa commented Dec 21, 2018

installed elfutils but th error persists

@nunq
Copy link

nunq commented Dec 21, 2018

I encountered the same issue when upgrading to 4.19.11-arch1-1-ARCH. Downgrading both elfutils and libelf to 0.174-1 (+ adding them to IgnorePkg) and then upgrading linux, linux-headers, etc. worked for me. After rebooting, the driver compiled just fine.

@cypa
Copy link
Author

cypa commented Dec 22, 2018

yes, that works, but what should we do next?

@lwfinger
Copy link
Owner

Complain to ARCH. They are the ones that screwed something up.

@pseudotheist
Copy link

So, I had a similar issue trying to install this drive in KaOS:
Install script
But I'm not sure how it would be an elfutils issue, since the driver installed fine on Ubuntu Disco Dingo, and it seems they both have elfutils version 176-1.

@lwfinger
Copy link
Owner

This is more likely to be a compiler problem. Do they have the same version of gcc?

@pseudotheist
Copy link

So far as I can tell, they seem to be the same version:
Ubuntu: "Version: 4:8.3.0-1ubuntu3"
KaOS: 8.3.0-1

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

4 participants