[Bug 252024] devel/emscripten: symlinked executables in /usr/local/bin don't work with generic runner script
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 21 17:34:51 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252024
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 at freebsd.org
Reporter: nicholas.h.briggs at gmail.com
Flags: maintainer-feedback?(yuri at freebsd.org)
Assignee: yuri at freebsd.org
emscripten-2.0.3, as installed from the pkg repository links various emscripten
/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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list