Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577006 - net-dns/bind-tools-9.10.3_p4: Cannot find $EPATCH_SOURCE! - bind-tools-9.10.3_p4-libressl.patch
Summary: net-dns/bind-tools-9.10.3_p4: Cannot find $EPATCH_SOURCE! - bind-tools-9.10.3...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
: 577052 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-03-10 22:18 UTC by Sam Jorna (wraeth)
Modified: 2016-03-11 18:20 UTC (History)
6 users (show)

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


Attachments
bind-tools-9.10.3_p4:build.log (bind-tools-9.10.3_p4:build.log,1.82 KB, text/plain)
2016-03-10 22:18 UTC, Sam Jorna (wraeth)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Jorna (wraeth) gentoo-dev 2016-03-10 22:18:24 UTC
Created attachment 427936 [details]
bind-tools-9.10.3_p4:build.log

Looks like a naming issue - ebuild is looking for bind-tools-9.10.3_p4-libressl.patch, however ${FILESDIR} contains bind-tools-9.10.3_p2-libressl.patch.
Comment 1 Jan Psota 2016-03-11 08:31:07 UTC
I can confirm.
Comment 2 Patrick Lauer gentoo-dev 2016-03-11 10:05:53 UTC
commit 9d8f714441e595d47c7672e45934877fadc05273
Author: Patrick Lauer <patrick@gentoo.org>
Date:   Fri Mar 11 11:04:02 2016 +0100

    net-dns/bind-tools: Fix patch name #577006
    
    Package-Manager: portage-2.2.27

diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild
index 08d7816..65e0a87 100644
--- a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild
@@ -47,7 +47,7 @@ RESTRICT="test"
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247
        epatch "${FILESDIR}"/${PN}-9.10.2-openssl.patch #417129
-       epatch "${FILESDIR}"/${P}-libressl.patch #563648
+       epatch "${FILESDIR}"/${PN}-9.10.3_p2-libressl.patch #563648
 
        # Disable tests for now, bug 406399
        sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
Comment 3 Mike Gilbert gentoo-dev 2016-03-11 18:20:15 UTC
*** Bug 577052 has been marked as a duplicate of this bug. ***