Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 28080
Status: resolved
Priority: 0/
Queue: version

People
Owner: jpeacock [...] cpan.org
Requestors: robert.l.hicks [...] uscg.mil
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: John Peacock via RT <bug-version [...] rt.cpan.org>
Subject: Re: version failing on HP/UX Itanium
Date: Tue, 10 Jul 2007 10:03:58 -0400
To: "Hicks, Robert" <robert.l.hicks [...] uscg.mil>
From: John Peacock <jpeacock [...] rowman.com>
Please use the RT queue for reporting bugs (I've cc'd it here). Hicks, Robert wrote: Show quoted text
> install version > Running install for module version > Running make for J/JP/JPEACOCK/version-0.7203.tar.gz > Is already unwrapped into directory /tmp/.cpan/build/version-0.7203 > > CPAN.pm: Going to build J/JP/JPEACOCK/version-0.7203.tar.gz
Can you try it outside of CPAN? Can you start from scratch (i.e. on a clean directory), since it looks like you already ran through this at least once before (see below). Show quoted text
> > Testing if you have a C compiler > Checking if your kit is complete... > Looks good > Writing Makefile for version::vxs > Writing Makefile for version > cp lib/version.pm blib/lib/version.pm > cp lib/version.pod blib/lib/version.pod > Makefile out-of-date with respect to Makefile.PL > Cleaning current config before rebuilding Makefile... > make -f Makefile.old clean > /dev/null 2>&1 > /opt/perl5/bin/perl Makefile.PL > Writing Makefile for version::vxs > ==> Your Makefile has been rebuilt. <== > ==> Please rerun the make command. <==
This is the problem here ^^^ I'm not sure why it isn't looping on the second Makefile, like it did for the top level one. For that matter, I'm not sure why it is looping at all (since both the toplevel Makefile and vxs/Makefile are being written once at the top of the Makefile.PL). Is there something odd about the system clock under HP/UX Itanium? John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Blvd Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747
OK, hopefully I have RT happy now; you should reply to this e-mail rather than the other thread, so that it updates RT. Can you start from scratch again (sorry) and just do the 'perl Makefile.PL' step? Then reply to this ticket with the results of 'ls -Rl .' (or the HP/UX equivalent of recursive, full listing of the entire tree). It would certainly appear that the Makefile.PL and Makefile are not in sync with date/time. One other thing to check: make sure that the system clock is accurate (though I can't work out why that should matter). John
Subject: RE: [rt.cpan.org #28080] Re: version failing on HP/UX Itanium
Date: Tue, 10 Jul 2007 13:17:50 -0400
To: <bug-version [...] rt.cpan.org>
From: "Hicks, Robert" <robert.l.hicks [...] uscg.mil>
SARX1[rhicks]:perl Makefile.PL Testing if you have a C compiler Checking if your kit is complete... Looks good Writing Makefile for version::vxs Writing Makefile for version SARX1[rhicks]: "ls -Rl": SARX1[rhicks]:ls -Rl total 240 -r--r--r-- 1 rhicks dvlpr 1863 Apr 18 01:54 Build.PL -r--r--r-- 1 rhicks dvlpr 32290 Apr 18 01:54 Changes -r--r--r-- 1 rhicks dvlpr 267 Apr 18 01:54 MANIFEST -r--r--r-- 1 rhicks dvlpr 104 Apr 18 01:54 MANIFEST.SKIP -r--r--r-- 1 rhicks dvlpr 524 Apr 18 01:54 META.yml -rw-r--r-- 1 rhicks dvlpr 25793 Jul 10 17:14 Makefile -r--r--r-- 1 rhicks dvlpr 3477 Apr 18 01:54 Makefile.PL -r--r--r-- 1 rhicks dvlpr 2741 Apr 18 01:54 README drwxr-xr-x 3 rhicks dvlpr 96 Apr 18 01:54 lib drwxr-xr-x 2 rhicks dvlpr 96 Apr 18 01:54 t drwxr-xr-x 2 rhicks dvlpr 96 Apr 18 01:54 vperl drwxr-xr-x 3 rhicks dvlpr 8192 Jul 10 17:14 vutil ./lib: total 80 drwxr-xr-x 2 rhicks dvlpr 96 Apr 18 01:54 version -r--r--r-- 1 rhicks dvlpr 901 Apr 18 01:54 version.pm -r--r--r-- 1 rhicks dvlpr 24596 Apr 18 01:54 version.pod ./lib/version: total 16 -r-xr-xr-x 1 rhicks dvlpr 1190 Apr 18 01:54 typemap ./t: total 96 -r--r--r-- 1 rhicks dvlpr 643 Apr 18 01:54 01base.t -r--r--r-- 1 rhicks dvlpr 1637 Apr 18 01:54 02derived.t -r--r--r-- 1 rhicks dvlpr 555 Apr 18 01:54 03require.t -r--r--r-- 1 rhicks dvlpr 18863 Apr 18 01:54 coretests.pm ./vperl: total 32 -r--r--r-- 1 rhicks dvlpr 11222 Apr 18 01:54 vpp.pm ./vutil: total 288 -rw-r--r-- 1 rhicks dvlpr 20447 Jul 10 17:14 Makefile -rw-r--r-- 1 rhicks dvlpr 327 Jul 10 17:14 Makefile.PL drwxr-xr-x 3 rhicks dvlpr 96 Apr 18 01:54 lib -r--r--r-- 1 rhicks dvlpr 77422 Apr 18 01:54 ppport.h -r--r--r-- 1 rhicks dvlpr 15275 Apr 18 01:54 vutil.c -r--r--r-- 1 rhicks dvlpr 773 Apr 18 01:54 vutil.h -r--r--r-- 1 rhicks dvlpr 5350 Apr 18 01:54 vxs.xs ./vutil/lib: total 0 drwxr-xr-x 2 rhicks dvlpr 96 Apr 18 01:54 version ./vutil/lib/version: total 16 -r--r--r-- 1 rhicks dvlpr 327 Apr 18 01:54 vxs.pm The date is set to GMT time (we do nautical calculations): [ UNIX BOX ] SARX1[rhicks]:date Tue Jul 10 17:16:13 GMT 2007 SARX1[rhicks]: [ WINDOWS BOX ] U:\>date The current date is: Tue 07/10/2007 U:\>time The current time is: 13:16:44.23 U:\> Show quoted text
>-----Original Message----- >From: www-data@bestpractical.com [mailto:www-data@bestpractical.com] On Behalf >Of via RT >Sent: Tuesday, July 10, 2007 1:11 PM >To: Hicks, Robert >Subject: [rt.cpan.org #28080] Re: version failing on HP/UX Itanium > > ><URL: http://rt.cpan.org/Ticket/Display.html?id=28080 > > >OK, hopefully I have RT happy now; you should reply to this e-mail >rather than the other thread, so that it updates RT. > >Can you start from scratch again (sorry) and just do the >'perl Makefile.PL' step? Then reply to this ticket with the results of >'ls -Rl .' (or the HP/UX equivalent of recursive, full listing of the >entire tree). It would certainly appear that the Makefile.PL and >Makefile are not in sync with date/time. > >One other thing to check: make sure that the system clock is accurate >(though I can't work out why that should matter). > >John
Subject: Re: [rt.cpan.org #28080] Re: version failing on HP/UX Itanium
Date: Tue, 10 Jul 2007 13:41:43 -0400
To: bug-version [...] rt.cpan.org
From: John Peacock <jpeacock [...] rowman.com>
robert.l.hicks@uscg.mil via RT wrote: Show quoted text
> ./vutil: > total 288 > -rw-r--r-- 1 rhicks dvlpr 20447 Jul 10 17:14 Makefile > -rw-r--r-- 1 rhicks dvlpr 327 Jul 10 17:14 Makefile.PL
Here it is; the Makefile.PL is not older than the Makefile, so make gets confused. Your machine is just too fast! Try applying the following patch: === Makefile.PL ================================================================== --- Makefile.PL (revision 428) +++ Makefile.PL (local) @@ -75,6 +80,7 @@ print MAKEFILE $_; } close MAKEFILE; + sleep(1); @{ $hash }{ 'DIR' } = ['vutil']; } and see if that helps. John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748
Subject: RE: [rt.cpan.org #28080] Re: version failing on HP/UX Itanium
Date: Tue, 10 Jul 2007 13:52:20 -0400
To: <bug-version [...] rt.cpan.org>
From: "Hicks, Robert" <robert.l.hicks [...] uscg.mil>
Bingo...that worked. Thanks!! Show quoted text
>-----Original Message----- >From: www-data@bestpractical.com [mailto:www-data@bestpractical.com] On Behalf >Of John Peacock via RT >Sent: Tuesday, July 10, 2007 1:42 PM >To: Hicks, Robert >Subject: Re: [rt.cpan.org #28080] Re: version failing on HP/UX Itanium > > ><URL: http://rt.cpan.org/Ticket/Display.html?id=28080 > > >robert.l.hicks@uscg.mil via RT wrote:
>> ./vutil: >> total 288 >> -rw-r--r-- 1 rhicks dvlpr 20447 Jul 10 17:14 Makefile >> -rw-r--r-- 1 rhicks dvlpr 327 Jul 10 17:14 Makefile.PL
> >Here it is; the Makefile.PL is not older than the Makefile, so make gets >confused. Your machine is just too fast! Try applying the following patch: > >=== Makefile.PL >================================================================== >--- Makefile.PL (revision 428) >+++ Makefile.PL (local) >@@ -75,6 +80,7 @@ > print MAKEFILE $_; > } > close MAKEFILE; >+ sleep(1); > @{ $hash }{ 'DIR' } = ['vutil']; > } > >and see if that helps. > >John > >-- >John Peacock >Director of Information Research and Technology >Rowman & Littlefield Publishing Group >4501 Forbes Boulevard >Suite H >Lanham, MD 20706 >301-459-3366 x.5010 >fax 301-429-5748
Glad it's working for you now. That change will be in the next version.pm release... John