Projects

Ticket #177 (closed defect: invalid)

Opened 3 years ago

Last modified 14 months ago

trunk fails to build 3-way fat depending on order of archs

Reported by: dognotdog@… Owned by: lsansonetti@…
Priority: minor Milestone:
Component: MacRuby Keywords: arch, fat
Cc:

Description

For example:

$ RC_ARCHS="ppc i386 x86_64" rake

fails to build on trunk r766, with various errors depending on the order of the archs.

This seems to work, though:

$ RC_ARCHS="i386 ppc x86_64" rake

On OS X 10.5.5 9F33 / Intel

Change History

Changed 14 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to invalid

RC_ARCHS should not be used, instead the archs parameter should be used

$ rake archs="i386,x86_64,ppc"

Now, we don't support ppc anymore since a few releases. Closing this ticket.

Note: See TracTickets for help on using tickets.