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

_Depending how many commits are needed, I might consider splitting this PR into multiple PRs._ # Goal The main goal is to make sure that Darling is able to build...

**Expected Result** I wanted to install XCode Command Line Tools. **Actual Result** It didn't worked: `Cannot open /home/hgstyle/.darling/usr/bin/python2.7: No such file or directory` **Steps To Reproduce** 1. Install the latest...

**Build Log** What is the build error? ``` [ 18%] Generating test_data.h Traceback (most recent call last): File "/home/mraodragon/repos/darling/src/external/corecrypto/tests/../scripts/generate-test-data.py", line 5, in from cryptography.hazmat.backends import default_backend ImportError: No module named...

**Expected Result** Open a shell. **Actual Result** (base) [root@localhost ~]# darling shell Bootstrapping the container with launchd... Illegal instruction (core dumped) **Steps To Reproduce** after build, I use this command...

# Background It turns out that `dyld` uses the `DYLD_ROOT_PATH` environment variable. https://github.com/darlinghq/darling-dyld/blob/63f667cf06d7ed59553adebb0c8d70a117135ac9/src/dyld2.cpp#L6598-L6612 ```c // if this is host dyld, check to see if iOS simulator is being run const...

Bug

**Build Log** Hi I'm running Ubuntu 22.04.1. I initially had some issues with the clang++ version and fixed this by installing binaries following the guide here: https://github.com/agavrel/darling_tutorial. cmake completes properly...

**Expected Result** MoneyMoney does start **Actual Result** ``` Darling [/Volumes/SystemRoot/home/pp]$ /Applications/MoneyMoney.app/Contents/MacOS/MoneyMoney dyld: dyld cache load error: shared cache file open() failed dyld: Symbol not found: _IKImageBrowserBackgroundColorKey Referenced from: /Applications/MoneyMoney.app/Contents/MacOS/MoneyMoney Expected...

**Build Log** ``` 14 warnings generated. [ 1%] Linking CXX static library libdarlingserver_duct_tape.a [ 1%] Built target darlingserver_duct_tape [ 1%] Building CXX object src/external/darlingserver/CMakeFiles/darlingserver.dir/src/darlingserver.cpp.o [ 1%] Building CXX object src/external/darlingserver/CMakeFiles/darlingserver.dir/src/server.cpp.o...

I have successfully installed **Arc-1.34.0-47465** (the browser of arc.net) But after trying to run it I always get the same error regardless of the command I use to run it:...

**Build Log** What is the build error? ``` /usr/include/c++/13/bits/stl_vector.h:1208: std::vector::reference std::vector::front() [with _Tp = cmGccStyleDependency; _Alloc = std::allocator; reference = cmGccStyleDependency&]: Assertion '!this->empty()' failed. make[2]: *** [src/private-frameworks/MobileDevice/CMakeFiles/MobileDevice.dir/build.make:175: src/private-frameworks/MobileDevice/CMakeFiles/MobileDevice.dir/depend] Aborted (core...