Skip Menu |

This queue is for tickets about the version CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: black.eric [...] gmail.com
Cc:
AdminCc:

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



Subject: #35180: version::vpp not found
Date: Mon, 9 Jun 2008 10:26:08 -0400
To: bug-version [...] rt.cpan.org
From: "Eric Black" <black.eric [...] gmail.com>
Download Makefile
application/octet-stream 25.6k

Message body not shown because it is not plain text.

Download Build
application/octet-stream 1.4k

Message body not shown because it is not plain text.

Message body is not shown because it is too large.

Message body is not shown because it is too large.

From: jpeacock [...] cpan.org
On Mon Jun 09 10:27:35 2008, black.eric@gmail.com wrote: Show quoted text
> I'm also having the same problem on Solaris 9 with a static built > perl: > > Makefile.PL seems to work fine(and vpp.pm is created, but not > installed):
vpp.pm is not used except if you don't have a working C compiler (to build the XS modules), so all you've done is the equivalent of replacing the fast C code with the equivalent [slow] Perl code. I'll look at your makefile output in detail tonight. In the future, you can force the pure Perl module to be used through the simple expediency of $ perl Makefile.PL --perl_only I don't have access to a Solaris 9 box (only Solaris 10), so you can either be my eyes and ears or (if possible) get me a login on that box. John
Subject: Re: [rt.cpan.org #36593] #35180: version::vpp not found
Date: Sun, 15 Jun 2008 08:04:44 -0400
To: bug-version [...] rt.cpan.org
From: John Peacock <john.peacock [...] havurah-software.org>
Eric Black via RT wrote: Show quoted text
> I'm also having the same problem on Solaris 9 with a static built perl: > > Makefile.PL seems to work fine(and vpp.pm is created, but not installed): > > bash-2.05$ /nas/commonweblib/perl/perl-5.8.8/bin/perl Makefile.PL
Please try again with the 0.7501 that I just released to CPAN last night. I'm afraid that it might have something to do with the fact that you are building a static Perl, which is not something I've ever tried. However, one thing that I noticed from your output is that the XS module was built and the tests did succeed. I also see these lines: Show quoted text
> To install the new "perl" binary, call > make -f Makefile.aperl inst_perl MAP_TARGET=perl
but you are calling 'make install' directly. It may be that you just have to follow the above directions and it will Just Work(SM). As I said in the earlier response, vpp.pm is *not* used if you have built the XS code, so I think that it was a red-herring to just copy that into place... HTH John
Hearing nothing further, I'm going to assume that 'make install' did the correct thing. John