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

Following [Build instructions](https://docs.darlinghq.org/build-instructions.html) there's no section about how to remove or clean up the system, for example `make uninstall`, or at least say something in documentation. How to I remove...

I used this code to generate stubs for all frameworks (BTW should I make a PR with all frameworks you don't have?): ``` cd /System/Library/Frameworks; rm -rf ~/darling; mkdir ~/darling;...

**Library** This is the method being called: https://developer.apple.com/documentation/iokit/1557114-ioregisterforsystempower This is the assertion failure: https://github.com/bazelbuild/bazel/blob/master/src/main/native/unix_jni_darwin.cc#L286 **Test Application** What application requires this library? Bazel **Steps To Reproduce** 1. Install apple devtools 2....

Consolidate compiler generated dependencies of target pam_akm [ 43%] Built target pam_akm [ 43%] Building C object src/external/openpam/pam_modules/CMakeFiles/pam_localauthentication.dir/modules/pam_localauthentication/pam_localauthentication.c.o /home/elife/sw/darling/src/external/openpam/pam_modules/modules/pam_localauthentication/pam_localauthentication.c:96:15: warning: implicit declaration of function 'LACreateNewContextWithACMContext' is invalid in C99 [-Wimplicit-function-declaration]...

**Expected Result** Keep running. **Actual Result** Stuck. **Steps To Reproduce** 1. In Linux, run 'darling shell'. 2. Type 'lssss'. 3. Press 'Tab'. 4. Press Ctrl+C. 5. Type 'ls '. 6....

Although is a little early to implement the "Darling Rosetta", since the Appkit support is highly experimental, and command line utilities are ports from Linux programs, one of the target...

Enhancement
Discussion

``` 2019-03-17 12:37:42.829 xcodebuild[30:3e8] Terminating app due to uncaught exception 'NSException', reason: '-[NSUserDefaults addSuiteNamed:]: unrecognized selector sent to instance 0x7f841e420c50' libc++abi.dylib: terminating with uncaught exception of type NSException ```

Application Compatibility

**Expected Result** Python3 Idle3 is work. **Actual Result** Try run './idle3', found: ```text % ./idle3 ** IDLE can't import Tkinter. Your Python may not be configured for Tk. ** ```...

GUI
Missing Symbols

I'm installing xcode, as described in the README, but I get a bunch of messages like this: cp: /Volumes/Xcode_7.3.1/Xcode.app/Contents/Developer/Documentation/DocSets/com.apple.adc.documentation.OSX.docset/Contents/Resources/Tokens/Objective-C/instp/NSLengthFormatter/unitStyle.xml: could not copy extended attributes to /Applications/Xcode.app/Contents/Developer/Documentation/DocSets/com.apple.adc.documentation.OSX.docset/Contents/Resources/Tokens/Objective-C/instp/NSLengthFormatter/unitStyle.xml: Bad file descriptor `/Applications/Xcode.app/Contents/Developer/Documentation/DocSets/com.apple.adc.documentation.OSX.docset/Contents/Resources/Tokens/Objective-C/instp/NSLengthFormatter/unitStyle.xml`...

Enhancement
Container

**Build Log** If I run `tools/debian/make-deb` ``` dpkg-buildpackage -us -uc -ui -b dpkg-buildpackage: info: source package darling dpkg-buildpackage: info: source version 0.1.20210705~bullseye dpkg-buildpackage: info: source distribution bullseye dpkg-buildpackage: info: source...