[Bug 197406] emulators/linux_base-c6: `expr` command fallback to FreeBSD expr

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 8 06:25:30 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197406

            Bug ID: 197406
           Summary: emulators/linux_base-c6: `expr` command fallback to
                    FreeBSD expr
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: emulation at FreeBSD.org
          Reporter: lichray at gmail.com
                CC: dchagin at FreeBSD.org, delphij at FreeBSD.org,
                    kib at FreeBSD.org
          Assignee: emulation at FreeBSD.org
             Flags: maintainer-feedback?(emulation at FreeBSD.org)

`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 <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer emulation at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list