[Bug 195064] New: [bugfix] lang/erlang place a wrong simlink for /usr/local/bin/erl_call

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 16 05:19:22 UTC 2014


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

            Bug ID: 195064
           Summary: [bugfix] lang/erlang place a wrong simlink for
                    /usr/local/bin/erl_call
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: kenji at k2r.org
                CC: olgeni at FreeBSD.org
                CC: olgeni at FreeBSD.org

Created attachment 149470
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149470&action=edit
Patch to fix EI_VSN value in lang/erlang/Makefile

After installing lang/erlang,
output of ls -l /usr/local/bin/erl_call is:
lrwxr-xr-x  1 root  wheel  51 Nov 16 11:10 /usr/local/bin/erl_call@ ->
../lib/erlang/lib/erl_interface-3.7.17/bin/erl_call

This symlink is wrong. The correct linked object is in:

-r-xr-xr-x  1 root  wheel  106915 Nov 16 11:10
/usr/local/lib/erlang/lib/erl_interface-3.7.18/bin/erl_call*

Reason: EI_VSN in /usr/ports/lang/erlang/Makefile was set to a wrong value.

Patch attached to fix this.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainers CC'd

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


More information about the freebsd-ports-bugs mailing list