Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822873 - dev-util/perf-5.15 calls commands that do not exist
Summary: dev-util/perf-5.15 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: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-10 12:42 UTC by Agostino Sarubbo
Modified: 2021-11-10 15:14 UTC (History)
3 users (show)

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


Attachments
build.log.xz (build.log.xz,25.63 KB, application/x-xz)
2021-11-10 12: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 2021-11-10 12:42:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/perf-5.15 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-10 12:42:45 UTC
Created attachment 750150 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Guilherme Amadio gentoo-dev 2021-11-10 15:09:49 UTC
I see the QA warnings below in the build output:

 * QA Notice: command not found:
 * 
 * 	/bin/sh: line 1: source-highlight: command not found
 * 	/bin/sh: line 1: source-highlight: command not found
 * 	/bin/sh: line 1: source-highlight: command not found
 * 	/bin/sh: line 1: source-highlight: command not found
 * 	/bin/sh: line 1: source-highlight: command not found
 * 	/bin/sh: line 1: source-highlight: command not found

However, there's no reference to source-highlight in the source or the installed files. This error is coming from the generation of HTML docs, which are just a copy of the man pages, so I'm going to drop generation for those for now. This is likely a missing dependency in asciidoc rather than a problem in dev-util/perf.
Comment 3 Larry the Git Cow gentoo-dev 2021-11-10 15:14:46 UTC
The bug has been closed via the following commit(s):

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

commit 905d7080083f71c5b942d579757fbb190129b9d0
Author:     Guilherme Amadio <amadio@gentoo.org>
AuthorDate: 2021-11-10 15:13:16 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2021-11-10 15:14:30 +0000

    dev-util/perf: fix bug 822873
    
    Closes: https://bugs.gentoo.org/822873
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Guilherme Amadio <amadio@gentoo.org>

 dev-util/perf/perf-5.12-r1.ebuild | 3 +--
 dev-util/perf/perf-5.15.ebuild    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)