--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/20fdbb42-f180-4068-8cfd-d694cc18f7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
How are you building it?I see 2 things wrong with the bazel you built here. It was built with -c fastbuild rather than -c opt, and it wasn't built with --stamp=yes.If you enable stamping when the binary is built, you will get the date stamped in. Otherwise, the date is set to 0 to get a reproducible build output.Austin
On Wed, Sep 21, 2016 at 9:22 AM James DeMichele <james.d...@redfin.com> wrote:
Hello, I have installed bazel a few different ways on linux (apt, installer script, and even the .deb). However, when I run bazel version......it does not print the version label. Does anyone know why that's the case and how I can get it to show up?foo:/ $ bazel versionBuild target: bazel-out/local-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jarBuild time: Thu Jan 01 00:00:00 1970 (0)Build timestamp: Thu Jan 01 00:00:00 1970 (0)Build timestamp as int: 0Any help or guidance would be greatly appreciated. Thanks.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.
Hey Austin, thanks for the quick reply!No, I am not building it. I grabbed this .deb file most recently and installed via dpkg https://github.com/bazelbuild/bazel/releases/download/0.3.1/bazel_0.3.1-linux-x86_64.debSo I don't think I'm doing anything special at all.-Jamie
On Wed, Sep 21, 2016 at 11:25 AM, Austin Schuh <austin...@gmail.com> wrote:
How are you building it?I see 2 things wrong with the bazel you built here. It was built with -c fastbuild rather than -c opt, and it wasn't built with --stamp=yes.If you enable stamping when the binary is built, you will get the date stamped in. Otherwise, the date is set to 0 to get a reproducible build output.Austin
On Wed, Sep 21, 2016 at 9:22 AM James DeMichele <james.d...@redfin.com> wrote:
Hello, I have installed bazel a few different ways on linux (apt, installer script, and even the .deb). However, when I run bazel version......it does not print the version label. Does anyone know why that's the case and how I can get it to show up?foo:/ $ bazel versionBuild target: bazel-out/local-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jarBuild time: Thu Jan 01 00:00:00 1970 (0)Build timestamp: Thu Jan 01 00:00:00 1970 (0)Build timestamp as int: 0Any help or guidance would be greatly appreciated. Thanks.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/20fdbb42-f180-4068-8cfd-d694cc18f7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/CAOuAOxBEGnrSK64r62Gr8Qij%2B1wsvbvjZM8VpJL_8SC%3D-3caGg%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/20fdbb42-f180-4068-8cfd-d694cc18f7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.
Hmmm. Actually an update on this. I had installed it via .deb and it was working, and then I think I installed it via apt-get by accident after that. I actually think the problem lies in the installation via apt.I'm going to remove the Bazel distribuition URI I have, and try a clean re-install from the .deb.-Jamie
On Wed, Sep 21, 2016 at 11:27 AM, James DeMichele <james.d...@redfin.com> wrote:
Hey Austin, thanks for the quick reply!No, I am not building it. I grabbed this .deb file most recently and installed via dpkg https://github.com/bazelbuild/bazel/releases/download/0.3.1/bazel_0.3.1-linux-x86_64.debSo I don't think I'm doing anything special at all.-Jamie
On Wed, Sep 21, 2016 at 11:25 AM, Austin Schuh <austin...@gmail.com> wrote:
How are you building it?I see 2 things wrong with the bazel you built here. It was built with -c fastbuild rather than -c opt, and it wasn't built with --stamp=yes.If you enable stamping when the binary is built, you will get the date stamped in. Otherwise, the date is set to 0 to get a reproducible build output.Austin
On Wed, Sep 21, 2016 at 9:22 AM James DeMichele <james.d...@redfin.com> wrote:
Hello, I have installed bazel a few different ways on linux (apt, installer script, and even the .deb). However, when I run bazel version......it does not print the version label. Does anyone know why that's the case and how I can get it to show up?foo:/ $ bazel versionBuild target: bazel-out/local-fastbuild/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jarBuild time: Thu Jan 01 00:00:00 1970 (0)Build timestamp: Thu Jan 01 00:00:00 1970 (0)Build timestamp as int: 0Any help or guidance would be greatly appreciated. Thanks.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
Austin
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/20fdbb42-f180-4068-8cfd-d694cc18f7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/CABsbf%3DGP4CJALW%2BXwkkNjG3qiBOQP4imU%2BojPKECoqKq-QRR6g%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.