Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832935 - dev-util/bazel-4.2.2 : error: reference to newFileSystem is ambiguous
Summary: dev-util/bazel-4.2.2 : error: reference to newFileSystem is ambiguous
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-08 14:20 UTC by Helmut Jarausch
Modified: 2022-02-14 11:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (bazel.info,21.10 KB, text/plain)
2022-02-08 14:20 UTC, Helmut Jarausch
Details
build log xz-compressed (bazel-4.2.2.build.xz,18.15 KB, application/octet-stream)
2022-02-08 14:21 UTC, Helmut Jarausch
Details
patch to VanillaJavaBuilder.java (bazel-4.2.2-VanillaJavaBuilder.patch,774 bytes, patch)
2022-02-14 11:49 UTC, Helmut Jarausch
Details | Diff
ebuild incorporated the patch (bazel-4.2.2.ebuild,2.33 KB, text/plain)
2022-02-14 11:49 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2022-02-08 14:20:24 UTC
Created attachment 764628 [details]
emerge --info

src/java_tools/buildjar/java/com/google/devtools/build/buildjar/VanillaJavaBuilder.java:81: error: reference to newFileSystem is ambiguous
Comment 1 Helmut Jarausch 2022-02-08 14:21:30 UTC
Created attachment 764629 [details]
build log  xz-compressed
Comment 2 Helmut Jarausch 2022-02-14 11:49:21 UTC
Created attachment 765068 [details, diff]
patch to VanillaJavaBuilder.java

The patch github.com/ll-h/bazel/commit/c814c1f908801795b99e19c5abc3d29213710a2e
fixes the problem
Comment 3 Helmut Jarausch 2022-02-14 11:49:53 UTC
Created attachment 765069 [details]
ebuild incorporated the patch