Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#36779 closed defect (invalid)

apple-gcc42 @5666.3 +bootstrap broken on Tiger because of r97799

Reported by: reeskm (Rees Machtemes) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: haspatch tiger Cc:
Port: apple-gcc42

Description

I have found a bug in the Portfile for building apple-gcc42 on Tiger. Changeset surely works great for 10.8+, but for 10.4 the added build and runtime deps break Tiger.

Attached is my patch. I've tested it, and it works.

My test rig is a Xserve G4 slot load, running 10.4 Server with all updates installed and Xcode 2.5.

Attachments (1)

patch (409 bytes) - added by reeskm (Rees Machtemes) 11 years ago.
the diff

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by reeskm (Rees Machtemes)

Attachment: patch added

the diff

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jeremyhu@… removed
Owner: changed from macports-tickets@… to jeremyhu@…

comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed

This is what the bootstrap variant is for.

sudo port -v install apple-gcc42 +bootstrap
sudo port -v install ld64 cctools
sudo port -v -f uninstall apple-gcc42
sudo port -v install apple-gcc42 -bootstrap

comment:3 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Ah wait, I see... the bug was *in* the bootstrap variant.

Fixed in r99182.

Note: See TracTickets for help on using tickets.