installing scripts (was:Re: [Bioperl-l] GFF scripts)

Koen van der Drift kvddrift at earthlink.net
Sun Aug 10 20:43:35 EDT 2003


On Sunday, August 10, 2003, at 07:50  PM, Jason Stajich wrote:
>

> what verions of File::Path is on your system?  Perhaps the problem is 
> the
> tests were run on systems with newer File::Path which previously 
> exported
> rmtree.

I recently install 5.8.0. The Makefile.PL I got from the trunk also has 
the additional line to include rmtree, so I am not sure if the version 
of File::Path is an issue.

>> Careful examination of the code reveals that only the scripts that 
>> have
>> an .PLS extension will be installed, which are exactly the 4 scripts
>> that get installed. All other scripts already have the .pl extension,
>> and thus will not be installed. So I modified the script as follows:
>>
>
> The intention is to ONLY install scripts which end in .PLS.  This whole
> process also fixes the perl path in the header of the script as well.

I see - I didn't realize that. The perl path fix btw is not effected by 
my change.

>
> The problem is that this install code was ported from the CVS HEAD to 
> the
> branch and I don't think all the underlying scripts were renamed.
>
> I think that all of these problems go away when you work off the main
> trunk.

I am trying to make a package for fink to install bioperl on Mac OS X, 
so I rather not use the cvs trunk, but only 'real releases'. Thsi to 
make sure that everyone who wants to use fink to install bioperl uses 
the same code.

thanks for the info,


- Koen.



More information about the Bioperl-l mailing list