pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [PATCH] security/gnupg2 lists devel/editline dependency
On Sun, Jul 28, 2013 at 11:29:37AM +0900, OBATA Akio wrote:
> On what platform?
Linux (Fedora 19 x86)
>
> Do you have builtin readline or editline?
Hmm, from what I observe, readline was installed already, the
gnupg2 Makefile included mk/readline.buildlink3.mk and readline was also
present in my /var/db/pkg, but gnupg2 installation still complained
as shown below.
>
> On Sun, 28 Jul 2013 05:49:40 +0900, Lokesh Mandvekar
> <lsm5%fedoraproject.org@localhost> wrote:
>
> >Author: Lokesh Mandvekar <lsm5%fedoraproject.org@localhost>
> >
> >Signed-off-by: Lokesh Mandvekar <lsm5%fedoraproject.org@localhost>
> >
> >Error when devel/editline is not listed as a dependency
> >
> >---ERROR---
> >===> Creating toolchain wrappers for gnupg2-2.0.20
> >ERROR: editline>=3.0.20130712nb1 is not installed; can't buildlink files.
> >*** Error code 1
> >
> >Stop.
> >bmake: stopped in /home/lsm5/repositories/pkgsrc/security/gnupg2
> >*** Error code 1
> >
> >Stop.
> >---ERROR---
> >
> >Including devel/editline/buildlink3.mk fixes this
> >---
> > security/gnupg2/Makefile | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
> >index eeb18e6..5e8e804 100644
> >--- a/security/gnupg2/Makefile
> >+++ b/security/gnupg2/Makefile
> >@@ -49,4 +49,5 @@ BUILDLINK_API_DEPENDS.libksba+= libksba>=1.0.2
> > .include "../../security/libksba/buildlink3.mk"
> > .include "../../security/pinentry/buildlink3.mk"
> > .include "../../www/curl/buildlink3.mk"
> >+.include "../../devel/editline/buildlink3.mk"
> > .include "../../mk/bsd.pkg.mk"
>
>
> --
> OBATA Akio / obache%NetBSD.org@localhost
--
Lokesh
Home |
Main Index |
Thread Index |
Old Index