darling
darling copied to clipboard
Darwin/macOS emulation layer for Linux
This is the error when trying to remove the darling folder: ```` $ rm -rf darling/ rm: cannot remove 'darling/build/libexec/darling/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.a': Permission denied rm: cannot remove 'darling/build/libexec/darling/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib': Permission denied ```` This...
``` [ 94%] Linking CXX shared library JavaScriptCore ld: warning: OS dylibs should not add rpaths (linker option: -rpath) (Xcode build setting: LD_RUNPATH_SEARCH_PATHS) ld: warning: direct access in function '__ZN3JSC4Heap20lastChanceToFinalizeEv'...
Sort of following up to my most recent comment to #848 . Neither the two recursive wipe checks for sym-links or crossing file system boundaries. Either of these would have...
According to page, `--verbose` option is available for `pkgutil`: [MacOS Server install Xcode from console](https://totoshko88.wordpress.com/2018/04/06/macos-server-install-xcode-from-console/) However on later versions seems that is not available: ```` Darling [/Applications]$ pkgutil --verbose --check-signature...
**Build Log** The next error is at the start of `make`. ``` ~/d/build ❯❯❯ make [ 0%] Built target elfloader_dummy32 [ 0%] Built target elfloader_dummy64 [ 0%] Built target bsdln...
These are the commands: ```` $ darling shell $ hdiutil attach Command_Line_Tools_for_Xcode_12.5.dmg $ cd /Volumes/Command_Line_Tools_for_Xcode_12.5 $ installer -pkg Command\ Line\ Tools.pkg -target / bunzip2 error ```` It's version 12.5 not...
Errors: Expand according to [man pkgutil](https://ss64.com/osx/pkgutil.html) ```` pkgutil --expand Command\ Line\ Tools.pkg ~/Downloads/ pkgutil: unrecognized option `--expand' ````
No idea why the option convert is missing: ```` Darling [/Volumes/Command_Line_Tools_for_Xcode_12.5]$ hdiutil convert Command_Line_Tools_for_Xcode_12.5.dmg -format UDTO -o example.iso Usage: hdiutil Possible actions: attach [options] Mounts a .dmg file and prints...
Currently, the Xcode installed by default on Darling (using `xcode-select --install`) is significantly out of date; checking Clang version against a version table reveals the Xcode version to be either...
**Build Log** I am following the build instructions for Ubuntu 20.04 on Ubuntu 21.04 and for some reason it seems TARGET_OS_EMBEDDED is not getting defined. The same error also happened...