Bug 212381

Summary: emulators/linux_base-c6 fails to make on 11.0-RC1
Product: Ports & Packages Reporter: Randy Westlund <rwestlun>
Component: Individual Port(s)Assignee: Tijl Coosemans <tijl>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (emulation)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 212419    
Bug Blocks:    

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.