Eric Jacoboni wrote:
[]
Checking system... powerpc-apple-darwin6.7
This system is unrecognized and not supported by Fink.

This looks like a bug in the fink package (maintainer CCed). You cannot do anything about it, short of downloading the fink tarball, unpacking and correcting and repacking it.


In fact, in Bootstrap.pm, there are the following lines

} elsif ($host =~ /^powerpc-apple-darwin6\.[0-6]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.2";
} elsif ($host =~ /^powerpc-apple-darwin(6\.[7-9]\.)/) {
&print_breaking("This system was not released at the time " .
"this Fink release was made, but should work.");


I think there is a spurious "\."

--
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to