Dave Vasilevsky wrote:
On Feb 25, 2006, at 5:47 PM, Robert T Wyatt wrote:
Dave Vasilevsky wrote:
$ perl -MFink -MData::Dumper -MFink::PkgVersion
-MFink::Services=spec2struct -
$file =
'/sw/fink/10.3/unstable/main/finkinfo/gnome/gnome-user-docs.info';
$pv = Fink::PkgVersion->one_pkgversion_from_info_file($file);
$dep = $pv->get_depends(0,0)->[0][0];
$st = spec2struct($dep);
print Dumper $st;
Can you try running that little script I used above to test? Just run
the 'perl -MFink ...' part at the command line, then paste in the
rest, and then control-D to tell it to run.
Dave
Did I do this right?
bash-3.00$ perl -MFink -MData::Dumper -MFink::PkgVersion
-MFink::Services=spec2struct -
$file = '/sw/fink/10.3/unstable/main/finkinfo/gnome/gnome-user-docs.info';
$pv = Fink::PkgVersion->one_pkgversion_from_info_file($file);
$dep = $pv->get_depends(0,0)->[0][0];
$st = spec2struct($dep);
print Dumper $st;
$VAR1 = {
'version' => '0.3.11-4',
'relation' => '>=',
'package' => 'scrollkeeper'
};
I do still have this whenever fink reads buildlocks:
Removing fink-buildlock-fink-0.24.99.cvs-20060226.1626 ...
Reading buildlock packages...
All buildlocks accounted for.
Attempt to free unreferenced scalar at /sw/lib/perl5/Fink/PkgVersion.pm
line 4063.
WARNING: Fink::Services: Illegal version specification: >= 0.311-4 at
'scrollkeeper (>= 0.311-4)' in gnome-user-docs
It isn't fatal however. I've forced a new fetch of the
gnome-user-docs.info file, but no help.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users