* [Buildroot] [Bug 14936] New: nodejs does not build
@ 2022-07-31 12:57 bugzilla
2022-08-01 20:48 ` [Buildroot] [Bug 14936] " bugzilla
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla @ 2022-07-31 12:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14936
Bug ID: 14936
Summary: nodejs does not build
Product: buildroot
Version: 2022.05.1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: htenberge@gmail.com
CC: buildroot@uclibc.org
Target Milestone: ---
When building with 2022.05.1 for a Raspberry Pi (32 bit) I get the following
error during the build:
ninja -C out/Release
ninja: Entering directory `out/Release'
ninja: error: obj.host/tools/v8_gypfiles/run_torque.ninja:1271: multiple rules
generate gen/torque-generated/bit-fields.h [-w dupbuild=err]
make[2]: *** [Makefile:127: node] Error 1
make[1]: *** [package/pkg-generic.mk:293:
/home/harry/dev/ROPIEEE/ropieee-buildroot/build/nodejs-16.15.0/.stamp_built]
Error 2
make: *** [Makefile:23: _all] Error 2
This issue (or similar is reported here as well:
https://github.com/nodejs/node/issues/37441
However, the fix does not work.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 14936] nodejs does not build
2022-07-31 12:57 [Buildroot] [Bug 14936] New: nodejs does not build bugzilla
@ 2022-08-01 20:48 ` bugzilla
2022-08-02 20:39 ` bugzilla
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-08-01 20:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14936
--- Comment #1 from htenberge@gmail.com ---
With 2022.02.x and the same .config the build works.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 14936] nodejs does not build
2022-07-31 12:57 [Buildroot] [Bug 14936] New: nodejs does not build bugzilla
2022-08-01 20:48 ` [Buildroot] [Bug 14936] " bugzilla
@ 2022-08-02 20:39 ` bugzilla
2022-08-20 6:58 ` bugzilla
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-08-02 20:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14936
--- Comment #2 from htenberge@gmail.com ---
And here is another reference that might be related:
https://github.com/nodejs/node/issues/36741
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 14936] nodejs does not build
2022-07-31 12:57 [Buildroot] [Bug 14936] New: nodejs does not build bugzilla
2022-08-01 20:48 ` [Buildroot] [Bug 14936] " bugzilla
2022-08-02 20:39 ` bugzilla
@ 2022-08-20 6:58 ` bugzilla
2022-08-23 20:57 ` bugzilla
2022-10-25 20:20 ` bugzilla
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-08-20 6:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14936
htenberge@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2022.05.1 |unspecified
--- Comment #3 from htenberge@gmail.com ---
Any update on this? This also accounts for master.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 14936] nodejs does not build
2022-07-31 12:57 [Buildroot] [Bug 14936] New: nodejs does not build bugzilla
` (2 preceding siblings ...)
2022-08-20 6:58 ` bugzilla
@ 2022-08-23 20:57 ` bugzilla
2022-10-25 20:20 ` bugzilla
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-08-23 20:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14936
--- Comment #4 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
This is none issue on nodejs side: https://github.com/nodejs/node/issues/37441
as spotted by Thomas in
https://patchwork.ozlabs.org/project/buildroot/patch/20220809075704.86472-4-ardeleanalex@gmail.com/
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 14936] nodejs does not build
2022-07-31 12:57 [Buildroot] [Bug 14936] New: nodejs does not build bugzilla
` (3 preceding siblings ...)
2022-08-23 20:57 ` bugzilla
@ 2022-10-25 20:20 ` bugzilla
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2022-10-25 20:20 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14936
Thomas Petazzoni <thomas.petazzoni@bootlin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
This has been fixed in commit
https://gitlab.com/buildroot.org/buildroot/-/commit/5708c5b04f09f49a99c2c9d7a1894d24bce6a3e7.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-10-25 20:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 12:57 [Buildroot] [Bug 14936] New: nodejs does not build bugzilla
2022-08-01 20:48 ` [Buildroot] [Bug 14936] " bugzilla
2022-08-02 20:39 ` bugzilla
2022-08-20 6:58 ` bugzilla
2022-08-23 20:57 ` bugzilla
2022-10-25 20:20 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox