Ouss4 opened a new issue #2401: URL: https://github.com/apache/incubator-nuttx/issues/2401
After #2335 I can't build esp32-core:wapi. I see however that the CI builds it correctly, but I can't locally. ``` make V=1 ... make[1]: Entering directory '/home/ouss4/NuttX/nuttx/mm' make[1]: Nothing to be done for 'depend'. make[1]: Leaving directory '/home/ouss4/NuttX/nuttx/mm' make[1]: Entering directory '/home/ouss4/NuttX/nuttx/libs/libxx' make[1]: Nothing to be done for 'depend'. make[1]: Leaving directory '/home/ouss4/NuttX/nuttx/libs/libxx' make[1]: Entering directory '/home/ouss4/NuttX/nuttx/wireless' make makedepfile make[2]: Entering directory '/home/ouss4/NuttX/nuttx/wireless' cat > Make.dep ``` The build hangs at the last command. Reverting #2335 the build continues with no issues. Can't build in 2 Arch based computers. Building in a Ubuntu based docker image passes correctly, however... Was it only tested on Debian based distros? We had few changes before that broke other non Debian distros. Some tools used in the build system are implementation dependant and change from distro to distro. Last time we had an issue with different implementations of `touch`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org