Opened 9 years ago

Closed 9 years ago

#48359 closed defect (invalid)

texlive-bin @2015: configure: error: did not find cairo 1.12 or better

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: texlive-bin

Description

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'

Attachments (2)

config.log (88.5 KB) - added by ryandesign (Ryan Carsten Schmidt) 9 years ago.
main.log (43.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: config.log added

Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.