[MacPorts] #51317: erlsom @1.2.1_1 Configure error causes build failure
MacPorts
noreply at macports.org
Sat May 7 18:56:10 PDT 2016
#51317: erlsom @1.2.1_1 Configure error causes build failure
------------------------+--------------------------------
Reporter: afbrand@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: erlsom |
------------------------+--------------------------------
Comment (by ryandesign@…):
Ok, I see this too.
The problem is that erlsom's configure script just reads the `erl`
launcher script and takes all the characters after `ROOTDIR=` as the path
to use. The problem is that in erlang 18.3, the line in the `erl` script
reads:
{{{
ROOTDIR="/opt/local/lib/erlang"
}}}
erlsom's configure script is therefore taking `"/opt/local/lib/erlang"` --
''with the quotation marks'' -- as the path to use, and that path does not
exist. Maybe previous versions of erlang did not enclose the path in
quotation marks and therefore didn't expose this problem.
--
Ticket URL: <https://trac.macports.org/ticket/51317#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list