darling
darling copied to clipboard
Darwin/macOS emulation layer for Linux
**Build Log** What is the build error? ``` Stack dump: 0. Program arguments: /usr/bin/clang-12 -cc1 -triple i386-apple-macosx10.15.0 -Wundef-prefix=TARGET_OS_ -Werror=undef-prefix -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name ClosureBuilder.cpp -mrelocation-model pic -pic-level...
Darling takes libxpc from NextBSD, but a lot of APIs are missing: - [ ] xpc_copy_entitlements_for_pid - [ ] xpc_strerror (#ifdefed out?!) - [x] xpc_dictionary_set_mach_recv - [x] xpc_dictionary_set_mach_send - [x]...
launchd tries to setup networking - loopback specifically (`lo0`), throws assertion failures currently. ioctls: * SIOCGIFFLAGS * SIOCSIFFLAGS * SIOCAIFADDR * SIOCAIFADDR_IN6
Packages on GitHub are build with dependency on glibc 2.32 which prevents running on Ubuntu 20.04.
I've also tried to build Darling from sources inside Docker: ``` docker run -it --rm --volume $(pwd):/home/milovidov/work ubuntu:20.04 /bin/bash apt update apt install -y cmake clang bison flex libfuse-dev libudev-dev...
**Problem** I am using Darling and when i use `pip3` to install some packages it gives me error. **Command** `pip3 install flask` **Output** ``` WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,...
Darling currently does DNS resolution itself. Ideally, we should instead defer to the host's libc for networking calls. That way, we get the host's networking/DNS setup "for free". ## Problem...
**Expected Result** The escape codes are displayed as the characters they represent. **Actual Result** They appear verbatim.  **Steps To Reproduce** ```objc #include @interface Window : NSWindow - (instancetype) init;...
This project seems to be using code from Apple that is under the APSL. This is known to be incompatible with the GPL: https://www.gnu.org/philosophy/apsl.html Both the userland code and kernel...
Hi, I'm using Ubuntu 20.04. Is it possible for to run [QQ_6.6.7.dmg](https://dldir1.qq.com/qqfile/QQforMac/QQ_6.6.7.dmg) within darlinghq?
**Framework** It seems _NSAllRomanInputSourcesLocaleIdentifier is missing from AppKit **Test Application** A GUI application "WeChat" from https://mac.weixin.qq.com/ **Steps To Reproduce** 1. Create symbol links AudioUnit for AudioToolbox to work around missing...