[Bug 217562] emulators/linux_base-c7: strange path truncating when exec'ing in bash scripts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 6 16:37:59 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217562
Tijl Coosemans <tijl at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|emulation at FreeBSD.org |tijl at FreeBSD.org
Resolution|--- |FIXED
Status|New |Closed
--- Comment #4 from Tijl Coosemans <tijl at FreeBSD.org> ---
This has been fixed in base r312699 and merged to stable/10 and 11 a few days
later, so try updating to one of these.
As a workaround you can replace '#! ...' with '#! /compat/linux/bin/bash'. The
problem only exists in the 64 bit linux support so another possibility is to
use the 32 bit version of linux_base-c6. To do that add
DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf and build/install
emulators/linux_base-c6.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list