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 0.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = freetop uname -m = x86_64 uname -r = 4.6.4-gnu-1 uname -s = Linux uname -v = #1 SMP PREEMPT Wed Jul 20 05:58:11 UYT 2016 /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/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin PATH: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/sbin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/lib/jvm/default/bin PATH: /usr/bin/site_perl PATH: /usr/bin/vendor_perl PATH: /usr/bin/core_perl PATH: /home/sapientech/.guix-profile/bin PATH: /home/sapientech/.guix-profile/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2574: checking for a BSD-compatible install configure:2642: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/install -c configure:2653: checking whether build environment is sane configure:2708: result: yes configure:2859: checking for a thread-safe mkdir -p configure:2898: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/mkdir -p configure:2905: checking for gawk configure:2921: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/gawk configure:2932: result: gawk configure:2943: checking whether make sets $(MAKE) configure:2965: result: yes configure:2994: checking whether make supports nested variables configure:3011: result: yes configure:3150: checking whether make supports nested variables configure:3167: result: yes configure:3194: checking for style of include used by make configure:3222: result: GNU configure:3293: checking for gcc configure:3309: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/gcc configure:3320: result: gcc configure:3549: checking for C compiler version configure:3558: gcc --version >&5 gcc (GCC) 4.9.3 Copyright (C) 2015 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:3569: $? = 0 configure:3558: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/gnu/store/sjvcirri2bg7q5hlrkaywhmxllik0cfx-gcc-4.9.3/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: Thread model: posix gcc version 4.9.3 (GCC) configure:3569: $? = 0 configure:3558: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3569: $? = 1 configure:3558: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3569: $? = 1 configure:3589: checking whether the C compiler works configure:3611: gcc conftest.c >&5 configure:3615: $? = 0 configure:3663: result: yes configure:3666: checking for C compiler default output file name configure:3668: result: a.out configure:3674: checking for suffix of executables configure:3681: gcc -o conftest conftest.c >&5 configure:3685: $? = 0 configure:3707: result: configure:3729: checking whether we are cross compiling configure:3737: gcc -o conftest conftest.c >&5 configure:3741: $? = 0 configure:3748: ./conftest configure:3752: $? = 0 configure:3767: result: no configure:3772: checking for suffix of object files configure:3794: gcc -c conftest.c >&5 configure:3798: $? = 0 configure:3819: result: o configure:3823: checking whether we are using the GNU C compiler configure:3842: gcc -c conftest.c >&5 configure:3842: $? = 0 configure:3851: result: yes configure:3860: checking whether gcc accepts -g configure:3880: gcc -c -g conftest.c >&5 configure:3880: $? = 0 configure:3921: result: yes configure:3938: checking for gcc option to accept ISO C89 configure:4001: gcc -c -g -O2 conftest.c >&5 configure:4001: $? = 0 configure:4014: result: none needed configure:4039: checking whether gcc understands -c and -o together configure:4061: gcc -c conftest.c -o conftest2.o configure:4064: $? = 0 configure:4061: gcc -c conftest.c -o conftest2.o configure:4064: $? = 0 configure:4076: result: yes configure:4095: checking dependency style of gcc configure:4206: result: gcc3 configure:4227: checking how to run the C preprocessor configure:4258: gcc -E conftest.c configure:4258: $? = 0 configure:4272: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4272: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | /* end confdefs.h. */ | #include configure:4297: result: gcc -E configure:4317: gcc -E conftest.c configure:4317: $? = 0 configure:4331: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | /* end confdefs.h. */ | #include configure:4360: checking for grep that handles long lines and -e configure:4418: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/grep configure:4423: checking for egrep configure:4485: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/grep -E configure:4490: checking for ANSI C header files configure:4510: gcc -c -g -O2 conftest.c >&5 configure:4510: $? = 0 configure:4583: gcc -o conftest -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: ./conftest configure:4583: $? = 0 configure:4594: result: yes configure:4607: checking for sys/types.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for sys/stat.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for stdlib.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for string.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for memory.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for strings.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for inttypes.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for stdint.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4607: checking for unistd.h configure:4607: gcc -c -g -O2 conftest.c >&5 configure:4607: $? = 0 configure:4607: result: yes configure:4620: checking minix/config.h usability configure:4620: gcc -c -g -O2 conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4620: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | #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:4620: result: no configure:4620: checking minix/config.h presence configure:4620: gcc -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4620: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | #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:4620: result: no configure:4620: checking for minix/config.h configure:4620: result: no configure:4641: checking whether it is safe to define __EXTENSIONS__ configure:4659: gcc -c -g -O2 conftest.c >&5 configure:4659: $? = 0 configure:4666: result: yes configure:4689: checking whether NLS is requested configure:4698: result: yes configure:4739: checking for msgfmt configure: trying /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt... 0 translated messages. configure:4771: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt configure:4780: checking for gmsgfmt configure:4811: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt configure:4862: checking for xgettext configure: trying /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xgettext... /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:4894: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xgettext configure:4940: checking for msgmerge configure: trying /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgmerge... configure:4971: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgmerge configure:5008: checking build system type configure:5022: result: x86_64-unknown-linux-gnu configure:5042: checking host system type configure:5055: result: x86_64-unknown-linux-gnu configure:5099: checking for ld used by GCC configure:5163: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/ld configure:5170: checking if the linker (/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/ld) is GNU ld configure:5183: result: yes configure:5190: checking for shared library run path origin configure:5203: result: done configure:5775: checking for CFPreferencesCopyAppValue configure:5793: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:26:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. configure:5793: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | #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:5802: result: no configure:5809: checking for CFLocaleCopyCurrent configure:5827: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:26:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. configure:5827: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | #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:5836: result: no configure:5885: checking for GNU gettext in libc configure:5905: gcc -o conftest -g -O2 conftest.c >&5 configure:5905: $? = 0 configure:5914: result: yes configure:6705: checking whether to use NLS configure:6707: result: yes configure:6710: checking where the gettext function comes from configure:6721: result: libc configure:6787: checking for sed configure:6805: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/sed configure:6817: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/sed configure:6867: checking for the Guix system type configure:6869: result: x86_64-linux configure:6923: checking for the store directory configure:6925: result: /gnu/store configure:6947: checking the length of the installed socket file name configure:6954: result: 40 configure:6958: checking for unit test root directory configure:6965: result: /home/sapientech/Dev/guix/guix_wip/test-tmp configure:6970: checking the length of the socket file name used in tests configure:6977: result: 75 configure:6981: checking the length of a typical hash bang line configure:6988: result: 73 configure:6993: checking the length of a hash bang line used in tests configure:7000: result: 112 configure:7094: checking for pkg-config configure:7112: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/pkg-config configure:7124: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/pkg-config configure:7149: checking pkg-config is at least version 0.9.0 configure:7152: result: yes configure:7162: checking for GUILE configure:7169: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7" configure:7172: $? = 0 configure:7186: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7" configure:7189: $? = 0 configure:7247: result: yes configure:7253: checking for guile configure:7271: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile configure:7283: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile configure:7293: checking for guild configure:7311: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guild configure:7323: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guild configure:7337: checking for guile configure:7367: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile configure:7396: checking for Guile version >= 2.0 configure:7417: result: 2.0.11 configure:7422: checking for guild configure:7452: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guild configure:7464: checking for guile-config configure:7482: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile-config configure:7494: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile-config configure:7549: checking if (json) is available configure:7556: result: yes configure:7572: checking whether /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile provides feature 'regex' configure:7576: result: yes configure:7572: checking whether /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile provides feature 'posix' configure:7576: result: yes configure:7572: checking whether /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile provides feature 'socket' configure:7576: result: yes configure:7572: checking whether /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile provides feature 'net-db' configure:7576: result: yes configure:7572: checking whether /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile provides feature 'threads' configure:7576: result: yes configure:7587: checking whether (srfi srfi-37) is affected by http://bugs.gnu.org/13176 configure:7603: result: no configure:7616: checking whether libc provides 'mount' configure:7631: result: yes configure:7645: checking for gzip configure:7663: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/gzip configure:7675: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/gzip configure:7685: checking for bzip2 configure:7703: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/bzip2 configure:7715: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/bzip2 configure:7725: checking for xz configure:7743: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xz configure:7755: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xz configure:7783: checking for nix-instantiate configure:7816: result: no configure:7823: checking for nix-hash configure:7856: result: no configure:7881: checking for Nixpkgs source tree configure:7888: result: not found configure:7932: checking for libgcrypt-config configure:7950: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/libgcrypt-config configure:7962: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/libgcrypt-config configure:7970: checking libgcrypt's library directory configure:7981: result: /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib configure:7993: checking for libgcrypt shared library name configure:7995: result: /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt configure:8001: checking whether /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt can be dynamically loaded configure:8016: result: yes configure:8025: checking zlib's library directory configure:8032: result: /gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib configure:8041: checking for zlib's shared library name configure:8043: result: /gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib/libz configure:8134: checking whether to build daemon configure:8136: result: yes configure:8197: checking for g++ configure:8213: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/g++ configure:8224: result: g++ configure:8251: checking for C++ compiler version configure:8260: g++ --version >&5 g++ (GCC) 4.9.3 Copyright (C) 2015 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:8271: $? = 0 configure:8260: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/gnu/store/sjvcirri2bg7q5hlrkaywhmxllik0cfx-gcc-4.9.3/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: Thread model: posix gcc version 4.9.3 (GCC) configure:8271: $? = 0 configure:8260: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:8271: $? = 1 configure:8260: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:8271: $? = 1 configure:8275: checking whether we are using the GNU C++ compiler configure:8294: g++ -c conftest.cpp >&5 configure:8294: $? = 0 configure:8303: result: yes configure:8312: checking whether g++ accepts -g configure:8332: g++ -c -g conftest.cpp >&5 configure:8332: $? = 0 configure:8373: result: yes configure:8398: checking dependency style of g++ configure:8509: result: gcc3 configure:8537: checking whether g++ supports C++11 configure:8561: g++ -c -std=c++11 -g -O2 conftest.cpp >&5 configure:8561: $? = 0 configure:8570: result: yes configure:8621: checking for ranlib configure:8637: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/ranlib configure:8648: result: ranlib configure:8680: checking for special C compiler options needed for large files configure:8725: result: no configure:8731: checking for _FILE_OFFSET_BITS value needed for large files configure:8756: g++ -c -g -O2 conftest.cpp >&5 configure:8756: $? = 0 configure:8788: result: no configure:8874: checking for BZ2_bzWriteOpen in -lbz2 configure:8899: g++ -o conftest -g -O2 conftest.cpp -lbz2 >&5 configure:8899: $? = 0 configure:8908: result: yes configure:8921: checking how to run the C++ preprocessor configure:8948: g++ -E conftest.cpp configure:8948: $? = 0 configure:8962: g++ -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8962: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | #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:8987: result: g++ -E configure:9007: g++ -E conftest.cpp configure:9007: $? = 0 configure:9021: g++ -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:9021: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.10.0" | #define PACKAGE_STRING "GNU Guix 0.10.0" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.10.0" | #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:9052: checking bzlib.h usability configure:9052: g++ -c -g -O2 conftest.cpp >&5 configure:9052: $? = 0 configure:9052: result: yes configure:9052: checking bzlib.h presence configure:9052: g++ -E conftest.cpp configure:9052: $? = 0 configure:9052: result: yes configure:9052: checking for bzlib.h configure:9052: result: yes configure:9067: checking for SQLITE3 configure:9074: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19" configure:9077: $? = 0 configure:9091: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19" configure:9094: $? = 0 configure:9152: result: yes configure:9193: checking for gcry_md_open in -lgcrypt configure:9218: g++ -o conftest -g -O2 conftest.cpp -lgcrypt >&5 configure:9218: $? = 0 configure:9227: result: yes configure:9235: checking gcrypt.h usability configure:9235: g++ -c -g -O2 conftest.cpp >&5 configure:9235: $? = 0 configure:9235: result: yes configure:9235: checking gcrypt.h presence configure:9235: g++ -E conftest.cpp configure:9235: $? = 0 configure:9235: result: yes configure:9235: checking for gcrypt.h configure:9235: result: yes configure:9253: checking for chroot configure:9253: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9253: $? = 0 configure:9253: result: yes configure:9253: checking for unshare configure:9253: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9253: $? = 0 configure:9253: result: yes configure:9265: checking sched.h usability configure:9265: g++ -c -g -O2 conftest.cpp >&5 configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking sched.h presence configure:9265: g++ -E conftest.cpp configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking for sched.h configure:9265: result: yes configure:9265: checking sys/param.h usability configure:9265: g++ -c -g -O2 conftest.cpp >&5 configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking sys/param.h presence configure:9265: g++ -E conftest.cpp configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking for sys/param.h configure:9265: result: yes configure:9265: checking sys/mount.h usability configure:9265: g++ -c -g -O2 conftest.cpp >&5 configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking sys/mount.h presence configure:9265: g++ -E conftest.cpp configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking for sys/mount.h configure:9265: result: yes configure:9265: checking sys/syscall.h usability configure:9265: g++ -c -g -O2 conftest.cpp >&5 configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking sys/syscall.h presence configure:9265: g++ -E conftest.cpp configure:9265: $? = 0 configure:9265: result: yes configure:9265: checking for sys/syscall.h configure:9265: result: yes configure:9284: checking for lutimes configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9284: checking for lchown configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9284: checking for posix_fallocate configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9284: checking for sched_setaffinity configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9284: checking for statvfs configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9284: checking for nanosleep configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9284: checking for strsignal configure:9284: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9284: $? = 0 configure:9284: result: yes configure:9294: checking whether it is possible to create a link to a symlink configure:9298: result: yes configure:9317: checking locale usability configure:9317: g++ -c -g -O2 conftest.cpp >&5 configure:9317: $? = 0 configure:9317: result: yes configure:9317: checking locale presence configure:9317: g++ -E conftest.cpp configure:9317: $? = 0 configure:9317: result: yes configure:9317: checking for locale configure:9317: result: yes configure:9337: checking sys/personality.h usability configure:9337: g++ -c -g -O2 conftest.cpp >&5 configure:9337: $? = 0 configure:9337: result: yes configure:9337: checking sys/personality.h presence configure:9337: g++ -E conftest.cpp configure:9337: $? = 0 configure:9337: result: yes configure:9337: checking for sys/personality.h configure:9337: result: yes configure:9350: checking linux/fs.h usability configure:9350: g++ -c -g -O2 conftest.cpp >&5 configure:9350: $? = 0 configure:9350: result: yes configure:9350: checking linux/fs.h presence configure:9350: g++ -E conftest.cpp configure:9350: $? = 0 configure:9350: result: yes configure:9350: checking for linux/fs.h configure:9350: result: yes configure:9361: checking if (gnutls) is available configure:9368: result: yes configure:9379: checking for default substitute URLs configure:9381: result: https://mirror.hydra.gnu.org configure:9391: checking whether Guile's custom binary input ports support 'setvbuf' configure:9405: result: yes configure:9417: checking for unit test root directory configure:9424: result: /home/sapientech/Dev/guix/guix_wip/test-tmp configure:9433: checking for guile configure:9463: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile configure:9471: checking the current installation's localstatedir configure:9485: result: /usr/local/var configure:9563: checking for dot configure:9581: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/dot configure:9594: result: /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/dot configure:9609: checking for emacs configure:9625: found /gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/emacs configure:9636: result: emacs configure:9660: checking where .elc files should go configure:9673: $EMACS -batch -Q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' conftest.out configure:9676: $? = 0 configure:9689: result: ${datadir}/emacs/site-lisp configure:9820: checking that generated files are newer than configure configure:9826: result: done configure:9881: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Guix config.status 0.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on freetop config.status:992: creating nix/scripts/list-runtime-roots config.status:992: creating nix/scripts/substitute config.status:992: creating nix/scripts/guix-authenticate config.status:992: creating nix/scripts/offload config.status:992: creating Makefile config.status:992: creating po/guix/Makefile.in config.status:992: creating po/packages/Makefile.in config.status:992: creating guix/config.scm config.status:992: creating scripts/guix config.status:992: creating test-env config.status:992: creating pre-inst-env config.status:992: creating emacs/guix-config.el config.status:992: creating emacs/guix-helper.scm config.status:992: creating nix/config.h config.status:1173: nix/config.h is unchanged config.status:1221: executing depfiles commands config.status:1221: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-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_EMACSLOADPATH_set= ac_cv_env_EMACSLOADPATH_value= ac_cv_env_EMACS_set= ac_cv_env_EMACS_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/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/lib/pkgconfig::/home/sapientech/.guix-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_strsignal=yes ac_cv_func_unshare=yes ac_cv_guix_cbips_support_setvbuf=yes ac_cv_guix_cxx11_support=yes ac_cv_guix_hash_bang_length=73 ac_cv_guix_socket_file_name_length=40 ac_cv_guix_srfi_37_broken=no ac_cv_guix_test_hash_bang_length=112 ac_cv_guix_test_root=/home/sapientech/Dev/guix/guix_wip/test-tmp ac_cv_guix_test_socket_file_name_length=75 ac_cv_header_bzlib_h=yes ac_cv_header_gcrypt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_linux_fs_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_host=x86_64-unknown-linux-gnu ac_cv_lib_bz2_BZ2_bzWriteOpen=yes ac_cv_lib_gcrypt_gcry_md_open=yes ac_cv_objext=o ac_cv_path_BZIP2=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/bzip2 ac_cv_path_DOT_USER_PROGRAM=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/dot ac_cv_path_EGREP='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/grep -E' ac_cv_path_GMSGFMT=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt ac_cv_path_GREP=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/grep ac_cv_path_GUILD=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guild ac_cv_path_GUILE=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile ac_cv_path_GUILE_CONFIG=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile-config ac_cv_path_GZIP=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/gzip ac_cv_path_LIBGCRYPT_CONFIG=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/libgcrypt-config ac_cv_path_MSGFMT=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt ac_cv_path_MSGMERGE=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgmerge ac_cv_path_SED=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/sed ac_cv_path_XGETTEXT=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xgettext ac_cv_path_XZ=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xz ac_cv_path_ac_pt_PKG_CONFIG=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/pkg-config ac_cv_path_install='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/install -c' ac_cv_path_mkdir=/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_EMACS=emacs 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/20qsgil18h1k3znqx52wjzy1kfiwqgdp-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_lispdir='${datadir}/emacs/site-lisp' am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes guix_cv_current_localstatedir=/usr/local/var guix_cv_libc_has_mount=yes guix_cv_libgcrypt_libdir=/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib guix_cv_libgcrypt_usable_p=yes guix_cv_libz_libdir=/gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib pkg_cv_GUILE_CFLAGS='-pthread -I/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/include/guile/2.0' pkg_cv_GUILE_LIBS='-L/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/lib -L/gnu/store/my4az71gz8iqd4w8kb34kq7vlk3fcvhm-libgc-7.4.2/lib -lguile-2.0 -lgc' pkg_cv_SQLITE3_CFLAGS=-I/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/include pkg_cv_SQLITE3_LIBS='-L/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/lib -lsqlite3' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AUTOCONF='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing automake-1.15' AWK='gawk' BUILD_DAEMON_FALSE='#' BUILD_DAEMON_OFFLOAD_FALSE='#' BUILD_DAEMON_OFFLOAD_TRUE='' BUILD_DAEMON_TRUE='' BUILD_SYSCALLS_MODULE_FALSE='#' BUILD_SYSCALLS_MODULE_TRUE='' BZIP2='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/bzip2' CAN_RUN_TESTS_FALSE='#' CAN_RUN_TESTS_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOT='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing dot' DOT_USER_PROGRAM='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/dot' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/grep -E' EMACS='emacs' EMACSLOADPATH='' EXEEXT='' GETTEXT_MACRO_VERSION='0.18' GMSGFMT='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt' GMSGFMT_015='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt' GREP='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/grep' GUILD='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guild' GUILE='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile' GUILE_CFLAGS='-pthread -I/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/include/guile/2.0' GUILE_CONFIG='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guile-config' GUILE_LIBS='-L/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/lib -L/gnu/store/my4az71gz8iqd4w8kb34kq7vlk3fcvhm-libgc-7.4.2/lib -lguile-2.0 -lgc' GUILE_TOOLS='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/guild' GUIX_TEST_ROOT='/home/sapientech/Dev/guix/guix_wip/test-tmp' GZIP='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/gzip' HAVE_EMACS_FALSE='#' HAVE_EMACS_TRUE='' HAVE_GUILE_JSON_FALSE='#' HAVE_GUILE_JSON_TRUE='' HELP2MAN='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing help2man' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_SRFI_37_FALSE='' INSTALL_SRFI_37_TRUE='#' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBGCRYPT='/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/libgcrypt-config' LIBGCRYPT_LIBDIR='/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib' LIBGCRYPT_LIBS='-L/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib -lgcrypt' LIBGCRYPT_PREFIX='no' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LIBZ='/gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib/libz' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/missing makeinfo' MKDIR_P='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/mkdir -p' MSGFMT='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt' MSGFMT_015='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgfmt' MSGMERGE='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/msgmerge' NIXPKGS='' NIX_HASH='' NIX_INSTANTIATE='nix-instantiate' NIX_PREFIX='' OBJEXT='o' PACKAGE='guix' PACKAGE_BUGREPORT='bug-guix@gnu.org' PACKAGE_NAME='GNU Guix' PACKAGE_STRING='GNU Guix 0.10.0' PACKAGE_TARNAME='guix' PACKAGE_URL='http://www.gnu.org/software/guix/' PACKAGE_VERSION='0.10.0' PATH_SEPARATOR=':' PKG_CONFIG='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/lib/pkgconfig::/home/sapientech/.guix-profile/lib/pkgconfig' POSUB='po' RANLIB='ranlib' SED='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/sed' SET_MAKE='' SHELL='/bin/sh' SQLITE3_CFLAGS='-I/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/include' SQLITE3_LIBS='-L/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/lib -lsqlite3' STRIP='' USE_NLS='yes' VERSION='0.10.0' XGETTEXT='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xgettext' XGETTEXT_015='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XZ='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/xz' 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-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bashcompletiondir='${sysconfdir}/bash_completion.d' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' emacsuidir='${prefix}/share/guile/site/2.0/guix/emacs' exec_prefix='${prefix}' guilemoduledir='${prefix}/share/guile/site/2.0' guix_localstatedir='/usr/local/var' guix_sbindir='/usr/local/sbin' guix_sysconfdir='/usr/local/etc' guix_system='x86_64-linux' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/sapientech/Dev/guix/guix_wip/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='${datadir}/emacs/site-lisp' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/gnu/store/20qsgil18h1k3znqx52wjzy1kfiwqgdp-profile/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' storedir='/gnu/store' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Guix" #define PACKAGE_TARNAME "guix" #define PACKAGE_VERSION "0.10.0" #define PACKAGE_STRING "GNU Guix 0.10.0" #define PACKAGE_BUGREPORT "bug-guix@gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/guix/" #define PACKAGE "guix" #define VERSION "0.10.0" #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_BZLIB_H 1 #define NIX_VERSION "0.0.0" #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 CAN_LINK_SYMLINK 1 #define HAVE_LOCALE 1 #define HAVE_SYS_PERSONALITY_H 1 #define HAVE_LINUX_FS_H 1 #define GUIX_SUBSTITUTE_URLS "https://mirror.hydra.gnu.org" #define HAVE_DAEMON_OFFLOAD_HOOK 1 configure: exit 0