[MacPorts] #63732: ragel and colm conflict on /opt/local/lib/libfsm.a
MacPorts
noreply at macports.org
Sat Oct 30 13:13:59 UTC 2021
#63732: ragel and colm conflict on /opt/local/lib/libfsm.a
------------------------+--------------------
Reporter: essandess | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: ragel |
------------------------+--------------------
Comment (by essandess):
Also, adding this obvious fix to the ragel Portfile causes a build failure
because of a version mismatch:
{{{
:info:configure configure: error: check colm: expected version 0.13.0.7,
but 0.1
4.7 is installed
}}}
{{{
post-destroot {
# avoid conflict with colm
if {[file exists ${prefix}/lib/libfsm.a]} {
delete ${destroot}${prefix}/lib/libfsm.a
}
}
}}}
Also, the latest version is 7.0.4. Updating to that version runs into this
build error:
{{{
:info:build make[3]: *** No rule to make target
`/opt/local/lib/libfsm.la', needed by `ragel'. Stop.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/63732#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list