Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783972 - x11-misc/colord-1.4.5 fails to compile
Summary: x11-misc/colord-1.4.5 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 06:44 UTC by Agostino Sarubbo
Modified: 2021-04-20 01:53 UTC (History)
2 users (show)

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


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

Issue: x11-misc/colord-1.4.5 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-19 06:44:45 UTC
CC'ing also the author of the commit
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-19 06:44:47 UTC
Created attachment 700644 [details]
build.log

build log and emerge --info
Comment 3 poncho 2021-04-19 07:13:25 UTC
build.log:
> Program xsltproc found: YES (/usr/bin/xsltproc)
> 
> ../colord-1.4.5/man/meson.build:6:2: ERROR: Problem encountered: Cannot build man pages without docbook-xsl-ns
> 
> A full log can be found at /var/tmp/portage/x11-misc/colord-1.4.5/work/colord-1.4.5-abi_x86_64.amd64/meson-logs/meson-log.txt
>  * ERROR: x11-misc/colord-1.4.5::gentoo failed (configure phase):
>  *   (no error message)

man/meson.build:
> $stylesheet_url = 'http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl'
> ret = run_command(xsltproc, '--nonet', stylesheet_url)
> if ret.returncode() != 0
>   error('Cannot build man pages without docbook-xsl-ns')
> endif(In reply to Agostino Sarubbo from comment #2)
Comment 4 Ewerton D. 2021-04-20 00:04:39 UTC
You can install the docbook-xsl-ns-stylesheet package for fix it.
Comment 5 Larry the Git Cow gentoo-dev 2021-04-20 01:53:08 UTC
The bug has been closed via the following commit(s):

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

commit 416e15a26f7ceaa55c32562f8c951e797586c571
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-20 01:52:22 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-20 01:52:51 +0000

    x11-misc/colord: Add missing dependency
    
    Closes: https://bugs.gentoo.org/783972
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-misc/colord/colord-1.4.5.ebuild | 1 +
 1 file changed, 1 insertion(+)