-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Problem with brew install bsdmake #12457
Comments
@jacknagel I can compile bsdmake on my Lion Core i5 nehalem, but it fails on the user's sandybridge. Because it only
@dentarg Would you please try to brew this in debug mode, and when it fails and you shell out to the debug command prompt, try to issue the compile command again but use my CFLAGS? Let us know how it works:
|
It compiles on 10.6 with clang 3.0 also. |
Ok I guess that's not it. I'm stumped. |
I only meant to add a data point, though my CFLAGS are identical to the OP's. |
I get this error when trying to build it as well. FWIW, I'm using clang 3.1: Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) I tried the suggestion from @2bits above, but still get the same error. Is there an easy way to go back to clang 3.0 to try this? |
I'm guessing you have http://trac.macports.org/ticket/30203 The upshot is that the go header files do not need to be installed at all. I've added a temporary hack to the go formula to remove everything under (The go formula really needs some work. It installs everything into prefix and then does the build there; it should be modified to do the build in the temporary build directory and then install stuff.) |
So the solution here is to |
Excellent. I didn't need go installed for any particular reason (another instance of my intentions of playing with something never coming to fruition). I uninstalled go and bsdmake installed without issue. Thanks for the quick resolution of this issue. |
I also had go installed. Works now. Thanks! |
Removing the header files breaks go's ability to install the cross compilers. The headers should not be removed form the keg. Instead they should not be symlinked. |
We should install Go to "libexec" and then symlink out the things that matter, unless there is a ton of "stuff that matters". Haven't looked into it yet. |
well, |
Let's open a new issue. |
done: #12507 |
Closes Homebrew#12457. Signed-off-by: Jack Nagel <[email protected]>
Closes Homebrew#12457. Signed-off-by: Jack Nagel <[email protected]>
Closes Homebrew#12457. Signed-off-by: Jack Nagel <[email protected]>
When doing
brew install -v bsdmake
I get:Full output from
brew install -v bsdmake
,brew --config
andbrew doctor
can be found at https://gist.github.com/2805434.I also noted that the URL below "Exit Status" is wrong (doesn't even mention homebrew).
The text was updated successfully, but these errors were encountered: