repo
repo copied to clipboard
archlinuxcn/cava was missing library(s)
问题类型 / Type of issues
- 打包错误 / packaging error
- missing libraries?
受影响的软件包 / Affected packages
- (请在此填写包名,每行一个,开头加上星号 / package names, one per line)
- cava 0.10.2-2
请在此补充说明。 Please describe in detail here.
我在打开cava是遇到了报错 libiniparser.so.1
缺失
pacman -Qi
的版本与 archlinuxcn
, aur
全部一样。在用 pacman
重装后没有解决(用过-Syu
了)
我手动从 aur
安装问题就解决了,即可以正常运行
但是我再次安装 archlinuxcn
版本时无法复现这个问题了
(利用packager确认过两次的cava不一样了)
makepkg
没有安装额外的编译/运行依赖
也许需要用新的chroot试试复现
When I tried to run cava, I run into an error with libiniparser.so.1
missing
the version is up to date with both archlinuxcn
and the aur, reinstalling with pacman (thus from archlinuxcn repo) did not fix this problem
when I build this package manually using the aur, the problem was solved.
however, reinstalling from archlinuxcn
, I cannot reproduce the error again
(using packager information, i can confirm that the two packages are different)
there was no extra dependencies (build/execute) installed by makepkg
I may have to use clean chroot to test this further