Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 589166

Summary: net-dns/knot-2.1.0 will not build /usr/bin/install: cannot stat doc/_build/latex/KnotDNS.pdf
Product: Gentoo Linux Reporter: deference
Component: Current packagesAssignee: Ondřej Surý <ondrej>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, proxy-maint, scarabeus
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description deference 2016-07-19 19:37:35 UTC
Created attachment 441124 [details]
build.log

[ebuild     U ] net-dns/knot-2.1.0 [2.0.2] USE="caps dnstap doc* fastparser idn -debug -systemd"
Comment 1 Patrice Clement (RETIRED) gentoo-dev 2016-08-30 16:33:02 UTC
commit 71006dc98d472ee4b0842f4da61de340bc6903b4 (HEAD -> master, origin/master, origin/HEAD)
Author:     Pierre-Olivier Mercier <nemunaire@nemunai.re>
AuthorDate: Thu Aug 25 21:49:29 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Tue Aug 30 18:32:10 2016 +0200

net-dns/knot: version bump + clean up.

* bump to EAPI=6
* call eapply_user
* generate only HTML documentation
* parallel testing have been fixed
* backport a patch fixing tests on big-endian arch

Gentoo-Bug: https://bugs.gentoo.org/581568
Gentoo-Bug: https://bugs.gentoo.org/588654
Gentoo-Bug: https://bugs.gentoo.org/589166
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2117

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

net-dns/knot/Manifest                              |   4 +-
.../1.6.3-dont-create-extra-directories.patch      |  15 --
.../2.0.2-dont-create-extra-directories.patch      |  15 --
...ire-format-when-writing-FNV64-hash-values.patch | 216 +++++++++++++++++++++
net-dns/knot/files/knot-2.1.0-nettle.patch         |  26 ---
net-dns/knot/knot-1.6.6.ebuild                     |  95 ---------
net-dns/knot/knot-1.6.8.ebuild                     |  76 ++++++++
net-dns/knot/knot-2.1.0.ebuild                     |  98 ----------
net-dns/knot/knot-2.3.0.ebuild                     |  82 ++++++++
9 files changed, 376 insertions(+), 251 deletions(-)
delete mode 100644 net-dns/knot/files/1.6.3-dont-create-extra-directories.patch
delete mode 100644 net-dns/knot/files/2.0.2-dont-create-extra-directories.patch
create mode 100644 net-dns/knot/files/2.3.0-added-conversion-to-wire-format-when-writing-FNV64-hash-values.patch
delete mode 100644 net-dns/knot/files/knot-2.1.0-nettle.patch
delete mode 100644 net-dns/knot/knot-1.6.6.ebuild
create mode 100644 net-dns/knot/knot-1.6.8.ebuild
delete mode 100644 net-dns/knot/knot-2.1.0.ebuild
create mode 100644 net-dns/knot/knot-2.3.0.ebuild