Package Details: fcitx5-hazkey-bin 0.2.1-2

Git Clone URL: https://aur.archlinux.org/fcitx5-hazkey-bin.git (read-only, click to copy)
Package Base: fcitx5-hazkey-bin
Description: Japanese input method for fcitx5, powered by azooKey engine
Upstream URL: https://hazkey.hiira.dev/
Licenses: MIT
Conflicts: fcitx5-hazkey
Provides: fcitx5-hazkey, hazkey-server, hazkey-settings
Submitter: hiira
Maintainer: hiira
Last Packager: hiira
Votes: 2
Popularity: 0.000935
First Submitted: 2024-06-18 21:08 (UTC)
Last Updated: 2026-02-09 10:34 (UTC)

Latest Comments

akku commented on 2026-07-15 03:28 (UTC) (edited on 2026-07-15 03:29 (UTC) by akku)

クリーンな環境でビルドした時に vulkan-icd-loader, qt6-tools, qt6-declarative が依存関係(makedepends?)として不足しているようです

  -- Adding CPU backend variant ggml-cpu-sapphirerapids: -msse4.2;-mf16c;-mfma;-mbmi2;-mavx;-mavx2;-mavx512f;-mavx512cd;-mavx512vl;-mavx512dq;-mavx512bw;-mavx512vbmi;-mavx512vnni;-mavx512bf16;-mamx-tile;-mamx-int8 GGML_SSE42;GGML_F16C;GGML_FMA;GGML_BMI2;GGML_AVX;GGML_AVX2;GGML_AVX512;GGML_AVX512_VBMI;GGML_AVX512_VNNI;GGML_AVX512_BF16;GGML_AMX_TILE;GGML_AMX_INT8
  CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
    Could NOT find Vulkan (missing: Vulkan_LIBRARY) (found version "1.4.350")
  Call Stack (most recent call first):
    /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
    /usr/share/cmake/Modules/FindVulkan.cmake:780 (find_package_handle_standard_args)
    hazkey-server/llama.cpp/ggml/src/ggml-vulkan/CMakeLists.txt:4 (find_package)
  -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR)
  CMake Error at hazkey-settings/CMakeLists.txt:19 (find_package):
    Found package configuration file:

      /usr/lib/cmake/Qt6/Qt6Config.cmake

    but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
    FOUND.  Reason given by package:

    Failed to find required Qt component "LinguistTools".

    Expected Config file at
    "/usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT
    exist



    Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why
    the package was not found.

    Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
    of the path variables that find_package uses to try and find the package.
  [71/136] Generating .lupdate/hazkey-settings_ja_JP.ts.stamp
  FAILED: [code=127] hazkey-settings/.lupdate/hazkey-settings_ja_JP.ts.stamp /home/builder/pkg/src/src/hazkey-0.2.1/build/hazkey-settings/.lupdate/hazkey-settings_ja_JP.ts.stamp 
  cd /home/builder/pkg/src/src/hazkey-0.2.1/build/hazkey-settings && /usr/lib/qt6/bin/lupdate @/home/builder/pkg/src/src/hazkey-0.2.1/build/hazkey-settings/CMakeFiles/hazkey-settings_ja_JP.ts_lst_file -ts /home/builder/pkg/src/src/hazkey-0.2.1/hazkey-settings/hazkey-settings_ja_JP.ts && /usr/bin/cmake -E touch /home/builder/pkg/src/src/hazkey-0.2.1/build/hazkey-settings/.lupdate/hazkey-settings_ja_JP.ts.stamp
  /usr/lib/qt6/bin/lupdate: error while loading shared libraries: libQt6Qml.so.6: cannot open shared object file: No such file or directory
  [72/136] Building CXX object hazkey-server/llama.cpp/ggml/src/CMakeFiles/ggml-cpu-sapphirerapids-feats.dir/ggml-cpu/cpu-feats-x86.cpp.o
  [73/136] Building CXX object hazkey-server/llama.cpp/ggml/src/CMakeFiles/ggml-cpu-sapphirerapids.dir/ggml-cpu/amx/amx.cpp.o
  [74/136] Building CXX object hazkey-server/llama.cpp/ggml/src/CMakeFiles/ggml-cpu-sapphirerapids.dir/ggml-cpu/llamafile/sgemm.cpp.o
  [75/136] Building CXX object hazkey-server/llama.cpp/ggml/src/CMakeFiles/ggml-cpu-sapphirerapids.dir/ggml-cpu/amx/mmq.cpp.o
  [76/136] Generate vulkan shaders
  ggml_vulkan: Generating and compiling shaders to SPIR-V
  ninja: build stopped: subcommand failed.
  ==> ERROR: A failure occurred in build().

参考 https://github.com/akku1139/auto-aur/actions/runs/29383740701/job/87252612316 https://github.com/akku1139/auto-aur/actions/runs/29384927593/job/87256092616 https://github.com/akku1139/auto-aur/actions/runs/29385224616/job/87256951016

Mixaz commented on 2026-06-16 14:01 (UTC)

たいした問題ではないのですが、hazkey-zenzai-modelはoptdependsに追加してもいいのではないでしょうか

hiira commented on 2026-02-09 11:46 (UTC)

以下の問題は0.2.1-2で修正されました

Mohejinosuke commented on 2026-02-09 10:26 (UTC)

AURコメント: fcitx5-hazkey-bin パス問題について

fcitx5-hazkey-bin 0.2.1-1 で zenzai が動作しない問題と解決方法をまとめました。

問題

fcitx5-hazkey-bin は Debian/Ubuntu のパス構造を想定しているため、Arch Linux では以下のエラーが発生します:

ggml_backend_load_best: search path /usr/lib/x86_64-linux-gnu/hazkey/libllama/backends/ does not exist

実際のパスは /usr/lib/hazkey/libllama/backends/ です。

解決方法
sudo mkdir -p /usr/lib/x86_64-linux-gnu/hazkey/libllama
sudo ln -sf /usr/lib/hazkey/libllama/backends \
  /usr/lib/x86_64-linux-gnu/hazkey/libllama/backends
/usr/lib/hazkey/hazkey-server -r
詳細ガイド

ソースビルド版を使う方法の詳しい手順、トラブルシューティング等をまとめたガイドを作成しました:

hazkey-zenzai-fix-guide.md

参考になれば幸いです。

hiira commented on 2025-11-09 11:20 (UTC)

The broken symlink was fixed in 0.2.0-3.

akku commented on 2025-11-09 08:50 (UTC)

hazkey-settings symlink is broken because /usr/lib/x86_64-linux-gnu does not exist.