Hi,I have been attempting to write a guix package definition for the r2retdec radare2 plugin (https://github.com/radareorg/r2retdec) and have encountered an error specifying that the retdec source code could not be fetched from github by cmake. How should I fix this? I have included the error log and the package definition. Thank you in advance!
PS: You may receive this message several times due to problems on my side. please excuse this inconvenience.
(use-modules (gnu packages) (guix packages) (guix gexp) (guix build utils) (guix git-download) (guix licenses) (guix build-system copy) (guix build-system meson) (guix build-system cmake) (guix build-system gnu)) (define radare2-r2retdec (package (name "radare2-r2retdec") (version "0.4.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/radareorg/r2retdec") (commit "0.4.0"))) (sha256 (base32 "15scbwq9b71mm79lcnkj3dqry7ain1fn7g2rnw6asjf8qqizaqd2")) ;; (patches '("patch")) (snippet #~(begin (system* "git" "clone" "https://github.com/avast/retdec/" "retdec-src") (mkdir "b") )))) (build-system cmake-build-system) (inputs (append (specifications->packages (list "pkg-config" "git" "patch" "radare2")) (list ) )) (synopsis "radare2 decompiler plugin") (description "r2retdec is a radare2 decompilation plugin") (home-page "https://github.com/radareorg/r2retdec") (license expat))) radare2-r2retdec
[1;35mThe following derivation will be built: [0m /gnu/store/985xd4rrsc2q09zs428afwgh8m2dbxx6-radare2-r2retdec-0.4.0.drv [1m[0mbuilding /gnu/store/985xd4rrsc2q09zs428afwgh8m2dbxx6-radare2-r2retdec-0.4.0.drv... starting phase `separate-from-pid1' build process now running as PID 6 phase `separate-from-pid1' succeeded after 0.0 seconds starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environment variable `PATH' set to `/gnu/store/8wkkxkgkiqaddpn2al8khxnaaanici26-cmake-minimal-3.24.2/bin:/gnu/store/a3lsdsalcmg5wnk67869af7wljprkbam-pkg-config-0.29.2/bin:/gnu/store/0i2xqf8kx7j7mlv2q1yv5nbbafa5y8gw-git-2.50.0/bin:/gnu/store/c27idfdsgpd0i7pr0cv855kv085nmp1d-patch-2.8/bin:/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/bin:/gnu/store/j5zgzgsmbjgywr67r86h1n6s4qiabv5q-tar-1.34/bin:/gnu/store/0r2fx1lr1h2i3cl1x5fw4s4ly95qspya-gzip-1.13/bin:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/bin:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/bin:/gnu/store/swmflx2bmqpf0drm167pxfpgyr7ckcam-diffutils-3.10/bin:/gnu/store/4jhlsg65s1zx90gnnfmaax52i8prnl45-patch-2.7.6/bin:/gnu/store/b5c62i99dsfa5j0j3f8g2j1xdi6fih22-findutils-4.9.0/bin:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/bin:/gnu/store/3f0fjq25n2kwcmi0zyrf216wa6g8xpjw-zstd-1.5.2/bin:/gnu/store/3i4fr8riqw9azh1p4mqggl5vdz23kyr8-sed-4.8/bin:/gnu/store/7k8b93779dqpwcg2qjdvnf4nl43jv7hf-grep-3.11/bin:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/bin:/gnu/store/7h0mnlwalw23j9jmvz5n1i5mqkgb4d06-coreutils-9.1/bin:/gnu/store/lc6r1mh0jlcwixjziiw1zsx1my478rv1-make-4.4.1/bin:/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin:/gnu/store/3k6lyifyg024lk3gncsgf2gzjzvc70gv-ld-wrapper-0/bin:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/bin:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/bin:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/bin:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/sbin:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/bin' environment variable `CMAKE_PREFIX_PATH' set to `/gnu/store/8wkkxkgkiqaddpn2al8khxnaaanici26-cmake-minimal-3.24.2/:/gnu/store/a3lsdsalcmg5wnk67869af7wljprkbam-pkg-config-0.29.2/:/gnu/store/0i2xqf8kx7j7mlv2q1yv5nbbafa5y8gw-git-2.50.0/:/gnu/store/c27idfdsgpd0i7pr0cv855kv085nmp1d-patch-2.8/:/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/:/gnu/store/j5zgzgsmbjgywr67r86h1n6s4qiabv5q-tar-1.34/:/gnu/store/0r2fx1lr1h2i3cl1x5fw4s4ly95qspya-gzip-1.13/:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/:/gnu/store/swmflx2bmqpf0drm167pxfpgyr7ckcam-diffutils-3.10/:/gnu/store/4jhlsg65s1zx90gnnfmaax52i8prnl45-patch-2.7.6/:/gnu/store/b5c62i99dsfa5j0j3f8g2j1xdi6fih22-findutils-4.9.0/:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/:/gnu/store/3f0fjq25n2kwcmi0zyrf216wa6g8xpjw-zstd-1.5.2/:/gnu/store/3i4fr8riqw9azh1p4mqggl5vdz23kyr8-sed-4.8/:/gnu/store/7k8b93779dqpwcg2qjdvnf4nl43jv7hf-grep-3.11/:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/:/gnu/store/7h0mnlwalw23j9jmvz5n1i5mqkgb4d06-coreutils-9.1/:/gnu/store/lc6r1mh0jlcwixjziiw1zsx1my478rv1-make-4.4.1/:/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/:/gnu/store/3k6lyifyg024lk3gncsgf2gzjzvc70gv-ld-wrapper-0/:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/:/gnu/store/vqdiyyqbrv4akp68pfya4j6m3pdbnhca-glibc-2.39-static/:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/:/gnu/store/svghsdn1x3fyili8ij791nn25zba9bpf-linux-libre-headers-5.15.49/' environment variable `SSL_CERT_DIR' unset environment variable `SSL_CERT_FILE' unset environment variable `PKG_CONFIG_PATH' set to `/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/lib/pkgconfig:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/lib/pkgconfig:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/lib/pkgconfig:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/lib/pkgconfig' environment variable `GIT_SSL_CAINFO' unset environment variable `GIT_EXEC_PATH' set to `/gnu/store/0i2xqf8kx7j7mlv2q1yv5nbbafa5y8gw-git-2.50.0/libexec/git-core' environment variable `BASH_LOADABLES_PATH' unset environment variable `C_INCLUDE_PATH' set to `/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/include:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/include:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/include:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/include:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/include:/gnu/store/lc6r1mh0jlcwixjziiw1zsx1my478rv1-make-4.4.1/include:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/include:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/include:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/include:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/include:/gnu/store/svghsdn1x3fyili8ij791nn25zba9bpf-linux-libre-headers-5.15.49/include' environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/include:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/include:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/include:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/include:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/include:/gnu/store/lc6r1mh0jlcwixjziiw1zsx1my478rv1-make-4.4.1/include:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/include:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/include/c++:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/include:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/include:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/include:/gnu/store/svghsdn1x3fyili8ij791nn25zba9bpf-linux-libre-headers-5.15.49/include' environment variable `OBJC_INCLUDE_PATH' set to `/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/include:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/include:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/include:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/include:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/include:/gnu/store/lc6r1mh0jlcwixjziiw1zsx1my478rv1-make-4.4.1/include:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/include:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/include:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/include:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/include:/gnu/store/svghsdn1x3fyili8ij791nn25zba9bpf-linux-libre-headers-5.15.49/include' environment variable `OBJCPLUS_INCLUDE_PATH' set to `/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/include:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/include:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/include:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/include:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/include:/gnu/store/lc6r1mh0jlcwixjziiw1zsx1my478rv1-make-4.4.1/include:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/include:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/include/c++:/gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/include:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/include:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/include:/gnu/store/svghsdn1x3fyili8ij791nn25zba9bpf-linux-libre-headers-5.15.49/include' environment variable `LIBRARY_PATH' set to `/gnu/store/qkdirz46m4zfp4ci8rlnhqqfr6xh08f8-radare2-5.1.1/lib:/gnu/store/56aq6sdx35f7rsxq8jq9ypafk0dhd3p3-bzip2-1.0.8/lib:/gnu/store/544ga5n6nq8y2961ihigra6n6a0r99nn-file-5.45/lib:/gnu/store/vrl2r0ps24k1a6yap2chjylv5rhbndvr-gawk-5.3.0/lib:/gnu/store/fbaw0sb21gv02qq7gs9wg5y5wlpdgzih-xz-5.4.5/lib:/gnu/store/ylgkrq9j1gyfig2y66srmgsbyh9w20d9-binutils-2.41/lib:/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/lib:/gnu/store/vqdiyyqbrv4akp68pfya4j6m3pdbnhca-glibc-2.39-static/lib:/gnu/store/307xyq7c2v6amsv6kh1b0yqf3kvmssjv-xxhash-0.8.2/lib' environment variable `GUIX_LOCPATH' set to `/gnu/store/zvlp3n8iwa1svxmwv4q22pv1pb1c9pjq-glibc-2.39/lib/locale' environment variable `TZDIR' unset phase `set-paths' succeeded after 0.0 seconds starting phase `install-locale' using 'C.UTF-8' locale for category "LC_ALL" phase `install-locale' succeeded after 0.0 seconds starting phase `unpack' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/README.md' -> `./README.md' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/LICENSE-THIRD-PARTY' -> `./LICENSE-THIRD-PARTY' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/CHANGELOG.md' -> `./CHANGELOG.md' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/.gitignore' -> `./.gitignore' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/LICENSE' -> `./LICENSE' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/CMakeLists.txt' -> `./CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/Makefile' -> `./Makefile' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/cmake/FindRadare2.cmake' -> `./cmake/FindRadare2.cmake' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/r2cgen.h' -> `./include/r2plugin/r2cgen.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/r2utils.h' -> `./include/r2plugin/r2utils.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/r2data.h' -> `./include/r2plugin/r2data.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/filesystem_wrapper.h' -> `./include/r2plugin/filesystem_wrapper.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/r2retdec.h' -> `./include/r2plugin/r2retdec.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/console/data_analysis.h' -> `./include/r2plugin/console/data_analysis.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/console/decompiler.h' -> `./include/r2plugin/console/decompiler.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/r2plugin/console/console.h' -> `./include/r2plugin/console/console.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/include/iaito-plugin/core_plugin.h' -> `./include/iaito-plugin/core_plugin.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/scripts/run-r2-decompilation.py' -> `./scripts/run-r2-decompilation.py' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/doc/CMakeLists.txt' -> `./doc/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/doc/doxygen/show_doxygen_log.cmake' -> `./doc/doxygen/show_doxygen_log.cmake' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/doc/doxygen/doxygen.h' -> `./doc/doxygen/doxygen.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/doc/doxygen/doxygen.cfg.in' -> `./doc/doxygen/doxygen.cfg.in' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/doc/doxygen/CMakeLists.txt' -> `./doc/doxygen/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/deps/CMakeLists.txt' -> `./deps/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/deps/iaito/CMakeLists.txt' -> `./deps/iaito/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/deps/retdec/CMakeLists.txt' -> `./deps/retdec/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/CMakeLists.txt' -> `./src/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/decompiler-config.h' -> `./src/r2plugin/decompiler-config.h' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/r2retdec.cpp' -> `./src/r2plugin/r2retdec.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/registration.cpp' -> `./src/r2plugin/registration.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/r2utils.cpp' -> `./src/r2plugin/r2utils.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/r2cgen.cpp' -> `./src/r2plugin/r2cgen.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/r2data.cpp' -> `./src/r2plugin/r2data.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/CMakeLists.txt' -> `./src/r2plugin/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/console/decompiler.cpp' -> `./src/r2plugin/console/decompiler.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/console/data_analysis.cpp' -> `./src/r2plugin/console/data_analysis.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/r2plugin/console/console.cpp' -> `./src/r2plugin/console/console.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/iaito-plugin/core_plugin.cpp' -> `./src/iaito-plugin/core_plugin.cpp' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/src/iaito-plugin/CMakeLists.txt' -> `./src/iaito-plugin/CMakeLists.txt' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/.github/workflows/r2plugin-ci.yml' -> `./.github/workflows/r2plugin-ci.yml' `/gnu/store/wk9h1f0z3ixq1lppx841y7bs7dg2hnqg-git-checkout/.github/workflows/radare2.version' -> `./.github/workflows/radare2.version' phase `unpack' succeeded after 0.0 seconds starting phase `patch-usr-bin-file' phase `patch-usr-bin-file' succeeded after 0.0 seconds starting phase `patch-source-shebangs' patch-shebang: ./scripts/run-r2-decompilation.py: warning: no binary for interpreter `python3' found in $PATH phase `patch-source-shebangs' succeeded after 0.0 seconds starting phase `configure' source directory: "/tmp/guix-build-radare2-r2retdec-0.4.0.drv-0/source" (relative from build: "../source") build directory: "/tmp/guix-build-radare2-r2retdec-0.4.0.drv-0/build" running 'cmake' with arguments ("../source" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_INSTALL_PREFIX=/gnu/store/5l1lhwiak9dmmd76awld0sb08bn95dq3-radare2-r2retdec-0.4.0" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/5l1lhwiak9dmmd76awld0sb08bn95dq3-radare2-r2retdec-0.4.0/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON") -- The C compiler identification is GNU 11.4.0 -- The CXX compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /gnu/store/86fc8bi3mciljxz7c79jx8zr4wsx7xw8-gcc-11.4.0/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /gnu/store/a3lsdsalcmg5wnk67869af7wljprkbam-pkg-config-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for one of the modules 'r_core' -- Found Radare2: Radare2::libr [ 11%] Creating directories for 'retdec-populate' [ 22%] Performing download step (git clone) for 'retdec-populate' Cloning into 'retdec-src'... fatal: unable to access 'https://github.com/avast/retdec/': Could not resolve host: github.com Cloning into 'retdec-src'... fatal: unable to access 'https://github.com/avast/retdec/': Could not resolve host: github.com Cloning into 'retdec-src'... fatal: unable to access 'https://github.com/avast/retdec/': Could not resolve host: github.com -- Had to git clone more than once: 3 times. CMake Error at retdec-subbuild/retdec-populate-prefix/tmp/retdec-populate-gitclone.cmake:39 (message): Failed to clone repository: 'https://github.com/avast/retdec' make[2]: *** [CMakeFiles/retdec-populate.dir/build.make:102: retdec-populate-prefix/src/retdec-populate-stamp/retdec-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/retdec-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 CMake Error at /gnu/store/8wkkxkgkiqaddpn2al8khxnaaanici26-cmake-minimal-3.24.2/share/cmake-3.24/Modules/FetchContent.cmake:1604 (message): Build step for retdec failed: 2 Call Stack (most recent call first): /gnu/store/8wkkxkgkiqaddpn2al8khxnaaanici26-cmake-minimal-3.24.2/share/cmake-3.24/Modules/FetchContent.cmake:1744:EVAL:2 (__FetchContent_directPopulate) /gnu/store/8wkkxkgkiqaddpn2al8khxnaaanici26-cmake-minimal-3.24.2/share/cmake-3.24/Modules/FetchContent.cmake:1744 (cmake_language) deps/retdec/CMakeLists.txt:12 (FetchContent_Populate) -- Configuring incomplete, errors occurred! See also "/tmp/guix-build-radare2-r2retdec-0.4.0.drv-0/build/CMakeFiles/CMakeOutput.log". error: in phase 'configure': uncaught exception: %exception #<&invoke-error program: "cmake" arguments: ("../source" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_INSTALL_PREFIX=/gnu/store/5l1lhwiak9dmmd76awld0sb08bn95dq3-radare2-r2retdec-0.4.0" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/5l1lhwiak9dmmd76awld0sb08bn95dq3-radare2-r2retdec-0.4.0/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON") exit-status: 1 term-signal: #f stop-signal: #f> phase `configure' failed after 0.8 seconds command "cmake" "../source" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_INSTALL_PREFIX=/gnu/store/5l1lhwiak9dmmd76awld0sb08bn95dq3-radare2-r2retdec-0.4.0" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/5l1lhwiak9dmmd76awld0sb08bn95dq3-radare2-r2retdec-0.4.0/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON" failed with status 1 build process 6 exited with status 256 builder for `/gnu/store/985xd4rrsc2q09zs428afwgh8m2dbxx6-radare2-r2retdec-0.4.0.drv' failed with exit code 1 build of /gnu/store/985xd4rrsc2q09zs428afwgh8m2dbxx6-radare2-r2retdec-0.4.0.drv failed View build log at '/var/log/guix/drvs/98/5xd4rrsc2q09zs428afwgh8m2dbxx6-radare2-r2retdec-0.4.0.drv.gz'. guix build: error: build of `/gnu/store/985xd4rrsc2q09zs428afwgh8m2dbxx6-radare2-r2retdec-0.4.0.drv' failed
publickey - vanegascarlos@proton.me - 0xFA220AF5.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature