mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
542 stars 130 forks source link

Bclm failed to build on 10.9.5 #712

Closed precabal closed 3 years ago

precabal commented 3 years ago

Hi, when trying to build bclm with tigerbrew, I'm getting the error described in the following gist:

https://gist.github.com/precabal/027f4f112040b22e2430a1f9217a9ba0

I'd appreciate if you can take a look... (my brew doctor seems messed up).

mistydemeo commented 3 years ago

Looks like it's using a newer syntax Tigerbrew doesn't support yet. I'll see if I can backport support for it, or at least loosely patch it to fix it up.

mistydemeo commented 3 years ago

Fixed! It looks like the formula is installing a prebuilt x86_64 binary, so it'll only run on Intel Macs - but that should be fine for you on 10.9, assuming you have a 64-bit CPU.

precabal commented 3 years ago

Hi, thanks for addressing this. Unfortunately, I'm still getting the same error. I thought it might had to do with doing brew update, but when I run that, I get the following error:

Stashing your changes:
UU Formula/gmp.rb
Formula/gmp.rb: needs merge
Error: Failed to update tap: homebrew/core
Already up-to-date.
precabal commented 3 years ago

After doing a clean install of tigerbrew, I can confirm this works. Thanks!

mistydemeo commented 3 years ago

Great! Glad to hear it.