I don't know what to make of these messages when building fink from cvs on 10.3.9:

Reading buildlock packages...
        None found
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 /sw/bin/dpkg-lockwait -i /sw/fink/dists/local/injected/binary-darwin-powerpc/fink_0.24.99.cvs-20060213.0717_darwin-powerpc.deb

dumpinfo gnome-user-docs has:
depends: scrollkeeper (>= 0.3.11-4)

fink list:
i       scrollkeeper    0.3.14-6
i       gnome-user-docs 2.8.1-1



meanwhile PkgVersion.pm line 4057-4069 (I hope this pastes right), line 4063 is " if ($@) {":

        # Ensure consistency is maintained. May die!
        eval {
                require Fink::SysState;
                my $state = Fink::SysState->new();
                @installable = (@installable, 
$state->resolve_install(@installable));
        };
        if ($@) {
                die if $@ =~ /Fink::SysState/;  # Die if resolution failed
                
                # Some packages have serious  errors in them which can confuse 
dep
                # resolution. It's not obvious what safe action we can take!
                print_breaking_stderr "WARNING: $@";
        }



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to