Bug 246367 - emulators/linux_base-c7: ELF binary type "0" not known.
Summary: emulators/linux_base-c7: ELF binary type "0" not known.
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-11 08:50 UTC by Mateusz Piotrowski
Modified: 2020-10-14 15:51 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (emulation)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2020-05-11 08:50:25 UTC
I recently upgraded the linux_base-c7 package and saw the following error message in the pkg output:

```
[1/22] Extracting linux_base-c7-7.8.2003_1: 100%
ELF binary type "0" not known.
/bin/sh: /compat/linux/usr/bin/gio-querymodules-32: Exec format error
```

I am running FreeBSD 13.0-CURRENT r360869
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2020-05-11 09:54:25 UTC
Check with kldstat if both linux64.ko and linux.ko have been loaded.  I suspect you only have 64 bit linux support enabled but not 32 bit.  The easiest way to enable linux support is to add linux_enable="YES" to /etc/rc.conf.
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-05-11 10:19:05 UTC
(In reply to Tijl Coosemans from comment #1)

I think that you've nailed it.

So when I was upgrading linux_base-c7 I got a message that Linux kernel modules are not loaded. So I loaded "linux64" and ran pkg upgrade again. Then I got the messages I posted in the description. I didn't load the "linux" module and that's probably the issue.

Thanks!

I am not sure if there is anything to fix apart from maybe improving checks/error messages.