darling icon indicating copy to clipboard operation
darling copied to clipboard

Darwin/macOS emulation layer for Linux

Results 224 darling issues
Sort by recently updated
recently updated
newest added

**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]...

Enhancement

launchd tries to setup networking - loopback specifically (`lo0`), throws assertion failures currently. ioctls: * SIOCGIFFLAGS * SIOCSIFFLAGS * SIOCAIFADDR * SIOCAIFADDR_IN6

Enhancement

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...

Enhancement
libsystem
Essential

**Expected Result** The escape codes are displayed as the characters they represent. **Actual Result** They appear verbatim. ![error](https://user-images.githubusercontent.com/17478432/119978800-11cc6f00-bf88-11eb-93ec-e0888bbd8a78.png) **Steps To Reproduce** ```objc #include @interface Window : NSWindow - (instancetype) init;...

GUI

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?

Application Compatibility

**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...

Frameworks
Missing Symbols
Good First Issue