fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
114 stars 11 forks source link

Build error: 'build_defs.bzl' does not contain symbol 'cc_binary_mozc' #36

Closed utuhiro78 closed 1 year ago

utuhiro78 commented 1 year ago

Description 'build_defs.bzl' does not contain symbol 'cc_binary_mozc'

'cc_binary_mozc' was removed by dcd42995f6bfe0861e2050332f2c02b5a7ae7ce1.

Commit-id 93080223feb9e3de6600838db67ac13ae3267ec6

Build target

  1. Docker build for Linux and Android-lib

CI build status

  1. passing

Environment:

Error logs

Extracting Bazel installation...
Starting local Bazel server and connecting to it...
ERROR: Traceback (most recent call last):
    File "~/src/unix/fcitx5/BUILD", line 3, column 6, in <toplevel>
        "cc_binary_mozc",
Error: file '//:build_defs.bzl' does not contain symbol 'cc_binary_mozc'
ERROR: Skipping 'unix/fcitx5:fcitx5-mozc.so': no such target '//unix/fcitx5:fcitx5-mozc.so': target 'fcitx5-mozc.so' not declared in package 'unix/fcitx5' defined by ~/src/unix/fcitx5/BUILD (Tip: use `query "//unix/fcitx5:*"` to see all the targets in that package)
ERROR: no such target '//unix/fcitx5:fcitx5-mozc.so': target 'fcitx5-mozc.so' not declared in package 'unix/fcitx5' defined by ~/src/unix/fcitx5/BUILD (Tip: use `query "//unix/fcitx5:*"` to see all the targets in that package)
INFO: Elapsed time: 4.788s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (3 packages loaded)

Additional context Thank you for developing Fcitx! I use it every day. :-)