[MacPorts] #40191: spatialite will not upgrade (build fails if spatialite is active)
#40191: spatialite will not upgrade (build fails if spatialite is active) -----------------------------+-------------------------------- Reporter: Peter.Danecek@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: spatialite -----------------------------+-------------------------------- The upgrade from spatialite @2.3.1_1 to spatialite @4.1.1_0. To my understanding this is due to the fact that /opt/local/include includes header files from the old version. A forced deactivate and an subsequent build worked fine. The main.log is attached. -- Ticket URL: <https://trac.macports.org/ticket/40191> MacPorts <http://www.macports.org/> Ports system for OS X
#40191: spatialite will not upgrade (build fails if spatialite is active) ------------------------------+----------------------- Reporter: Peter.Danecek@… | Owner: landonf@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: spatialite | ------------------------------+----------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => landonf@… * cc: landonf@… (removed) Comment: A simple workaround would be to add these lines to the portfile: {{{ PortGroup conflicts_build 1.0 }}} {{{ conflicts_build ${name} }}} However a better fix would be to fix the order of the `-I` and/or `-L` flags so that the /opt/local ones appear after (instead of before) the work directory ones. -- Ticket URL: <https://trac.macports.org/ticket/40191#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts