ports/182183: [MAINTAINER] dns/ldns: fix build of py-ldns
Kenji Rikitake
kenji.rikitake at acm.org
Wed Sep 18 11:30:02 UTC 2013
The following reply was made to PR ports/182183; it has been noted by GNATS.
From: Kenji Rikitake <kenji.rikitake at acm.org>
To: Jaap Akkerhuis <jaap at nlnetlabs.nl>
Cc: bug-followup at freebsd.org, Kenji Rikitake <kenji.rikitake at acm.org>
Subject: Re: ports/182183: [MAINTAINER] dns/ldns: fix build of py-ldns
Date: Wed, 18 Sep 2013 20:20:11 +0900
Jaap:
Thanks for the suggestion.
Applying the patch at `/usr/ports/dns/ldns` directory modified the
`Makefile` and
created `patch-configure` in the same directory level.
I move the `patch-configure` file into `files` directory by adding the
following operation:
mkdir files
mv patch-configure files
By moving the `patch-configure` file the dns/py-ldns was successfully built.
Regards,
Kenji Rikitake
On Wed, Sep 18, 2013 at 7:58 PM, Jaap Akkerhuis <jaap at nlnetlabs.nl> wrote:
>
> > While this patch updates the dns/ldns, this still does not clear the
> > error of updating dns/py-ldns.
> > Info attached (3 files: config.log, make result, and pkg-static output).
>
> This is strange and I cannot reproduce this. It seems that the patch
> is not applied in your build system. If I look at your log file I
> see:
>
> ===> Fetching all distfiles required by py27-ldns-1.6.16_3 for building
> ===> Extracting for py27-ldns-1.6.16_3
> => SHA256 Checksum OK for ldns-1.6.16.tar.gz.
> ===> Patching for py27-ldns-1.6.16_3
> ===> py27-ldns-1.6.16_3 depends on file: /usr/local/bin/swig - found
>
> while, if I build it I see
>
> ===> Fetching all distfiles required by py27-ldns-1.6.16_3 for building
> ===> Extracting for py27-ldns-1.6.16_3
> => SHA256 Checksum OK for ldns-1.6.16.tar.gz.
> ===> Patching for py27-ldns-1.6.16_3
> ===> Applying FreeBSD patches for py27-ldns-1.6.16_3
> ===> py27-ldns-1.6.16_3 depends on file: /usr/local/bin/swig - found
>
> Note that the line
>
> "Applying FreeBSD patches for py27-ldns-1.6.16_3"
>
> seems to be missing in your version.
>
> Although redports has problems on is own, it seems to patch and
> build fine there in the 9.1-RELEASE/amd64. See [0]
>
> Do you have a suggestion about what is going on?
>
> Regards,
>
> jaap
>
> [0] <https://redports.org/~jaap/20130918103354-18486-145232/py27-ldns-1.6.16_3.log>
>
More information about the freebsd-ports-bugs
mailing list