Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763501 - dev-lua/penlight-1.9.2-r101 calls commands that do not exist
Summary: dev-lua/penlight-1.9.2-r101 calls commands that do not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-04 07:37 UTC by Agostino Sarubbo
Modified: 2021-01-04 19:28 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,23.51 KB, text/plain)
2021-01-04 07:37 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 2021-01-04 07:37:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lua/penlight-1.9.2-r101 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-04 07:37:16 UTC
Created attachment 680983 [details]
build.log

build log and emerge --info
Comment 2 Conrad Kostecki gentoo-dev 2021-01-04 11:37:39 UTC
Hm, there is a test, which does this on purpose.

> -- does it return false when it fails ?
> asserteq(utils.execute('most-likely-nonexistent-command'),false)

Is there a better way instead of patching that just out?
Comment 3 Larry the Git Cow gentoo-dev 2021-01-04 19:28:46 UTC
The bug has been closed via the following commit(s):

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

commit f3d4ed9d3748575bbfceb4629dc7657b1c3f8b0c
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-01-04 19:28:26 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-01-04 19:28:39 +0000

    dev-lua/penlight: disable test for non-existent command
    
    Closes: https://bugs.gentoo.org/763501
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/penlight/penlight-1.9.2-r101.ebuild | 17 ++++++++++++-----
 dev-lua/penlight/penlight-1.9.2.ebuild      | 13 ++++++++++---
 2 files changed, 22 insertions(+), 8 deletions(-)