2019-12-29 01:12:23
@Fireduck
`ERROR: /snowblossom/WORKSPACE:10:1: name 'maven_jar' is not defined`
I'm getting this error while attempting to build snowblossom.
Not sure what this is.
Clueless
2019-12-29 01:12:45
Read announcement channel
Fireduck
2019-12-29 01:12:52
Update bazel
Fireduck
2019-12-29 01:13:15
I saw. :P That's why I'm going over general deployments.
I'm running `/usr/bin/bazel-2.0.0 build :IceLeaf_deploy.jar`
Clueless
2019-12-29 01:15:53
Is there an error above that?
Fireduck
2019-12-29 01:17:56
No.
```root@3dbcd227524e:/snowblossom# /usr/bin/bazel-2.0.0 build :all
ERROR: /snowblossom/WORKSPACE:10:1: name 'maven_jar' is not defined
ERROR: error loading package '': Encountered error while reading extension file 'deps.bzl': no such package '@build_stack_rules_proto//': error loading package 'external': Could not load //external package
ERROR: error loading package '': Encountered error while reading extension file 'deps.bzl': no such package '@build_stack_rules_proto//': error loading package 'external': Could not load //external package
INFO: Elapsed time: 0.083s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)```
Clueless
2019-12-29 01:18:30
What version of snowblossom? Master?
Fireduck
2019-12-29 01:18:35
1.6.0, I can try another to see.
Clueless
2019-12-29 01:19:43
Get master
Fireduck
2019-12-29 01:19:49
Or an older bazel
Fireduck
2019-12-29 01:20:04
bazel1 results in same errror.
Clueless
2019-12-29 01:21:28
I'm only worried about supporting lastest checking with latest bazel
Fireduck
2019-12-29 01:21:47
The changes to bazel are too infuriating otherwise
Fireduck
2019-12-29 23:41:39
@Fireduck Could you possibly define a jar that includes *all* of the components?
Clueless