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

Jeff Fearn jfearn at redhat.com
Mon May 31 00:30:07 UTC 2010


On Sun, 2010-05-30 at 20:16 -0400, Andrew Ross wrote:
> ----- "Jeff Fearn" <jfearn at redhat.com> wrote:
> 
> 
> > I'm on F12 and this doesn't happen for me.
> > 
> > Did you run 'svn status' to see if you have any local changes?
> > 
> 
> F13
> 
> svn status
> ?       META.yml
> ?       Publican-v1.6.3.tar.gz
> ?       _build
> ?       Build
> ?       tmp
> 
> and also
> 
> ls ./tmp/rpm/
> Publican-v1.6.3.tar.gz
> 

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





More information about the publican-list mailing list