Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 17:34:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252024] devel/emscripten: symlinked executables in /usr/local/bin don't work with generic runner script
Message-ID:  <bug-252024-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252024

            Bug ID: 252024
           Summary: devel/emscripten: symlinked executables in
                    /usr/local/bin don't work with generic runner script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: nicholas.h.briggs@gmail.com
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@freebsd.org

emscripten-2.0.3, as installed from the pkg repository links various emscri=
pten
/usr/local/bin executables to their corresponding name in ../lib/emscripten/
which are all created from boilerplate that ends with

exec "$PYTHON" "$0.py" "$@"

so, if you execute the /usr/local/bin/ version of the file, it produces, for
example:

/usr/local/bin/python3: can't open file '/usr/local/bin/emcc.py': [Errno 2]=
 No
such file or directory

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252024-7788>