Summary: | dev-lang/luajit: Crashes on musl ppc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jonys <vidra.jonas> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | ionen, vidra.jonas |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | Linux | ||
See Also: | https://github.com/LuaJIT/LuaJIT/issues/481 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
jonys
2024-03-31 16:06:43 UTC
Tempted to just invert the logic for all ppc rather than just musl+ppc. Was already done for ppc64 due to lack of keywords, and then there's also that comment:
>PPC32 support will be removed soon, anyway.
Guess there's not much to expect from luajit and ppc.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45782d065e69449b27261f646095342ad431554e commit 45782d065e69449b27261f646095342ad431554e Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-03-31 16:31:02 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-03-31 17:04:00 +0000 profiles/arch/powerpc: move mpv's luajit invert from ppc64 to ppc* wrt bug #928297, leaving open in case maintainers wants to either mask it on musl (at least) or even full dekeyword on ppc depending on upstream situation. This is just mpv's side of things. Bug: https://bugs.gentoo.org/928297 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> profiles/arch/powerpc/package.use.force | 11 ++++++++++- profiles/arch/powerpc/package.use.mask | 9 +++++++++ profiles/arch/powerpc/ppc64/package.use.force | 10 +--------- profiles/arch/powerpc/ppc64/package.use.mask | 8 -------- 4 files changed, 20 insertions(+), 18 deletions(-) (In reply to Ionen Wolkens from comment #1) > Guess there's not much to expect from luajit and ppc. I'm not sure how much to expect from luajit in general. While searching their bugtracker and pull-request queue for hints on this bug, I got away with the impression that the upstream is not in great shape and while there are forks that try to have more active development, but no clear switch has happened yet. Case in point – the linked issue is five years old and the first activity there is the cited deprecation remark, which is itself two years old now. Anyway, thank you for the USE flag shuffle! (In reply to jonys from comment #3) > (In reply to Ionen Wolkens from comment #1) > > Guess there's not much to expect from luajit and ppc. > > I'm not sure how much to expect from luajit in general. While searching > their bugtracker and pull-request queue for hints on this bug, I got away > with the impression that the upstream is not in great shape and while there > are forks that try to have more active development, but no clear switch has > happened yet. Yeah, eventually may need to explore alternatives for lua5-1 support. LuaJIT at least has the advantage of being maintained to some extent but well. |