Tomasz Paweł Gajc
Tomasz Paweł Gajc
I got error when i compile guile-2.2.6 for riscv64. More logs can be found here https://abf.openmandriva.org/build_lists/659746 ``` ./guile-snarf-docs -o regex-posix.doc regex-posix.c -- -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -I/builddir/build/BUILD/guile-2.2.6 -Os...
## Expected Behavior Compile with succes and program runs without segfaults ## Actual Behavior Does not to compile with LLVM/clang and LTO More logs available here: https://abf.openmandriva.org/build_lists/27478 ``` FAILED: src/cryfs-cli/libcryfs-cli.so...
kernel 5.12.7 does not want to compile with UKSM patch on aarch64. ``` clang -Wp,-MMD,mm/.uksm.o.d -nostdinc -isystem /usr/lib64/clang/12.0.0/include -I./arch/arm64/include -I./arch/arm64/include/generated -I./include -I./arch/arm64/include/uapi -I./arch/arm64/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -include...
At OpenMandriva we uses LLVM/clang as default compiler. We managed to build kernel with LLVM/clang. Unfortunately i've noticed that UKSM patch produces lots of warnings. Full logs can be found...
Hi, ReuseSession set to true, does not allow user to log in back after logout. ``` Oct 20 01:15:27 localhost.localdomain systemd[1]: Started User Manager for UID 981. Oct 20 01:15:27...
I had to update lots of packages, which was about to 1 GiB of downloaded files. Unfortunately during rpm upgrade, process failed due to run out of free disk space....
**Describe the bug** ``` [41/68] Building C object CMakeFiles/json-c.dir/json_object.c.o FAILED: CMakeFiles/json-c.dir/json_object.c.o /usr/bin/gcc -D_GNU_SOURCE -Djson_c_EXPORTS -I../ -I. -Os -fomit-frame-pointer -g1 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector-all --param=ssp-buffer-size=4 -mtune=generic -m32 -ffunction-sections -fdata-sections...
Hi, i'm trying to compile boost-1.76.0 on aarch64 with LLVM/clang-12.x. and it due to this error: ``` clang-linux.compile.c++.without-pch bin.v2/libs/log/build/clang-linux-12.0.1/release/debug-symbols-on/pch-off/threadapi-pthread/threading-multi/visibility-hidden/syslog_backend.o "clang++" -c -x c++ -fvisibility-inlines-hidden -std=c++14 -fPIC -fPIC -pthread -Wall -g...
Hi, this is documentation update for RPM based distributions about usage of `zlib-dynamic `and that it may cause issues like https://github.com/openssl/openssl/issues/19539 ##### Checklist - [x] documentation is added or updated...
Hi, looks like openssl3 is linking to development zlib library name/soname. Basically in RPM world a *.so (i.e. /usr/lib64/libz.so) files goes to development subpackage while *.so.%{major} (i.e. /usr/lib64/libz.so.1) are distributed...