You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: Repository 'com_github_go_gitea_gitea' used the following cache hits instead of downloading the corresponding file.
* Hash 'e4fcd167e9713f487a7e8278b6d04b587a5ec942b9fc531bb9d14e3b48e3fd1c' for http://git.corp.logiocean.com:3000/go-gitea/gitea/archive/v1.8.0.tar.gz
If the definition of 'com_github_go_gitea_gitea' was updated, verify that the hashes were also updated.
ERROR: Skipping '@com_github_go_gitea_gitea//cmd': no such package '@com_github_go_gitea_gitea//cmd': Malformed input or input contains unmappable characters: /home/zhongming/.cache/bazel/_bazel_zhongming/2aea414f4d422ad78870bb37da8563ec/external/com_github_go_gitea_gitea/integrations/gitea-repositories-meta/user2/utf8.git/refs/heads/Grüßen
WARNING: Target pattern parsing failed.
ERROR: no such package '@com_github_go_gitea_gitea//cmd': Malformed input or input contains unmappable characters: /home/zhongming/.cache/bazel/_bazel_zhongming/2aea414f4d422ad78870bb37da8563ec/external/com_github_go_gitea_gitea/integrations/gitea-repositories-meta/user2/utf8.git/refs/heads/Grüßen
INFO: Elapsed time: 1.386s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
Admittedly, the file names that caused the errors are non-ascii. But somehow I still want to build gitea with Bazel. Help is appreciated!
The text was updated successfully, but these errors were encountered:
I think the root cause of this is bazelbuild/bazel#7055. I don't think that fix is in Bazel 0.24.1, but it might be in 0.25.0. Does upgrading to 0.25.0 solve your problem? If not, does Bazel built at master work?
What version of rules_go are you using?
0.18.3
What version of gazelle are you using?
44ce230
What version of Bazel are you using?
0.24.1
Does this issue reproduce with the latest releases of all the above?
YES
What operating system and processor architecture are you using?
Ubuntu 18.04.1
Intel i7-8770k
Any other potentially useful information about your toolchain?
Nope
What did you do?
Put the following in
WORKSPACE
:Then try building it with
It yields the following errors:
Admittedly, the file names that caused the errors are non-ascii. But somehow I still want to build gitea with Bazel. Help is appreciated!
The text was updated successfully, but these errors were encountered: