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)
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)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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 ranpkg-config cairo --atleast-version 1.12
it said no because of the unsatisfied requirement. Reactivating xorg-libXext fixed the problem.