all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22391: 'make check' fails on master.
@ 2016-01-17 11:12 Mathieu Lirzin
  2016-01-20 12:35 ` bug#22391: tests/gem.scm' fails as of v0.9.0-1081-gfe6f809 Ben Woodcroft
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Lirzin @ 2016-01-17 11:12 UTC (permalink / raw)
  To: 22391

[-- Attachment #1: test-suite.log --]
[-- Type: text/plain, Size: 1713 bytes --]

======================================
   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 <http://gnu.org/licenses/gpl.html>
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)


[-- Attachment #2: gem.log --]
[-- Type: text/plain, Size: 1216 bytes --]

%%%% 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

[-- Attachment #3: config.log --]
[-- Type: text/plain, Size: 42573 bytes --]

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 = godel
uname -m = x86_64
uname -r = 4.3.0-1-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.3.3-5 (2016-01-04)

/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: /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: $? = 0
configure:3569: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160101 (Debian 5.3.1-5) 
configure:3580: $? = 0
configure:3569: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3580: $? = 1
configure:3569: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3580: $? = 1
configure:3600: checking whether the C compiler works
configure:3622: gcc    conftest.c  >&5
configure:3626: $? = 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: $? = 0
configure:3718: result: 
configure:3740: checking whether we are cross compiling
configure:3748: gcc -o conftest    conftest.c  >&5
configure:3752: $? = 0
configure:3759: ./conftest
configure:3763: $? = 0
configure:3778: result: no
configure:3783: checking for suffix of object files
configure:3805: gcc -c   conftest.c >&5
configure:3809: $? = 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: $? = 0
configure:3862: result: yes
configure:3871: checking whether gcc accepts -g
configure:3891: gcc -c -g  conftest.c >&5
configure:3891: $? = 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: $? = 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: $? = 0
configure:4072: gcc -c conftest.c -o conftest2.o
configure:4075: $? = 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: $? = 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: $? = 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 <ac_nonexistent.h>
configure:4308: result: gcc -E
configure:4328: gcc -E  conftest.c
configure:4328: $? = 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: $? = 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 <ac_nonexistent.h>
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: $? = 0
configure:4594: gcc -o conftest -g -O2   conftest.c  >&5
configure:4594: $? = 0
configure:4594: ./conftest
configure:4594: $? = 0
configure:4605: result: yes
configure:4618: checking for sys/types.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for sys/stat.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for stdlib.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for string.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for memory.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for strings.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for inttypes.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for stdint.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 0
configure:4618: result: yes
configure:4618: checking for unistd.h
configure:4618: gcc -c -g -O2  conftest.c >&5
configure:4618: $? = 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: $? = 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
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: $? = 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 <minix/config.h>
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: $? = 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,CoreFoundation >&5
conftest.c:26:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:5804: $? = 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 <CoreFoundation/CFPreferences.h>
| 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,CoreFoundation >&5
conftest.c:26:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:5838: $? = 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 <CoreFoundation/CFLocale.h>
| 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: $? = 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 >= 2.0.7"
configure:7183: $? = 0
configure:7197: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7"
configure:7200: $? = 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 >= 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: 
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: $? = 0
configure:8247: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160101 (Debian 5.3.1-5) 
configure:8258: $? = 0
configure:8247: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:8258: $? = 1
configure:8247: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:8258: $? = 1
configure:8262: checking whether we are using the GNU C++ compiler
configure:8281: g++ -c   conftest.cpp >&5
configure:8281: $? = 0
configure:8290: result: yes
configure:8299: checking whether g++ accepts -g
configure:8319: g++ -c -g  conftest.cpp >&5
configure:8319: $? = 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=c++11 -g -O2  conftest.cpp >&5
configure:8548: $? = 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 files
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: $? = 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: $? = 0
configure:8895: result: yes
configure:8908: checking how to run the C++ preprocessor
configure:8935: g++ -E  conftest.cpp
configure:8935: $? = 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: $? = 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 <ac_nonexistent.h>
configure:8974: result: g++ -E
configure:8994: g++ -E  conftest.cpp
configure:8994: $? = 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: $? = 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 <ac_nonexistent.h>
configure:9039: checking bzlib.h usability
configure:9039: g++ -c -g -O2  conftest.cpp >&5
configure:9039: $? = 0
configure:9039: result: yes
configure:9039: checking bzlib.h presence
configure:9039: g++ -E  conftest.cpp
configure:9039: $? = 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 >= 3.6.19"
configure:9064: $? = 0
configure:9078: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9081: $? = 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: $? = 0
configure:9214: result: yes
configure:9222: checking gcrypt.h usability
configure:9222: g++ -c -g -O2  conftest.cpp >&5
configure:9222: $? = 0
configure:9222: result: yes
configure:9222: checking gcrypt.h presence
configure:9222: g++ -E  conftest.cpp
configure:9222: $? = 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: $? = 0
configure:9240: result: yes
configure:9240: checking for unshare
configure:9240: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9240: $? = 0
configure:9240: result: yes
configure:9252: checking sched.h usability
configure:9252: g++ -c -g -O2  conftest.cpp >&5
configure:9252: $? = 0
configure:9252: result: yes
configure:9252: checking sched.h presence
configure:9252: g++ -E  conftest.cpp
configure:9252: $? = 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: $? = 0
configure:9252: result: yes
configure:9252: checking sys/param.h presence
configure:9252: g++ -E  conftest.cpp
configure:9252: $? = 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: $? = 0
configure:9252: result: yes
configure:9252: checking sys/mount.h presence
configure:9252: g++ -E  conftest.cpp
configure:9252: $? = 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: $? = 0
configure:9252: result: yes
configure:9252: checking sys/syscall.h presence
configure:9252: g++ -E  conftest.cpp
configure:9252: $? = 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: $? = 0
configure:9271: result: yes
configure:9271: checking for lchown
configure:9271: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9271: $? = 0
configure:9271: result: yes
configure:9271: checking for posix_fallocate
configure:9271: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9271: $? = 0
configure:9271: result: yes
configure:9271: checking for sched_setaffinity
configure:9271: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9271: $? = 0
configure:9271: result: yes
configure:9271: checking for statvfs
configure:9271: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9271: $? = 0
configure:9271: result: yes
configure:9271: checking for nanosleep
configure:9271: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9271: $? = 0
configure:9271: result: yes
configure:9271: checking for strsignal
configure:9271: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9271: $? = 0
configure:9271: result: yes
configure:9281: checking whether it is possible to create a link to a symlink
configure:9285: result: yes
configure:9304: checking locale usability
configure:9304: g++ -c -g -O2  conftest.cpp >&5
configure:9304: $? = 0
configure:9304: result: yes
configure:9304: checking locale presence
configure:9304: g++ -E  conftest.cpp
configure:9304: $? = 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: $? = 0
configure:9324: result: yes
configure:9324: checking sys/personality.h presence
configure:9324: g++ -E  conftest.cpp
configure:9324: $? = 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: $? = 0
configure:9337: result: yes
configure:9337: checking linux/fs.h presence
configure:9337: g++ -E  conftest.cpp
configure:9337: $? = 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 (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
configure:9551: $? = 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    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

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=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=set
ac_cv_env_EMACS_value=t
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=
ac_cv_env_PKG_CONFIG_PATH_value=
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=101
ac_cv_guix_test_root=/home/mthl/src/gnu/guix/test-tmp
ac_cv_guix_test_socket_file_name_length=64
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-pc-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=/bin/bzip2
ac_cv_path_DOT_USER_PROGRAM=/usr/bin/dot
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_GUILD=/usr/bin/guild
ac_cv_path_GUILE=/usr/bin/guile
ac_cv_path_GUILE_CONFIG=/usr/bin/guile-config
ac_cv_path_GZIP=/bin/gzip
ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_XZ=/usr/bin/xz
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/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=/usr/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_libc_has_mount=yes
guix_cv_libgcrypt_libdir=
guix_cv_libgcrypt_usable_p=yes
pkg_cv_GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
pkg_cv_GUILE_LIBS='-lguile-2.0 -lgc'
pkg_cv_SQLITE3_CFLAGS=
pkg_cv_SQLITE3_LIBS=-lsqlite3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/mthl/src/gnu/guix/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/mthl/src/gnu/guix/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/mthl/src/gnu/guix/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/mthl/src/gnu/guix/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='/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/mthl/src/gnu/guix/build-aux/missing dot'
DOT_USER_PROGRAM='/usr/bin/dot'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
GUILD='/usr/bin/guild'
GUILE='/usr/bin/guile'
GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
GUILE_CONFIG='/usr/bin/guile-config'
GUILE_LIBS='-lguile-2.0 -lgc'
GUILE_TOOLS='/usr/bin/guild'
GUIX_TEST_ROOT='/home/mthl/src/gnu/guix/test-tmp'
GZIP='/bin/gzip'
HAVE_EMACS_FALSE='#'
HAVE_EMACS_TRUE=''
HAVE_GUILE_JSON_FALSE='#'
HAVE_GUILE_JSON_TRUE=''
HELP2MAN='${SHELL} /home/mthl/src/gnu/guix/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='libgcrypt'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
LIBGCRYPT_LIBDIR='no'
LIBGCRYPT_LIBS='-lgcrypt'
LIBGCRYPT_PREFIX='no'
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mthl/src/gnu/guix/build-aux/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/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.9.1'
PACKAGE_TARNAME='guix'
PACKAGE_URL='http://www.gnu.org/software/guix/'
PACKAGE_VERSION='0.9.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB='po'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SQLITE3_CFLAGS=''
SQLITE3_LIBS='-lsqlite3'
STRIP=''
USE_NLS='yes'
VERSION='0.9.1'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XZ='/usr/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-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
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-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mthl/src/gnu/guix/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='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
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.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#22391: tests/gem.scm' fails as of v0.9.0-1081-gfe6f809
  2016-01-17 11:12 bug#22391: 'make check' fails on master Mathieu Lirzin
@ 2016-01-20 12:35 ` Ben Woodcroft
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Woodcroft @ 2016-01-20 12:35 UTC (permalink / raw)
  To: 22391-done

Fixed via e88d5fa.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-20 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 11:12 bug#22391: 'make check' fails on master Mathieu Lirzin
2016-01-20 12:35 ` bug#22391: tests/gem.scm' fails as of v0.9.0-1081-gfe6f809 Ben Woodcroft

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.