[publican-list] issues building publican from source (publican-1.6 branch)

Jeff Fearn jfearn at redhat.com
Mon May 31 01:04:24 UTC 2010


On Sun, 2010-05-30 at 20:46 -0400, Andrew Ross wrote:
> ----- "Jeff Fearn" <jfearn at redhat.com> wrote:
> 
> > 
> > Maybe a package changed ... can you try the following patch?
> > 
> > 
> > $ svn diff -x -u lib/Publican.pm 
> > Index: lib/Publican.pm
> > ===================================================================
> > --- lib/Publican.pm	(revision 1282)
> > +++ lib/Publican.pm	(working copy)
> > @@ -5,7 +5,6 @@
> >  use strict;
> >  
> >  use Carp;
> > -use version;
> >  use Config::Simple;
> >  use XML::TreeBuilder;
> >  use I18N::LangTags::List;
> > @@ -17,7 +16,7 @@
> >  
> >  use vars qw(@ISA $VERSION @EXPORT @EXPORT_OK $SINGLETON $LOCALISE);
> >  
> > -$VERSION = version->new('1.6.3');
> > +$VERSION = '1.6.3';
> >  @ISA     = qw(Exporter AutoLoader);
> >  
> >  @EXPORT
> > 
> > 
> 
> Hmmm no luck :-/
> 
> [anross at glamdring publican-1.6]$ ./Build clean
> Deleting META.yml
> Deleting tmp
> Deleting Publican-v1.6.3.tar.gz

You need to run './Build realclean' then 'perl Build.PL' to get ./Build
updated.

Cheers, Jeff.

-- 
Jeff Fearn <jfearn at redhat.com>
Software Engineer
Engineering Operations
Red Hat, Inc
Freedom ... courage ... Commitment ... ACCOUNTABILITY

Sure our competitors can rebuild the source but can they engage the customer the same way? -wmealing




More information about the publican-list mailing list