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

推荐订阅源

N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
IT之家
IT之家
V
V2EX
C
Check Point Blog
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
B
Blog
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网

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) - wsdd-native
2026-06-23 · via AUR Newest Packages

gershnik commented on 2025-08-07 06:32 (UTC)

@d-air1 This was very helpful, thank you! Indeed using paru caused a subtle bug in PKGBUILD to manifest. All is fixed now in -4 release. Thank you and sorry for the churn.

d-air1 commented on 2025-08-07 00:51 (UTC)

@gershnik. I'm using the fish shell currently, no spaces leading up to the build location. I don't recall seeing errors before the cmake configure. It started compiling the executable and failed some time through I believe. The issue may have been caused by the use of AUR helpers. I was using paru when it failed. However, it built successfully when I made the package manually using makepkg. Hope that helps.

Also, when using an aur helper it did not matter if I did a clean build or not.

gershnik commented on 2025-08-06 02:54 (UTC)

@d-air1 I have reverted recent PKGBUILD changes which should unblock anyone who might have the same issue. If you have time and could still provide answers to the questions below this would help a lot. Thank you!

gershnik commented on 2025-08-06 02:01 (UTC) (edited on 2025-08-06 02:56 (UTC) by gershnik)

@d-air1 Sorry about that. Three questions to narrow it down: - Are there any errors earlier in the output before CMake configure runs or elsewhere? - Are you using a bash shell or something else? - Do you, by any chance, have spaces in directory names in leading to the location where you run the build?

Thank you!

d-air1 commented on 2025-08-05 21:48 (UTC)

Currently failing to build

CMake Error at CMakeLists.txt:75 (set_target_properties):
set_target_properties Can not find target to add properties to: argum


CMake Error at CMakeLists.txt:76 (set_target_properties):
set_target_properties Can not find target to add properties to: sys_string


CMake Error at CMakeLists.txt:77 (set_target_properties):
set_target_properties Can not find target to add properties to: isptr


CMake Error at CMakeLists.txt:78 (set_target_properties):
set_target_properties Can not find target to add properties to: ptl


CMake Error at CMakeLists.txt:85 (set_target_properties):
set_target_properties Can not find target to add properties to: spdlog


CMake Error at CMakeLists.txt:86 (set_target_properties):
set_target_properties Can not find target to add properties to: fmt


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'wsdd-native-1.21-2':
error: packages failed to build: wsdd-native-1.21-2

TheJanzap commented on 2025-07-19 11:03 (UTC)

@gershnik Works, thanks for the quick fix :)

gershnik commented on 2025-07-19 10:54 (UTC)

@TheJanzap ouch, sorry about that! Try the just pushed version 1.20.

TheJanzap commented on 2025-07-19 08:54 (UTC) (edited on 2025-07-19 08:56 (UTC) by TheJanzap)

Can't build the package when running with makepkg -sirc

Cloning into 'sys_string-src'...
fatal: unable to read tree (686a848e82453f979e722f28fc3b5f5b749d0aa8)
CMake Error at sys_string-subbuild/sys_string-populate-prefix/tmp/sys_string-populate-gitclone.cmake:61 (message):
  Failed to checkout tag: '686a848e82453f979e722f28fc3b5f5b749d0aa8'


make[2]: *** [CMakeFiles/sys_string-populate.dir/build.make:102: sys_string-populate-prefix/src/sys_string-populate-stamp/sys_string-populate-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/sys_string-populate.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

CMake Error at /usr/share/cmake/Modules/FetchContent.cmake:1918 (message):
  Build step for sys_string failed: 2
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild)
  /usr/share/cmake/Modules/FetchContent.cmake:2145:EVAL:2 (__FetchContent_doPopulation)
  /usr/share/cmake/Modules/FetchContent.cmake:2145 (cmake_language)
  /usr/share/cmake/Modules/FetchContent.cmake:2384 (__FetchContent_Populate)
  cmake/dependencies.cmake:185 (FetchContent_MakeAvailable)
  CMakeLists.txt:62 (include)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

gershnik commented on 2024-10-09 00:41 (UTC)

Done, starting from 1.15-2

gershnik commented on 2024-10-08 19:21 (UTC)

Thank you for the suggestion! No particular reason why this wasn't enabled before other than the fact that I myself don't have an ARM installation to try. Will add!