@MajorMayer: It is a packaging issue from okimfpsdrv
with a side effect on cpu-x
.
As wrote in Arch package guidelines, /usr/libexec/
should not be used:
Avoid using
/usr/libexec/
for anything. Use/usr/lib/$pkgname/
instead.
As okimfpsdrv
uses /usr/libexec/
, CMake detects this directory exists, so CMake try to use this directory to put cpu-x-daemon
, but as you noticed, it creates an issue.
As a workaround, I can add -DCMAKE_INSTALL_LIBEXECDIR="lib/cpu-x"
during CMake invocation in CPU-X PKGBUILD (done in 23a1bbd001de).
Pinned Comments
Xorg commented on 2020-10-28 20:11 (UTC)
If you have an error about
libcpuid.so
, you need to rebuild the package.