[email protected] has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to [email protected]: Bug 197406: emulators/linux_base-c6: `expr` command fallback to FreeBSD expr https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197406
--- Description --- `expr` is resolved to /bin/expr in FreeBSD, also in Linux emulation layer, but linux_base-c6 only has [/compat/linux]/usr/bin/expr installed, result in the FreeBSD version of `expr` being invoked. Some software breaks. Linking [/compat/linux]/usr/bin/expr to [/compat/linux]/bin/expr solves the problem. --- Comment #1 from Bugzilla Automation <[email protected]> --- Auto-assigned to maintainer [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
