This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Guix configure UNKNOWN, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --localstatedir=/var ## --------- ## ## Platform. ## ## --------- ## hostname = gorse uname -m = x86_64 uname -r = 5.14.17-gnu uname -s = Linux uname -v = #1 SMP 1 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin PATH: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2585: checking for a BSD-compatible install configure:2653: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/install -c configure:2664: checking whether build environment is sane configure:2719: result: yes configure:2863: checking for a thread-safe mkdir -p configure:2902: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/mkdir -p configure:2909: checking for gawk configure:2925: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/gawk configure:2936: result: gawk configure:2947: checking whether make sets $(MAKE) configure:2969: result: yes configure:2998: checking whether make supports nested variables configure:3015: result: yes configure:3104: checking whether UID '1000' is supported by ustar format configure:3107: result: yes configure:3114: checking whether GID '998' is supported by ustar format configure:3117: result: yes configure:3125: checking how to create a ustar tar archive configure:3136: tar --version tar (GNU tar) 1.34 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3139: $? = 0 configure:3179: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3182: $? = 0 configure:3186: tar -xf - &5 gcc (GCC) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3689: $? = 0 configure:3678: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/gnu/store/vakvgvrb839igv16jkif4lmx11d25jqb-gcc-10.3.0/libexec/gcc/x86_64-unknown-linux-gnu/10.3.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: Thread model: posix Supported LTO compression algorithms: zlib gcc version 10.3.0 (GCC) configure:3689: $? = 0 configure:3678: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:3689: $? = 1 configure:3678: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3689: $? = 1 configure:3709: checking whether the C compiler works configure:3731: gcc conftest.c >&5 configure:3735: $? = 0 configure:3783: result: yes configure:3786: checking for C compiler default output file name configure:3788: result: a.out configure:3794: checking for suffix of executables configure:3801: gcc -o conftest conftest.c >&5 configure:3805: $? = 0 configure:3827: result: configure:3849: checking whether we are cross compiling configure:3857: gcc -o conftest conftest.c >&5 configure:3861: $? = 0 configure:3868: ./conftest configure:3872: $? = 0 configure:3860: result: no configure:3865: checking for suffix of object files configure:3887: gcc -c conftest.c >&5 configure:3891: $? = 0 configure:3912: result: o configure:3916: checking whether we are using the GNU C compiler configure:3935: gcc -c conftest.c >&5 configure:3935: $? = 0 configure:3944: result: yes configure:3953: checking whether gcc accepts -g configure:3973: gcc -c -g conftest.c >&5 configure:3973: $? = 0 configure:4014: result: yes configure:4031: checking for gcc option to accept ISO C89 configure:4094: gcc -c -g -O2 conftest.c >&5 configure:4094: $? = 0 configure:4107: result: none needed configure:4132: checking whether gcc understands -c and -o together configure:4154: gcc -c conftest.c -o conftest2.o configure:4157: $? = 0 configure:4154: gcc -c conftest.c -o conftest2.o configure:4157: $? = 0 configure:4169: result: yes configure:4188: checking dependency style of gcc configure:4299: result: gcc3 configure:4320: checking how to run the C preprocessor configure:4351: gcc -E conftest.c configure:4351: $? = 0 configure:4365: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4365: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | /* end confdefs.h. */ | #include configure:4390: result: gcc -E configure:4410: gcc -E conftest.c configure:4410: $? = 0 configure:4424: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4424: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | /* end confdefs.h. */ | #include configure:4453: checking for grep that handles long lines and -e configure:4511: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/grep configure:4516: checking for egrep configure:4578: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/grep -E configure:4583: checking for ANSI C header files configure:4603: gcc -c -g -O2 conftest.c >&5 configure:4603: $? = 0 configure:4676: gcc -o conftest -g -O2 conftest.c >&5 configure:4676: $? = 0 configure:4676: ./conftest configure:4676: $? = 0 configure:4687: result: yes configure:4700: checking for sys/types.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for sys/stat.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for stdlib.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for string.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for memory.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for strings.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for inttypes.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for stdint.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4700: checking for unistd.h configure:4700: gcc -c -g -O2 conftest.c >&5 configure:4700: $? = 0 configure:4700: result: yes configure:4713: checking minix/config.h usability configure:4713: gcc -c -g -O2 conftest.c >&5 conftest.c:54:10: fatal error: minix/config.h: No such file or directory 54 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:4713: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4713: result: no configure:4713: checking minix/config.h presence configure:4713: gcc -E conftest.c conftest.c:21:10: fatal error: minix/config.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:4713: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4713: result: no configure:4713: checking for minix/config.h configure:4713: result: no configure:4734: checking whether it is safe to define __EXTENSIONS__ configure:4752: gcc -c -g -O2 conftest.c >&5 configure:4752: $? = 0 configure:4759: result: yes configure:4774: checking for a sed that does not truncate output configure:4838: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/sed configure:4844: checking whether NLS is requested configure:4853: result: yes configure:4893: checking for msgfmt configure: trying /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt... 0 translated messages. configure:4925: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt configure:4934: checking for gmsgfmt configure:4965: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt configure:5015: checking for xgettext configure: trying /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xgettext... /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:5047: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xgettext configure:5092: checking for msgmerge configure: trying /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgmerge... configure:5123: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgmerge configure:5160: checking build system type configure:5174: result: x86_64-pc-linux-gnu configure:5194: checking host system type configure:5207: result: x86_64-pc-linux-gnu configure:5252: checking for ld used by gcc configure:5319: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/ld configure:5326: checking if the linker (/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/ld) is GNU ld configure:5341: result: yes configure:5348: checking for shared library run path origin configure:5361: result: done configure:5933: checking for CFPreferencesCopyAppValue configure:5951: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:26:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory 26 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:5951: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:5960: result: no configure:5967: checking for CFLocaleCopyCurrent configure:5985: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:26:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory 26 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:5985: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:5994: result: no configure:6043: checking for GNU gettext in libc configure:6067: gcc -o conftest -g -O2 conftest.c >&5 configure:6067: $? = 0 configure:6076: result: yes configure:6904: checking whether to use NLS configure:6906: result: yes configure:6909: checking where the gettext function comes from configure:6920: result: libc configure:6983: checking for sed configure:7013: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/sed configure:7066: checking for the Guix system type configure:7068: result: x86_64-linux configure:7199: checking for the store directory configure:7201: result: /gnu/store configure:7223: checking the length of the installed socket file name configure:7230: result: 30 configure:7234: checking for unit test root directory configure:7241: result: /home/ming/Downloads/guix/test-tmp configure:7246: checking the length of the socket file name used in tests configure:7253: result: 66 configure:7257: checking the length of a typical hash bang line configure:7264: result: 73 configure:7269: checking the length of a hash bang line used in tests configure:7276: result: 103 configure:7373: checking for pkg-config configure:7391: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/pkg-config configure:7403: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/pkg-config configure:7428: checking pkg-config is at least version 0.9.0 configure:7431: result: yes configure:7463: checking for guile 3.0 configure:7466: $PKG_CONFIG --exists --print-errors "guile-$v" configure:7469: $? = 0 configure:7486: found guile 3.0 configure:7507: checking for guile-3.0 configure:7540: result: no configure:7507: checking for guile3.0 configure:7540: result: no configure:7507: checking for guile-3 configure:7540: result: no configure:7507: checking for guile3 configure:7540: result: no configure:7507: checking for guile configure:7525: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile configure:7537: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile configure:7565: checking for Guile version >= 3.0 configure:7593: result: 3.0.7 configure:7598: checking for guild configure:7616: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guild configure:7628: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guild configure:7640: checking for guile-config configure:7658: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile-config configure:7670: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile-config configure:7732: checking for guile-3.0 configure:7739: $PKG_CONFIG --exists --print-errors "guile-$GUILE_EFFECTIVE_VERSION" configure:7742: $? = 0 configure:7756: $PKG_CONFIG --exists --print-errors "guile-$GUILE_EFFECTIVE_VERSION" configure:7759: $? = 0 configure:7817: result: yes configure:7960: checking if (gnutls) is available configure:7967: result: yes configure:7975: checking if (git) is available configure:7982: result: yes configure:7991: checking whether Guile-JSON is available and recent enough configure:8017: result: yes configure:8025: checking whether Guile-Sqlite3 is available and recent enough configure:8040: result: yes configure:8048: checking whether Guile-Gcrypt is available and recent enough configure:8065: result: yes configure:8073: checking whether Guile-Git is available and recent enough configure:8093: result: yes configure:8100: checking if (htmlprag) exports `%strict-tokenizer?' configure:8107: result: yes configure:8128: checking whether Guile-zlib is available and recent enough configure:8144: result: yes configure:8151: checking if (lzlib) is available configure:8158: result: yes configure:8166: checking if (avahi) is available configure:8173: result: yes configure:8186: checking if (newt) is available configure:8193: result: no configure:8224: checking whether /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile provides feature 'regex' configure:8228: result: yes configure:8224: checking whether /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile provides feature 'posix' configure:8228: result: yes configure:8224: checking whether /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile provides feature 'socket' configure:8228: result: yes configure:8224: checking whether /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile provides feature 'net-db' configure:8228: result: yes configure:8224: checking whether /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile provides feature 'threads' configure:8228: result: yes configure:8238: checking for a sed that does not truncate output configure:8302: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/sed configure:8310: checking for gzip configure:8328: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/gzip configure:8340: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/gzip configure:8350: checking for bzip2 configure:8368: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/bzip2 configure:8380: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/bzip2 configure:8390: checking for xz configure:8408: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xz configure:8420: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xz configure:8468: checking for libgcrypt-config configure:8486: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/libgcrypt-config configure:8498: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/libgcrypt-config configure:8506: checking libgcrypt's library directory configure:8517: result: /gnu/store/5z3gh8yq8a8dzlhm7llx50cjf1vj1r2w-libgcrypt-1.8.8/lib configure:8528: checking whether Guile-SSH is available and recent enough configure:8547: result: yes configure:8638: checking whether to build daemon configure:8640: result: yes configure:8701: checking for g++ configure:8717: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/g++ configure:8728: result: g++ configure:8755: checking for C++ compiler version configure:8764: g++ --version >&5 g++ (GCC) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:8775: $? = 0 configure:8764: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/gnu/store/vakvgvrb839igv16jkif4lmx11d25jqb-gcc-10.3.0/libexec/gcc/x86_64-unknown-linux-gnu/10.3.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: Thread model: posix Supported LTO compression algorithms: zlib gcc version 10.3.0 (GCC) configure:8775: $? = 0 configure:8764: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. configure:8775: $? = 1 configure:8764: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:8775: $? = 1 configure:8779: checking whether we are using the GNU C++ compiler configure:8798: g++ -c conftest.cpp >&5 configure:8798: $? = 0 configure:8807: result: yes configure:8816: checking whether g++ accepts -g configure:8836: g++ -c -g conftest.cpp >&5 configure:8836: $? = 0 configure:8877: result: yes configure:8902: checking dependency style of g++ configure:9013: result: gcc3 configure:9077: checking for ar configure:9093: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/ar configure:9104: result: ar configure:9130: checking the archiver (ar) interface configure:9146: gcc -c -g -O2 conftest.c >&5 configure:9146: $? = 0 configure:9148: ar cru libconftest.a conftest.o >&5 ar: `u' modifier ignored since `D' is the default (see `U') configure:9151: $? = 0 configure:9150: result: ar configure:9183: checking whether g++ supports C++11 configure:9207: g++ -c -std=c++11 -g -O2 conftest.cpp >&5 configure:9207: $? = 0 configure:9216: result: yes configure:9267: checking for ranlib configure:9283: found /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/ranlib configure:9294: result: ranlib configure:9326: checking for special C compiler options needed for large files configure:9371: result: no configure:9377: checking for _FILE_OFFSET_BITS value needed for large files configure:9402: g++ -c -g -O2 conftest.cpp >&5 configure:9402: $? = 0 configure:9434: result: no configure:9520: checking for gzdopen in -lz configure:9545: g++ -o conftest -g -O2 conftest.cpp -lz >&5 configure:9545: $? = 0 configure:9554: result: yes configure:9567: checking how to run the C++ preprocessor configure:9594: g++ -E conftest.cpp configure:9594: $? = 0 configure:9608: g++ -E conftest.cpp conftest.cpp:29:10: fatal error: ac_nonexistent.h: No such file or directory 29 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:9608: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include configure:9633: result: g++ -E configure:9653: g++ -E conftest.cpp configure:9653: $? = 0 configure:9667: g++ -E conftest.cpp conftest.cpp:29:10: fatal error: ac_nonexistent.h: No such file or directory 29 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:9667: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "UNKNOWN" | #define PACKAGE_STRING "GNU Guix UNKNOWN" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "UNKNOWN" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include configure:9698: checking zlib.h usability configure:9698: g++ -c -g -O2 conftest.cpp >&5 configure:9698: $? = 0 configure:9698: result: yes configure:9698: checking zlib.h presence configure:9698: g++ -E conftest.cpp configure:9698: $? = 0 configure:9698: result: yes configure:9698: checking for zlib.h configure:9698: result: yes configure:9711: checking for BZ2_bzWriteOpen in -lbz2 configure:9736: g++ -o conftest -g -O2 conftest.cpp -lbz2 >&5 configure:9736: $? = 0 configure:9745: result: yes configure:9756: checking bzlib.h usability configure:9756: g++ -c -g -O2 conftest.cpp >&5 configure:9756: $? = 0 configure:9756: result: yes configure:9756: checking bzlib.h presence configure:9756: g++ -E conftest.cpp configure:9756: $? = 0 configure:9756: result: yes configure:9756: checking for bzlib.h configure:9756: result: yes configure:9771: checking for sqlite3 >= 3.6.19 configure:9778: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19" configure:9781: $? = 0 configure:9795: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19" configure:9798: $? = 0 configure:9856: result: yes configure:9894: checking for gcry_md_open in -lgcrypt configure:9919: g++ -o conftest -g -O2 conftest.cpp -lgcrypt >&5 configure:9919: $? = 0 configure:9928: result: yes configure:9936: checking gcrypt.h usability configure:9936: g++ -c -g -O2 conftest.cpp >&5 configure:9936: $? = 0 configure:9936: result: yes configure:9936: checking gcrypt.h presence configure:9936: g++ -E conftest.cpp configure:9936: $? = 0 configure:9936: result: yes configure:9936: checking for gcrypt.h configure:9936: result: yes configure:9954: checking for chroot configure:9954: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9954: $? = 0 configure:9954: result: yes configure:9954: checking for unshare configure:9954: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9954: $? = 0 configure:9954: result: yes configure:9966: checking sched.h usability configure:9966: g++ -c -g -O2 conftest.cpp >&5 configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking sched.h presence configure:9966: g++ -E conftest.cpp configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking for sched.h configure:9966: result: yes configure:9966: checking sys/param.h usability configure:9966: g++ -c -g -O2 conftest.cpp >&5 configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking sys/param.h presence configure:9966: g++ -E conftest.cpp configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking for sys/param.h configure:9966: result: yes configure:9966: checking sys/mount.h usability configure:9966: g++ -c -g -O2 conftest.cpp >&5 configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking sys/mount.h presence configure:9966: g++ -E conftest.cpp configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking for sys/mount.h configure:9966: result: yes configure:9966: checking sys/syscall.h usability configure:9966: g++ -c -g -O2 conftest.cpp >&5 configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking sys/syscall.h presence configure:9966: g++ -E conftest.cpp configure:9966: $? = 0 configure:9966: result: yes configure:9966: checking for sys/syscall.h configure:9966: result: yes configure:9985: checking for lutimes configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for lchown configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for posix_fallocate configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for sched_setaffinity configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for statvfs configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for nanosleep configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for strsignal configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:9985: checking for statx configure:9985: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9985: $? = 0 configure:9985: result: yes configure:10003: checking locale usability configure:10003: g++ -c -g -O2 conftest.cpp >&5 configure:10003: $? = 0 configure:10003: result: yes configure:10003: checking locale presence configure:10003: g++ -E conftest.cpp configure:10003: $? = 0 configure:10003: result: yes configure:10003: checking for locale configure:10003: result: yes configure:10023: checking sys/personality.h usability configure:10023: g++ -c -g -O2 conftest.cpp >&5 configure:10023: $? = 0 configure:10023: result: yes configure:10023: checking sys/personality.h presence configure:10023: g++ -E conftest.cpp configure:10023: $? = 0 configure:10023: result: yes configure:10023: checking for sys/personality.h configure:10023: result: yes configure:10036: checking for default substitute URLs configure:10038: result: https://ci.guix.gnu.org https://bordeaux.guix.gnu.org configure:10048: checking whether Guile-SSH is available and recent enough configure:10067: result: yes configure:10084: checking for unit test root directory configure:10091: result: /home/ming/Downloads/guix/test-tmp configure:10100: checking for guile configure:10130: result: /gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile configure:10138: checking the current installation's localstatedir configure:10152: result: none configure:10346: checking that generated files are newer than configure configure:10352: result: done configure:10415: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Guix config.status UNKNOWN, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on gorse config.status:991: creating Makefile config.status:991: creating po/guix/Makefile.in config.status:991: creating po/packages/Makefile.in config.status:991: creating etc/guix-daemon.cil config.status:991: creating guix/config.scm config.status:991: creating etc/committer.scm config.status:991: creating test-env config.status:991: creating pre-inst-env config.status:991: creating nix/config.h config.status:1172: nix/config.h is unchanged config.status:1220: executing depfiles commands config.status:1297: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for 'am--depfiles'. config.status:1302: $? = 0 config.status:1220: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GUILE_CFLAGS_set= ac_cv_env_GUILE_CFLAGS_value= ac_cv_env_GUILE_LIBS_set= ac_cv_env_GUILE_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/lib/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SQLITE3_CFLAGS_set= ac_cv_env_SQLITE3_CFLAGS_value= ac_cv_env_SQLITE3_LIBS_set= ac_cv_env_SQLITE3_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_chroot=yes ac_cv_func_lchown=yes ac_cv_func_lutimes=yes ac_cv_func_nanosleep=yes ac_cv_func_posix_fallocate=yes ac_cv_func_sched_setaffinity=yes ac_cv_func_statvfs=yes ac_cv_func_statx=yes ac_cv_func_strsignal=yes ac_cv_func_unshare=yes ac_cv_guix_cxx11_support=yes ac_cv_guix_hash_bang_length=73 ac_cv_guix_socket_file_name_length=30 ac_cv_guix_test_hash_bang_length=103 ac_cv_guix_test_root=/home/ming/Downloads/guix/test-tmp ac_cv_guix_test_socket_file_name_length=66 ac_cv_header_bzlib_h=yes ac_cv_header_gcrypt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_sched_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_personality_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_bz2_BZ2_bzWriteOpen=yes ac_cv_lib_gcrypt_gcry_md_open=yes ac_cv_lib_z_gzdopen=yes ac_cv_objext=o ac_cv_path_BZIP2=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/bzip2 ac_cv_path_EGREP='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/grep -E' ac_cv_path_GMSGFMT=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt ac_cv_path_GREP=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/grep ac_cv_path_GUILD=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guild ac_cv_path_GUILE=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile ac_cv_path_GUILE_CONFIG=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile-config ac_cv_path_GZIP=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/gzip ac_cv_path_LIBGCRYPT_CONFIG=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/libgcrypt-config ac_cv_path_MSGFMT=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt ac_cv_path_MSGMERGE=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgmerge ac_cv_path_SED=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/sed ac_cv_path_XGETTEXT=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xgettext ac_cv_path_XZ=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xz ac_cv_path_ac_pt_PKG_CONFIG=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/pkg-config ac_cv_path_install='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/install -c' ac_cv_path_mkdir=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes guix_cv_current_localstatedir=none guix_cv_have_recent_guile_gcrypt=yes guix_cv_have_recent_guile_git=yes guix_cv_have_recent_guile_json=yes guix_cv_have_recent_guile_sqlite3=yes guix_cv_have_recent_guile_ssh=yes guix_cv_have_recent_guile_zlib=yes guix_cv_libgcrypt_libdir=/gnu/store/5z3gh8yq8a8dzlhm7llx50cjf1vj1r2w-libgcrypt-1.8.8/lib pkg_cv_GUILE_CFLAGS='-pthread -I/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/include/guile/3.0' pkg_cv_GUILE_LIBS='-L/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/lib -L/gnu/store/j0xha8g8i9390nwi1mzx8rjpdisg25ja-libgc-8.0.4/lib -lguile-3.0 -lgc' pkg_cv_SQLITE3_CFLAGS=-I/gnu/store/wdh9qz8skc8r0zj1hgnc0sfjlczy2kjj-sqlite-3.36.0/include pkg_cv_SQLITE3_LIBS='-L/gnu/store/wdh9qz8skc8r0zj1hgnc0sfjlczy2kjj-sqlite-3.36.0/lib -lsqlite3' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' automake-1.16' AWK='gawk' BUILD_DAEMON_FALSE='#' BUILD_DAEMON_OFFLOAD_FALSE='#' BUILD_DAEMON_OFFLOAD_TRUE='' BUILD_DAEMON_TRUE='' BZIP2='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/bzip2' CAN_RUN_TESTS_FALSE='#' CAN_RUN_TESTS_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOT='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' dot' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/grep -E' ENABLE_INSTALLER_FALSE='' ENABLE_INSTALLER_TRUE='#' EXEEXT='' GETTEXT_MACRO_VERSION='0.19' GMSGFMT='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt' GMSGFMT_015='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt' GREP='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/grep' GUILD='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guild' GUILE='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile' GUILE_CFLAGS='-pthread -I/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/include/guile/3.0' GUILE_CONFIG='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guile-config' GUILE_EFFECTIVE_VERSION='3.0' GUILE_LDFLAGS='-L/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/lib -L/gnu/store/j0xha8g8i9390nwi1mzx8rjpdisg25ja-libgc-8.0.4/lib -lguile-3.0 -lgc' GUILE_LIBS='-L/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/lib -L/gnu/store/j0xha8g8i9390nwi1mzx8rjpdisg25ja-libgc-8.0.4/lib -lguile-3.0 -lgc -Wl,-rpath -Wl,/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/lib -Wl,-rpath -Wl,/gnu/store/j0xha8g8i9390nwi1mzx8rjpdisg25ja-libgc-8.0.4/lib' GUILE_LTLIBS='-L/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/lib -L/gnu/store/j0xha8g8i9390nwi1mzx8rjpdisg25ja-libgc-8.0.4/lib -lguile-3.0 -lgc -R/gnu/store/3h3jn0745ngd87zp83k5smwhykxvdfgf-guile-3.0.7/lib -R/gnu/store/j0xha8g8i9390nwi1mzx8rjpdisg25ja-libgc-8.0.4/lib' GUILE_TOOLS='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/guild' GUIX_CHANNEL_COMMIT='#f' GUIX_CHANNEL_INTRODUCTION=''\''("9edb3f66fd807b096b48283debdcddccfea34bad" . "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")' GUIX_CHANNEL_URL='"https://git.savannah.gnu.org/git/guix.git"' GUIX_TEST_ROOT='/home/ming/Downloads/guix/test-tmp' GZIP='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/gzip' HAVE_GUILE_AVAHI_FALSE='#' HAVE_GUILE_AVAHI_TRUE='' HAVE_GUILE_LIB_FALSE='#' HAVE_GUILE_LIB_TRUE='' HAVE_GUILE_SSH_FALSE='#' HAVE_GUILE_SSH_TRUE='' HAVE_LIBBZ2_FALSE='#' HAVE_LIBBZ2_TRUE='' HELP2MAN='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' help2man' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/libgcrypt-config' LIBGCRYPT_LIBDIR='/gnu/store/5z3gh8yq8a8dzlhm7llx50cjf1vj1r2w-libgcrypt-1.8.8/lib' LIBGCRYPT_LIBS='-L/gnu/store/5z3gh8yq8a8dzlhm7llx50cjf1vj1r2w-libgcrypt-1.8.8/lib -lgcrypt' LIBGCRYPT_PREFIX='no' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' makeinfo' MKDIR_P='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/mkdir -p' MSGFMT='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt' MSGFMT_015='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgfmt' MSGMERGE='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/msgmerge' OBJEXT='o' PACKAGE='guix' PACKAGE_BUGREPORT='bug-guix@gnu.org' PACKAGE_NAME='GNU Guix' PACKAGE_STRING='GNU Guix UNKNOWN' PACKAGE_TARNAME='guix' PACKAGE_URL='https://www.gnu.org/software/guix/' PACKAGE_VERSION='UNKNOWN' PATH_SEPARATOR=':' PKG_CONFIG='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/lib/pkgconfig' PO4A_TRANSLATE='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' po4a-translate' PO4A_UPDATEPO='${SHELL} '\''/home/ming/Downloads/guix/build-aux/missing'\'' po4a-updatepo' POSUB='po' RANLIB='ranlib' SED='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/sed' SET_MAKE='' SHELL='/bin/sh' SQLITE3_CFLAGS='-I/gnu/store/wdh9qz8skc8r0zj1hgnc0sfjlczy2kjj-sqlite-3.36.0/include' SQLITE3_LIBS='-L/gnu/store/wdh9qz8skc8r0zj1hgnc0sfjlczy2kjj-sqlite-3.36.0/lib -lsqlite3' STRIP='' USE_NLS='yes' VERSION='UNKNOWN' XGETTEXT='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xgettext' XGETTEXT_015='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XZ='/gnu/store/m9cxyq29vxzbr9d36fxdpdpi9yxyjaqa-profile/bin/xz' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bashcompletiondir='${sysconfdir}/bash_completion.d' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' fishcompletiondir='${datadir}/fish/vendor_completions.d' guilemoduledir='${prefix}/share/guile/site/3.0' guileobjectdir='${exec_prefix}/lib/guile/3.0/site-ccache' guix_localstatedir='/var' guix_sbindir='/usr/local/sbin' guix_sysconfdir='/usr/local/etc' guix_system='x86_64-linux' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/ming/Downloads/guix/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' selinux_policydir='${datadir}/selinux/' sharedstatedir='${prefix}/com' storedir='/gnu/store' sysconfdir='${prefix}/etc' target_alias='' zshcompletiondir='${datadir}/zsh/site-functions' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Guix" #define PACKAGE_TARNAME "guix" #define PACKAGE_VERSION "UNKNOWN" #define PACKAGE_STRING "GNU Guix UNKNOWN" #define PACKAGE_BUGREPORT "bug-guix@gnu.org" #define PACKAGE_URL "https://www.gnu.org/software/guix/" #define PACKAGE "guix" #define VERSION "UNKNOWN" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_ZLIB_H 1 #define HAVE_BZLIB_H 1 #define SYSTEM "x86_64-linux" #define HAVE_CHROOT 1 #define HAVE_UNSHARE 1 #define HAVE_SCHED_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_SYSCALL_H 1 #define HAVE_LUTIMES 1 #define HAVE_LCHOWN 1 #define HAVE_POSIX_FALLOCATE 1 #define HAVE_SCHED_SETAFFINITY 1 #define HAVE_STATVFS 1 #define HAVE_NANOSLEEP 1 #define HAVE_STRSIGNAL 1 #define HAVE_STATX 1 #define HAVE_LOCALE 1 #define HAVE_SYS_PERSONALITY_H 1 #define GUIX_SUBSTITUTE_URLS "https://ci.guix.gnu.org https://bordeaux.guix.gnu.org" #define HAVE_DAEMON_OFFLOAD_HOOK 1 configure: exit 0