Actions
Bug #561
closed
PF
PM
Install script can't find cmocka
Bug #561:
Install script can't find cmocka
Start date:
09/13/2024
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
I run as instructed:
meson setup builddir
meson compile -C builddir
meson test -C builddir
meson install -C builddir
On the last command, after everything has been confiugred and built, and tested, it gets here and breaks:
Installing subprojects/cmocka-1.1.5/src/libcmocka.so.0.5.0 to /usr/local/lib/x86_64-linux-gnu
Installing symlink pointing to libcmocka.so.0.5.0 to /usr/local/lib/x86_64-linux-gnu/libcmocka.so.0
Installing symlink pointing to libcmocka.so.0 to /usr/local/lib/x86_64-linux-gnu/libcmocka.soERROR: File 'subprojects/cmocka-1.1.5/src/libcmocka.a' could not be found
What should I do about that?
Actions