Opened 15 years ago

Closed 15 years ago

#21683 closed defect (fixed)

missing port depency for "libquicktime"

Reported by: cduvivier@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: libquicktime

Description

The "libquicktime" port depends on the "xorg-libXv" port but that dependency is not expressed in its Portfile.

Adding "port:xorg-libXv" at the end of line 19 solves the issue.

Although I didn't explicitly try, I suspect it also depends on other xorg packages like xorg-libXau, ... (see all the library linked in the failing link line when reproducing with below commands)

To reproduce:
sudo port uninstall --follow-dependents xorg-libXv
sudo port uninstall --follow-dependents libquicktime
sudo port install libquicktime
...
ld: library not found for -lXv
collect2: ld returned 1 exit status
...

Change History (3)

comment:1 Changed 15 years ago by tobypeterson

Priority: HighNormal

comment:2 Changed 15 years ago by blb@…

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

comment:3 Changed 15 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited!

Note: See TracTickets for help on using tickets.