bazel_maven_repository icon indicating copy to clipboard operation
bazel_maven_repository copied to clipboard

zip END header not found

Open changusmc opened this issue 5 years ago • 2 comments

Describe the bug When using bazel_maven_repository, the build fails to compile with the error in the title: zip END header not found. Using rules_jvm_external in the same codebase is able to compile.

To Reproduce Steps to reproduce the behavior:

  1. git clone [email protected]:changusmc/issue_maven_repository_rules.git
  2. cd issue_maven_repository_rules
  3. bazel build //...

Expected behavior Build succeeds and jar is produced

Environment (please complete the following information):

  • OS: MacOSX 10.14.6 (18G95)
  • Bazel: 1.0.0
  • Rules: See repo

Additional context Full error message can be seen in the README

changusmc avatar Oct 18 '19 14:10 changusmc

Thanks for this repro case.

cgruber avatar Oct 20 '19 08:10 cgruber

It's been a long time, and I'm getting back to this project. It may be moot at this point, but I'll take a look at this this week or next.

cgruber avatar Apr 29 '21 06:04 cgruber