Subject: Re: pkg/32657: textproc/intltool needs updated dependency
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 01/28/2006 12:00:04
The following reply was made to PR pkg/32657; it has been noted by GNATS.
From: Thomas Klausner <wiz@NetBSD.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/32657: textproc/intltool needs updated dependency
Date: Sat, 28 Jan 2006 12:58:54 +0100
Hi Robert!
On Sat, Jan 28, 2006 at 10:55:01AM +0000, kre@munnari.OZ.AU wrote:
> textproc/intltool Makefile contains
>
> DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
>
> Yet if p5-XML-Parser-2.34nb3 is installed (which is what I
> happened to have installed), the current intltool (intltool-0.34.1nb1)
> fails to configure - its configuration aborts complaining that
> XML::Parser needs to be installed.
>
> Manually upgrading textproc/p5-XML-Parser to the current version
> (which is p5-XML-Parser-2.34nb4) fixed the problem.
>
> >How-To-Repeat:
> Probably not easy, unless you happen to have p5-XML-Parser-2.34nb3
> around somewhere that you can install, just for this purpose.
> (I have no idea whether earlier versions of textproc/p5-XML-Parser
> exhibit the same behaviour). Just believe me ...
>
> >Fix:
> Apply the following patch (to textproc/intltool/Makefile)
>
> --- Makefile 2006-01-25 05:43:15.000000000 +0700
> +++ Makefile.FIXED 2006-01-28 17:50:31.000000000 +0700
> @@ -13,7 +13,7 @@
>
> PKG_INSTALLATION_TYPES= overwrite pkgviews
>
> -DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
> +DEPENDS+= p5-XML-Parser>=2.31nb4:../../textproc/p5-XML-Parser
>
> CONFLICTS= xml-i18n-tools-[0-9]*
I'm a bit confused which version you think is needed -- you talk
about a different one in the text than you use in the patch.
Also, could you please provide the error message and the config.log
(I guess it fails in configure?).
Thanks,
Thomas