Closed leinardi closed 1 year ago
Cannot reproduce on Arch.
git clone https://github.com/tau-OS/libhelium && \
meson --prefix /usr builddir && \
cd builddir && \
meson compile && \
sudo meson install
Let me pull out an Ubuntu container, to make sure it's not a specific issue there.
Hold on, it seems a permission issue:
$ ll /home/rleinardi/Workspace/Misc/libhelium/_build/lib/libhelium-1.so.1.p/Models/Application.c
-rw-r--r-- 1 root root 135681 apr 17 18:47 /home/rleinardi/Workspace/Misc/libhelium/_build/lib/libhelium-1.so.1.p/Models/Application.c
I actually didn't clone it, I just did a git fetch && git clean -xdf
.
After sudo rm -rf _build
is now working and the permission is also fine:
$ ll /home/rleinardi/Workspace/Misc/libhelium/_build/lib/libhelium-1.so.1.p/Models/Application.c
-rw-rw-r-- 1 rleinardi rleinardi 135681 apr 28 19:24 /home/rleinardi/Workspace/Misc/libhelium/_build/lib/libhelium-1.so.1.p/Models/Application.c
Maybe it was due to some test I did in the past. Closing, sorry for the noise.
No problem!
What Happened?
The step
ninja -v -C _build install
of the installation fails with the following error on Ubuntu 22.04.Steps to Reproduce
On Ubuntu 22.04:
Expected Behavior
The library is installed on the system.
OS Version
Other Linux
Software Version
Latest release (I have run all updates)
Log Output