Opened 15 years ago

Closed 14 years ago

#21213 closed defect (fixed)

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 (Ryan Carsten Schmidt)
Port: git-core

Description (last modified by jmroot (Joshua Root))

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 (2)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

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

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: sharky@… ryandesign@… added
Resolution: fixed
Status: newclosed

I believe this was fixed in r62645.

Note: See TracTickets for help on using tickets.