-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
@samueljohn I was trying to install valgrind and came across #13548. In your last comment, you mentioned we had to wait for upstream, so I checked their website... and they released today :) Unfortunately, their release notes mention: Anyway, I got the CLT installed, and tweaking the CFLAGS was enough to make it install on my system (10.8 - bzero issue persisted without it even on this new release). Samuel, would you mind checking wether your patch to xcode-only still applies for this release? |
@zehrizzatti Thanks for the information. I'll check that. |
@zehrizzatti Let's use sha1 rather than md5. It's the default now with all Formula. Thanks. |
This PR built for me on 10.8 with command line tools installed fwiw. (Using Running it however, gives a fatal error. The release notes for 3.8.0 do say that 10.8 support is largely unusable at this time. Sadly.
|
@adamv, @zehrizzatti we have to get both, this and my pull request together but I have to update the git diff anyway, so you can pull this one in here first and I rework my PR later. @zehrizzatti I think @adamv would love to see a comment and a note in the commit message about why we remove the one flag. Something like "avoid __bzero when building against OS X 10.8 sdk". |
Any way to add a devel block or a head for 3.8? |
@2bits I am not sure but I think valgrind 3.8 is stable on Mac OS X 10.7, so no need for On OS X 10.8, we have no option but to use valgrind 3.8, because 3.7 refuses to build. And wait for a proper upstream release. |
Just fyi, I was able to build valgrind 3.8.0 running successfully on 10.8. I have the old vanilla It seems to run ok, though Valgrind's release notes say it's still pretty raw. |
I was just thinking that a HEAD would let people test out any recent changes affecting OSX before the release happens. |
@2bits that's a good idea. I got you wrong. Yes, then Btw. I ported my patch to compile valgrind on xcode-only systems to this pull request. It builds. |
I'm sorry I couldn't attend this before. I'll get to it today. |
@zehrizzatti cool. Please ping me if your request has been pulled. Then I can open a new PR with my patch on top for Xcode-only systems. |
@adamv how does it look? |
Needs to be squashed to a single commit for review. |
Further, adding HEAD should come as a separate pull request; I suspect it is not as simple as just adding the head field. The configure script probably needs to be bootstrapped. |
@adamv I squashed and resubmitted on #14323. Closing this issue. |
You have closed this, @zehrizzatti? It think @jacknagel was trying to say that the HEAD thing should be done in a new separate pull request, not that this one here is obsolete. |
@samueljohn It's in #14323. |
I see. |
Updates valgrind to version 0.3.8 released on 10/10/2012.