Open acheong08 opened 2 years ago
Running the install command again allows it to proceed with the following warnings:
git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk'
git: error: SDK "macosx" cannot be located
git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk'
git: error: SDK "macosx" cannot be located
git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk'
git: error: SDK "macosx" cannot be located
git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk'
git: error: SDK "macosx" cannot be located
git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk'
git: error: SDK "macosx" cannot be located
I do not know if the following is related, but I fail to install homebrew with the following error:
mkdir: /Users/mloeper/Library/Caches/Homebrew: Permission denied
Failed during: /usr/bin/sudo /bin/mkdir -p /Users/mloeper/Library/Caches/Homebrew
It looks like /Users/mloeper/Library
is totally unwritable from inside darling shell. Even using sudo. Has anyone an idea?
This is a known bug that's difficult to reproduce: sometimes the prefix will be created with incorrect permissions, leading to errors when trying to modify it. You can try shutting down Darling (darling shutdown
), deleting the prefix (rm -rf ~/.darling
), and then running Darling again to recreate the prefix.
System Information OS: Ubuntu 22.04 LTS x86_64 Host: MacBookPro15,2 1.0 Kernel: 5.17.4-t2 CPU: Intel i5-8279U (8) @ 4.100GHz GPU: Intel CoffeeLake-U GT3e [Iris Plus Graphics 655] Memory: 3942MiB / 7801MiB
(Using darlingserver branch)