Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756091 - dev-lang/luajit: Add ABI_x86 (multilib) support
Summary: dev-lang/luajit: Add ABI_x86 (multilib) support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rafael Martins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-22 16:56 UTC by Conrad Kostecki
Modified: 2020-12-05 23:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2020-11-22 16:56:29 UTC
Since lua and slotted lua has ABI_x86 (multilib) support, it would be nice, if we could add this for dev-lang/luajit too.
Comment 1 Rafael Martins (RETIRED) gentoo-dev 2020-11-22 18:08:23 UTC
Hi Conrad,

in practical terms, it makes very little sense to run a jit compiler built for 32 bits on a 64 bits system, but I'll give this a try as soon as I have some time. If you have some patches, feel free to poke me on irc.
Comment 2 Conrad Kostecki gentoo-dev 2020-11-22 18:14:21 UTC
(In reply to Rafael Martins from comment #1)
> Hi Conrad,
> 
> in practical terms, it makes very little sense to run a jit compiler built
> for 32 bits on a 64 bits system, but I'll give this a try as soon as I have
> some time. If you have some patches, feel free to poke me on irc.

While I agree, we have the problem, that there are lua packages, which define ABI_X86 and use multilib. So in order to support luajit on that packages with upcoming slotted lua, we would need to support multilib on luajit too.
Comment 3 Rafael Martins (RETIRED) gentoo-dev 2020-11-22 18:15:33 UTC
(In reply to Conrad Kostecki from comment #2)
> (In reply to Rafael Martins from comment #1)
> > Hi Conrad,
> > 
> > in practical terms, it makes very little sense to run a jit compiler built
> > for 32 bits on a 64 bits system, but I'll give this a try as soon as I have
> > some time. If you have some patches, feel free to poke me on irc.
> 
> While I agree, we have the problem, that there are lua packages, which
> define ABI_X86 and use multilib. So in order to support luajit on that
> packages with upcoming slotted lua, we would need to support multilib on
> luajit too.

yeah, I understand the motivation, that's fine.
Comment 4 Conrad Kostecki gentoo-dev 2020-12-05 23:18:56 UTC
Closing here. I will drop multilib on the needed packages, as they are anyway old and not much used. And some are even m-n. So no need to add multilib to luajit.