lupyuen opened a new issue, #14773: URL: https://github.com/apache/nuttx/issues/14773
### Description / Steps to reproduce the issue `sim:libcxxtest` in macOS CI doesn't link with pipe2(). We may need to disable the build because NuttX Mirror Build is failing twice daily: https://github.com/apache/nuttx/pull/14772 From sim-02 macOS Log: https://github.com/NuttX/nuttx/actions/runs/11825497334/job/32949471137 ```text Configuration/Tool: sim/libcxxtest libcxx/libcxx/src/exception.cpp:14:12: fatal error: 'cxxabi.h' file not found #include <cxxabi.h> ^~~~~~~~~~ 1 error generated. make[1]: *** [libcxx/libcxx/src/exception.o] Error 1 In file included from libcxx/libcxx/src/stdexcept.cpp:16: /Users/runner/work/nuttx/nuttx/sources/nuttx/libs/libxx/libcxx/libcxx/src/support/runtime/stdexcept_default.ipp:14:10: fatal error: 'cxxabi.h' file not found #include <cxxabi.h> ^~~~~~~~~~ 1 error generated. make[1]: *** [libcxx/libcxx/src/stdexcept.o] Error 1 make[1]: Target `libxx.a' not remade because of errors. make: *** [libs/libxx/libxx.a] Error 2 ./libcxx/libcxx/src/exception.cpp:14:12: fatal error: 'cxxabi.h' file not found #include <cxxabi.h> ^~~~~~~~~~ 1 error generated. ERROR: c++ failed: 1 command: c++ -MT ./libcxx/libcxx/src/exception.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-nostdinc++' '-std=gnu++20' '-fno-pic' '-mcmodel=large' '-isystem' '/Users/runner/work/nuttx/nuttx/sources/nuttx/include/libcxx' '-isystem' '/Users/runner/work/nuttx/nuttx/sources/nuttx/include' '-D__NuttX__' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-Wno-cpp' '-Werror' '-DLIBCXX_BUILDING_LIBCXXABI' '-D_LIBCPP_DISABLE_AVAILABILITY' '-D_LIBCPP_BUILDING_LIBRARY' '-I' '/Users/runner/work/nuttx/nuttx/sources/nuttx/libs/libxx/libcxx/libcxx/src' '-D__GLIBCXX__' '-Wno-shadow' '-Wno-sign-compare' '-Wno-cpp' '-Wno-attributes' '-Wno-deprecated-declarations' ./libcxx/libcxx/src/exception.cpp make[2]: *** [libcxx/libcxx/src/exception.ddp] Error 1 In file included from ./libcxx/libcxx/src/stdexcept.cpp:16: /Users/runner/work/nuttx/nuttx/sources/nuttx/libs/libxx/libcxx/libcxx/src/support/runtime/stdexcept_default.ipp:14:10: fatal error: 'cxxabi.h' file not found #include <cxxabi.h> ^~~~~~~~~~ 1 error generated. ERROR: c++ failed: 1 command: c++ -MT ./libcxx/libcxx/src/stdexcept.o -M '-g' '-fomit-frame-pointer' '-fno-common' '-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall' '-Wshadow' '-Wundef' '-Wno-attributes' '-Wno-unknown-pragmas' '-nostdinc++' '-std=gnu++20' '-fno-pic' '-mcmodel=large' '-isystem' '/Users/runner/work/nuttx/nuttx/sources/nuttx/include/libcxx' '-isystem' '/Users/runner/work/nuttx/nuttx/sources/nuttx/include' '-D__NuttX__' '-U_AIX' '-U_WIN32' '-U__APPLE__' '-U__FreeBSD__' '-U__NetBSD__' '-U__linux__' '-U__sun__' '-U__unix__' '-U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' '-D__KERNEL__' '-Wno-cpp' '-Werror' '-DLIBCXX_BUILDING_LIBCXXABI' '-D_LIBCPP_DISABLE_AVAILABILITY' '-D_LIBCPP_BUILDING_LIBRARY' '-I' '/Users/runner/work/nuttx/nuttx/sources/nuttx/libs/libxx/libcxx/libcxx/src' '-D__GLIBCXX__' '-Wno-shadow' '-Wno-sign-compare' '-Wno-cpp' '-Wno-attributes' '-Wno-deprecated-declarations' ./libcxx/libcxx/src/stdexcept.cpp make[2]: *** [libcxx/libcxx/src/stdexcept.ddp] Error 1 make[2]: Target `makedepfile' not remade because of errors. make[1]: *** [.depend] Error 2 make[1]: Target `depend' not remade because of errors. make: *** [pass2dep] Error 2 make: Target `all' not remade because of errors. /Users/runner/work/nuttx/nuttx/sources/nuttx/tools/testbuild.sh: line 385: /Users/runner/work/nuttx/nuttx/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory ``` ### On which OS does this issue occur? [OS: Mac] ### What is the version of your OS? macOS x64 at GitHub Actions ### NuttX Version master ### Issue Architecture [Arch: simulator] ### Issue Area [Area: Build System] ### Verification - [X] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
