Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758689 - dev-lua/lua-openssl-0.7.8_p0-r2 fails tests
Summary: dev-lua/lua-openssl-0.7.8_p0-r2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-05 18:42 UTC by Agostino Sarubbo
Modified: 2020-12-20 22:56 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,19.46 KB, text/plain)
2020-12-05 18:42 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-05 18:42:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lua/lua-openssl-0.7.8_p0-r2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-05 18:42:41 UTC
Created attachment 676891 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-05 18:42:42 UTC
Possible context of error(s):

/bin/sh: luajit: command not found
/bin/sh: luajit: command not found
Package 'luajit', required by 'virtual:world', not found
Package 'luajit', required by 'virtual:world', not found
Package 'luajit', required by 'virtual:world', not found
Package 'luajit', required by 'virtual:world', not found
Comment 3 James Beddek 2020-12-06 04:39:33 UTC
The LUA_VERSION variables should be removed from any make commands as the makefile overrides LUA to LUA=luajit if LUA_VERSION is non null

This was introduced here: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3a84a595cd275cadbea0a2344aac0358749d5c
Comment 4 Larry the Git Cow gentoo-dev 2020-12-20 22:56:38 UTC
The bug has been closed via the following commit(s):

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

commit 9d335f9598aed47be59826ca46354bb2b61f73c9
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-12-20 22:54:07 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-12-20 22:56:14 +0000

    dev-lua/lua-openssl: update emakeargs, fix tests
    
    Closes: https://bugs.gentoo.org/758689
    Closes: https://bugs.gentoo.org/759487
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild   | 126 +++++++++++++++++++++
 dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r3.ebuild |  99 ++++++++++++++++
 2 files changed, 225 insertions(+)