apteryks
apteryks
The same happens when attempting to build from the latest commit: `b3734896de3fa23a78003a0d203d6a3aae896339`.
Seems related to the use of `"-DBUILD_SHARED_LIBS=ON"`. When switching this to OFF, it proceeds further, but eventually fails with: ``` [ 70%] Building C object libscap/engine/bpf/CMakeFiles/scap_engine_bpf.dir/scap_bpf.c.o cd /tmp/guix-build-falcosecurity-libs-0.15.1.drv-0/build/libscap/engine/bpf && /gnu/store/5lqhcv91ijy82p92ac6g5xw48l0lwwz4-gcc-11.3.0/bin/gcc...
> /tmp/guix-build-falcosecurity-libs-0.15.1.drv-0/source/userspace/libscap/engine/bpf/scap_bpf.c: In function ‘load_bpf_file’: > /tmp/guix-build-falcosecurity-libs-0.15.1.drv-0/source/userspace/libscap/engine/bpf/scap_bpf.c:717:61: error: ‘ELF_C_READ_MMAP_PRIVATE’ undeclared (first use in this function) > 717 | handle->elf = elf_begin(handle->program_fd, ELF_C_READ_MMAP_PRIVATE, NULL); This was resolved by adding `elfutils` to...
I've made some progress on this. I'm now encountering: ``` [ 98%] Linking CXX executable libscap_test cd /home/maxim/src/falcosecurity-libs/build4/test/libscap && /gnu/store/jg0xx3g6ac56mfs7646qln18z4y9fpj0-cmake-minimal-3.24.2/bin/cmake -E cmake_link_script CMakeFiles/libscap_test.dir/link.txt --verbose=1 /gnu/store/zkzvc2b0xggy6ah9xxyar1i1z9dj185i-profile/bin/c++ -Wall -ggdb -std=c++17 -O3 -fno-strict-aliasing...
/remove-lifecycle rotten
Indeed, I also get: "No tests were found!!!" when running 'make check'.
Why? It's currently GPLv2 only, like the kernel, Linux.
Agreed that the license header could be clarified to mention this package's name (google-maps.el ?) rather than GNU Emacs, as this is misleading. A LICENSE file put at the root...
I confirm that even without rotating the waveshare35b-v2 screen, its touchscreen default configuration is off (x => y and y => -x). It's probably fixable via a the `CalibrationMatrix` libinput...
I've finally understood what was causing my confusion. The screen is by default rotated 90 degrees in the counter-clockwise direction, but the touchscreen axes are untouched. So the X-Y axes...