3eka
3eka
Started from scratch: ``` :; rm -rf difftastic/ && git clone https://github.com/Wilfred/difftastic && cd difftastic/ :; truss -o /tmp/cargo-build.truss -f cargo build --verbose --release --jobs 1 Compiling autocfg v1.1.0 Running...
Hi again, no luck: ``` :; rm -rf difftastic/ && git clone https://github.com/Wilfred/difftastic && cd difftastic/ :; sed -i "s#parsers.par_iter/parsers.iter#" build.rs :; cargo build --verbose --release --jobs 1 Compiling autocfg...
Seems native python 3 support is still missing? Any ETA on fix? Regards.
Is there option to include existing libssl.a libcrypto.a to static build, instead of building OpenSSL again (let us say I have already self-built OpenSSL 1.1.1h with both shared and static...
HI @davidducos , here: ``` :; cd /nobackup/SFW_build/mydumper-0.12.1/bld :; gmake -n all | grep mydumper.c /usr/bin/cmake -E cmake_echo_color --switch= --green --progress-dir=/nobackup/SFW_build/mydumper-0.12.1/bld/CMakeFiles --progress-num=3 "Building C object CMakeFiles/mydumper.dir/mydumper.c.o" /usr/gcc/10/bin/gcc -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -Wall...
UPDATE: If I add */pz/SFW/include* to that command, error is gone! So, how to pass it to cmake command properly? ``` :; /usr/gcc/10/bin/gcc -I/pz/SFW/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -Wall -Wno-deprecated-declarations -Wunused -Wwrite-strings...
> I might be just guessing but, why don't you try with: > > ``` > --DPC_PCRE_INCLUDEDIR=${PREFIX}/include \ > ``` > > instead of: > > ``` > -DPCRE_INCLUDE_DIR=${PREFIX}/include \...
Hi @davidducos , I have tried all of that already, and that is why I have open ticket here: from some reason, even if `Found PCRE: /pz/SFW/include` is shown, it...
UPDATE: I am not sure how to fix this, as I read all CMake docs available (and many forums) around -- nothing has worked for me... (https://cmake.org/cmake/help/latest/manual/cmake-commands.7.html, etc...) I think...
Example: # This was done w/o problems: ```` :; n3dr backup --n3drRepo my-yum --n3drUser predrag_zecevic --n3drPass *** --n3drURL ${REPO1} \ --directory-prefix /backup/tmp/n3dr ... :; cd /backup/tmp/n3dr ```` # Failure ````...