[MacPorts] #51317: erlsom @1.2.1_1 Configure error causes build failure
#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 Keywords: | Port: erlsom -----------------------+-------------------------------- Erlsom build fails during the configure phase. It reports that that the dependency Erlang is broken, citing a missing path. Nevertheless, the path exists and Erlang executes normally. The configure.log error line reads: "configure:1920: error: Broken Erlang installation, "/opt/local/lib/erlang" does not exist!" Erlang not only exists, but this path is valid and Erlang runs normally. -- Ticket URL: <https://trac.macports.org/ticket/51317> MacPorts <https://www.macports.org/> Ports system for OS X
#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 mf2k@…): In the future, please use WikiFormatting. -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#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 | ------------------------+-------------------------------- Description changed by mf2k@…: Old description:
Erlsom build fails during the configure phase. It reports that that the dependency Erlang is broken, citing a missing path. Nevertheless, the path exists and Erlang executes normally.
The configure.log error line reads:
"configure:1920: error: Broken Erlang installation, "/opt/local/lib/erlang" does not exist!"
Erlang not only exists, but this path is valid and Erlang runs normally.
New description: Erlsom build fails during the configure phase. It reports that that the dependency Erlang is broken, citing a missing path. Nevertheless, the path exists and Erlang executes normally. The configure.log error line reads: {{{ "configure:1920: error: Broken Erlang installation, "/opt/local/lib/erlang" does not exist!" }}} Erlang not only exists, but this path is valid and Erlang runs normally. -- -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#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 | ------------------------+-------------------------------- Description changed by mf2k@…: Old description:
Erlsom build fails during the configure phase. It reports that that the dependency Erlang is broken, citing a missing path. Nevertheless, the path exists and Erlang executes normally.
The configure.log error line reads: {{{ "configure:1920: error: Broken Erlang installation, "/opt/local/lib/erlang" does not exist!" }}} Erlang not only exists, but this path is valid and Erlang runs normally.
New description: Erlsom build fails during the configure phase. It reports that that the dependency Erlang is broken, citing a missing path. Nevertheless, the path exists and Erlang executes normally. The configure.log error line reads: {{{ configure:1920: error: Broken Erlang installation, "/opt/local/lib/erlang" does not exist! }}} Erlang not only exists, but this path is valid and Erlang runs normally. -- -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#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@…): I see from your main.log that you're using trace mode. Does the problem persist when not using trace mode? -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#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 afbrand@…): Replying to [comment:4 ryandesign@…]:
I see from your main.log that you're using trace mode. Does the problem persist when not using trace mode? Yes, the same thing happens. I have trace on, because I believe I saw somewhere in the docs that recommended it. The suggestion was that a traced log was more helpful for those troubleshooting a ticket.
-- Ticket URL: <https://trac.macports.org/ticket/51317#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#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
#51317: erlsom @1.2.1_1 Configure error causes build failure ------------------------+-------------------------- Reporter: afbrand@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: erlsom | ------------------------+-------------------------- Changes (by ryandesign@…): * status: new => assigned * owner: macports-tickets@… => ryandesign@… -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#51317: erlsom @1.2.1_1 Configure error causes build failure ------------------------+-------------------------- Reporter: afbrand@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: erlsom | ------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r148428 -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#51317: erlsom @1.2.1_1 Configure error causes build failure ------------------------+-------------------------- Reporter: afbrand@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: erlsom | ------------------------+-------------------------- Comment (by afbrand@…): Installed erlsom without a problem. Thank you. -- Ticket URL: <https://trac.macports.org/ticket/51317#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts