pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: _Qt.so on maxos
>
> Hello,
>
> Building lang/python27 on a just-updated-to-latest-macos-and-xcode
> yields an error which states that
> work/.destdir/<blah>/lib/python2.7/lib-dynload/_Qt.so is listed in PLIST
> but doesn't exist in the file system.
>
> Earlier in the build one can see that the build of _Qt.so fails
> because QuickTime.framework doesn't exist.
> https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemFrameworks/SystemFrameworks.html
> states that QuickTime.framework was deprecated in v10.9, so I guess they
> finally decided to remove it.
>
> Don't know what the proper fix is; though simply removing _Qt.so for
> later versions of macosx would seem apt -- but is it possible to add
> operating system version qualifiers to PLIST's?
>
> --
> Kind Regards,
> Jan
Correct. QuickTime.framework has been removed from MacOS 10.14 SDK (part of Xcode 10). It is still in /System/Library/Frameworks on 10.14.
I've pushed a fix for that. Give it a try.
Kind regards,
Adam
Home |
Main Index |
Thread Index |
Old Index