From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 17 06:12:49 2016 Received: (at submit) by debbugs.gnu.org; 17 Jan 2016 11:12:49 +0000 Received: from localhost ([127.0.0.1]:51466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aKlGH-0008Hr-FT for submit@debbugs.gnu.org; Sun, 17 Jan 2016 06:12:49 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43947) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aKlGE-0008HY-8k for submit@debbugs.gnu.org; Sun, 17 Jan 2016 06:12:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKlG4-0002zb-EP for submit@debbugs.gnu.org; Sun, 17 Jan 2016 06:12:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKlG4-0002zX-AE for submit@debbugs.gnu.org; Sun, 17 Jan 2016 06:12:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKlFz-00056J-Br for bug-guix@gnu.org; Sun, 17 Jan 2016 06:12:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKlFu-0002yD-NX for bug-guix@gnu.org; Sun, 17 Jan 2016 06:12:27 -0500 Received: from v-zimmta02.u-bordeaux.fr ([147.210.215.20]:45214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKlFu-0002y9-7t for bug-guix@gnu.org; Sun, 17 Jan 2016 06:12:22 -0500 Received: from v-zimmta02.u-bordeaux.fr (localhost [127.0.0.1]) by v-zimmta02.u-bordeaux.fr (Postfix) with ESMTP id A8BD5800195 for ; Sun, 17 Jan 2016 12:12:20 +0100 (CET) Received: from godel (mek33-4-82-236-46-88.fbx.proxad.net [82.236.46.88]) by v-zimmta02.u-bordeaux.fr (Postfix) with ESMTPSA id 90B57800044 for ; Sun, 17 Jan 2016 12:12:19 +0100 (CET) From: Mathieu Lirzin To: bug-guix@gnu.org Subject: 'make check' fails on master. Date: Sun, 17 Jan 2016 12:12:18 +0100 Message-ID: <87h9ic31f1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-AV-Checked: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=test-suite.log ====================================== GNU Guix 0.9.1: ./test-suite.log ====================================== # TOTAL: 56 # PASS: 53 # SKIP: 2 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: tests/containers ====================== SKIP tests/containers.scm (exit status: 77) FAIL: tests/gem =============== random seed for tests: 1453029209 %%%% Starting test gem (Writing full log to "gem.log") ;;; (fail (package (name "ruby-foo") (version "1.0.0") (source (origin (method url-fetch) (uri (rubygems-uri "foo" version)) (sha256 (base32 "1a270mlajhrmpqbhxcqjqypnvgrq4pgixpv3w9gwp1wrrapnwrzk")))) (build-system ruby-build-system) (propagated-inputs (quasiquote (("bundler" (unquote bundler)) ("ruby-bar" (unquote ruby-bar))))) (synopsis "This package provides a cool gem") (description "This package provides a cool gem") (home-page "https://example.com") (license (list expat asl2.0))) #f) tests/gem.scm:46: FAIL gem->guix-package # of unexpected failures 1 FAIL tests/gem.scm (exit status: 1) SKIP: tests/guix-environment-container ====================================== + set -e + guix environment --version guix environment (GNU Guix) 0.9.1 Copyright (C) 2016 the Guix authors 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. + guile -c '((@@ (guix scripts environment) assert-container-features))' error: cannot create container: unprivileged user cannot create user namespaces error: please set /proc/sys/kernel/unprivileged_userns_clone to "1" + exit 77 SKIP tests/guix-environment-container.sh (exit status: 77) --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=gem.log %%%% Starting test gem Group begin: gem Test begin: test-name: "gem->guix-package" source-file: "tests/gem.scm" source-line: 46 source-form: (test-assert "gem->guix-package" (mock ((guix import utils) url-fetch (lambda (url file-name) (match url ("https://rubygems.org/api/v1/gems/foo.json" (with-output-to-file file-name (lambda () (display test-json)))) (_ (error "Unexpected URL: " url))))) (match (gem->guix-package "foo") (((quote package) ((quote name) "ruby-foo") ((quote version) "1.0.0") ((quote source) ((quote origin) ((quote method) (quote url-fetch)) ((quote uri) ((quote rubygems-uri) "foo" (quote version))) ((quote sha256) ((quote base32) "1a270mlajhrmpqbhxcqjqypnvgrq4pgixpv3w9gwp1wrrapnwrzk")))) ((quote build-system) (quote ruby-build-system)) ((quote propagated-inputs) ((quote quasiquote) (("bundler" ((quote unquote) (quote bundler))) ("ruby-bar" ((quote unquote) (quote ruby-bar)))))) ((quote synopsis) "A cool gem") ((quote description) "A cool gem") ((quote home-page) "https://example.com") ((quote license) ((quote list) (quote expat) (quote asl2.0)))) #t) (x (pk (quote fail) x #f))))) Test end: result-kind: fail actual-value: #f Group end: gem # of unexpected failures 1 --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=config.log Content-Transfer-Encoding: quoted-printable 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.9.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure -C ## --------- ## ## Platform. ## ## --------- ## hostname =3D godel uname -m =3D x86_64 uname -r =3D 4.3.0-1-amd64 uname -s =3D Linux uname -v =3D #1 SMP Debian 4.3.3-5 (2016-01-04) /usr/bin/uname -p =3D unknown /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown /usr/bin/hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /home/mthl/bin PATH: /home/mthl/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2465: creating cache config.cache configure:2585: checking for a BSD-compatible install configure:2653: result: /usr/bin/install -c configure:2664: checking whether build environment is sane configure:2719: result: yes configure:2870: checking for a thread-safe mkdir -p configure:2909: result: /bin/mkdir -p configure:2916: checking for gawk configure:2932: found /usr/bin/gawk configure:2943: result: gawk configure:2954: checking whether make sets $(MAKE) configure:2976: result: yes configure:3005: checking whether make supports nested variables configure:3022: result: yes configure:3161: checking whether make supports nested variables configure:3178: result: yes configure:3205: checking for style of include used by make configure:3233: result: GNU configure:3304: checking for gcc configure:3320: found /usr/bin/gcc configure:3331: result: gcc configure:3560: checking for C compiler version configure:3569: gcc --version >&5 gcc (Debian 5.3.1-5) 5.3.1 20160101 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:3580: $? =3D 0 configure:3569: gcc -v >&5 Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion=3D'Debian 5.3.1-5' -= -with-bugurl=3Dfile:///usr/share/doc/gcc-5/README.Bugs --enable-languages= =3Dc,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=3D/usr --program-suffi= x=3D-5 --enable-shared --enable-linker-build-id --libexecdir=3D/usr/lib --w= ithout-included-gettext --enable-threads=3Dposix --libdir=3D/usr/lib --enab= le-nls --with-sysroot=3D/ --enable-clocale=3Dgnu --enable-libstdcxx-debug -= -enable-libstdcxx-time=3Dyes --with-default-libstdcxx-abi=3Dnew --enable-gn= u-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --w= ith-system-zlib --disable-browser-plugin --enable-java-awt=3Dgtk --enable-g= tk-cairo --with-java-home=3D/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enabl= e-java-home --with-jvm-root-dir=3D/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --wit= h-jvm-jar-dir=3D/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-dir= ectory=3Damd64 --with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --enable-ob= jc-gc --enable-multiarch --with-arch-32=3Di586 --with-abi=3Dm64 --with-mult= ilib-list=3Dm32,m64,mx32 --enable-multilib --with-tune=3Dgeneric --enable-c= hecking=3Drelease --build=3Dx86_64-linux-gnu --host=3Dx86_64-linux-gnu --ta= rget=3Dx86_64-linux-gnu Thread model: posix gcc version 5.3.1 20160101 (Debian 5.3.1-5)=20 configure:3580: $? =3D 0 configure:3569: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3580: $? =3D 1 configure:3569: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3580: $? =3D 1 configure:3600: checking whether the C compiler works configure:3622: gcc conftest.c >&5 configure:3626: $? =3D 0 configure:3674: result: yes configure:3677: checking for C compiler default output file name configure:3679: result: a.out configure:3685: checking for suffix of executables configure:3692: gcc -o conftest conftest.c >&5 configure:3696: $? =3D 0 configure:3718: result:=20 configure:3740: checking whether we are cross compiling configure:3748: gcc -o conftest conftest.c >&5 configure:3752: $? =3D 0 configure:3759: ./conftest configure:3763: $? =3D 0 configure:3778: result: no configure:3783: checking for suffix of object files configure:3805: gcc -c conftest.c >&5 configure:3809: $? =3D 0 configure:3830: result: o configure:3834: checking whether we are using the GNU C compiler configure:3853: gcc -c conftest.c >&5 configure:3853: $? =3D 0 configure:3862: result: yes configure:3871: checking whether gcc accepts -g configure:3891: gcc -c -g conftest.c >&5 configure:3891: $? =3D 0 configure:3932: result: yes configure:3949: checking for gcc option to accept ISO C89 configure:4012: gcc -c -g -O2 conftest.c >&5 configure:4012: $? =3D 0 configure:4025: result: none needed configure:4050: checking whether gcc understands -c and -o together configure:4072: gcc -c conftest.c -o conftest2.o configure:4075: $? =3D 0 configure:4072: gcc -c conftest.c -o conftest2.o configure:4075: $? =3D 0 configure:4087: result: yes configure:4106: checking dependency style of gcc configure:4217: result: gcc3 configure:4238: checking how to run the C preprocessor configure:4269: gcc -E conftest.c configure:4269: $? =3D 0 configure:4283: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4283: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | /* end confdefs.h. */ | #include configure:4308: result: gcc -E configure:4328: gcc -E conftest.c configure:4328: $? =3D 0 configure:4342: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4342: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | /* end confdefs.h. */ | #include configure:4371: checking for grep that handles long lines and -e configure:4429: result: /bin/grep configure:4434: checking for egrep configure:4496: result: /bin/grep -E configure:4501: checking for ANSI C header files configure:4521: gcc -c -g -O2 conftest.c >&5 configure:4521: $? =3D 0 configure:4594: gcc -o conftest -g -O2 conftest.c >&5 configure:4594: $? =3D 0 configure:4594: ./conftest configure:4594: $? =3D 0 configure:4605: result: yes configure:4618: checking for sys/types.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for sys/stat.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for stdlib.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for string.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for memory.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for strings.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for inttypes.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for stdint.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4618: checking for unistd.h configure:4618: gcc -c -g -O2 conftest.c >&5 configure:4618: $? =3D 0 configure:4618: result: yes configure:4631: checking minix/config.h usability configure:4631: gcc -c -g -O2 conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4631: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | #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:4631: result: no configure:4631: checking minix/config.h presence configure:4631: gcc -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4631: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | #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:4631: result: no configure:4631: checking for minix/config.h configure:4631: result: no configure:4652: checking whether it is safe to define __EXTENSIONS__ configure:4670: gcc -c -g -O2 conftest.c >&5 configure:4670: $? =3D 0 configure:4677: result: yes configure:4700: checking whether NLS is requested configure:4709: result: yes configure:4750: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:4782: result: /usr/bin/msgfmt configure:4791: checking for gmsgfmt configure:4822: result: /usr/bin/msgfmt configure:4873: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will = try C configure:4905: result: /usr/bin/xgettext configure:4951: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:4982: result: /usr/bin/msgmerge configure:5019: checking build system type configure:5033: result: x86_64-pc-linux-gnu configure:5053: checking host system type configure:5066: result: x86_64-pc-linux-gnu configure:5110: checking for ld used by GCC configure:5174: result: /usr/bin/ld configure:5181: checking if the linker (/usr/bin/ld) is GNU ld configure:5194: result: yes configure:5201: checking for shared library run path origin configure:5214: result: done configure:5786: checking for CFPreferencesCopyAppValue configure:5804: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,Cor= eFoundation >&5 conftest.c:26:42: fatal error: CoreFoundation/CFPreferences.h: No such file= or directory compilation terminated. configure:5804: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | #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:5813: result: no configure:5820: checking for CFLocaleCopyCurrent configure:5838: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,Cor= eFoundation >&5 conftest.c:26:37: fatal error: CoreFoundation/CFLocale.h: No such file or d= irectory compilation terminated. configure:5838: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | #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:5847: result: no configure:5896: checking for GNU gettext in libc configure:5916: gcc -o conftest -g -O2 conftest.c >&5 configure:5916: $? =3D 0 configure:5925: result: yes configure:6716: checking whether to use NLS configure:6718: result: yes configure:6721: checking where the gettext function comes from configure:6732: result: libc configure:6798: checking for sed configure:6816: found /bin/sed configure:6828: result: /bin/sed configure:6878: checking for the Guix system type configure:6880: result: x86_64-linux configure:6934: checking for the store directory configure:6936: result: /gnu/store configure:6958: checking the length of the installed socket file name configure:6965: result: 40 configure:6969: checking for unit test root directory configure:6976: result: /home/mthl/src/gnu/guix/test-tmp configure:6981: checking the length of the socket file name used in tests configure:6988: result: 64 configure:6992: checking the length of a typical hash bang line configure:6999: result: 73 configure:7004: checking the length of a hash bang line used in tests configure:7011: result: 101 configure:7105: checking for pkg-config configure:7123: found /usr/bin/pkg-config configure:7135: result: /usr/bin/pkg-config configure:7160: checking pkg-config is at least version 0.9.0 configure:7163: result: yes configure:7173: checking for GUILE configure:7180: $PKG_CONFIG --exists --print-errors "guile-2.0 >=3D 2.0.7" configure:7183: $? =3D 0 configure:7197: $PKG_CONFIG --exists --print-errors "guile-2.0 >=3D 2.0.7" configure:7200: $? =3D 0 configure:7258: result: yes configure:7264: checking for guile configure:7282: found /usr/bin/guile configure:7294: result: /usr/bin/guile configure:7304: checking for guild configure:7322: found /usr/bin/guild configure:7334: result: /usr/bin/guild configure:7348: checking for guile configure:7378: result: /usr/bin/guile configure:7407: checking for Guile version >=3D 2.0 configure:7428: result: 2.0.11 configure:7433: checking for guild configure:7463: result: /usr/bin/guild configure:7475: checking for guile-config configure:7493: found /usr/bin/guile-config configure:7505: result: /usr/bin/guile-config configure:7560: checking if (json) is available configure:7567: result: yes configure:7583: checking whether /usr/bin/guile provides feature 'regex' configure:7587: result: yes configure:7583: checking whether /usr/bin/guile provides feature 'posix' configure:7587: result: yes configure:7583: checking whether /usr/bin/guile provides feature 'socket' configure:7587: result: yes configure:7583: checking whether /usr/bin/guile provides feature 'net-db' configure:7587: result: yes configure:7583: checking whether /usr/bin/guile provides feature 'threads' configure:7587: result: yes configure:7598: checking whether (srfi srfi-37) is affected by http://bugs.= gnu.org/13176 configure:7614: result: no configure:7627: checking whether libc provides 'mount' configure:7642: result: yes configure:7656: checking for gzip configure:7674: found /bin/gzip configure:7686: result: /bin/gzip configure:7696: checking for bzip2 configure:7714: found /bin/bzip2 configure:7726: result: /bin/bzip2 configure:7736: checking for xz configure:7754: found /usr/bin/xz configure:7766: result: /usr/bin/xz configure:7794: checking for nix-instantiate configure:7827: result: no configure:7834: checking for nix-hash configure:7867: result: no configure:7892: checking for Nixpkgs source tree configure:7899: result: not found configure:7943: checking for libgcrypt-config configure:7961: found /usr/bin/libgcrypt-config configure:7973: result: /usr/bin/libgcrypt-config configure:7981: checking libgcrypt's library directory configure:7992: result:=20 configure:8004: checking for libgcrypt shared library name configure:8006: result: libgcrypt configure:8012: checking whether libgcrypt can be dynamically loaded configure:8027: result: yes configure:8099: updating cache config.cache configure:8121: checking whether to build daemon configure:8123: result: yes configure:8184: checking for g++ configure:8200: found /usr/bin/g++ configure:8211: result: g++ configure:8238: checking for C++ compiler version configure:8247: g++ --version >&5 g++ (Debian 5.3.1-5) 5.3.1 20160101 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:8258: $? =3D 0 configure:8247: g++ -v >&5 Using built-in specs. COLLECT_GCC=3Dg++ COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion=3D'Debian 5.3.1-5' -= -with-bugurl=3Dfile:///usr/share/doc/gcc-5/README.Bugs --enable-languages= =3Dc,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=3D/usr --program-suffi= x=3D-5 --enable-shared --enable-linker-build-id --libexecdir=3D/usr/lib --w= ithout-included-gettext --enable-threads=3Dposix --libdir=3D/usr/lib --enab= le-nls --with-sysroot=3D/ --enable-clocale=3Dgnu --enable-libstdcxx-debug -= -enable-libstdcxx-time=3Dyes --with-default-libstdcxx-abi=3Dnew --enable-gn= u-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --w= ith-system-zlib --disable-browser-plugin --enable-java-awt=3Dgtk --enable-g= tk-cairo --with-java-home=3D/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enabl= e-java-home --with-jvm-root-dir=3D/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --wit= h-jvm-jar-dir=3D/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-dir= ectory=3Damd64 --with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --enable-ob= jc-gc --enable-multiarch --with-arch-32=3Di586 --with-abi=3Dm64 --with-mult= ilib-list=3Dm32,m64,mx32 --enable-multilib --with-tune=3Dgeneric --enable-c= hecking=3Drelease --build=3Dx86_64-linux-gnu --host=3Dx86_64-linux-gnu --ta= rget=3Dx86_64-linux-gnu Thread model: posix gcc version 5.3.1 20160101 (Debian 5.3.1-5)=20 configure:8258: $? =3D 0 configure:8247: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:8258: $? =3D 1 configure:8247: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:8258: $? =3D 1 configure:8262: checking whether we are using the GNU C++ compiler configure:8281: g++ -c conftest.cpp >&5 configure:8281: $? =3D 0 configure:8290: result: yes configure:8299: checking whether g++ accepts -g configure:8319: g++ -c -g conftest.cpp >&5 configure:8319: $? =3D 0 configure:8360: result: yes configure:8385: checking dependency style of g++ configure:8496: result: gcc3 configure:8524: checking whether g++ supports C++11 configure:8548: g++ -c -std=3Dc++11 -g -O2 conftest.cpp >&5 configure:8548: $? =3D 0 configure:8557: result: yes configure:8608: checking for ranlib configure:8624: found /usr/bin/ranlib configure:8635: result: ranlib configure:8667: checking for special C compiler options needed for large fi= les configure:8712: result: no configure:8718: checking for _FILE_OFFSET_BITS value needed for large files configure:8743: g++ -c -g -O2 conftest.cpp >&5 configure:8743: $? =3D 0 configure:8775: result: no configure:8861: checking for BZ2_bzWriteOpen in -lbz2 configure:8886: g++ -o conftest -g -O2 conftest.cpp -lbz2 >&5 configure:8886: $? =3D 0 configure:8895: result: yes configure:8908: checking how to run the C++ preprocessor configure:8935: g++ -E conftest.cpp configure:8935: $? =3D 0 configure:8949: g++ -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:8949: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | #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:8974: result: g++ -E configure:8994: g++ -E conftest.cpp configure:8994: $? =3D 0 configure:9008: g++ -E conftest.cpp conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:9008: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guix" | #define PACKAGE_TARNAME "guix" | #define PACKAGE_VERSION "0.9.1" | #define PACKAGE_STRING "GNU Guix 0.9.1" | #define PACKAGE_BUGREPORT "bug-guix@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guix/" | #define PACKAGE "guix" | #define VERSION "0.9.1" | #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:9039: checking bzlib.h usability configure:9039: g++ -c -g -O2 conftest.cpp >&5 configure:9039: $? =3D 0 configure:9039: result: yes configure:9039: checking bzlib.h presence configure:9039: g++ -E conftest.cpp configure:9039: $? =3D 0 configure:9039: result: yes configure:9039: checking for bzlib.h configure:9039: result: yes configure:9054: checking for SQLITE3 configure:9061: $PKG_CONFIG --exists --print-errors "sqlite3 >=3D 3.6.19" configure:9064: $? =3D 0 configure:9078: $PKG_CONFIG --exists --print-errors "sqlite3 >=3D 3.6.19" configure:9081: $? =3D 0 configure:9139: result: yes configure:9180: checking for gcry_md_open in -lgcrypt configure:9205: g++ -o conftest -g -O2 conftest.cpp -lgcrypt >&5 configure:9205: $? =3D 0 configure:9214: result: yes configure:9222: checking gcrypt.h usability configure:9222: g++ -c -g -O2 conftest.cpp >&5 configure:9222: $? =3D 0 configure:9222: result: yes configure:9222: checking gcrypt.h presence configure:9222: g++ -E conftest.cpp configure:9222: $? =3D 0 configure:9222: result: yes configure:9222: checking for gcrypt.h configure:9222: result: yes configure:9240: checking for chroot configure:9240: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9240: $? =3D 0 configure:9240: result: yes configure:9240: checking for unshare configure:9240: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9240: $? =3D 0 configure:9240: result: yes configure:9252: checking sched.h usability configure:9252: g++ -c -g -O2 conftest.cpp >&5 configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking sched.h presence configure:9252: g++ -E conftest.cpp configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking for sched.h configure:9252: result: yes configure:9252: checking sys/param.h usability configure:9252: g++ -c -g -O2 conftest.cpp >&5 configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking sys/param.h presence configure:9252: g++ -E conftest.cpp configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking for sys/param.h configure:9252: result: yes configure:9252: checking sys/mount.h usability configure:9252: g++ -c -g -O2 conftest.cpp >&5 configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking sys/mount.h presence configure:9252: g++ -E conftest.cpp configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking for sys/mount.h configure:9252: result: yes configure:9252: checking sys/syscall.h usability configure:9252: g++ -c -g -O2 conftest.cpp >&5 configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking sys/syscall.h presence configure:9252: g++ -E conftest.cpp configure:9252: $? =3D 0 configure:9252: result: yes configure:9252: checking for sys/syscall.h configure:9252: result: yes configure:9271: checking for lutimes configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9271: checking for lchown configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9271: checking for posix_fallocate configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9271: checking for sched_setaffinity configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9271: checking for statvfs configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9271: checking for nanosleep configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9271: checking for strsignal configure:9271: g++ -o conftest -g -O2 conftest.cpp >&5 configure:9271: $? =3D 0 configure:9271: result: yes configure:9281: checking whether it is possible to create a link to a symli= nk configure:9285: result: yes configure:9304: checking locale usability configure:9304: g++ -c -g -O2 conftest.cpp >&5 configure:9304: $? =3D 0 configure:9304: result: yes configure:9304: checking locale presence configure:9304: g++ -E conftest.cpp configure:9304: $? =3D 0 configure:9304: result: yes configure:9304: checking for locale configure:9304: result: yes configure:9324: checking sys/personality.h usability configure:9324: g++ -c -g -O2 conftest.cpp >&5 configure:9324: $? =3D 0 configure:9324: result: yes configure:9324: checking sys/personality.h presence configure:9324: g++ -E conftest.cpp configure:9324: $? =3D 0 configure:9324: result: yes configure:9324: checking for sys/personality.h configure:9324: result: yes configure:9337: checking linux/fs.h usability configure:9337: g++ -c -g -O2 conftest.cpp >&5 configure:9337: $? =3D 0 configure:9337: result: yes configure:9337: checking linux/fs.h presence configure:9337: g++ -E conftest.cpp configure:9337: $? =3D 0 configure:9337: result: yes configure:9337: checking for linux/fs.h configure:9337: result: yes configure:9349: checking whether Guile's custom binary input ports support = 'setvbuf' configure:9363: result: yes configure:9375: checking for unit test root directory configure:9382: result: /home/mthl/src/gnu/guix/test-tmp configure:9438: checking for dot configure:9456: found /usr/bin/dot configure:9469: result: /usr/bin/dot configure:9484: checking for emacs configure:9500: found /usr/bin/emacs configure:9511: result: emacs configure:9535: checking where .elc files should go configure:9548: $EMACS -batch -Q -eval '(while load-path (princ (concat (ca= r load-path) "\n")) (setq load-path (cdr load-path)))' conftest= .out configure:9551: $? =3D 0 configure:9564: result: ${datadir}/emacs/site-lisp configure:9651: updating cache config.cache configure:9695: checking that generated files are newer than configure configure:9701: result: done configure:9756: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Guix config.status 0.9.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES =3D=20 CONFIG_HEADERS =3D=20 CONFIG_LINKS =3D=20 CONFIG_COMMANDS =3D=20 $ ./config.status=20 on godel config.status:991: creating nix/scripts/list-runtime-roots config.status:991: creating nix/scripts/substitute config.status:991: creating nix/scripts/guix-authenticate config.status:991: creating nix/scripts/offload 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 guix/config.scm config.status:991: creating scripts/guix config.status:991: creating pre-inst-env config.status:991: creating test-env config.status:991: creating emacs/guix-config.el config.status:991: creating emacs/guix-helper.scm config.status:991: creating nix/config.h config.status:1220: executing depfiles commands config.status:1220: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Dx86_64-pc-linux-gnu ac_cv_c_compiler_gnu=3Dyes ac_cv_cxx_compiler_gnu=3Dyes ac_cv_env_CCC_set=3D ac_cv_env_CCC_value=3D ac_cv_env_CC_set=3D ac_cv_env_CC_value=3D ac_cv_env_CFLAGS_set=3D ac_cv_env_CFLAGS_value=3D ac_cv_env_CPPFLAGS_set=3D ac_cv_env_CPPFLAGS_value=3D ac_cv_env_CPP_set=3D ac_cv_env_CPP_value=3D ac_cv_env_CXXCPP_set=3D ac_cv_env_CXXCPP_value=3D ac_cv_env_CXXFLAGS_set=3D ac_cv_env_CXXFLAGS_value=3D ac_cv_env_CXX_set=3D ac_cv_env_CXX_value=3D ac_cv_env_EMACSLOADPATH_set=3D ac_cv_env_EMACSLOADPATH_value=3D ac_cv_env_EMACS_set=3Dset ac_cv_env_EMACS_value=3Dt ac_cv_env_GUILE_CFLAGS_set=3D ac_cv_env_GUILE_CFLAGS_value=3D ac_cv_env_GUILE_LIBS_set=3D ac_cv_env_GUILE_LIBS_value=3D ac_cv_env_LDFLAGS_set=3D ac_cv_env_LDFLAGS_value=3D ac_cv_env_LIBS_set=3D ac_cv_env_LIBS_value=3D ac_cv_env_PKG_CONFIG_LIBDIR_set=3D ac_cv_env_PKG_CONFIG_LIBDIR_value=3D ac_cv_env_PKG_CONFIG_PATH_set=3D ac_cv_env_PKG_CONFIG_PATH_value=3D ac_cv_env_PKG_CONFIG_set=3D ac_cv_env_PKG_CONFIG_value=3D ac_cv_env_SQLITE3_CFLAGS_set=3D ac_cv_env_SQLITE3_CFLAGS_value=3D ac_cv_env_SQLITE3_LIBS_set=3D ac_cv_env_SQLITE3_LIBS_value=3D ac_cv_env_build_alias_set=3D ac_cv_env_build_alias_value=3D ac_cv_env_host_alias_set=3D ac_cv_env_host_alias_value=3D ac_cv_env_target_alias_set=3D ac_cv_env_target_alias_value=3D ac_cv_func_chroot=3Dyes ac_cv_func_lchown=3Dyes ac_cv_func_lutimes=3Dyes ac_cv_func_nanosleep=3Dyes ac_cv_func_posix_fallocate=3Dyes ac_cv_func_sched_setaffinity=3Dyes ac_cv_func_statvfs=3Dyes ac_cv_func_strsignal=3Dyes ac_cv_func_unshare=3Dyes ac_cv_guix_cbips_support_setvbuf=3Dyes ac_cv_guix_cxx11_support=3Dyes ac_cv_guix_hash_bang_length=3D73 ac_cv_guix_socket_file_name_length=3D40 ac_cv_guix_srfi_37_broken=3Dno ac_cv_guix_test_hash_bang_length=3D101 ac_cv_guix_test_root=3D/home/mthl/src/gnu/guix/test-tmp ac_cv_guix_test_socket_file_name_length=3D64 ac_cv_header_bzlib_h=3Dyes ac_cv_header_gcrypt_h=3Dyes ac_cv_header_inttypes_h=3Dyes ac_cv_header_linux_fs_h=3Dyes ac_cv_header_locale=3Dyes ac_cv_header_memory_h=3Dyes ac_cv_header_minix_config_h=3Dno ac_cv_header_sched_h=3Dyes ac_cv_header_stdc=3Dyes ac_cv_header_stdint_h=3Dyes ac_cv_header_stdlib_h=3Dyes ac_cv_header_string_h=3Dyes ac_cv_header_strings_h=3Dyes ac_cv_header_sys_mount_h=3Dyes ac_cv_header_sys_param_h=3Dyes ac_cv_header_sys_personality_h=3Dyes ac_cv_header_sys_stat_h=3Dyes ac_cv_header_sys_syscall_h=3Dyes ac_cv_header_sys_types_h=3Dyes ac_cv_header_unistd_h=3Dyes ac_cv_host=3Dx86_64-pc-linux-gnu ac_cv_lib_bz2_BZ2_bzWriteOpen=3Dyes ac_cv_lib_gcrypt_gcry_md_open=3Dyes ac_cv_objext=3Do ac_cv_path_BZIP2=3D/bin/bzip2 ac_cv_path_DOT_USER_PROGRAM=3D/usr/bin/dot ac_cv_path_EGREP=3D'/bin/grep -E' ac_cv_path_GMSGFMT=3D/usr/bin/msgfmt ac_cv_path_GREP=3D/bin/grep ac_cv_path_GUILD=3D/usr/bin/guild ac_cv_path_GUILE=3D/usr/bin/guile ac_cv_path_GUILE_CONFIG=3D/usr/bin/guile-config ac_cv_path_GZIP=3D/bin/gzip ac_cv_path_LIBGCRYPT_CONFIG=3D/usr/bin/libgcrypt-config ac_cv_path_MSGFMT=3D/usr/bin/msgfmt ac_cv_path_MSGMERGE=3D/usr/bin/msgmerge ac_cv_path_SED=3D/bin/sed ac_cv_path_XGETTEXT=3D/usr/bin/xgettext ac_cv_path_XZ=3D/usr/bin/xz ac_cv_path_ac_pt_PKG_CONFIG=3D/usr/bin/pkg-config ac_cv_path_install=3D'/usr/bin/install -c' ac_cv_path_mkdir=3D/bin/mkdir ac_cv_prog_AWK=3Dgawk ac_cv_prog_CPP=3D'gcc -E' ac_cv_prog_CXXCPP=3D'g++ -E' ac_cv_prog_EMACS=3Demacs ac_cv_prog_ac_ct_CC=3Dgcc ac_cv_prog_ac_ct_CXX=3Dg++ ac_cv_prog_ac_ct_RANLIB=3Dranlib ac_cv_prog_cc_c89=3D ac_cv_prog_cc_g=3Dyes ac_cv_prog_cxx_g=3Dyes ac_cv_prog_make_make_set=3Dyes ac_cv_safe_to_define___extensions__=3Dyes ac_cv_sys_file_offset_bits=3Dno ac_cv_sys_largefile_CC=3Dno acl_cv_hardcode_direct=3Dno acl_cv_hardcode_libdir_flag_spec=3D'${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator=3D acl_cv_hardcode_minus_L=3Dno acl_cv_libext=3Da acl_cv_libname_spec=3D'lib$name' acl_cv_library_names_spec=3D'$libname$shrext' acl_cv_path_LD=3D/usr/bin/ld acl_cv_prog_gnu_ld=3Dyes acl_cv_rpath=3Ddone acl_cv_shlibext=3Dso acl_cv_wl=3D-Wl, am_cv_CC_dependencies_compiler_type=3Dgcc3 am_cv_CXX_dependencies_compiler_type=3Dgcc3 am_cv_lispdir=3D'${datadir}/emacs/site-lisp' am_cv_make_support_nested_variables=3Dyes am_cv_prog_cc_c_o=3Dyes gt_cv_func_CFLocaleCopyCurrent=3Dno gt_cv_func_CFPreferencesCopyAppValue=3Dno gt_cv_func_gnugettext1_libc=3Dyes guix_cv_libc_has_mount=3Dyes guix_cv_libgcrypt_libdir=3D guix_cv_libgcrypt_usable_p=3Dyes pkg_cv_GUILE_CFLAGS=3D'-pthread -I/usr/include/guile/2.0' pkg_cv_GUILE_LIBS=3D'-lguile-2.0 -lgc' pkg_cv_SQLITE3_CFLAGS=3D pkg_cv_SQLITE3_LIBS=3D-lsqlite3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing aclocal-1.15' AMDEPBACKSLASH=3D'\' AMDEP_FALSE=3D'#' AMDEP_TRUE=3D'' AMTAR=3D'$${TAR-tar}' AM_BACKSLASH=3D'\' AM_DEFAULT_V=3D'$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY=3D'0' AM_V=3D'$(V)' AUTOCONF=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing autoconf' AUTOHEADER=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing autoheader' AUTOMAKE=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing automake-1.1= 5' AWK=3D'gawk' BUILD_DAEMON_FALSE=3D'#' BUILD_DAEMON_OFFLOAD_FALSE=3D'#' BUILD_DAEMON_OFFLOAD_TRUE=3D'' BUILD_DAEMON_TRUE=3D'' BUILD_SYSCALLS_MODULE_FALSE=3D'#' BUILD_SYSCALLS_MODULE_TRUE=3D'' BZIP2=3D'/bin/bzip2' CAN_RUN_TESTS_FALSE=3D'#' CAN_RUN_TESTS_TRUE=3D'' CC=3D'gcc' CCDEPMODE=3D'depmode=3Dgcc3' CFLAGS=3D'-g -O2' CPP=3D'gcc -E' CPPFLAGS=3D'' CXX=3D'g++' CXXCPP=3D'g++ -E' CXXDEPMODE=3D'depmode=3Dgcc3' CXXFLAGS=3D'-g -O2' CYGPATH_W=3D'echo' DEFS=3D'-DHAVE_CONFIG_H' DEPDIR=3D'.deps' DOT=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing dot' DOT_USER_PROGRAM=3D'/usr/bin/dot' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'/bin/grep -E' EMACS=3D'emacs' EMACSLOADPATH=3D'' EXEEXT=3D'' GETTEXT_MACRO_VERSION=3D'0.18' GMSGFMT=3D'/usr/bin/msgfmt' GMSGFMT_015=3D'/usr/bin/msgfmt' GREP=3D'/bin/grep' GUILD=3D'/usr/bin/guild' GUILE=3D'/usr/bin/guile' GUILE_CFLAGS=3D'-pthread -I/usr/include/guile/2.0' GUILE_CONFIG=3D'/usr/bin/guile-config' GUILE_LIBS=3D'-lguile-2.0 -lgc' GUILE_TOOLS=3D'/usr/bin/guild' GUIX_TEST_ROOT=3D'/home/mthl/src/gnu/guix/test-tmp' GZIP=3D'/bin/gzip' HAVE_EMACS_FALSE=3D'#' HAVE_EMACS_TRUE=3D'' HAVE_GUILE_JSON_FALSE=3D'#' HAVE_GUILE_JSON_TRUE=3D'' HELP2MAN=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing help2man' INSTALL_DATA=3D'${INSTALL} -m 644' INSTALL_PROGRAM=3D'${INSTALL}' INSTALL_SCRIPT=3D'${INSTALL}' INSTALL_SRFI_37_FALSE=3D'' INSTALL_SRFI_37_TRUE=3D'#' INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s' INTLLIBS=3D'' INTL_MACOSX_LIBS=3D'' LDFLAGS=3D'' LIBGCRYPT=3D'libgcrypt' LIBGCRYPT_CFLAGS=3D'' LIBGCRYPT_CONFIG=3D'/usr/bin/libgcrypt-config' LIBGCRYPT_LIBDIR=3D'no' LIBGCRYPT_LIBS=3D'-lgcrypt' LIBGCRYPT_PREFIX=3D'no' LIBICONV=3D'-liconv' LIBINTL=3D'' LIBOBJS=3D'' LIBS=3D'' LTLIBICONV=3D'-liconv' LTLIBINTL=3D'' LTLIBOBJS=3D'' MAKEINFO=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/missing makeinfo' MKDIR_P=3D'/bin/mkdir -p' MSGFMT=3D'/usr/bin/msgfmt' MSGFMT_015=3D'/usr/bin/msgfmt' MSGMERGE=3D'/usr/bin/msgmerge' NIXPKGS=3D'' NIX_HASH=3D'' NIX_INSTANTIATE=3D'nix-instantiate' NIX_PREFIX=3D'' OBJEXT=3D'o' PACKAGE=3D'guix' PACKAGE_BUGREPORT=3D'bug-guix@gnu.org' PACKAGE_NAME=3D'GNU Guix' PACKAGE_STRING=3D'GNU Guix 0.9.1' PACKAGE_TARNAME=3D'guix' PACKAGE_URL=3D'http://www.gnu.org/software/guix/' PACKAGE_VERSION=3D'0.9.1' PATH_SEPARATOR=3D':' PKG_CONFIG=3D'/usr/bin/pkg-config' PKG_CONFIG_LIBDIR=3D'' PKG_CONFIG_PATH=3D'' POSUB=3D'po' RANLIB=3D'ranlib' SED=3D'/bin/sed' SET_MAKE=3D'' SHELL=3D'/bin/bash' SQLITE3_CFLAGS=3D'' SQLITE3_LIBS=3D'-lsqlite3' STRIP=3D'' USE_NLS=3D'yes' VERSION=3D'0.9.1' XGETTEXT=3D'/usr/bin/xgettext' XGETTEXT_015=3D'/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS=3D'' XZ=3D'/usr/bin/xz' ac_ct_CC=3D'gcc' ac_ct_CXX=3D'g++' am__EXEEXT_FALSE=3D'' am__EXEEXT_TRUE=3D'#' am__fastdepCC_FALSE=3D'#' am__fastdepCC_TRUE=3D'' am__fastdepCXX_FALSE=3D'#' am__fastdepCXX_TRUE=3D'' am__include=3D'include' am__isrc=3D'' am__leading_dot=3D'.' am__nodep=3D'_no' am__quote=3D'' am__tar=3D'$${TAR-tar} chof - "$$tardir"' am__untar=3D'$${TAR-tar} xf -' bashcompletiondir=3D'${sysconfdir}/bash_completion.d' bindir=3D'${exec_prefix}/bin' build=3D'x86_64-pc-linux-gnu' build_alias=3D'' build_cpu=3D'x86_64' build_os=3D'linux-gnu' build_vendor=3D'pc' datadir=3D'${datarootdir}' datarootdir=3D'${prefix}/share' docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir=3D'${docdir}' emacsuidir=3D'${prefix}/share/guile/site/2.0/guix/emacs' exec_prefix=3D'${prefix}' guilemoduledir=3D'${prefix}/share/guile/site/2.0' guix_localstatedir=3D'/usr/local/var' guix_sbindir=3D'/usr/local/sbin' guix_sysconfdir=3D'/usr/local/etc' guix_system=3D'x86_64-linux' host=3D'x86_64-pc-linux-gnu' host_alias=3D'' host_cpu=3D'x86_64' host_os=3D'linux-gnu' host_vendor=3D'pc' htmldir=3D'${docdir}' includedir=3D'${prefix}/include' infodir=3D'${datarootdir}/info' install_sh=3D'${SHELL} /home/mthl/src/gnu/guix/build-aux/install-sh' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' lispdir=3D'${datadir}/emacs/site-lisp' localedir=3D'${datarootdir}/locale' localstatedir=3D'${prefix}/var' mandir=3D'${datarootdir}/man' mkdir_p=3D'/bin/mkdir -p' oldincludedir=3D'/usr/include' pdfdir=3D'${docdir}' prefix=3D'/usr/local' program_transform_name=3D's,x,x,' psdir=3D'${docdir}' runstatedir=3D'${localstatedir}/run' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' storedir=3D'/gnu/store' sysconfdir=3D'${prefix}/etc' target_alias=3D'' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Guix" #define PACKAGE_TARNAME "guix" #define PACKAGE_VERSION "0.9.1" #define PACKAGE_STRING "GNU Guix 0.9.1" #define PACKAGE_BUGREPORT "bug-guix@gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/guix/" #define PACKAGE "guix" #define VERSION "0.9.1" #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 HAVE_DAEMON_OFFLOAD_HOOK 1 configure: exit 0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 18 04:44:25 2016 Received: (at request) by debbugs.gnu.org; 18 Jan 2016 09:44:25 +0000 Received: from localhost ([127.0.0.1]:52317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aL6MK-000681-Tc for submit@debbugs.gnu.org; Mon, 18 Jan 2016 04:44:25 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:48478) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aL6MI-00067o-QN for request@debbugs.gnu.org; Mon, 18 Jan 2016 04:44:23 -0500 X-IronPort-AV: E=Sophos;i="5.22,312,1449529200"; d="scan'208";a="197877215" Received: from pluto.bordeaux.inria.fr (HELO pluto) ([193.50.110.57]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/AES128-GCM-SHA256; 18 Jan 2016 10:44:16 +0100 From: ludovic.courtes@inria.fr (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: request@debbugs.gnu.org Subject: retitle X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 =?utf-8?Q?Niv=C3=B4se?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Mon, 18 Jan 2016 10:44:16 +0100 Message-ID: <87d1szjk7j.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: request X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) retitle 22391 'tests/gem.scm' fails as of v0.9.0-1081-gfe6f809 thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 11:31:17 2016 Received: (at 22391-done) by debbugs.gnu.org; 20 Jan 2016 16:31:17 +0000 Received: from localhost ([127.0.0.1]:55469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aLvfA-0001P9-IG for submit@debbugs.gnu.org; Wed, 20 Jan 2016 11:31:17 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:41420 helo=newmailhub.uq.edu.au) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aLrzR-0003q7-IE for 22391-done@debbugs.gnu.org; Wed, 20 Jan 2016 07:35:58 -0500 Received: from smtp2.soe.uq.edu.au (smtp2.soe.uq.edu.au [10.138.113.41]) by newmailhub.uq.edu.au (8.14.5/8.14.5) with ESMTP id u0KCZsJ8039914 for <22391-done@debbugs.gnu.org>; Wed, 20 Jan 2016 22:35:54 +1000 Received: from [192.168.1.105] (static.customers.nuskope.com.au [103.25.181.216] (may be forged)) (authenticated bits=0) by smtp2.soe.uq.edu.au (8.14.5/8.14.5) with ESMTP id u0KCZqO8051034 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for <22391-done@debbugs.gnu.org>; Wed, 20 Jan 2016 22:35:53 +1000 To: 22391-done@debbugs.gnu.org From: Ben Woodcroft Subject: bug#22391: tests/gem.scm' fails as of v0.9.0-1081-gfe6f809 Message-ID: <569F7F28.4090700@uq.edu.au> Date: Wed, 20 Jan 2016 22:35:52 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-UQ-FilterTime: 1453293354 X-Scanned-By: MIMEDefang 2.73 on UQ Mailhub X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 22391-done X-Mailman-Approved-At: Wed, 20 Jan 2016 11:31:16 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Fixed via e88d5fa. From unknown Mon Aug 18 19:33:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Feb 2016 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator