-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homebrew recipe cannot build bazel 0.2.2. #1177
Comments
damienmg
added
type: bug
P0
This is an emergency and more important than other current work. (Assignee required)
category: release / binary
labels
Apr 22, 2016
Ok so I have a formula that build a slightly different version of Bazel 0.2.2b rc1. The change is being pushed currently so I will be able to emit a new rc for 0.2.2b tonight. |
Ok now preparing the homebrew change. |
bazel-io
pushed a commit
that referenced
this issue
May 4, 2016
Use a wrapper script on all platform to ship the environment to the C++ compiler. This should enable building with Homebrew special setup and will likely reduce the number of hard corner cases to solve. Should unblock #1177. -- Change-Id: I36f09edaf131f65c730bdd626ce521478ff587c7 Reviewed-on: https://bazel-review.googlesource.com/3560 MOS_MIGRATED_REVID=121462120
bazel-io
pushed a commit
that referenced
this issue
May 4, 2016
*** Reason for rollback *** Broke ci.bazel.io See #1231. *** Original change description *** Ship the environment fixed at configure time to the C++ compiler Use a wrapper script on all platform to ship the environment to the C++ compiler. This should enable building with Homebrew special setup and will likely reduce the number of hard corner cases to solve. Should unblock #1177. -- MOS_MIGRATED_REVID=121468271
bazel-io
pushed a commit
that referenced
this issue
May 4, 2016
*** Reason for rollback *** Rollforward with fixes: - Quote single-quote in the environment exports - Exclude the following environment variables: _ and dotted names - Add the wrapper to the dependency of the crosstool chain so it gets shipped to the sandbox. Hopefully after that we can cut a new release and have a homebrew package again #1177. *** Original change description *** Automated [] rollback of commit f1f24fc. *** Reason for rollback *** Broke ci.bazel.io See #1231. *** Original change description *** Ship the environment fixed at configure time to the C++ compiler Use a wrapper script on all platform to ship the environment to the C++ compiler. This should enable building with Homebrew special setup and will likely reduce the number of hard corner cases to solve. Should... *** -- MOS_MIGRATED_REVID=121497195
damienmg
added
P1
I'll work on this now. (Assignee required)
and removed
P0
This is an emergency and more important than other current work. (Assignee required)
Release blocker
labels
May 6, 2016
87a5858 fixed incompatibilities with Homebrew, this bug will be closed when pushing the next release. |
bazel-io
pushed a commit
that referenced
this issue
May 6, 2016
*** Reason for rollback *** The sandbox fix did not fix. More work is needed. Fixes #1239 *** Original change description *** Automated [] rollback of commit b4549fe. *** Reason for rollback *** Rollforward with fixes: - Quote single-quote in the environment exports - Exclude the following environment variables: _ and dotted names - Add the wrapper to the dependency of the crosstool chain so it gets shipped to the sandbox. Hopefully after that we can cut a new release and have a homebrew package again #1177. *** Original change description *** Automated [] rollback of commit f1f24fc. *** Reason... *** -- MOS_MIGRATED_REVID=121665313
This is fixed, next release will be in homebrew \o/ |
mzeren-vmw
added a commit
to mzeren-vmw/bazel
that referenced
this issue
Oct 11, 2018
- Putting -B/usr/bin on the link line breaks use of custom C/C++ toolchain since support binaries such as ld, as, etc., will incorrectly "leak" to the build machine. - Fixes issue bazelbuild#5634 It looks like this logic was originally added here: 810d60a Apr 22 2016 [email protected] "cc_configure: Add -B to compiler flag too" And that that was done to get Tensor Flow building on some (but failing on other?) versions of RedHat. bazelbuild#1152. Also this may have "fixed" the hombrew builds for bazelbuild#1177. Testing Done: local build of envoy on older host using non-host crosscompiler. Build fails without the fix and succeeds with the fix.
mzeren-vmw
added a commit
to mzeren-vmw/bazel
that referenced
this issue
Oct 11, 2018
Putting -B/usr/bin on the link line breaks use of custom C/C++ toolchain since support binaries such as ld, as, etc., will incorrectly "leak" to the build machine. Fixes issue bazelbuild#5634 Archeaology: It looks like this logic was originally added here: 810d60a Apr 22 2016 [email protected] "cc_configure: Add -B to compiler flag too" .. and that that was done to get Tensor Flow building on some (but failing on other?) versions of RedHat. bazelbuild#1152. This may have also "fixed" the hombrew builds for bazelbuild#1177. Testing Done: * Building envoy on older Centos host using non-host crosscompiler. Build fails without the fix and succeeds with the fix. * bazel test //src/test/java/com/google/devtools/build/lib:all 1 flaky test failed before and after: bazel test //src/test/java/com/google/devtools/build/lib:vfs_test
mzeren-vmw
added a commit
to mzeren-vmw/bazel
that referenced
this issue
Oct 11, 2018
Putting -B/usr/bin on the link line breaks use of custom C/C++ toolchain since support binaries such as ld, as, etc., will incorrectly "leak" to the build machine. Fixes bazelbuild#5634 Archeaology: It looks like this logic was originally added here: 810d60a Apr 22 2016 [email protected] "cc_configure: Add -B to compiler flag too" .. and that that was done to get Tensor Flow building on some (but failing on other?) versions of RedHat. bazelbuild#1152. This may have also "fixed" the hombrew builds for bazelbuild#1177. Testing Done: * Building envoy on older Centos host using non-host crosscompiler. Build fails without the fix and succeeds with the fix. * bazel test //src/test/java/com/google/devtools/build/lib:all 1 flaky test failed before and after: bazel test //src/test/java/com/google/devtools/build/lib:vfs_test
mzeren-vmw
added a commit
to mzeren-vmw/bazel
that referenced
this issue
Oct 11, 2018
Putting -B/usr/bin on the link line breaks use of custom C/C++ toolchain since support binaries such as ld, as, etc., will incorrectly "leak" to the build machine. Fixes bazelbuild#5634 Archeaology: It looks like this logic was originally added here: 810d60a Apr 22 2016 [email protected] "cc_configure: Add -B to compiler flag too" .. and that that was done to get Tensor Flow building on some (but failing on other?) versions of RedHat. bazelbuild#1152. This may have also "fixed" the hombrew builds for bazelbuild#1177. Testing Done: * Building envoy on older Centos host using non-host crosscompiler. Build fails without the fix and succeeds with the fix. * bazel test //src/test/java/com/google/devtools/build/lib:all 1 flaky test failed before and after: bazel test //src/test/java/com/google/devtools/build/lib:vfs_test
mzeren-vmw
added a commit
to mzeren-vmw/bazel
that referenced
this issue
Oct 11, 2018
Putting -B/usr/bin on the link line breaks use of custom C/C++ toolchain since support binaries such as ld, as, etc., will incorrectly "leak" to the build machine. Fixes bazelbuild#5634 Archeaology: It looks like this logic was originally added here: 810d60a Apr 22 2016 [email protected] "cc_configure: Add -B to compiler flag too" .. and that that was done to get Tensor Flow building on some (but failing on other?) versions of RedHat. bazelbuild#1152. This may have also "fixed" the hombrew builds for bazelbuild#1177. Testing Done: * Building envoy on older Centos host using non-host crosscompiler. Build fails without the fix and succeeds with the fix. * bazel test //src/test/java/com/google/devtools/build/lib:all 1 flaky test failed before and after: bazel test //src/test/java/com/google/devtools/build/lib:vfs_test
bazel-io
pushed a commit
that referenced
this issue
Oct 16, 2018
Putting -B/usr/bin on the link line breaks use of custom C/C++ toolchain since support binaries such as ld, as, etc., will incorrectly "leak" to the build machine. Fixes #5634 Archeaology: It looks like this logic was originally added here: 810d60a Apr 22 2016 [email protected] "cc_configure: Add -B to compiler flag too" .. and that that was done to get Tensor Flow building on some (but failing on other?) versions of RedHat. #1152. This may have also "fixed" the hombrew builds for #1177. Testing Done: * Building envoy on older Centos host using non-host crosscompiler. Build fails without the fix and succeeds with the fix. * bazel test //src/test/java/com/google/devtools/build/lib:all 1 flaky test failed before and after: bazel test //src/test/java/com/google/devtools/build/lib:vfs_test Closes #6360. PiperOrigin-RevId: 217338797
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bugfix was missing on C++ auto-configuration so I created a patch release 0.2.2b but it still fails with:
The text was updated successfully, but these errors were encountered: