Skip to content

Any special reason why a perl-based software cannot work on powerpc macOS? #270

@barracuda156

Description

@barracuda156

@nieder @cooljeanius Could you say if there are some stopping issues to prevent the current Fink from working on PowerPC?
Configure script has this:

} elsif ($host =~ /^(powerpc|i386)-apple-darwin9\./) {
&print_breaking("This system no longer supported " .
"for current versions of fink. Please use fink 0.34.10 or earlier.\n");
$distribution = "10.5";
} elsif ($host =~ /^i386-apple-darwin10\./) {
&print_breaking("This system no longer supported " .
"for current versions of fink. Please use fink 0.34.10 or earlier.\n");
$distribution = "10.6";

I can understand that Homebrew is a pain to fix, since it needs a modern Ruby, which needs a modern GCC, and then we need to bootstrap gcc10 first to be able to install anything else, but Fink apparently uses Perl, which should work just fine on anything. MacPorts (tcl-based) works on all systems from 10.4 up. What got broken here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions