Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731146 - dev-libs/elfutils calls commands that do not exist
Summary: dev-libs/elfutils 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: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-07 05:54 UTC by Agostino Sarubbo
Modified: 2020-07-07 17:34 UTC (History)
0 users

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


Attachments
build.log.bz2 (build.log.bz2,21.71 KB, application/x-bzip-compressed-tar)
2020-07-07 05:54 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-07-07 05:54:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/elfutils calls commands that do not exist.
Discovered on: amd64
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-07 05:54:44 UTC
Created attachment 648072 [details]
build.log.bz2

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-07 17:06:08 UTC
Probably a:
"""
 *      /var/tmp/portage/dev-libs/elfutils-0.180/temp/environment: line 1815: gc-getCC: command not found
"""

Looks like a bad typo in the ebuild /o\.
Comment 3 Larry the Git Cow gentoo-dev 2020-07-07 17:34:16 UTC
The bug has been closed via the following commit(s):

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

commit ab4be9a2ea6473d5d57e178bbd732abc6c1aa3a0
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-07-07 17:33:57 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-07-07 17:34:11 +0000

    dev-libs/elfutils: fix /gc-getCC/tc-getCC/ typo
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/731146
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-libs/elfutils/elfutils-0.179.ebuild | 4 ++--
 dev-libs/elfutils/elfutils-0.180.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)