Opened 15 years ago

Closed 13 years ago

#22139 closed defect (fixed)

libquicktime: missing depency xorg-libXaw

Reported by: fracai Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: michaelld (Michael Dickens)
Port: libquicktime

Description

libquicktime depends on xorg-libXaw, but this is missing from the portfile.

Similar to #21683, adding "port:xorg-libXaw" to "depends_lib" corrects this issue.

sudo port install libquicktime
...
ld: library not found for -lXaw
collect2: ld returned 1 exit status

Attachments (1)

libquicktime-Portfile.diff (2.1 KB) - added by michaelld (Michael Dickens) 14 years ago.
Diff to libquicktime Portfile to fix X11 issues as well as installed executable names.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to mww@…

comment:2 Changed 14 years ago by michaelld (Michael Dickens)

only 1 file uses X: bin/qtplay . It also required GL (via mesa). Another issue: the X version found by default is in /usr , not ${prefix} as hoped. I'm attaching a diff to the Portfile that corrects these dependencies as well as prepends 'l' to those binaries without it to avoid a conflict (see ticket #26019). This diff fixes both tickets.

Changed 14 years ago by michaelld (Michael Dickens)

Attachment: libquicktime-Portfile.diff added

Diff to libquicktime Portfile to fix X11 issues as well as installed executable names.

comment:3 Changed 14 years ago by michaelld (Michael Dickens)

Cc: michaelld@… added

Cc Me!

comment:4 Changed 14 years ago by michaelld (Michael Dickens)

Correction: 'qtplay's use of GL requires X as well, but it can compiled using just X. Without X, qtplay will not be built.

comment:5 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

This was fixed in r71304.

Note: See TracTickets for help on using tickets.