惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
宝玉的分享
宝玉的分享
Jina AI
Jina AI
IT之家
IT之家
博客园 - Franky
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
美团技术团队
S
SegmentFault 最新的问题
罗磊的独立博客
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
D
Docker
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - kwin-effects-better-blur-dx-git
2026-06-20 · via AUR Newest Packages

ashlynreal commented on 2026-06-18 20:26 (UTC)

new cmake deps seem to require vulkan-tools, get the following error without that group installed:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
  Could NOT find Vulkan (missing: Vulkan_INCLUDE_DIR) (found version "")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindVulkan.cmake:710 (find_package_handle_standard_args)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:125 (__find_dependency_common)
  /usr/lib/cmake/KWin/KWinConfig.cmake:52 (find_dependency)
  CMakeLists.txt:80 (find_package)

D3SOX commented on 2026-01-01 18:13 (UTC)

D3SOX commented on 2025-12-29 08:28 (UTC) (edited on 2026-01-01 18:47 (UTC) by D3SOX)

D3SOX commented on 2025-12-27 12:13 (UTC) (edited on 2025-12-28 07:42 (UTC) by D3SOX)

@ShaiAvr This is a git package so expect breakages. The error is not a direct packaging issue. It's something you should report upstream on GitHub instead of here. They configured CMake to treat warnings as errors (default that comes from them using KDECompilerSettings).

ShaiAvr commented on 2025-12-27 11:54 (UTC)

When I updated my system today, this package needed an update. However, it failed to build. The last portion of the compiler's log is:

/home/shai/.cache/paru/clone/kwin-effects-better-blur-dx-git/src/kwin-effects-better-blur-dx-git/src/window_matcher.cpp: In member function ‘bool KWin::WindowMatcher::match(const KWin::EffectWindow*)’:
/home/shai/.cache/paru/clone/kwin-effects-better-blur-dx-git/src/kwin-effects-better-blur-dx-git/src/window_matcher.cpp:138:1: error: control reaches end of non-void function [-Werror=return-type]
  138 | }
      | ^
cc1plus: some warnings being treated as errors
make[2]: *** [src/CMakeFiles/better_blur_dx.dir/build.make:185: src/CMakeFiles/better_blur_dx.dir/window_matcher.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/shai/.cache/paru/clone/kwin-effects-better-blur-dx-git/src/kwin-effects-better-blur-dx-git/src/blur.cpp: In member function ‘virtual void KWin::BlurEffect::reconfigure(KWin::Effect::ReconfigureFlags)’:
/home/shai/.cache/paru/clone/kwin-effects-better-blur-dx-git/src/kwin-effects-better-blur-dx-git/src/blur.cpp:314:47: warning: unused parameter ‘flags’ [-Wunused-parameter]
  314 | void BlurEffect::reconfigure(ReconfigureFlags flags)
      |                              ~~~~~~~~~~~~~~~~~^~~~~
make[1]: *** [CMakeFiles/Makefile2:199: src/CMakeFiles/better_blur_dx.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 88%] Linking CXX shared module kwin_better_blur_dx_config.so
[ 92%] Built target kwin_better_blur_dx_config
make: *** [Makefile:166: all] Error 2
make: Leaving directory '/home/shai/.cache/paru/clone/kwin-effects-better-blur-dx-git/src/build_wayland'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'kwin-effects-better-blur-dx-git-r487.a53f446-1':
error: packages failed to build: kwin-effects-better-blur-dx-git-r487.a53f446-1

D3SOX commented on 2025-12-22 16:38 (UTC)

@PatchMixolydic Updated, should be clear now