Re: Failed: phase compiling: launch-1.2.5-1 failed on Sonoma
Derek Homeier <[email protected]> Sat, 6 Jan 2024 17:54:26 +0100
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
On 6 Jan 2024, at 12:14 pm, Patrick Wambacq <[email protected]> wrote: > > This is very strange. I found that launch is among the 238 additional packages (starting from a clean fink install!) that will be installed when installing ffmpeg: > > The following 238 additional packages will be installed: > asciidoc autoconf2.6 autogen autogen-dev autogen-shlibs automake1.15 automake1.15-core bison blt-dev blt-shlibs cairo cairo-shlibs docbook-bundle > docbook-dsssl-ldp docbook-dsssl-nwalsh docbook-dtd docbook-xsl doxygen enca enca-shlibs flex fontconfig-config fontconfig2-dev fontconfig2-shlibs freetype219 > freetype219-shlibs frei0r-dev glib2-dev glib2-shlibs gnutls30-3.7 gnutls30-3.7-shlibs grep gtk-doc guile22 guile22-dev guile22-libs guile22-shlibs > help2man-perl5303 imlib2 imlib2-shlibs info itstool json-c5 json-c5-shlibs launch lcms2 lcms2-shlibs ... and many more > > But when I issue the command fink show-deps ffmpeg, launch is nowhere mentioned. What is going on here? > fink show-deps does not recurse into dependencies, so it could be some sub-sub-dependency. Supposedly something like > fink list --format=dotty --recursive | grep launch should allow a reverse-lookup, though this seems to match anything including just ‘launch’ as a substring. But the only thing depending on launch appears to be w3m, which in turn is an alternative dependency of asciidoc-a2x – the other option is lynx, which I had already installed. Normally you should get a prompt somewhere which alternative to pick, but perhaps if you first install lynx, then asciidoc or asciidoc-a2x, you might get around this. The libzmq6 build has just been fixed by an update, sdl2 already was in an update I had missed, so with those ffmpeg builds and works well for me on 14.1.2 / arm64. However anything using xcodebuild seems to be broken with Xcode 15.1 at this point. I was able to find anything in `xcodebuild -showBuildSettings` referring to the Directory Services home directory and pointing it to Fink’s $HOME instead with xcodebuild -UsePerConfigurationBuildLocations=NO SYMROOT=. OBJROOT=. HOME=$HOME MODULE_CACHE_DIR=${HOME}/Library/Developer/Xcode/DerivedData/ModuleCache.noindex SHARED_PRECOMPS_DIR=${HOME}/Library/Developer/Xcode/DerivedData/PrecompiledHeaders but this still tries to and fails at creating user-cache and -log directories in xcodebuild[23758:28293043] [MT] DVTDownloadable: Error creating downloadable cache directory file:///var/empty/Library/Caches/com.apple.dt.Xcode/Downloads/ ... xcodebuild[23758:28293043] [MT] IDELogStore: Failed to open log store at /var/empty/Library/Developer/Xcode/DerivedData/libtelnet-bubtqdigecqxdadqxzjyjjdakrnk/Logs/Build I have not found any info how one might change those paths. HTH Derek _______________________________________________ Fink-users mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users