-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Make: sim:quickjs fails to build #15712
Comments
@simbit18 did you try to find which commit broke it? It was working some time ago! |
Hi @acassis currently on Linux is built with Cmake.
Has been moved to cmake with this PR #14693 @lupyuen can you build with make ? Even macOS in the NuttX mirror fails because it is built with make
https://github.com/NuttX/nuttx/actions/runs/13026374853/job/36336155739#step:7:1491 |
Understood! I think moving some configs to be tested only with a building system "maker" will end up with issues like this |
@simbit18 You're right,
|
Description / Steps to reproduce the issue
./tools/configure.sh -l sim:quickjs
make -j
sim:quickjs Cmake is ok while Make fails to build with this Error:
LN: platform/board to /github/workspace/sources/apps/platform/dummy
Downloading quickjs-2020-11-08.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
6 734k 6 49152 0 0 37885 0 0:00:19 0:00:01 0:00:18 37867
100 734k 100 734k 0 0 412k 0 0:00:01 0:00:01 --:--:-- 412k
Unpacking quickjs-2020-11-08.tar.xz to quickjs
patching file quickjs-libc.c
Hunk #1 succeeded at 3558 (offset -137 lines).
Hunk #2 succeeded at 3573 with fuzz 2 (offset -137 lines).
Hunk #3 FAILED at 3743.
1 out of 3 hunks FAILED -- saving rejects to file quickjs-libc.c.rej
patching file CMakeLists.txt
patching file qjsc.cmake
make[3]: *** [Makefile:74: quickjs] Error 1
make[2]: *** [Makefile:57: /github/workspace/sources/apps/interpreters/quickjs_context] Error 2
make[1]: *** [Makefile:187: context] Error 2
make: *** [tools/Unix.mk:458: /github/workspace/sources/apps/.context] Error 2
Testing with NuttX Docker image (ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest) and jobs Cmake and Make
https://github.com/simbit18/nuttx_test_pr/actions/runs/13029942215/job/36346890425#logs
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu at GitHub Actions
NuttX Version
master
Issue Architecture
[Arch: simulator]
Issue Area
[Area: Build System]
Host information
No response
Verification
The text was updated successfully, but these errors were encountered: