New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21213 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

git-core ignores build_arch=i386 on snow leopard

Reported by: jkebinger@… Owned by: bryan@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: maccheck@…, sharky@…, ryandesign@…
Port: git-core

Description (last modified by jmr@…) (diff)

git-core ignores the build_arch setting for me on snow leopard. This caused numerous build failures when linking against other libraries that were compiled 32-bit, like expat, openssl, and zlib. Only by reinstalling all of those ports with +universal was I able to install git-core. Running file on the git binary confirms this:

bash-3.2# port install git-core +bash_completion
--->  Computing dependencies for git-core
--->  Fetching git-core
--->  Verifying checksum(s) for git-core
--->  Extracting git-core
--->  Applying patches to git-core
--->  Configuring git-core
--->  Building git-core
--->  Staging git-core into destroot
--->  Installing git-core @1.6.4.2_0+bash_completion+doc
--->  Activating git-core @1.6.4.2_0+bash_completion+doc
--->  Cleaning git-core
bash-3.2# which git
/opt/local/bin/git
bash-3.2# file /opt/local/bin/git
/opt/local/bin/git: Mach-O 64-bit executable x86_64

Change History

comment:1 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to bryan@…
  • Cc maccheck@… added
  • Description modified (diff)

comment:2 Changed 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Cc sharky@…, ryandesign@… added
  • Resolution set to fixed

I believe this was fixed in r62645.

Note: See TracTickets for help on using tickets.