darlinghq / darling

Darwin/macOS emulation layer for Linux

Home Page:http://www.darlinghq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failure: related to stl_vector?

amyipdev opened this issue · comments

commented

Build Log
What is the build error?

/usr/include/c++/13/bits/stl_vector.h:1208: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::front() [with _Tp = cmGccStyleDependency; _Alloc = std::allocator<cmGccStyleDependency>; 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 dumped)
make[1]: *** [CMakeFiles/Makefile2:57519: src/private-frameworks/MobileDevice/CMakeFiles/MobileDevice.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

System Information
What system are you building with?

Software Version
Clang 17.0.06
CMake 3.27.7
Linux Kernel 6.7.6
Darling 25afbc7

Other Comments

This almost looks like some internal Clang error - no other contextual information was provided, so I'm wondering if Clang itself broke...