Bug 212381 - emulators/linux_base-c6 fails to make on 11.0-RC1
Summary: emulators/linux_base-c6 fails to make on 11.0-RC1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on: 212419
Blocks:
  Show dependency treegraph
 
Reported: 2016-09-05 00:18 UTC by Randy Westlund
Modified: 2016-09-08 14:32 UTC (History)
0 users

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 Randy Westlund 2016-09-05 00:18:30 UTC
I can't install linux_base-c6-6.8 from ports. During 'make', I get this error:

> [snip]
> Warning: 'lib/libcidn-2.12.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
> Warning: 'lib/libdl-2.12.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
> Warning: 'lib/librt-2.12.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
> Warning: port uses /compat/linux/var instead of /var
> ELF interpreter /lib/ld-linux.so.2 not found, error 2
> /usr/ports/emulators/linux_base-c6/work/stage/compat/linux/bin/arch: signal 6
> ELF interpreter /lib/ld-linux.so.2 not found, error 2
> /usr/ports/emulators/linux_base-c6/work/stage/compat/linux/bin/basename: signal 6
> ELF interpreter /lib/ld-linux.so.2 not found, error 2
> /usr/ports/emulators/linux_base-c6/work/stage/compat/linux/bin/bash: signal 6
> ELF interpreter /lib/ld-linux.so.2 not found, error 2
> /usr/ports/emulators/linux_base-c6/work/stage/compat/linux/bin/cat: signal 6
> ELF interpreter /lib/ld-linux.so.2 not found, error 2
> [snip]

I'm running 11.0-RC1.  Kernel modules are loaded (linux, linux_common, linux64).
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2016-09-05 20:15:29 UTC
If you have DEVELOPER defined in /etc/make.conf try removing it.
Comment 2 Randy Westlund 2016-09-05 21:07:19 UTC
You're right, it builds successfully without DEVELOPER.
Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2016-09-08 14:32:11 UTC
Fixed in ports r421553.