Skip to content
Shopify edited this page Aug 22, 2010 · 11 revisions

Troubleshooting

Problem: rake rubyforge:release fails with the following message:

    rake aborted!
    no <processor_id> configured for <Any>

Solution: Edit ~/.rubyforge/auto-config.yml and make sure processor_ids is set like this:

    processor_ids: 
        IA64: 6000
        AMD-64: 1500
        Any: 8000
        Sparc: 4000
        PPC: 2000
        Other: 9999
        Alpha: 7000
        i386: 1000
        UltraSparc: 5000
        MIPS: 3000

(With thanks to Dr. Nic for answering this thread)

Clone this wiki locally