nikp123 / xava

X11 Audio Visualizer for ALSA
http://nikp123.github.io/xava
Other
133 stars 15 forks source link

Linker issue in "Release" build #41

Closed make-42 closed 3 years ago

make-42 commented 3 years ago

When I install xava-git from AUR. I get the following error.

[ontake@ontakePC ~]$ xava
xava: error while loading shared libraries: libxava-shared.so: cannot open shared object file: No such file or directory
nikp123 commented 3 years ago

fixed

make-42 commented 3 years ago

It's still not working...

nikp123 commented 3 years ago

Provide logs, although it seems that building with yay as opposed to just doing a makepkg -sri breaks the package

God I hate linker issues.

nikp123 commented 3 years ago

Also hate to ask this, but could you provide any logs so I can have a deeper look because "it works on my machine".

nikp123 commented 3 years ago

Yeah, this is more than just a failed AUR build

The linker is acting funny

nikp123 commented 3 years ago

Except I can't recreate it outside of AUR......

nikp123 commented 3 years ago

@C8H10N4O2-E970 try now

nikp123 commented 3 years ago
Total Installed Size:  0.64 MiB
Net Upgrade Size:      0.12 MiB

XAVA: Now with iniparser included

make-42 commented 3 years ago

Still has the issue

make-42 commented 3 years ago

Manually removing /usr/local/bin/xava /usr/local/lib/xava/ (somehow doesn't delete with yay -R xava-git) and doing yay -S xava-git fixes it.

nikp123 commented 3 years ago

Yeah, I should just disallow /usr/local installs. They cause too much trouble.