Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815049 - net-libs/neon-0.32.1: missing build dependencies (make: [Makefile:<snip>: docs-man] Error 127)
Summary: net-libs/neon-0.32.1: missing build dependencies (make: [Makefile:<snip>: doc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
: 815490 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-09-26 19:23 UTC by Arthur Zamarin
Modified: 2022-02-01 18:19 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,26.29 KB, text/x-log)
2021-09-26 19:23 UTC, Arthur Zamarin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2021-09-26 19:23:20 UTC
Created attachment 741555 [details]
build.log

Trying to emerge net-libs/neon-0.32.1 on my system, got me an error message during src_install phase. From the first try, it said missing xmlto binary, so installed app-text/xmlto. But after a new build try, got the attached build failure. Managed to fix it by installing app-text/docbook-xml-dtd.

So I think we need to add those two as BDEPEND of neon:
 - app-text/docbook-xml-dtd
 - app-text/xmlto
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-09-30 20:12:52 UTC
*** Bug 815490 has been marked as a duplicate of this bug. ***
Comment 2 Joonas Niilola gentoo-dev 2021-10-25 13:28:09 UTC
Hit this today too.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-25 19:29:53 UTC
The bug has been closed via the following commit(s):

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

commit 99439e7c2f92d7add59d544dc110a11e599c5aae
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-25 17:04:44 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-25 19:29:28 +0000

    net-libs/neon: fix missing build dependencies
    
    Fixes: 01f46d826bd65c3ee490ffa3d67782e1e2385c50
    Closes: https://bugs.gentoo.org/815049
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 net-libs/neon/neon-0.32.1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2022-02-01 18:19:17 UTC
The bug has been referenced in the following commit(s):

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

commit aad613e72e1eaeac4dcdbbd6cb07c6e318c2da06
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2022-01-30 05:00:00 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-02-01 18:10:23 +0000

    net-libs/neon: Delete no longer needed dependencies
    
    https://github.com/notroj/neon/issues/67
    https://github.com/notroj/neon/commit/90584a3063ce28d262a946c433c891a98af9b5f8
    
    Bug: https://bugs.gentoo.org/815049
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 net-libs/neon/neon-0.32.2.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)