On Sun, Jun 21, 2009 at 02:58:03AM -0700, Vladimir Timofeev via RT wrote:
> Same issue in maint-5.10 (but blead builds ok).
> Dirty fix in attached patch ("dirty" - because I can't find which change
> in blead missed in maint-5.10)
> >From 35fe0fb3d0da8fa57892e5be4215a5d957aa6c7b Mon Sep 17 00:00:00 2001
> From: vovkasm <vovkasm@gmail.com>
> Date: Sun, 21 Jun 2009 13:49:30 +0400
> Subject: [PATCH] fix build (RT #66712)
>
> ---
> Makefile.SH | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.SH b/Makefile.SH
> index 11fbbb6..6313fa6 100644
> --- a/Makefile.SH
> +++ b/Makefile.SH
> @@ -1026,7 +1026,7 @@ pod/perltoc.pod: $(perltoc_pod_prereqs) perl$(EXE_EXT) $(ext) pod/buildtoc
> pod/perlapi.pod pod/perlintern.pod: miniperl$(EXE_EXT) autodoc.pl embed.fnc
> $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib autodoc.pl
>
> -pod/perlmodlib.pod: miniperl$(EXE_EXT) pod/perlmodlib.PL MANIFEST
> +pod/perlmodlib.pod: miniperl$(EXE_EXT) pod/perlmodlib.PL MANIFEST $(CONFIGPM)
> $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib pod/perlmodlib.PL -q
>
> pod/perldelta.pod: pod/perl5101delta.pod
>
I'm assuming this issue has been resolved differently by Nicholas removing
FindBin's (and hence perlmodlib.PL's) reliance on Config:
commit 5abfb2931ef91f04be263e7109374961f3094f4e
Author: Nicholas Clark <nick@ccl4.org>
AuthorDate: Sat Jun 13 11:02:45 2009 +0100
Commit: Nicholas Clark <nick@ccl4.org>
CommitDate: Sat Jun 13 11:02:45 2009 +0100
FindBin doesn't need to use Config;
--
My get-up-and-go just got up and went.
Thread Previous
|
Thread Next