Opened 12 years ago

Closed 5 years ago

Last modified 5 years ago

#33788 closed defect (fixed)

exact-image looks for X11 in /usr/X11

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: exact-image

Description

exact-image looks for X11 headers in /usr/X11/include and libraries in /usr/X11/lib and /usr/X11/lib64. There are never any lib64 directories on OS X, leading to many warnings like this:

ld: warning: directory '/usr/X11/lib64' following -L not found

More importantly, in MacPorts, we never want to get any X11 bits from /usr/X11; if any X11 bits are required, declare dependencies on the corresponding MacPorts xorg-* ports and reference them in ${prefix}.

Change History (3)

comment:1 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Owner: changed from macports@… to macports-tickets@…
Status: newassigned

comment:2 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: MarcusCalhoun-Lopez added

comment:3 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

This seems to have been fixes before now, but at the very least, adding --without-x11 in a recent commit should prevent checking /usr/X11.

Last edited 5 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.