Bug 2339416 - luajit does not support ppc64le
Summary: luajit does not support ppc64le
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: luajit
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Andreas Schneider
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PPCTracker
TreeView+ depends on / blocked
 
Reported: 2025-01-22 09:45 UTC by Simone Caronni
Modified: 2025-01-23 08:29 UTC (History)
12 users (show)

Fixed In Version:
Clone Of: 2332211
Environment:
Last Closed: 2025-01-23 08:29:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Simone Caronni 2025-01-22 09:45:18 UTC
==== Building LuaJIT 2.1 (amalgamation) ====
/usr/bin/make -C src amalg
make[1]: Entering directory '/builddir/build/BUILD/luajit-2.1.1736781742-build/LuaJIT-2.1/src'
lj_arch.h:337:2: error: #error "No support for PPC64"
  337 | #error "No support for PPC64"
      |  ^~~~~
Makefile:273: *** Unsupported target architecture.  Stop.
make[1]: Leaving directory '/builddir/build/BUILD/luajit-2.1.1736781742-build/LuaJIT-2.1/src'
make: *** [Makefile:178: amalg] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.jvFikT (%build)

Comment 1 Andreas Schneider 2025-01-23 08:29:01 UTC
It is explicitly excluded:

https://src.fedoraproject.org/rpms/luajit/blob/rawhide/f/luajit.spec#_32

If you want support for it, talk to upstream luajit please:

https://github.com/LuaJIT/LuaJIT/issues/42


Note You need to log in before you can comment on or make changes to this bug.