Subject: | bug |
Date: | Mon, 23 Mar 2009 19:20:41 -0500 |
To: | bug-Alien-SVN [...] rt.cpan.org |
From: | Rich Coe <rcoe [...] wi.rr.com> |
(1) This package does not follow the CPAN convention of providing a
Makefile.PL which the user runs perl against.
That would be ok, except there are no instructions on what to do.
(2) ran 'perl Build.PL' which created a script 'Build'.
ran Build [ success ]
ran Build test [ success ]
ran Build install
Running make install-lib
/bin/ginstall -c -d /usr/lib/perl5/site_perl/5.10.0/i486-linux-thread-multi/Alien/SVN --prefix=/usr
/bin/ginstall: unrecognized option `--prefix=/usr'
Try `/bin/ginstall --help' for more information.
/bin/ginstall --version
install (GNU coreutils) 6.12
Investigation shows that the build script is trying to call
make install-lib in the subversion directory and the Makefile entries
for dirs have '--prefix=/usr' added as an extra argument.