Summary: | net-libs/nodejs-22.1.0 FAILED: mmksnapshot | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Cameron <apcameron> |
Component: | Current packages | Assignee: | William Hubbs <williamh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | apcameron, chris, dlan, jstein, matoro_gentoo, riscv |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | riscv | ||
OS: | Linux | ||
See Also: |
https://github.com/nodejs/node/pull/52888 https://github.com/gentoo/gentoo/pull/37068 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Info
Environment pqv log Build log |
Description
Andrew Cameron
2024-05-05 15:38:00 UTC
Created attachment 892306 [details]
Info
Created attachment 892307 [details]
Environment
Created attachment 892308 [details]
pqv log
Created attachment 892309 [details]
Build log
with this patch from the PR, this bug actually got fixed, I've tested on riscv64 machine *** Bug 933649 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1119fa36aa12fbb367ea13b618c8f2102b750b commit da1119fa36aa12fbb367ea13b618c8f2102b750b Author: Jakov Smolić <jsmolic@gentoo.org> AuthorDate: 2024-06-07 10:00:09 +0000 Commit: Jakov Smolić <jsmolic@gentoo.org> CommitDate: 2024-06-25 16:44:57 +0000 net-libs/nodejs: Fix building on riscv Closes: https://bugs.gentoo.org/931256 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/37068 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> net-libs/nodejs/files/nodejs-22.2.0-riscv.patch | 37 +++++++++++++++++++++++++ net-libs/nodejs/nodejs-22.3.0.ebuild | 3 ++ 2 files changed, 40 insertions(+) Not sure if this ticket is the best place to comment but nodejs-22.4.0 fails on riscv due to missing patch;
>>> Preparing source in /var/tmp/portage/net-libs/nodejs-22.4.0/work/node-v22.4.0 ...
* Applying nodejs-22.4.0-riscv.patch ...
/var/tmp/portage/net-libs/nodejs-22.4.0/temp/environment: line 1611: /var/tmp/portage/net-libs/nodejs-22.4.0/files/nodejs-22.4.0-riscv.patch: No such file or directory
/var/tmp/portage/net-libs/nodejs-22.4.0/temp/environment: line 1614: /var/tmp/portage/net-libs/nodejs-22.4.0/files/nodejs-22.4.0-riscv.patch: No such file or directory [ !! ]
The file is present is;
nodejs-22.2.0-riscv.patch
(In reply to Christopher May-Townsend from comment #8) commit 3be56b29d7eecc7aac7f8dea4409217f2ebe4f64 Author: Jakov Smolić <jsmolic@gentoo.org> Date: Sat Jul 6 15:14:57 2024 +0200 net-libs/nodejs: Apply riscv patch to version 22.4.0 Closes: https://bugs.gentoo.org/935566 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> |