[MacPorts] #48359: texlive-bin @2015: configure: error: did not find cairo 1.12 or better
#48359: texlive-bin @2015: configure: error: did not find cairo 1.12 or better --------------------------+------------------------- Reporter: ryandesign@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Keywords: | Port: texlive-bin --------------------------+------------------------- texlive-bin @2015 fails to configure: {{{ configure: error: did not find cairo 1.12 or better }}} But: {{{ $ port -v installed cairo-devel The following ports are currently installed: cairo-devel @1.14.2_1+quartz+universal+x11 (active) platform='darwin 14' archs='i386 x86_64' }}} -- Ticket URL: <https://trac.macports.org/ticket/48359> MacPorts <https://www.macports.org/> Ports system for OS X
#48359: texlive-bin @2015: configure: error: did not find cairo 1.12 or better ---------------------------+---------------------- Reporter: ryandesign@… | Owner: dports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: invalid | Keywords: Port: texlive-bin | ---------------------------+---------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Comment: My fault. I had deactivated xorg-libXext, which is a dependency of cairo. Apparently pkg-config takes that into consideration (cairo.pc lists "xext" in its `Requires.private` line), so when texlive-bin's configure script ran `pkg-config cairo --atleast-version 1.12` it said no because of the unsatisfied requirement. Reactivating xorg-libXext fixed the problem. -- Ticket URL: <https://trac.macports.org/ticket/48359#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts