[MacPorts] #26880: devel/swig add dependency on PCRE
#26880: devel/swig add dependency on PCRE ----------------------------------------+----------------------------------- Reporter: rmstonecipher@… | Owner: kevin@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: siwg ----------------------------------------+----------------------------------- SWIG 2.0.1 failed to configure because I did not have PCRE installed.[[br]] I do not know if port:pcre or port:pcrexx (the C++ bindings) should be a library dependency or a build dependency. -- Ticket URL: <https://trac.macports.org/ticket/26880> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26880: devel/swig add dependency on PCRE ----------------------------------------+----------------------------------- Reporter: rmstonecipher@… | Owner: kevin@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: swig ----------------------------------------+----------------------------------- Changes (by jmr@…): * port: siwg => swig -- Ticket URL: <https://trac.macports.org/ticket/26880#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26880: devel/swig add dependency on PCRE ----------------------------------------+----------------------------------- Reporter: rmstonecipher@… | Owner: kevin@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: swig ----------------------------------------+----------------------------------- Comment(by rowue@…): The attached portfile should get rif of the problem (tested with 10.5, 32Bit) -- Ticket URL: <https://trac.macports.org/ticket/26880#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26880: devel/swig add dependency on PCRE ----------------------------------------+----------------------------------- Reporter: rmstonecipher@… | Owner: kevin@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: swig ----------------------------------------+----------------------------------- Comment(by danmichaelo+macports@…): I ran into the same problem. Added pcre to depends_build (just as rowue did) and then swig built fine. On 10.6, 64 bit. -- Ticket URL: <https://trac.macports.org/ticket/26880#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26880: devel/swig add dependency on PCRE -----------------------------------------+---------------------------------- Reporter: rmstonecipher@… | Owner: kevin@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: swig | -----------------------------------------+---------------------------------- Changes (by jwa@…): * status: new => closed * resolution: => fixed Comment: Verified and fixed in r72676 -- Ticket URL: <https://trac.macports.org/ticket/26880#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26880: devel/swig add dependency on PCRE -----------------------------------------+---------------------------------- Reporter: rmstonecipher@… | Owner: kevin@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: swig | -----------------------------------------+---------------------------------- Comment(by jmr@…): It's not just a build time dependency: {{{ % otool -L /opt/local/bin/swig /opt/local/bin/swig: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0) /opt/local/lib/libpcre.0.dylib (compatibility version 1.0.0, current version 1.1.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0) }}} r72677 -- Ticket URL: <https://trac.macports.org/ticket/26880#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts