Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865465 - dev-libs/libtracefs-1.3.1 fails to compile: No rule to make target install-doc
Summary: dev-libs/libtracefs-1.3.1 fails to compile: No rule to make target install-doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-08-17 06:59 UTC by Agostino Sarubbo
Modified: 2022-08-18 18:43 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,96.09 KB, text/plain)
2022-08-17 06:59 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 2022-08-17 06:59:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/libtracefs-1.3.1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-17 06:59:36 UTC
CC'ing also the author of the commit (7864d3d2f3e2a7f87341328afc4074f0ffd113b7)
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-17 06:59:38 UTC
Created attachment 799903 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-17 06:59:39 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 * 	/bin/sh: line 1: source-highlight: command not found
/bin/sh: line 1: source-highlight: command not found
make: *** No rule to make target 'install-doc'.  Stop.
 * QA Notice: command not found:
Comment 4 Larry the Git Cow gentoo-dev 2022-08-18 18:43:12 UTC
The bug has been closed via the following commit(s):

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

commit 73d224eb9affdf42105a607550bb33ba3f19310a
Author:     brahmajit das <listout@protonmail.com>
AuthorDate: 2022-08-18 18:28:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-18 18:42:14 +0000

    dev-libs/libtracefs: Fix wrong target install-doc and source-highlight dependency
    
    The make target install-doc is wrong and install_doc should be used
    in this package's case.
    
    gnu source-highlight is needed for source highlighting by asciidoc
    
    Closes: https://bugs.gentoo.org/865465
    Closes: https://bugs.gentoo.org/865469
    
    Signed-off-by: brahmajit das <listout@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/26913
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libtracefs/libtracefs-1.3.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)