Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747886 - sys-apps/s6-2.9.2.0 calls commands that do not exist
Summary: sys-apps/s6-2.9.2.0 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: 2020-10-11 19:55 UTC by Agostino Sarubbo
Modified: 2021-04-12 06:49 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,73.53 KB, text/plain)
2020-10-11 19:55 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-10-11 19:55:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/s6-2.9.2.0 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-11 19:55:47 UTC
Created attachment 664807 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-11 19:55:48 UTC
Possible context of error(s):

/var/tmp/portage/sys-apps/s6-2.9.2.0/temp/environment: line 543: --enable-shared: command not found
/bin/sh: line 0: exec: ar: not found
Comment 3 Agostino Sarubbo gentoo-dev 2020-10-11 19:56:29 UTC
/var/tmp/portage/sys-apps/s6-2.9.2.0/temp/environment: line 543: --enable-shared: command not found
Comment 4 Samuel Holland 2020-10-15 04:29:08 UTC
The "--enable-shared" issue should already be fixed by:

commit 9739435169e29b61e63853c13ee22e03451084d3
Author: William Hubbs <williamh@gentoo.org>
Date:   Sun Oct 11 16:43:10 2020 -0500

    sys-apps/s6: typo fix for 2.9.2.0

    Signed-off-by: William Hubbs <williamh@gentoo.org>

The "ar" issue is covered by bug #747880.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-12 06:49:05 UTC
(In reply to Samuel Holland from comment #4)
> The "--enable-shared" issue should already be fixed by:
> 
> commit 9739435169e29b61e63853c13ee22e03451084d3
> Author: William Hubbs <williamh@gentoo.org>
> Date:   Sun Oct 11 16:43:10 2020 -0500
> 
>     sys-apps/s6: typo fix for 2.9.2.0
> 
>     Signed-off-by: William Hubbs <williamh@gentoo.org>
> 
> The "ar" issue is covered by bug #747880.

Thanks.