Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 757855 - dev-lua/luarocks-3.4.0 fails to compile
Summary: dev-lua/luarocks-3.4.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-01 11:53 UTC by Agostino Sarubbo
Modified: 2020-12-01 12:16 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,5.64 KB, text/plain)
2020-12-01 11:53 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)