Opened 15 years ago

Last modified 14 years ago

#21213 closed defect

git-core ignores build_arch=i386 on snow leopard — at Initial Version

Reported by: jkebinger@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: git-core

Description

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

Note: See TracTickets for help on using tickets.