Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 05:19:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195064] New: [bugfix] lang/erlang place a wrong simlink for /usr/local/bin/erl_call
Message-ID:  <bug-195064-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: kenji@k2r.org
                CC: olgeni@FreeBSD.org
                CC: olgeni@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@FreeBSD.org> ---
Maintainers CC'd

-- 
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-195064-13>