Opened 9 years ago

Last modified 9 years ago

#46852 closed defect

apple-gcc42 Won't build on Mac OS X tiger — at Version 2

Reported by: dfifer19@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: apple-gcc42

Description (last modified by larryv (Lawrence Velázquez))

When I Do sudo port install git-core everything works but apple-gcc42 won't build how do I fix this? Below is what happens after I enter the command.

devin-fifers-imac:~ devinfifer$ sudo port install git-core
Password:
--->  Computing dependencies for git-core
--->  Dependencies to be installed: apple-gcc42
--->  Building apple-gcc42

Change History (2)

comment:1 Changed 9 years ago by dfifer19@…

This Is not a New Defect and Priority is Normal

comment:2 Changed 9 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Keywords: apple-gcc42 tiger git-core removed
Owner: changed from macports-tickets@… to jeremyhu@…
Port: apple-gcc42 added; git-core removed
Priority: HighNormal

Your ports tree is horribly out of date. The git-core port was renamed to git eight months ago.

Please run the following commands to try again:

$ sudo port clean apple-gcc42 git-core
$ sudo port -d selfupdate
$ sudo port install apple-gcc42 +bootstrap
$ sudo port -n upgrade --enforce-variants apple-gcc42 -bootstrap
$ sudo port install git-core
Note: See TracTickets for help on using tickets.