Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 757855

Summary: dev-lua/luarocks-3.4.0 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Conrad Kostecki <conikost>
Status: RESOLVED FIXED    
Severity: normal CC: gyakovlev, vpayno+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-12-01 11:53:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lua/luarocks-3.4.0 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-01 11:53:44 UTC
Created attachment 676000 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-12-01 12:16:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcdfd8d8b3dd1c77b39dcd7db162cbeb3dafc71

commit edcdfd8d8b3dd1c77b39dcd7db162cbeb3dafc71
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-12-01 12:15:10 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-12-01 12:16:35 +0000

    dev-lua/luarocks: patch LUA_LIBDIR check (non slotted)
    
    If 'dev-lang/lua' is a new, fresh installation, no 'LUA_LIBDIR' exists,
    as no compiled modules are installed on a new, fresh installation,
    so this check must be disabled, otherwise 'configure' will fail.
    
    Closes: https://bugs.gentoo.org/757855
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/luarocks/luarocks-3.4.0.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)