unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
@ 2013-07-05 18:31 BlueT - Matthew Lien - 練喆明
  2013-07-05 20:29 ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: BlueT - Matthew Lien - 練喆明 @ 2013-07-05 18:31 UTC (permalink / raw)
  To: bug-guix

[-- Attachment #1: Type: text/plain, Size: 2552 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Guixers,

I got some fatal when trying to install Guix on my Ubuntu 12.04 64bit box.

1. git version guix, automake version incompactable.

It stoped at complaining about automake version at bootstraping.
Guix asks for automake 1.12 but ubuntu has only 1.11

ref: http://packages.ubuntu.com/search?keywords=automake

== log snippit start ==
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:9: require Automake 1.12, but have 1.11.3
autoreconf: automake failed with exit status: 1
== log snippit end ==


2. guix-2.0, make check FAIL: 7
(no bootstraping required, so no automake fatal error.)
(logs in attachment.)


ENV:
bluet@GuixOnUbuntu64:~/guix$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.2 LTS
Release:	12.04
Codename:	precise
bluet@GuixOnUbuntu64:~/guix$ uname -a
Linux GuixOnUbuntu64 3.5.0-36-generic #57~precise1-Ubuntu SMP Thu Jun 20
18:21:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
bluet@GuixOnUbuntu64:~/guix$ dpkg -la|grep -P
"(guile|libgcrypt|sqlite|libbz|g\+\+)"
ii  g++                               4:4.6.3-1ubuntu5             GNU
C++ compiler
ii  g++-4.6                           4.6.3-1ubuntu5               GNU
C++ compiler
ii  guile-2.0                         2.0.5+1-1                    GNU
extension language and Scheme interpreter
ii  guile-2.0-dev                     2.0.5+1-1
Development files for Guile 2.0
ii  guile-2.0-libs                    2.0.5+1-1                    Core
Guile libraries
ii  libbz2-1.0                        1.0.6-1
high-quality block-sorting file compressor library - runtime
ii  libbz2-dev                        1.0.6-1
high-quality block-sorting file compressor library - development
ii  libgcrypt11                       1.5.0-3ubuntu0.1             LGPL
Crypto library - runtime library
ii  libgcrypt11-dev                   1.5.0-3ubuntu0.1             LGPL
Crypto library - development files
ii  libsqlite3-0                      3.7.9-2ubuntu1.1
SQLite 3 shared library
ii  libsqlite3-dev                    3.7.9-2ubuntu1.1
SQLite 3 development files



- -- 
/ Just another [ Perl | FOSS | Security ] Hacker. /
/ BlueT = Matthew Lien = 練喆明 /
/ http://BlueT.org /
/ GPG: 4A293CBD /
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHXERMACgkQvRNvgEopPL3eOQCeP6zqAy1sHEKtl6yR0mTaW2hr
ov4AoIgeKBj3IzLADyUeQmVl2UGwIc3S
=s/YV
-----END PGP SIGNATURE-----

[-- Attachment #2: utils.log --]
[-- Type: text/x-log, Size: 1434 bytes --]

%%%% Starting test utils
Group begin: utils
Test begin:
  test-name: "bytevector->base16-string->bytevector"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "gnu-triplet->nix-system"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "package-name->name+version"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "string-tokenize*"
Test end:
  result-kind: pass
  actual-value: (("foo") ("foo" "bar" "baz") ("foo" "bar" "") ("foo" "bar" "baz"))
  expected-value: (("foo") ("foo" "bar" "baz") ("foo" "bar" "") ("foo" "bar" "baz"))
Test begin:
  test-name: "fold2, 1 list"
Test end:
  result-kind: pass
  actual-value: ((4 3 2 1 0) (-4 -3 -2 -1 0))
  expected-value: ((4 3 2 1 0) (-4 -3 -2 -1 0))
Test begin:
  test-name: "fold2, 2 lists"
Test end:
  result-kind: pass
  actual-value: (((d . 3) (c . 2) (b . 1) (a . 0)) ((d . -3) (c . -2) (b . -1) (a . 0)))
  expected-value: (((d . 3) (c . 2) (b . 1) (a . 0)) ((d . -3) (c . -2) (b . -1) (a . 0)))
Test begin:
  test-name: "filtered-port, file"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "filtered-port, non-file"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "store-path-package-name"
Test end:
  result-kind: pass
  actual-value: "bash-4.2-p24"
  expected-value: "bash-4.2-p24"
Group end: utils
# of expected passes      8
# of unexpected failures  1

[-- Attachment #3: union.log --]
[-- Type: text/x-log, Size: 1334 bytes --]

%%%% Starting test union
Group begin: union
Test begin:
  test-name: "tree-union, empty"
Test end:
  result-kind: pass
  actual-value: ()
  expected-value: ()
Test begin:
  test-name: "tree-union, leaves only"
Test end:
  result-kind: pass
  actual-value: (a b c d)
  expected-value: (a b c d)
Test begin:
  test-name: "tree-union, simple"
Test end:
  result-kind: pass
  actual-value: ((bin ls touch make awk gawk))
  expected-value: ((bin ls touch make awk gawk))
Test begin:
  test-name: "tree-union, several levels"
Test end:
  result-kind: pass
  actual-value: ((share (doc (make README) (coreutils README))) (bin ls touch make))
  expected-value: ((share (doc (make README) (coreutils README))) (bin ls touch make))
Test begin:
  test-name: "delete-duplicate-leaves, default"
Test end:
  result-kind: pass
  actual-value: (bin make touch ls)
  expected-value: (bin make touch ls)
Test begin:
  test-name: "delete-duplicate-leaves, file names"
Test end:
  result-kind: pass
  actual-value: ("doc" ("info" "/binutils/ld.info" "/gcc/gcc.info" "/binutils/standards.info"))
  expected-value: ("doc" ("info" "/binutils/ld.info" "/gcc/gcc.info" "/binutils/standards.info"))
Test begin:
  test-name: "union-build"
Test end:
  result-kind: fail
  actual-value: #f
Group end: union
# of expected passes      6
# of unexpected failures  1

[-- Attachment #4: ui.log --]
[-- Type: text/x-log, Size: 524 bytes --]

%%%% Starting test ui
Group begin: ui
Test begin:
  test-name: "fill-paragraph"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "fill-paragraph, consecutive newlines"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "fill-paragraph, large unbreakable word"
Test end:
  result-kind: pass
  actual-value: ("Here is a" "very-very-long-word" "and that's" "it.")
  expected-value: ("Here is a" "very-very-long-word" "and that's" "it.")
Group end: ui
# of expected passes      3

[-- Attachment #5: test-suite.log --]
[-- Type: text/x-log, Size: 73608 bytes --]

====================================
   GNU Guix 0.2: ./test-suite.log
====================================

# TOTAL: 18
# PASS:  11
# SKIP:  0
# XFAIL: 0
# FAIL:  7
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/builders
====================

accepted connection from pid 16434, uid 1000
@ build-started /home/bluet/guix-0.2/test-tmp/store/w4dm549kjglmfa1j9x3v3hnk4w6l9sq9-guile-bootstrap-2.0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/w4//dm549kjglmfa1j9x3v3hnk4w6l9sq9-guile-bootstrap-2.0.drv.bz2
unpacking bootstrap Guile to '/home/bluet/guix-0.2/test-tmp/store/5h67vsb26ixkpxgpqfvna0jqg8ibhrvq-guile-bootstrap-2.0'...
./
./share/
./share/guile/
./share/guile/2.0/
./share/guile/2.0/oop/
./share/guile/2.0/oop/goops/
./share/guile/2.0/oop/goops/composite-slot.scm
./share/guile/2.0/oop/goops/active-slot.scm
./share/guile/2.0/oop/goops/internal.scm
./share/guile/2.0/oop/goops/simple.scm
./share/guile/2.0/oop/goops/save.scm
./share/guile/2.0/oop/goops/util.scm
./share/guile/2.0/oop/goops/accessors.scm
./share/guile/2.0/oop/goops/stklos.scm
./share/guile/2.0/oop/goops/describe.scm
./share/guile/2.0/oop/goops/compile.scm
./share/guile/2.0/oop/goops/dispatch.scm
./share/guile/2.0/oop/goops.scm
./share/guile/2.0/sxml/
./share/guile/2.0/sxml/apply-templates.scm
./share/guile/2.0/sxml/simple.scm
./share/guile/2.0/sxml/sxml-match.ss
./share/guile/2.0/sxml/upstream/
./share/guile/2.0/sxml/upstream/assert.scm
./share/guile/2.0/sxml/upstream/SXPath-old.scm
./share/guile/2.0/sxml/upstream/SSAX.scm
./share/guile/2.0/sxml/upstream/SXML-tree-trans.scm
./share/guile/2.0/sxml/upstream/input-parse.scm
./share/guile/2.0/sxml/ssax.scm
./share/guile/2.0/sxml/match.scm
./share/guile/2.0/sxml/ssax/
./share/guile/2.0/sxml/ssax/input-parse.scm
./share/guile/2.0/sxml/transform.scm
./share/guile/2.0/sxml/fold.scm
./share/guile/2.0/sxml/xpath.scm
./share/guile/2.0/language/
./share/guile/2.0/language/assembly/
./share/guile/2.0/language/assembly/decompile-bytecode.scm
./share/guile/2.0/language/assembly/compile-bytecode.scm
./share/guile/2.0/language/assembly/spec.scm
./share/guile/2.0/language/assembly/disassemble.scm
./share/guile/2.0/language/bytecode/
./share/guile/2.0/language/bytecode/spec.scm
./share/guile/2.0/language/tree-il.scm
./share/guile/2.0/language/ecmascript/
./share/guile/2.0/language/ecmascript/function.scm
./share/guile/2.0/language/ecmascript/parse.scm
./share/guile/2.0/language/ecmascript/array.scm
./share/guile/2.0/language/ecmascript/compile-tree-il.scm
./share/guile/2.0/language/ecmascript/impl.scm
./share/guile/2.0/language/ecmascript/spec.scm
./share/guile/2.0/language/ecmascript/base.scm
./share/guile/2.0/language/ecmascript/tokenize.scm
./share/guile/2.0/language/scheme/
./share/guile/2.0/language/scheme/compile-tree-il.scm
./share/guile/2.0/language/scheme/spec.scm
./share/guile/2.0/language/scheme/decompile-tree-il.scm
./share/guile/2.0/language/glil/
./share/guile/2.0/language/glil/compile-assembly.scm
./share/guile/2.0/language/glil/decompile-assembly.scm
./share/guile/2.0/language/glil/spec.scm
./share/guile/2.0/language/brainfuck/
./share/guile/2.0/language/brainfuck/parse.scm
./share/guile/2.0/language/brainfuck/compile-scheme.scm
./share/guile/2.0/language/brainfuck/compile-tree-il.scm
./share/guile/2.0/language/brainfuck/spec.scm
./share/guile/2.0/language/value/
./share/guile/2.0/language/value/spec.scm
./share/guile/2.0/language/objcode/
./share/guile/2.0/language/objcode/spec.scm
./share/guile/2.0/language/elisp/
./share/guile/2.0/language/elisp/lexer.scm
./share/guile/2.0/language/elisp/bindings.scm
./share/guile/2.0/language/elisp/parser.scm
./share/guile/2.0/language/elisp/compile-tree-il.scm
./share/guile/2.0/language/elisp/runtime.scm
./share/guile/2.0/language/elisp/spec.scm
./share/guile/2.0/language/elisp/runtime/
./share/guile/2.0/language/elisp/runtime/macros.scm
./share/guile/2.0/language/elisp/runtime/function-slot.scm
./share/guile/2.0/language/elisp/runtime/value-slot.scm
./share/guile/2.0/language/elisp/runtime/subrs.scm
./share/guile/2.0/language/glil.scm
./share/guile/2.0/language/tree-il/
./share/guile/2.0/language/tree-il/cse.scm
./share/guile/2.0/language/tree-il/compile-glil.scm
./share/guile/2.0/language/tree-il/debug.scm
./share/guile/2.0/language/tree-il/inline.scm
./share/guile/2.0/language/tree-il/primitives.scm
./share/guile/2.0/language/tree-il/peval.scm
./share/guile/2.0/language/tree-il/canonicalize.scm
./share/guile/2.0/language/tree-il/analyze.scm
./share/guile/2.0/language/tree-il/effects.scm
./share/guile/2.0/language/tree-il/spec.scm
./share/guile/2.0/language/tree-il/fix-letrec.scm
./share/guile/2.0/language/tree-il/optimize.scm
./share/guile/2.0/language/assembly.scm
./share/guile/2.0/web/
./share/guile/2.0/web/server/
./share/guile/2.0/web/server/http.scm
./share/guile/2.0/web/server.scm
./share/guile/2.0/web/response.scm
./share/guile/2.0/web/client.scm
./share/guile/2.0/web/uri.scm
./share/guile/2.0/web/http.scm
./share/guile/2.0/web/request.scm
./share/guile/2.0/srfi/
./share/guile/2.0/srfi/srfi-4.scm
./share/guile/2.0/srfi/srfi-6.scm
./share/guile/2.0/srfi/srfi-60.scm
./share/guile/2.0/srfi/srfi-69.scm
./share/guile/2.0/srfi/srfi-13.scm
./share/guile/2.0/srfi/srfi-88.scm
./share/guile/2.0/srfi/srfi-39.scm
./share/guile/2.0/srfi/srfi-31.scm
./share/guile/2.0/srfi/srfi-14.scm
./share/guile/2.0/srfi/srfi-9.scm
./share/guile/2.0/srfi/srfi-26.scm
./share/guile/2.0/srfi/srfi-42.scm
./share/guile/2.0/srfi/srfi-17.scm
./share/guile/2.0/srfi/srfi-18.scm
./share/guile/2.0/srfi/srfi-9/
./share/guile/2.0/srfi/srfi-9/gnu.scm
./share/guile/2.0/srfi/srfi-2.scm
./share/guile/2.0/srfi/srfi-11.scm
./share/guile/2.0/srfi/srfi-27.scm
./share/guile/2.0/srfi/srfi-38.scm
./share/guile/2.0/srfi/srfi-35.scm
./share/guile/2.0/srfi/srfi-67/
./share/guile/2.0/srfi/srfi-67/compare.scm
./share/guile/2.0/srfi/srfi-16.scm
./share/guile/2.0/srfi/srfi-19.scm
./share/guile/2.0/srfi/srfi-1.scm
./share/guile/2.0/srfi/srfi-98.scm
./share/guile/2.0/srfi/srfi-42/
./share/guile/2.0/srfi/srfi-42/ec.scm
./share/guile/2.0/srfi/srfi-37.scm
./share/guile/2.0/srfi/srfi-34.scm
./share/guile/2.0/srfi/srfi-4/
./share/guile/2.0/srfi/srfi-4/gnu.scm
./share/guile/2.0/srfi/srfi-8.scm
./share/guile/2.0/srfi/srfi-10.scm
./share/guile/2.0/srfi/srfi-45.scm
./share/guile/2.0/srfi/srfi-67.scm
./share/guile/2.0/statprof.scm
./share/guile/2.0/rnrs/
./share/guile/2.0/rnrs/eval.scm
./share/guile/2.0/rnrs/control.scm
./share/guile/2.0/rnrs/hashtables.scm
./share/guile/2.0/rnrs/files.scm
./share/guile/2.0/rnrs/r5rs.scm
./share/guile/2.0/rnrs/programs.scm
./share/guile/2.0/rnrs/conditions.scm
./share/guile/2.0/rnrs/mutable-pairs.scm
./share/guile/2.0/rnrs/mutable-strings.scm
./share/guile/2.0/rnrs/bytevectors.scm
./share/guile/2.0/rnrs/syntax-case.scm
./share/guile/2.0/rnrs/io/
./share/guile/2.0/rnrs/io/simple.scm
./share/guile/2.0/rnrs/io/ports.scm
./share/guile/2.0/rnrs/arithmetic/
./share/guile/2.0/rnrs/arithmetic/bitwise.scm
./share/guile/2.0/rnrs/arithmetic/fixnums.scm
./share/guile/2.0/rnrs/arithmetic/flonums.scm
./share/guile/2.0/rnrs/sorting.scm
./share/guile/2.0/rnrs/unicode.scm
./share/guile/2.0/rnrs/exceptions.scm
./share/guile/2.0/rnrs/records/
./share/guile/2.0/rnrs/records/procedural.scm
./share/guile/2.0/rnrs/records/syntactic.scm
./share/guile/2.0/rnrs/records/inspection.scm
./share/guile/2.0/rnrs/base.scm
./share/guile/2.0/rnrs/lists.scm
./share/guile/2.0/rnrs/enums.scm
./share/guile/2.0/guile-procedures.txt
./share/guile/2.0/system/
./share/guile/2.0/system/base/
./share/guile/2.0/system/base/pmatch.scm
./share/guile/2.0/system/base/lalr.scm
./share/guile/2.0/system/base/syntax.scm
./share/guile/2.0/system/base/message.scm
./share/guile/2.0/system/base/language.scm
./share/guile/2.0/system/base/ck.scm
./share/guile/2.0/system/base/target.scm
./share/guile/2.0/system/base/compile.scm
./share/guile/2.0/system/base/lalr.upstream.scm
./share/guile/2.0/system/xref.scm
./share/guile/2.0/system/vm/
./share/guile/2.0/system/vm/trap-state.scm
./share/guile/2.0/system/vm/instruction.scm
./share/guile/2.0/system/vm/coverage.scm
./share/guile/2.0/system/vm/vm.scm
./share/guile/2.0/system/vm/inspect.scm
./share/guile/2.0/system/vm/objcode.scm
./share/guile/2.0/system/vm/program.scm
./share/guile/2.0/system/vm/frame.scm
./share/guile/2.0/system/vm/trace.scm
./share/guile/2.0/system/vm/traps.scm
./share/guile/2.0/system/repl/
./share/guile/2.0/system/repl/repl.scm
./share/guile/2.0/system/repl/common.scm
./share/guile/2.0/system/repl/error-handling.scm
./share/guile/2.0/system/repl/command.scm
./share/guile/2.0/system/repl/debug.scm
./share/guile/2.0/system/repl/describe.scm
./share/guile/2.0/system/repl/server.scm
./share/guile/2.0/system/foreign.scm
./share/guile/2.0/rnrs.scm
./share/guile/2.0/texinfo/
./share/guile/2.0/texinfo/docbook.scm
./share/guile/2.0/texinfo/indexing.scm
./share/guile/2.0/texinfo/reflection.scm
./share/guile/2.0/texinfo/html.scm
./share/guile/2.0/texinfo/plain-text.scm
./share/guile/2.0/texinfo/serialize.scm
./share/guile/2.0/texinfo/string-utils.scm
./share/guile/2.0/ice-9/
./share/guile/2.0/ice-9/futures.scm
./share/guile/2.0/ice-9/eval.scm
./share/guile/2.0/ice-9/control.scm
./share/guile/2.0/ice-9/runq.scm
./share/guile/2.0/ice-9/r6rs-libraries.scm
./share/guile/2.0/ice-9/mapping.scm
./share/guile/2.0/ice-9/calling.scm
./share/guile/2.0/ice-9/eval-string.scm
./share/guile/2.0/ice-9/binary-ports.scm
./share/guile/2.0/ice-9/buffered-input.scm
./share/guile/2.0/ice-9/match.scm
./share/guile/2.0/ice-9/r5rs.scm
./share/guile/2.0/ice-9/match.upstream.scm
./share/guile/2.0/ice-9/gap-buffer.scm
./share/guile/2.0/ice-9/session.scm
./share/guile/2.0/ice-9/pretty-print.scm
./share/guile/2.0/ice-9/stack-catch.scm
./share/guile/2.0/ice-9/debug.scm
./share/guile/2.0/ice-9/quasisyntax.scm
./share/guile/2.0/ice-9/documentation.scm
./share/guile/2.0/ice-9/poe.scm
./share/guile/2.0/ice-9/poll.scm
./share/guile/2.0/ice-9/scm-style-repl.scm
./share/guile/2.0/ice-9/save-stack.scm
./share/guile/2.0/ice-9/ls.scm
./share/guile/2.0/ice-9/networking.scm
./share/guile/2.0/ice-9/psyntax-pp.scm
./share/guile/2.0/ice-9/occam-channel.scm
./share/guile/2.0/ice-9/regex.scm
./share/guile/2.0/ice-9/command-line.scm
./share/guile/2.0/ice-9/threads.scm
./share/guile/2.0/ice-9/hcons.scm
./share/guile/2.0/ice-9/list.scm
./share/guile/2.0/ice-9/popen.scm
./share/guile/2.0/ice-9/expect.scm
./share/guile/2.0/ice-9/rdelim.scm
./share/guile/2.0/ice-9/history.scm
./share/guile/2.0/ice-9/time.scm
./share/guile/2.0/ice-9/weak-vector.scm
./share/guile/2.0/ice-9/getopt-long.scm
./share/guile/2.0/ice-9/common-list.scm
./share/guile/2.0/ice-9/null.scm
./share/guile/2.0/ice-9/serialize.scm
./share/guile/2.0/ice-9/channel.scm
./share/guile/2.0/ice-9/r4rs.scm
./share/guile/2.0/ice-9/boot-9.scm
./share/guile/2.0/ice-9/local-eval.scm
./share/guile/2.0/ice-9/rw.scm
./share/guile/2.0/ice-9/i18n.scm
./share/guile/2.0/ice-9/readline.scm
./share/guile/2.0/ice-9/top-repl.scm
./share/guile/2.0/ice-9/slib.scm
./share/guile/2.0/ice-9/lineio.scm
./share/guile/2.0/ice-9/posix.scm
./share/guile/2.0/ice-9/optargs.scm
./share/guile/2.0/ice-9/ftw.scm
./share/guile/2.0/ice-9/safe.scm
./share/guile/2.0/ice-9/curried-definitions.scm
./share/guile/2.0/ice-9/vlist.scm
./share/guile/2.0/ice-9/streams.scm
./share/guile/2.0/ice-9/q.scm
./share/guile/2.0/ice-9/string-fun.scm
./share/guile/2.0/ice-9/deprecated.scm
./share/guile/2.0/ice-9/psyntax.scm
./share/guile/2.0/ice-9/safe-r5rs.scm
./share/guile/2.0/ice-9/format.scm
./share/guile/2.0/ice-9/receive.scm
./share/guile/2.0/ice-9/and-let-star.scm
./share/guile/2.0/ice-9/syncase.scm
./share/guile/2.0/texinfo.scm
./share/guile/2.0/scripts/
./share/guile/2.0/scripts/doc-snarf.scm
./share/guile/2.0/scripts/autofrisk.scm
./share/guile/2.0/scripts/lint.scm
./share/guile/2.0/scripts/use2dot.scm
./share/guile/2.0/scripts/frisk.scm
./share/guile/2.0/scripts/punify.scm
./share/guile/2.0/scripts/summarize-guile-TODO.scm
./share/guile/2.0/scripts/api-diff.scm
./share/guile/2.0/scripts/generate-autoload.scm
./share/guile/2.0/scripts/list.scm
./share/guile/2.0/scripts/read-scheme-source.scm
./share/guile/2.0/scripts/read-rfc822.scm
./share/guile/2.0/scripts/display-commentary.scm
./share/guile/2.0/scripts/help.scm
./share/guile/2.0/scripts/compile.scm
./share/guile/2.0/scripts/snarf-guile-m4-docs.scm
./share/guile/2.0/scripts/disassemble.scm
./share/guile/2.0/scripts/scan-api.scm
./share/guile/2.0/scripts/read-text-outline.scm
./share/guile/2.0/scripts/snarf-check-and-output-texi.scm
./bin/
./bin/guile
./lib/
./lib/guile/
./lib/guile/2.0/
./lib/guile/2.0/ccache/
./lib/guile/2.0/ccache/texinfo.go
./lib/guile/2.0/ccache/oop/
./lib/guile/2.0/ccache/oop/goops/
./lib/guile/2.0/ccache/oop/goops/composite-slot.go
./lib/guile/2.0/ccache/oop/goops/describe.go
./lib/guile/2.0/ccache/oop/goops/dispatch.go
./lib/guile/2.0/ccache/oop/goops/compile.go
./lib/guile/2.0/ccache/oop/goops/internal.go
./lib/guile/2.0/ccache/oop/goops/accessors.go
./lib/guile/2.0/ccache/oop/goops/util.go
./lib/guile/2.0/ccache/oop/goops/stklos.go
./lib/guile/2.0/ccache/oop/goops/active-slot.go
./lib/guile/2.0/ccache/oop/goops/simple.go
./lib/guile/2.0/ccache/oop/goops/save.go
./lib/guile/2.0/ccache/oop/goops.go
./lib/guile/2.0/ccache/sxml/
./lib/guile/2.0/ccache/sxml/ssax/
./lib/guile/2.0/ccache/sxml/ssax/input-parse.go
./lib/guile/2.0/ccache/sxml/fold.go
./lib/guile/2.0/ccache/sxml/match.go
./lib/guile/2.0/ccache/sxml/apply-templates.go
./lib/guile/2.0/ccache/sxml/simple.go
./lib/guile/2.0/ccache/sxml/transform.go
./lib/guile/2.0/ccache/sxml/xpath.go
./lib/guile/2.0/ccache/sxml/ssax.go
./lib/guile/2.0/ccache/language/
./lib/guile/2.0/ccache/language/assembly/
./lib/guile/2.0/ccache/language/assembly/disassemble.go
./lib/guile/2.0/ccache/language/assembly/spec.go
./lib/guile/2.0/ccache/language/assembly/compile-bytecode.go
./lib/guile/2.0/ccache/language/assembly/decompile-bytecode.go
./lib/guile/2.0/ccache/language/bytecode/
./lib/guile/2.0/ccache/language/bytecode/spec.go
./lib/guile/2.0/ccache/language/ecmascript/
./lib/guile/2.0/ccache/language/ecmascript/base.go
./lib/guile/2.0/ccache/language/ecmascript/impl.go
./lib/guile/2.0/ccache/language/ecmascript/tokenize.go
./lib/guile/2.0/ccache/language/ecmascript/parse.go
./lib/guile/2.0/ccache/language/ecmascript/array.go
./lib/guile/2.0/ccache/language/ecmascript/function.go
./lib/guile/2.0/ccache/language/ecmascript/spec.go
./lib/guile/2.0/ccache/language/ecmascript/compile-tree-il.go
./lib/guile/2.0/ccache/language/scheme/
./lib/guile/2.0/ccache/language/scheme/decompile-tree-il.go
./lib/guile/2.0/ccache/language/scheme/spec.go
./lib/guile/2.0/ccache/language/scheme/compile-tree-il.go
./lib/guile/2.0/ccache/language/glil/
./lib/guile/2.0/ccache/language/glil/compile-assembly.go
./lib/guile/2.0/ccache/language/glil/decompile-assembly.go
./lib/guile/2.0/ccache/language/glil/spec.go
./lib/guile/2.0/ccache/language/glil.go
./lib/guile/2.0/ccache/language/brainfuck/
./lib/guile/2.0/ccache/language/brainfuck/compile-scheme.go
./lib/guile/2.0/ccache/language/brainfuck/parse.go
./lib/guile/2.0/ccache/language/brainfuck/spec.go
./lib/guile/2.0/ccache/language/brainfuck/compile-tree-il.go
./lib/guile/2.0/ccache/language/value/
./lib/guile/2.0/ccache/language/value/spec.go
./lib/guile/2.0/ccache/language/tree-il.go
./lib/guile/2.0/ccache/language/objcode/
./lib/guile/2.0/ccache/language/objcode/spec.go
./lib/guile/2.0/ccache/language/elisp/
./lib/guile/2.0/ccache/language/elisp/parser.go
./lib/guile/2.0/ccache/language/elisp/bindings.go
./lib/guile/2.0/ccache/language/elisp/spec.go
./lib/guile/2.0/ccache/language/elisp/runtime/
./lib/guile/2.0/ccache/language/elisp/runtime/function-slot.go
./lib/guile/2.0/ccache/language/elisp/runtime/subrs.go
./lib/guile/2.0/ccache/language/elisp/runtime/macros.go
./lib/guile/2.0/ccache/language/elisp/runtime/value-slot.go
./lib/guile/2.0/ccache/language/elisp/compile-tree-il.go
./lib/guile/2.0/ccache/language/elisp/runtime.go
./lib/guile/2.0/ccache/language/elisp/lexer.go
./lib/guile/2.0/ccache/language/tree-il/
./lib/guile/2.0/ccache/language/tree-il/compile-glil.go
./lib/guile/2.0/ccache/language/tree-il/canonicalize.go
./lib/guile/2.0/ccache/language/tree-il/effects.go
./lib/guile/2.0/ccache/language/tree-il/peval.go
./lib/guile/2.0/ccache/language/tree-il/spec.go
./lib/guile/2.0/ccache/language/tree-il/fix-letrec.go
./lib/guile/2.0/ccache/language/tree-il/optimize.go
./lib/guile/2.0/ccache/language/tree-il/analyze.go
./lib/guile/2.0/ccache/language/tree-il/primitives.go
./lib/guile/2.0/ccache/language/tree-il/debug.go
./lib/guile/2.0/ccache/language/tree-il/inline.go
./lib/guile/2.0/ccache/language/tree-il/cse.go
./lib/guile/2.0/ccache/language/assembly.go
./lib/guile/2.0/ccache/web/
./lib/guile/2.0/ccache/web/http.go
./lib/guile/2.0/ccache/web/request.go
./lib/guile/2.0/ccache/web/server/
./lib/guile/2.0/ccache/web/server/http.go
./lib/guile/2.0/ccache/web/uri.go
./lib/guile/2.0/ccache/web/response.go
./lib/guile/2.0/ccache/web/client.go
./lib/guile/2.0/ccache/web/server.go
./lib/guile/2.0/ccache/srfi/
./lib/guile/2.0/ccache/srfi/srfi-98.go
./lib/guile/2.0/ccache/srfi/srfi-8.go
./lib/guile/2.0/ccache/srfi/srfi-2.go
./lib/guile/2.0/ccache/srfi/srfi-1.go
./lib/guile/2.0/ccache/srfi/srfi-17.go
./lib/guile/2.0/ccache/srfi/srfi-9.go
./lib/guile/2.0/ccache/srfi/srfi-60.go
./lib/guile/2.0/ccache/srfi/srfi-6.go
./lib/guile/2.0/ccache/srfi/srfi-9/
./lib/guile/2.0/ccache/srfi/srfi-9/gnu.go
./lib/guile/2.0/ccache/srfi/srfi-39.go
./lib/guile/2.0/ccache/srfi/srfi-37.go
./lib/guile/2.0/ccache/srfi/srfi-67.go
./lib/guile/2.0/ccache/srfi/srfi-27.go
./lib/guile/2.0/ccache/srfi/srfi-10.go
./lib/guile/2.0/ccache/srfi/srfi-11.go
./lib/guile/2.0/ccache/srfi/srfi-19.go
./lib/guile/2.0/ccache/srfi/srfi-18.go
./lib/guile/2.0/ccache/srfi/srfi-38.go
./lib/guile/2.0/ccache/srfi/srfi-31.go
./lib/guile/2.0/ccache/srfi/srfi-4.go
./lib/guile/2.0/ccache/srfi/srfi-26.go
./lib/guile/2.0/ccache/srfi/srfi-42.go
./lib/guile/2.0/ccache/srfi/srfi-34.go
./lib/guile/2.0/ccache/srfi/srfi-88.go
./lib/guile/2.0/ccache/srfi/srfi-16.go
./lib/guile/2.0/ccache/srfi/srfi-4/
./lib/guile/2.0/ccache/srfi/srfi-4/gnu.go
./lib/guile/2.0/ccache/srfi/srfi-13.go
./lib/guile/2.0/ccache/srfi/srfi-69.go
./lib/guile/2.0/ccache/srfi/srfi-45.go
./lib/guile/2.0/ccache/srfi/srfi-35.go
./lib/guile/2.0/ccache/srfi/srfi-14.go
./lib/guile/2.0/ccache/rnrs/
./lib/guile/2.0/ccache/rnrs/mutable-pairs.go
./lib/guile/2.0/ccache/rnrs/base.go
./lib/guile/2.0/ccache/rnrs/sorting.go
./lib/guile/2.0/ccache/rnrs/files.go
./lib/guile/2.0/ccache/rnrs/bytevectors.go
./lib/guile/2.0/ccache/rnrs/enums.go
./lib/guile/2.0/ccache/rnrs/control.go
./lib/guile/2.0/ccache/rnrs/io/
./lib/guile/2.0/ccache/rnrs/io/ports.go
./lib/guile/2.0/ccache/rnrs/io/simple.go
./lib/guile/2.0/ccache/rnrs/arithmetic/
./lib/guile/2.0/ccache/rnrs/arithmetic/flonums.go
./lib/guile/2.0/ccache/rnrs/arithmetic/bitwise.go
./lib/guile/2.0/ccache/rnrs/arithmetic/fixnums.go
./lib/guile/2.0/ccache/rnrs/programs.go
./lib/guile/2.0/ccache/rnrs/conditions.go
./lib/guile/2.0/ccache/rnrs/mutable-strings.go
./lib/guile/2.0/ccache/rnrs/unicode.go
./lib/guile/2.0/ccache/rnrs/records/
./lib/guile/2.0/ccache/rnrs/records/inspection.go
./lib/guile/2.0/ccache/rnrs/records/syntactic.go
./lib/guile/2.0/ccache/rnrs/records/procedural.go
./lib/guile/2.0/ccache/rnrs/hashtables.go
./lib/guile/2.0/ccache/rnrs/exceptions.go
./lib/guile/2.0/ccache/rnrs/r5rs.go
./lib/guile/2.0/ccache/rnrs/lists.go
./lib/guile/2.0/ccache/rnrs/syntax-case.go
./lib/guile/2.0/ccache/rnrs/eval.go
./lib/guile/2.0/ccache/system/
./lib/guile/2.0/ccache/system/base/
./lib/guile/2.0/ccache/system/base/compile.go
./lib/guile/2.0/ccache/system/base/message.go
./lib/guile/2.0/ccache/system/base/lalr.go
./lib/guile/2.0/ccache/system/base/syntax.go
./lib/guile/2.0/ccache/system/base/ck.go
./lib/guile/2.0/ccache/system/base/language.go
./lib/guile/2.0/ccache/system/base/pmatch.go
./lib/guile/2.0/ccache/system/base/target.go
./lib/guile/2.0/ccache/system/foreign.go
./lib/guile/2.0/ccache/system/xref.go
./lib/guile/2.0/ccache/system/vm/
./lib/guile/2.0/ccache/system/vm/inspect.go
./lib/guile/2.0/ccache/system/vm/traps.go
./lib/guile/2.0/ccache/system/vm/coverage.go
./lib/guile/2.0/ccache/system/vm/frame.go
./lib/guile/2.0/ccache/system/vm/objcode.go
./lib/guile/2.0/ccache/system/vm/instruction.go
./lib/guile/2.0/ccache/system/vm/program.go
./lib/guile/2.0/ccache/system/vm/trace.go
./lib/guile/2.0/ccache/system/vm/vm.go
./lib/guile/2.0/ccache/system/vm/trap-state.go
./lib/guile/2.0/ccache/system/repl/
./lib/guile/2.0/ccache/system/repl/command.go
./lib/guile/2.0/ccache/system/repl/common.go
./lib/guile/2.0/ccache/system/repl/server.go
./lib/guile/2.0/ccache/system/repl/debug.go
./lib/guile/2.0/ccache/system/repl/error-handling.go
./lib/guile/2.0/ccache/system/repl/repl.go
./lib/guile/2.0/ccache/texinfo/
./lib/guile/2.0/ccache/texinfo/docbook.go
./lib/guile/2.0/ccache/texinfo/reflection.go
./lib/guile/2.0/ccache/texinfo/html.go
./lib/guile/2.0/ccache/texinfo/serialize.go
./lib/guile/2.0/ccache/texinfo/plain-text.go
./lib/guile/2.0/ccache/texinfo/indexing.go
./lib/guile/2.0/ccache/texinfo/string-utils.go
./lib/guile/2.0/ccache/ice-9/
./lib/guile/2.0/ccache/ice-9/deprecated.go
./lib/guile/2.0/ccache/ice-9/vlist.go
./lib/guile/2.0/ccache/ice-9/hcons.go
./lib/guile/2.0/ccache/ice-9/null.go
./lib/guile/2.0/ccache/ice-9/mapping.go
./lib/guile/2.0/ccache/ice-9/scm-style-repl.go
./lib/guile/2.0/ccache/ice-9/receive.go
./lib/guile/2.0/ccache/ice-9/q.go
./lib/guile/2.0/ccache/ice-9/ls.go
./lib/guile/2.0/ccache/ice-9/runq.go
./lib/guile/2.0/ccache/ice-9/calling.go
./lib/guile/2.0/ccache/ice-9/rw.go
./lib/guile/2.0/ccache/ice-9/command-line.go
./lib/guile/2.0/ccache/ice-9/popen.go
./lib/guile/2.0/ccache/ice-9/safe.go
./lib/guile/2.0/ccache/ice-9/futures.go
./lib/guile/2.0/ccache/ice-9/eval-string.go
./lib/guile/2.0/ccache/ice-9/boot-9.go
./lib/guile/2.0/ccache/ice-9/time.go
./lib/guile/2.0/ccache/ice-9/pretty-print.go
./lib/guile/2.0/ccache/ice-9/optargs.go
./lib/guile/2.0/ccache/ice-9/posix.go
./lib/guile/2.0/ccache/ice-9/networking.go
./lib/guile/2.0/ccache/ice-9/occam-channel.go
./lib/guile/2.0/ccache/ice-9/local-eval.go
./lib/guile/2.0/ccache/ice-9/serialize.go
./lib/guile/2.0/ccache/ice-9/control.go
./lib/guile/2.0/ccache/ice-9/and-let-star.go
./lib/guile/2.0/ccache/ice-9/safe-r5rs.go
./lib/guile/2.0/ccache/ice-9/r4rs.go
./lib/guile/2.0/ccache/ice-9/stack-catch.go
./lib/guile/2.0/ccache/ice-9/regex.go
./lib/guile/2.0/ccache/ice-9/poll.go
./lib/guile/2.0/ccache/ice-9/format.go
./lib/guile/2.0/ccache/ice-9/curried-definitions.go
./lib/guile/2.0/ccache/ice-9/binary-ports.go
./lib/guile/2.0/ccache/ice-9/session.go
./lib/guile/2.0/ccache/ice-9/save-stack.go
./lib/guile/2.0/ccache/ice-9/match.go
./lib/guile/2.0/ccache/ice-9/expect.go
./lib/guile/2.0/ccache/ice-9/common-list.go
./lib/guile/2.0/ccache/ice-9/streams.go
./lib/guile/2.0/ccache/ice-9/readline.go
./lib/guile/2.0/ccache/ice-9/top-repl.go
./lib/guile/2.0/ccache/ice-9/syncase.go
./lib/guile/2.0/ccache/ice-9/rdelim.go
./lib/guile/2.0/ccache/ice-9/getopt-long.go
./lib/guile/2.0/ccache/ice-9/list.go
./lib/guile/2.0/ccache/ice-9/threads.go
./lib/guile/2.0/ccache/ice-9/string-fun.go
./lib/guile/2.0/ccache/ice-9/buffered-input.go
./lib/guile/2.0/ccache/ice-9/poe.go
./lib/guile/2.0/ccache/ice-9/gap-buffer.go
./lib/guile/2.0/ccache/ice-9/r5rs.go
./lib/guile/2.0/ccache/ice-9/documentation.go
./lib/guile/2.0/ccache/ice-9/slib.go
./lib/guile/2.0/ccache/ice-9/debug.go
./lib/guile/2.0/ccache/ice-9/weak-vector.go
./lib/guile/2.0/ccache/ice-9/eval.go
./lib/guile/2.0/ccache/ice-9/i18n.go
./lib/guile/2.0/ccache/ice-9/lineio.go
./lib/guile/2.0/ccache/ice-9/history.go
./lib/guile/2.0/ccache/ice-9/channel.go
./lib/guile/2.0/ccache/ice-9/ftw.go
./lib/guile/2.0/ccache/ice-9/psyntax-pp.go
./lib/guile/2.0/ccache/rnrs.go
./lib/guile/2.0/ccache/scripts/
./lib/guile/2.0/ccache/scripts/generate-autoload.go
./lib/guile/2.0/ccache/scripts/display-commentary.go
./lib/guile/2.0/ccache/scripts/help.go
./lib/guile/2.0/ccache/scripts/doc-snarf.go
./lib/guile/2.0/ccache/scripts/compile.go
./lib/guile/2.0/ccache/scripts/disassemble.go
./lib/guile/2.0/ccache/scripts/summarize-guile-TODO.go
./lib/guile/2.0/ccache/scripts/read-scheme-source.go
./lib/guile/2.0/ccache/scripts/api-diff.go
./lib/guile/2.0/ccache/scripts/autofrisk.go
./lib/guile/2.0/ccache/scripts/frisk.go
./lib/guile/2.0/ccache/scripts/snarf-check-and-output-texi.go
./lib/guile/2.0/ccache/scripts/scan-api.go
./lib/guile/2.0/ccache/scripts/read-rfc822.go
./lib/guile/2.0/ccache/scripts/punify.go
./lib/guile/2.0/ccache/scripts/read-text-outline.go
./lib/guile/2.0/ccache/scripts/use2dot.go
./lib/guile/2.0/ccache/scripts/snarf-guile-m4-docs.go
./lib/guile/2.0/ccache/scripts/list.go
./lib/guile/2.0/ccache/scripts/lint.go
./lib/guile/2.0/ccache/statprof.go
guile%%%% Starting test builders  (Writing full log to "builders.log")
FAIL url-fetch

;;; (hello-drv "/home/bluet/guix-0.2/test-tmp/store/c9hil0xh4yhghvczlj0mr2icdmp4cwab-hello-2.8.drv")
FAIL gnu-build
# of expected passes      1
# of unexpected failures  2
 (GNU Guile) 2.0.7
Copyright (C) 2012 Free Software Foundation, Inc.

License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
@ build-succeeded /home/bluet/guix-0.2/test-tmp/store/w4dm549kjglmfa1j9x3v3hnk4w6l9sq9-guile-bootstrap-2.0.drv -
@ build-started /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/15//ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/0726p3373a2d8zgbv27bfqh67pij1ax8-hello-2.8.tar.gz.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 1a120e0> ...]
 157: 17 [#<procedure 19b00f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 19b60c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 19b60c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 1a3fc90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/builders.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2198540 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2a61960 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2a5e1c0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/qx1x18962zisynzskmfm52phpvzr8srj-module-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/qx//1x18962zisynzskmfm52phpvzr8srj-module-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/81lcbga5xrpfxy6bid739483rxs8igrh-module-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/qx1x18962zisynzskmfm52phpvzr8srj-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/81lcbga5xrpfxy6bid739483rxs8igrh-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/c9hil0xh4yhghvczlj0mr2icdmp4cwab-hello-2.8.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 1a120e0> ...]
 157: 17 [#<procedure 19b00f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 19b60c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 19b60c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 1a3fc90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/builders.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 27b7d80 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 27dc3c0 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 27e8b80 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
62 operations

FAIL: tests/derivations
=======================

accepted connection from pid 16457, uid 1000
@ build-started /home/bluet/guix-0.2/test-tmp/store/hiqs8ndzlzfvq2gi40p90hnphy041i2j-foo.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/hi//qs8ndzlzfvq2gi40p90hnphy041i2j-foo.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/8vw992fapfjcddgq5vw04lk486m5x7hl-foo'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/hiqs8ndzlzfvq2gi40p90hnphy041i2j-foo.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/8vw992fapfjcddgq5vw04lk486m5x7hl-foo'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2e0ffc0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 295c500 ()>]
In ice-9/r4rs.scm:
  39: 4 [call-with-values #<procedure 2e0fa80 at ice-9/eval.scm:396:13 ()> ...]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2963b00 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/d8sg0sifx20dzm6fhs3a30kdaw3s5fch-derivation-with-input-file.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/d8//sg0sifx20dzm6fhs3a30kdaw3s5fch-derivation-with-input-file.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/lz6jdypv39avyg5044czj5zrh7a6fd9v-derivation-with-input-file'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/d8sg0sifx20dzm6fhs3a30kdaw3s5fch-derivation-with-input-file.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/lz6jdypv39avyg5044czj5zrh7a6fd9v-derivation-with-input-file'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 29dd780 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 32d6410 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 32dcd80 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/cadmxqj9baiwgvcbv6h4cn2x2cg7k1xp-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/ca//dmxqj9baiwgvcbv6h4cn2x2cg7k1xp-fixed.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/cadmxqj9baiwgvcbv6h4cn2x2cg7k1xp-fixed.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 28db9f0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 3039870 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 303bfc0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/ba58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/ba//58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/ba58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 289f1b0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2ba29b0 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2b9c600 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/ba58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/ba//58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/ba58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/2i42xf6443kmjiqyknmqsidswimjdvyl-final.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2873870 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 28522d0 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 285ff80 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/44ds7x5wfy9s72vfpa8znljixhdf4xql-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/44//ds7x5wfy9s72vfpa8znljixhdf4xql-fixed.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/yzvlsgazlbx55kwk9y4whbsxgl3bf44r-fixed'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/44ds7x5wfy9s72vfpa8znljixhdf4xql-fixed.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/yzvlsgazlbx55kwk9y4whbsxgl3bf44r-fixed'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 291a4e0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2ceb910 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 32db040 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/4i0h8ncbv3g28xxz06kawa3sxkmwc3dj-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/4i//0h8ncbv3g28xxz06kawa3sxkmwc3dj-fixed.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fkd8hzy9ha8fail26yf5nc4hz0w7rk07-fixed-AAA'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/4i0h8ncbv3g28xxz06kawa3sxkmwc3dj-fixed.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fkd8hzy9ha8fail26yf5nc4hz0w7rk07-fixed-AAA'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 28c2de0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2ac9820 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2ac0680 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/k3p5ndbq1mlhr4vrwf1gz4gsby3xhpfw-multiple-output.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/k3//p5ndbq1mlhr4vrwf1gz4gsby3xhpfw-multiple-output.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/7b9bxn1rp9lpp926n0h43ql7lrkw624z-multiple-output'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/k3p5ndbq1mlhr4vrwf1gz4gsby3xhpfw-multiple-output.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/7b9bxn1rp9lpp926n0h43ql7lrkw624z-multiple-output'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/2kk7qqq3qv7p67kr46c1r4dzfcdznrxw-multiple-output-user.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2854a50 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2c724b0 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2cbe780 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/6x//fnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/915h6q3fx0phq514pa9v70fhf277kma0-bootstrap-binaries-0.drv': 1 dependencies couldn't be built
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/x0hkp8jpa30zkjm3igk27iy13lbl3sz9-foo.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2d768d0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2c72eb0 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2d39d80 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/8s9biy5i9vd5y5pmbla4ps0bnfrgz5xr-goo.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/8s//9biy5i9vd5y5pmbla4ps0bnfrgz5xr-goo.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/0jbqhn140hkaz3dc7g5wivwgmmfhncny-goo'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/8s9biy5i9vd5y5pmbla4ps0bnfrgz5xr-goo.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/0jbqhn140hkaz3dc7g5wivwgmmfhncny-goo'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/baccepted connection from pid 16457, uid 1000
oot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2b257e0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2a110f0 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2a17380 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/lyrivnyqv0j4ynmx3hidwpydjr7xwgyr-input.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/ly//rivnyqv0j4ynmx3hidwpydjr7xwgyr-input.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/124mxd2iy9pfp8yxccjb62hq8vkhphc8-input'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/lyrivnyqv0j4ynmx3hidwpydjr7xwgyr-input.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/124mxd2iy9pfp8yxccjb62hq8vkhphc8-input'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/gfqq821pa77vzj234vgmx2a8kgiqn4k2-something.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 28d9810 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2b290f0 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2b27100 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/9vq2wlrgy6yqv0fkkls9aw4mp6hzm38j-fail.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/9v//q2wlrgy6yqv0fkkls9aw4mp6hzm38j-fail.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/cjpribzcf5pgmp6n8ah7x6ibxqpx2qd8-fail'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/9vq2wlrgy6yqv0fkkls9aw4mp6hzm38j-fail.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/cjpribzcf5pgmp6n8ah7x6ibxqpx2qd8-fail'; rejecting this build output
@ build-started /home/bluet/guix-0.2/test-tmp/store/z9hp9367ajszazsjh30pw19i8v23hhxy-double.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/z9//hp9367ajszazsjh30pw19i8v23hhxy-double.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/vh0sy9yypgmr8a1ynab2d4ryv5pyhqa0-double'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/z9hp9367ajszazsjh30pw19i8v23hhxy-double.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/vh0sy9yypgmr8a1ynab2d4ryv5pyhqa0-double'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack lo7 operations
ad-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2801e40 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 292abe0 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 3073580 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/6x//fnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/915h6q3fx0phq514pa9v70fhf277kma0-bootstrap-binaries-0.drv': 1 dependencies couldn't be built
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/a5vrrxpkvxbfvl8xirzxdfsh2lzs8x3y-uname.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2af2090 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 32b4b90 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 32f9a80 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/fkfy657sb8jsjkn7ds8halm1x050vydp-file-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/fk//fy657sb8jsjkn7ds8halm1x050vydp-file-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/0afk9xz5bw5dh0ya1h1b4pv255g8sx93-file-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/fkfy657sb8jsjkn7ds8halm1x050vydp-file-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/0afk9xz5bw5dh0ya1h1b4pv255g8sx93-file-import'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 28b9c90 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2962780 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2960380 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/6x//fnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/l0rbyvwmslhcdirc716r5kdcw306m7zk-test-with-modules.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 28f5270 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 2a508c0 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 29f9580 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/364gaj3lxlw8br6103idb48ajcmzf9aj-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/36//4gaj3lxlw8br6103idb48ajcmzf9aj-fixed.drv.bz2

;;; (difference-here! "/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed")
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/364gaj3lxlw8br6103idb48ajcmzf9aj-fixed.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 20990e0> ...]
 157: 17 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 28696c0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 22f8b40 ()>]
In ice-9/eval.scm:
 392: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2847480 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/z0xh51c8l1z53p4anmfi3ks7s0qliwn7-fixed.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/z0//xh51c8l1z53p4anmfi3ks7s0qliwn7-fixed.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/z0xh51c8l1z53p4anmfi3ks7s0qliwn7-fixe%%%% Starting test derivations  (Writing full log to "derivations.log")
FAIL build derivation with 1 source
FAIL derivation with local file as input
FAIL fixed-output derivation
FAIL fixed-output derivation: output paths are equal
FAIL derivation with a fixed-output input
FAIL multiple-output derivation
FAIL multiple-output derivation, non-alphabetic order

;;; (udrv "/home/bluet/guix-0.2/test-tmp/store/2kk7qqq3qv7p67kr46c1r4dzfcdznrxw-multiple-output-user.drv")
FAIL user of multiple-output derivation
FAIL build derivation with coreutils
FAIL build-expression->derivation without inputs
FAIL derivation-prerequisites-to-build when outputs already present

;;; (() ("/home/bluet/guix-0.2/test-tmp/store/dw63fwhwq6fr49dmmrcrk8z6zmxch9s3-prereq-subst") () ())
FAIL build-expression->derivation with two outputs
FAIL build-expression->derivation with one input
FAIL imported-files
FAIL build-expression->derivation with modules
FAIL build-expression->derivation: same fixed-output path
FAIL build-expression->derivation with a fixed-output input
# of expected passes      8
# of unexpected failures  17
d.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/jghg1kqzhd0ljhicrjw916jirg81yazk-final.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 17 [catch #t #<catch-closure 20990e0> ...]
 157: 16 [#<procedure 20370f0 ()>]
In unknown file:
   ?: 15 [catch-closure]
In ice-9/boot-9.scm:
  63: 14 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 13 [eval # #]
In ice-9/boot-9.scm:
2111: 12 [save-module-excursion #<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 11 [#<procedure 203d0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 10 [%start-stack load-stack ...]
1385: 9 [#<procedure 20c6c90 ()>]
In unknown file:
   ?: 8 [primitive-load "/home/bluet/guix-0.2/./tests/derivations.scm"]
In ice-9/eval.scm:
 407: 7 [eval # #]
 392: 6 [eval # #]
In ice-9/boot-9.scm:
 149: 5 [catch #t #<procedure 284b3f0 at ice-9/eval.scm:396:13 ()> ...]
 157: 4 [#<procedure 2b3b140 ()>]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2c30380 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
117 operations

FAIL: tests/utils
=================

%%%% Starting test utils  (Writing full log to "utils.log")
%%%% Starting test utils  (Writing full log to "utils.log")
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file

;;; (#t)
# of expected passes      8
# of unexpected failures  1

FAIL: tests/packages
====================

accepted connection from pid 16560, uid 1000
@ build-started /home/bluet/guix-0.2/test-tmp/store/7w5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/7w//5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/7zp77r66a2m3n783r9asnf5760iv1v9r-trivial-0'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/7w5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/7zp77r66a2m3n783r9asnf5760iv1v9r-trivial-0'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 1fa00e0> ...]
 157: 17 [#<procedure 1f3e0f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 1f440c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 1f440c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 1fcdc90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/packages.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2a1cc60 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 31006e0 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 263b340 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/b4//6mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv.bz2
@ build-succeeded /home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv -
@ build-started /home/bluet/guix-0.2/test-tmp/store/zvrz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/zv//rz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/p9kiyvpm3nmxksng16zzmiy58fdcgxbg-trivial-system-dependent-input-0'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/zvrz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/p9kiyvpm3nmxksng16zzmiy58fdcgxbg-trivial-system-dependent-input-0'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 1fa00e0> ...]
 157: 17 [#<procedure 1f3e0f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 1f440c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 1f440c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 1fcdc90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/packages.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 2a1cf90 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 31b0320 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 2829840 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ build-started /home/bluet/guix-0.2/test-tmp/store/qx1x18962zisynzskmfm52phpvzr8srj-module-import.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/qx//1x18962zisynzskmfm52phpvzr8srj-module-import.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/81lcbga5xrpfxy6bid739483rxs8igrh-%%%% Starting test packages  (Writing full log to "packages.log")
FAIL package-field-location

;;; (x (("b" #<package b-0 tests/packages.scm:80 2e4ca50>) ("b/a" #<package a-0 tests/packages.scm:79 2e4cb00>) ("c" #<package c-0 tests/packages.scm:82 2e4c9a0>) ("d" #<package d-0 tests/packages.scm:84 2e4c8f0>) ("d/x" "something.drv")))
FAIL trivial

;;; (drv "/home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv" "/home/bluet/guix-0.2/test-tmp/store/scfyizrxvknsx1kcrqfiw7as9p9dal1a-trivial-with-input-file-0")
FAIL trivial with system-dependent input
FAIL GNU Make, bootstrap
# of expected passes      8
# of unexpected failures  4
module-import'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/qx1x18962zisynzskmfm52phpvzr8srj-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/81lcbga5xrpfxy6bid739483rxs8igrh-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/hai4h1vci32bmf4naig4dgqgpnmn62wr-make-boot0-3.82.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 1fa00e0> ...]
 157: 17 [#<procedure 1f3e0f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 1f440c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 1f440c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 1fcdc90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/packages.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 3089c30 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 308cfa0 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 534d2c0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
245 operations

FAIL: tests/store
=================

accepted connection from pid 16597, uid 1000
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/bluet/guix-0.2/nix/scripts/list-runtime-roots
;;; compiled /home/bluet/guix-0.2/test-tmp/var/16592/cache-16592/guile/ccache/2.0-LE-8-2.0/home/bluet/guix-0.2/nix/scripts/list-runtime-roots.go
accepted connection from pid 16597, uid 1000
accepted connection from pid 16597, uid 1000
accepted connection from pid 16597, uid 1000
%%%% Starting test store  (Writing full log to "store.log")
FAIL derivers

;;; (spi (#<<substitutable> path: "/home/bluet/guix-0.2/test-tmp/store/5h67vsb26ixkpxgpqfvna0jqg8ibhrvq-guile-bootstrap-2.0" deriver: "/home/bluet/guix-0.2/test-tmp/store/w4dm549kjglmfa1j9x3v3hnk4w6l9sq9-guile-bootstrap-2.0.drv" refs: () dl-size: 0 nar-size: 1234>))
# of expected passes      8
# of unexpected failures  1
finding garbage collector roots...
removing stale temporary roots file `/home/bluet/guix-0.2/test-tmp/var/16592/temproots/16598'
determining live/dead paths...
finding garbage collector roots...
deleting unused links...
@ build-started /home/bluet/guix-0.2/test-tmp/store/dzw46dwq770npg35rkk27lfzj2737q0d-the-thing.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/dz//w46dwq770npg35rkk27lfzj2737q0d-the-thing.drv.bz2
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/7sl51k0a79b09qgdxi4gmdvzgk34ybdg-the-thing'; rejecting this build output
@ build-failed /home/bluet/guix-0.2/test-tmp/store/dzw46dwq770npg35rkk27lfzj2737q0d-the-thing.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/7sl51k0a79b09qgdxi4gmdvzgk34ybdg-the-thing'; rejecting this build output
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 263a0e0> ...]
 157: 17 [#<procedure 25d80f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 25de0c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 25de0c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 2667c90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/store.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 3305480 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 314be60 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 3137780 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
@ substituter-started /home/bluet/guix-0.2/test-tmp/store/qd7bannq1jnx4chw8yrvdjccgq1s1779-substitute-me /home/bluet/guix-0.2/nix/scripts/substitute-binary
downloading `/home/bluet/guix-0.2/test-tmp/store/qd7bannq1jnx4chw8yrvdjccgq1s1779-substitute-me' from `file:/home/bluet/guix-0.2/test-tmp/var/16592/substituter-data/example.nar' (0.2 KiB)...
@ substituter-succeeded /home/bluet/guix-0.2/test-tmp/store/qd7bannq1jnx4chw8yrvdjccgq1s1779-substitute-me
15 operations
27 operations
4 operations
5 operations

FAIL: tests/union
=================

accepted connection from pid 16642, uid 1000
%%%% Starting test union  (Writing full log to "union.log")

;;; (drv "/home/bluet/guix-0.2/test-tmp/store/aym81plb5rr0nrkyd07ymmhdfng73fiw-union-test.drv")
FAIL union-build
# of expected passes      6
# of unexpected failures  1
building path(s) `/home/bluet/guix-0.2/test-tmp/store/9xr5kvai3pn3w5ki0my89dfqxk9pb13j-module-import'
suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/9xr5kvai3pn3w5ki0my89dfqxk9pb13j-module-import'; rejecting this build output
cannot build derivation `/home/bluet/guix-0.2/test-tmp/store/aym81plb5rr0nrkyd07ymmhdfng73fiw-union-test.drv': 1 dependencies couldn't be built
In ice-9/boot-9.scm:
 149: 18 [catch #t #<catch-closure 1b020e0> ...]
 157: 17 [#<procedure 1aa00f0 ()>]
In unknown file:
   ?: 16 [catch-closure]
In ice-9/boot-9.scm:
  63: 15 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 14 [eval # #]
In ice-9/boot-9.scm:
2111: 13 [save-module-excursion #<procedure 1aa60c0 at ice-9/boot-9.scm:3646:3 ()>]
3653: 12 [#<procedure 1aa60c0 at ice-9/boot-9.scm:3646:3 ()>]
1380: 11 [%start-stack load-stack ...]
1385: 10 [#<procedure 1b2fc90 ()>]
In unknown file:
   ?: 9 [primitive-load "/home/bluet/guix-0.2/./tests/union.scm"]
In ice-9/eval.scm:
 407: 8 [eval # #]
 392: 7 [eval # #]
In ice-9/boot-9.scm:
 149: 6 [catch #t #<procedure 27c44e0 at ice-9/eval.scm:396:13 ()> ...]
 157: 5 [#<procedure 24eb370 ()>]
In ice-9/eval.scm:
 380: 4 [eval # #]
In guix/store.scm:
 474: 3 [build-derivations # #]
In ice-9/boot-9.scm:
 102: 2 [#<procedure 24ee6c0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> srfi-34 #]
In ice-9/eval.scm:
 368: 1 [eval # #]
In unknown file:
   ?: 0 [make-stack #t]
42 operations

FAIL: tests/guix-package
========================

+ guix package --version
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/bluet/guix-0.2/scripts/guix
;;; compiled /home/bluet/guix-0.2/test-tmp/var/16746/cache-16746/guile/ccache/2.0-LE-8-2.0/home/bluet/guix-0.2/scripts/guix.go
guix package (GNU Guix) 0.2
+ profile=t-profile-16751
+ rm -f t-profile-16751
+ trap 'rm "$profile" "$profile-"[0-9]* ; rm -rf t-home-16751' EXIT
+ guix package --bootstrap -e +
guix package: error: expression `+' does not evaluate to a package
+ true
+ guix package --bootstrap -p t-profile-16751 -i guile-bootstrap
accepted connection from pid 16755, uid 1000
The following package will be installed:
   guile-bootstrap-2.0	out	/home/bluet/guix-0.2/test-tmp/store/5h67vsb26ixkpxgpqfvna0jqg8ibhrvq-guile-bootstrap-2.0

guix package: error: build failed: build of `/home/bluet/guix-0.2/test-tmp/store/5bim347mzbg4y7ggihyavcj0w7byayvw-user-environment.drv' failed
24 operations
+ rm t-profile-16751 't-profile-16751-[0-9]*'
rm: cannot remove `t-profile-16751': No such file or directory
rm: cannot remove `t-profile-16751-[0-9]*': No such file or directory


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #6: store.log --]
[-- Type: text/x-log; name="store.log", Size: 26298 bytes --]

%%%% Starting test store
Group begin: store
Test begin:
  test-name: "store-path-hash-part"
Test end:
  result-kind: pass
  actual-value: "283gqy39v3g9dxjy26rynl0zls82fmcg"
  expected-value: "283gqy39v3g9dxjy26rynl0zls82fmcg"
Test begin:
  test-name: "store-path-hash-part #f"
Test end:
  result-kind: pass
  actual-value: #f
  expected-value: #f
Test begin:
  test-name: "dead-paths"
Test end:
  result-kind: pass
  actual-value: ("/home/bluet/guix-0.2/test-tmp/store/6015a31rk1v7n8g385blnyjn037s7n7p-random-text" "/home/bluet/guix-0.2/test-tmp/store/60g0wpb4qkwypgj0yxhk9c2q6qmqnk41-findutils-4.4.2.drv" "/home/bluet/guix-0.2/test-tmp/store/61dm9kf1sz17cp6kmhl0aynmg7j3174q-binutils-2.23.2.tar.bz2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/6c3ak1lqfa9y7rd40x2qs3cafvc3b90a-readline-6.2.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/6ca80c9xw9550fxscajy4fw6g7mhffrx-fixed" "/home/bluet/guix-0.2/test-tmp/store/6ca80c9xw9550fxscajy4fw6g7mhffrx-fixed.lock" "/home/bluet/guix-0.2/test-tmp/store/6g25fcn8697l61813p481ckzh7q8z28y-my-fixed-builder.sh" "/home/bluet/guix-0.2/test-tmp/store/6hx906jr6pi8i8flmysdcpd5rja859lb-gettext-0.18.1.1.drv" "/home/bluet/guix-0.2/test-tmp/store/6jj24lqn3s2hawfy58jdamlhvidx12r5-acl-2.2.51.drv" "/home/bluet/guix-0.2/test-tmp/store/6sa5vs3mf3s2x0a8f55xq6k1hj2x86d0-attr-2.4.46-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/6xfnqak87xk12r8gd0n7xgnk3474qhiq-module-import.drv" "/home/bluet/guix-0.2/test-tmp/store/71gy4w04rg3p06mwd9q2ffxfnmw2r5xn-bash-light-4.2.drv" "/home/bluet/guix-0.2/test-tmp/store/73kyb6f8vjj4f373sl9z6x5f5265pd6v-gc-7.2alpha6.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/76h890npzmhkkhsa9hk8vvwg0zin22n3-grep-2.14.drv" "/home/bluet/guix-0.2/test-tmp/store/7b9bxn1rp9lpp926n0h43ql7lrkw624z-multiple-output" "/home/bluet/guix-0.2/test-tmp/store/7b9bxn1rp9lpp926n0h43ql7lrkw624z-multiple-output.lock" "/home/bluet/guix-0.2/test-tmp/store/7cjavd7bc3cm9am3wjghab5f0ydx9zin-patch-2.7.1.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/7f0qf99g384scs2n2wjzvl45zcjz9hm2-libsigsegv-2.10-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/7gnp9plhkv479jkpzv3ij5jf5df6mfkq-libunistring-0.9.3.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/7i9rzbjj45phcp5j9inhrmxjv92mg9qb-fixed-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/7m8f7fx5yz2k3cii25bn2pxrcg48dnm4-tar-1.26.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/7nw4x50avycb7h1fb9lscp4nsajyd0nf-m4-1.4.16.tar.bz2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/7w5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv" "/home/bluet/guix-0.2/test-tmp/store/7wxcqn3xg5dvfzy1mqyz0ck44kfqqj4l-grep-2.14.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/7zp77r66a2m3n783r9asnf5760iv1v9r-trivial-0" "/home/bluet/guix-0.2/test-tmp/store/7zp77r66a2m3n783r9asnf5760iv1v9r-trivial-0.lock" "/home/bluet/guix-0.2/test-tmp/store/80iqwrj1bq2yj46lwdx0mbxj5jhlm1b6-diffutils-3.3.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/81lcbga5xrpfxy6bid739483rxs8igrh-module-import" "/home/bluet/guix-0.2/test-tmp/store/81lcbga5xrpfxy6bid739483rxs8igrh-module-import.lock" "/home/bluet/guix-0.2/test-tmp/store/8295xf9pgcyhm0af8fr5mcki29y5l9xw-coreutils-8.21.drv" "/home/bluet/guix-0.2/test-tmp/store/8c8ss9g94wq5p0ymn39a9yr7l8v7maza-sed-4.2.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/8rh49s4h355jyn1fibjqg3080d965d37-mpfr-3.1.2.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/8s9biy5i9vd5y5pmbla4ps0bnfrgz5xr-goo.drv" "/home/bluet/guix-0.2/test-tmp/store/8vw992fapfjcddgq5vw04lk486m5x7hl-foo" "/home/bluet/guix-0.2/test-tmp/store/8vw992fapfjcddgq5vw04lk486m5x7hl-foo.lock" "/home/bluet/guix-0.2/test-tmp/store/8x99payrlmdir0x273rka0rz1c2g4q9j-readline-6.2.drv" "/home/bluet/guix-0.2/test-tmp/store/8z1d4a0jvwl51k53sc3y09x325aw1kkg-linux-libre-headers-3.3.8-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/915h6q3fx0phq514pa9v70fhf277kma0-bootstrap-binaries-0.drv" "/home/bluet/guix-0.2/test-tmp/store/9179iw6483x00mg36d5p8hf1l6csd865-hello-2.8.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/96vjk230hq4ylz3lnb7jw0bxb5ljx0ap-coreutils-8.21-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/97igirwxk13p0l6snzvrgsrbcw9xc8rq-diffutils-3.3.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/984n541wikg7daskba7ym9sj5m75w5pm-trivial-system-dependent-input-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/9c39l4fqhpyzjh34va9a87lx4zn4vdn1-pkg-config-0.27.1.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/9nl20xsnka4mrai33i343v3hj8cgm2r7-make-3.82-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/9vq2wlrgy6yqv0fkkls9aw4mp6hzm38j-fail.drv" "/home/bluet/guix-0.2/test-tmp/store/a1zzdflvpzknd3sll7xxb05f16w47403-m4-1.4.16.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/a3i1lrnwj454qcy1wjq727hgxbf3ipz7-test-with-modules-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/a4q9fzvk5qbxi79xjp07rnm0ndrshvij-perl-no-sys-dirs.patch" "/home/bluet/guix-0.2/test-tmp/store/a5vrrxpkvxbfvl8xirzxdfsh2lzs8x3y-uname.drv" "/home/bluet/guix-0.2/test-tmp/store/a6rhp6p4gbn62qx6n2apjx7ay7jby3hz-glibc-2.17.drv" "/home/bluet/guix-0.2/test-tmp/store/afm8x834f61r1fgz9lcbbqixqs84z756-flat-test" "/home/bluet/guix-0.2/test-tmp/store/ak66zdnajlpk6gkmsx9h642ray5w85f5-gmp-5.1.1.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/amzw8f1791833r5pz18nw867xf7pan4m-tar-1.26.tar.bz2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv" "/home/bluet/guix-0.2/test-tmp/store/b9ba72084hgl8c7w885rcj23ls9lyhfv-perl-5.16.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/ba58s8nnzgrbkqb7mi1qshg1fva32vq3-fixed.drv" "/home/bluet/guix-0.2/test-tmp/store/bbp5fiyxdswz83155ragnqyvsx6h7xrg-libffi-3.0.9-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/bdwi8bydwlvzqgg0ay1nhqw63qvmxifi-perl-5.16.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/bfkzkf7pc50mi174chps2bmnp8kgcf0w-gcc-cross-boot0-4.7.3.drv" "/home/bluet/guix-0.2/test-tmp/store/bnqyv072gz3d52zy509lf586cqrixdpk-binutils-ld-new-dtags.patch" "/home/bluet/guix-0.2/test-tmp/store/bs98xn91clgm41qsnfw92yykwg33mjfh-module-import-compiled.drv" "/home/bluet/guix-0.2/test-tmp/store/byn0k8hqn3ypz0zqjv0kszs5i780sql6-module-import-compiled.drv" "/home/bluet/guix-0.2/test-tmp/store/c758rsgkvhc8nbivyabmqyyym755gzi2-mpfr-3.1.2.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/c9hcg8biryjw2bj50c2vq7ggqxrzr4w1-boot-9.scm" "/home/bluet/guix-0.2/test-tmp/store/c9hil0xh4yhghvczlj0mr2icdmp4cwab-hello-2.8.drv" "/home/bluet/guix-0.2/test-tmp/store/cadmxqj9baiwgvcbv6h4cn2x2cg7k1xp-fixed.drv" "/home/bluet/guix-0.2/test-tmp/store/cc3alkczfsy65lx17a9sazgdcf4lb8b9-binutils-2.23.2.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/cjmr268ly6g1fgznaxq7zhl5bqxh5441-diffutils-3.3.drv" "/home/bluet/guix-0.2/test-tmp/store/cjpribzcf5pgmp6n8ah7x6ibxqpx2qd8-fail" "/home/bluet/guix-0.2/test-tmp/store/cjpribzcf5pgmp6n8ah7x6ibxqpx2qd8-fail.lock" "/home/bluet/guix-0.2/test-tmp/store/ckhbb4y8y973q4sqzymrhf9352s2639f-binutils-bootstrap-0.drv" "/home/bluet/guix-0.2/test-tmp/store/cpq4vzidgih5lk13g60xdab5bhw3d7bn-make-boot0-3.82-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/cpq966kpgpq0hzddz8rgmzdvz1ig0zw2-pkg-config-0.27.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/cv3a2rxa0nbhmnasjz95x6vac16gfwxz-binutils-2.22.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/d07h7k2yni8v4gr43jfm2nsy4fkqm22s-diffutils-3.3.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/d0870v5mjpkf4y5z03l48267g56g3csf-glibc-bootstrap-0.drv" "/home/bluet/guix-0.2/test-tmp/store/d34w5inb3cf3w6aa0bv64yr70nkwcqra-readline-6.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/d8sg0sifx20dzm6fhs3a30kdaw3s5fch-derivation-with-input-file.drv" "/home/bluet/guix-0.2/test-tmp/store/dfx5whdlnkh5v1avpm4fz76r2j05hk6s-gcc-cross-boot0-wrapped-4.7.3.drv" "/home/bluet/guix-0.2/test-tmp/store/dkp89vwyfny2xcfc623cdcgkfqd43jlc-libgc-7.2alpha6-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/dqwnypr2j3319qllqss4zylr9xzpp0as-attr-2.4.46.src.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/drmvf99ap6i5yj86jsjxxqhx91z5ajld-dir-tree-test" "/home/bluet/guix-0.2/test-tmp/store/f06as0gwk9gx15j5apyxcpi2r86wbjv4-static-binaries.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/f71s6xh9ymzwasapj9rhdr1vwj6psd4p-diffutils-3.3-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import.lock" "/home/bluet/guix-0.2/test-tmp/store/fh4nff0m55nvlsjnff0ypj6fgy5g2yms-gcc-4.7.2.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/filbbgma7f0yymqxl8m5j6p8mrik1wlf-hello-2.8-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/fkd8hzy9ha8fail26yf5nc4hz0w7rk07-fixed-AAA" "/home/bluet/guix-0.2/test-tmp/store/fkd8hzy9ha8fail26yf5nc4hz0w7rk07-fixed-AAA.lock" "/home/bluet/guix-0.2/test-tmp/store/fkfy657sb8jsjkn7ds8halm1x050vydp-file-import.drv" "/home/bluet/guix-0.2/test-tmp/store/fkmyl24bdjj22rm24klcirz17n5b9wj9-static-binaries.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/fmwcz80mf0dc9zy7pr2kmgclqkrw3npx-libffi-3.0.9.drv" "/home/bluet/guix-0.2/test-tmp/store/fqwrxcq5p2c3hrq3y7xcdw74z8wr6jhc-findutils-4.4.2.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/fxvzkhd5nz6y8m1f8jq76dbbywpk8vi2-my-fixed-builder.sh" "/home/bluet/guix-0.2/test-tmp/store/g02dk71prv1f7kcwciav7fz6pvccyhqd-double-second" "/home/bluet/guix-0.2/test-tmp/store/g02dk71prv1f7kcwciav7fz6pvccyhqd-double-second.lock" "/home/bluet/guix-0.2/test-tmp/store/g06g8xzsccwsl883kzw5rwc6wk4plcvq-fail-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/g2w6lhk03w0hw4pc6gg22jbn7059iczx-libsigsegv-2.10.drv" "/home/bluet/guix-0.2/test-tmp/store/g35cq2rdw5f6l1yalf42i5rj2w436b0g-libtool-2.4.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/g47m548pjksr6arrac3nax2mc9sw1kbf-ncurses-5.9.drv" "/home/bluet/guix-0.2/test-tmp/store/g8hw9bzgygnnkn9xl0gi0qi5rdicf3l7-perl-5.16.1.drv" "/home/bluet/guix-0.2/test-tmp/store/gflydrn5fdy2qqwcsszlldaca6yspiml-binutils-bootstrap-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/gfqq821pa77vzj234vgmx2a8kgiqn4k2-something.drv" "/home/bluet/guix-0.2/test-tmp/store/gj5rymnc1nzbcn5vjz3yzzlmj5gln5m4-ld-wrapper-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/gk4pshr23kvs2xgjzhkpza8hhdanmgsm-bash" "/home/bluet/guix-0.2/test-tmp/store/gr7y85x54b5q3ki4kdlk8kqzlxl54myh-module-import-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/gsgbyrrql9d7c57ja9jv5f5jcg34jc6z-gawk-4.0.2.drv" "/home/bluet/guix-0.2/test-tmp/store/gx2sksi7qk24mi8mxmjqlbffpzf6nzjq-make-3.82.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/gxx05z936prnb14n5dwf94gj07z1bwwn-findutils-4.4.2.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/gywcx304laszck3q1a06pavc0hcx66c0-libtool-2.4.2.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/h0gdpyb4r7bvngk6lm5k2mhjncfvrl57-gcc-bootstrap-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/h12r8nxpk2xqzj1fij8r9ch702k1qg3j-module-import-compiled-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/h8fy50hddzpqyidqbj3l065qdz7cxxpk-m4-1.4.16.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/hai4h1vci32bmf4naig4dgqgpnmn62wr-make-boot0-3.82.drv" "/home/bluet/guix-0.2/test-tmp/store/hfr0s0rxrap5q620ggv6rbgm11hk6hbk-gawk-4.0.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/hiqs8ndzlzfvq2gi40p90hnphy041i2j-foo.drv" "/home/bluet/guix-0.2/test-tmp/store/hmf7ivb529w3dx9pagf488n2q5g4d0pm-glibc-2.17-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/hqjc03rv33cb1sp7djx0yqbifn6rf4in-ld-wrapper-boot3-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/hrjq1biawbw08dvm5v302g116xdic973-tar" "/home/bluet/guix-0.2/test-tmp/store/hsf4qrkbsifglhp45izkr1by81wmlk37-multiple-output-two" "/home/bluet/guix-0.2/test-tmp/store/hsf4qrkbsifglhp45izkr1by81wmlk37-multiple-output-two.lock" "/home/bluet/guix-0.2/test-tmp/store/hvrpad385fw1djg5nnprp9ijrk95flas-bootstrap-binaries-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/hzifa6hx3ymg5203bmhlyhkjvqx8v81v-readline-6.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/hzjgqim1yr064wzn984kf73dp4mzxpf9-my-builder.sh" "/home/bluet/guix-0.2/test-tmp/store/i71fiz0sbpj2w9nvsbq8nsis040wldx7-fixed-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/i90b8assb4wx3q2nxrkgkcys330fg16k-findutils-absolute-paths.patch" "/home/bluet/guix-0.2/test-tmp/store/iavj6jarc3qq5wkkxwxnzj0cpszgmwa5-prereq-subst-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/ii95pcj6pgfmxyflj3rsrckn1af9170b-gettext-0.18.1.1.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed" "/home/bluet/guix-0.2/test-tmp/store/imd3ga66qfy4r8lyyzb03iybinnsyvgv-fixed.lock" "/home/bluet/guix-0.2/test-tmp/store/immlazr30z0fnfhhk9rjlq6ddc4fjxxr-fixed-builder1.sh" "/home/bluet/guix-0.2/test-tmp/store/isgn0gzmp0fm45yhi2gff7k0ny5vr2jv-acl-2.2.51-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/iz3s7184jfp493prl8y9f9lrxwd8a0x1-something-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/j4l7557w4cqj1vld0km5xw774gx17m0g-m4-readlink-EINVAL.patch" "/home/bluet/guix-0.2/test-tmp/store/j5mhqjnzhl1n5pjhkzpjs3qy97aax1xd-glibc-intermediate-2.17.drv" "/home/bluet/guix-0.2/test-tmp/store/jcmq65s2dbmxaz9kjvmi1jivynxh49a5-module-import-compiled.drv" "/home/bluet/guix-0.2/test-tmp/store/jghg1kqzhd0ljhicrjw916jirg81yazk-final.drv" "/home/bluet/guix-0.2/test-tmp/store/jh056v7g5q1fsv2mjcbj175258473izk-my-mo-user-builder.sh" "/home/bluet/guix-0.2/test-tmp/store/jh8dnvn4hhi1vrqnhj48kg16cf8wcyar-gcc-4.7.3.drv" "/home/bluet/guix-0.2/test-tmp/store/jhzsv065q89fb2zg2m1f709k2ny5kfr8-gettext-0.18.1.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/ji74scb89i1yrkra6fnczws91xbrbhbh-download.scm" "/home/bluet/guix-0.2/test-tmp/store/jkf5x7g41gxz7d23j25imq5yrhbvh000-ncurses-5.9-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/jqbnd5q1d4in2idswn3yqqy2y8cbvq45-coreutils-8.21.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/jqwyyv7x8xn29l8vf7a84y1951h8rpbr-gmp-5.1.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/jzf0hfgp7br19acvl7b5xmh6cc2pgzj6-fail.drv" "/home/bluet/guix-0.2/test-tmp/store/k0z0f29r77bc9llbjar200c46r3v43gv-my-mo-builder.sh" "/home/bluet/guix-0.2/test-tmp/store/k3p5ndbq1mlhr4vrwf1gz4gsby3xhpfw-multiple-output.drv" "/home/bluet/guix-0.2/test-tmp/store/kgdrsm9pn209aqai6k772m1yzah8vgfq-grep-2.14-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/kng66ri0v80r3j4qv4wxiq35mcgrzfnl-gcc-bootstrap-0.drv" "/home/bluet/guix-0.2/test-tmp/store/kr0fing0j1p9g1syg4msgmzg4r43z63i-diffutils-3.3.drv" "/home/bluet/guix-0.2/test-tmp/store/l0rbyvwmslhcdirc716r5kdcw306m7zk-test-with-modules.drv" "/home/bluet/guix-0.2/test-tmp/store/la3aqv7a3jh39qb877afjkbj9ficz9ym-bzip2-1.0.6-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/lhnykgbnk9p65v0fwxqwdgfk4y7llp0n-xz-5.0.4.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/lmiy5rd49s57xf3ibzmpz8khprq6mjgz-attr-2.4.46.drv" "/home/bluet/guix-0.2/test-tmp/store/lw1swkhfpfhp8f1lgy8j60yzinr3jd2k-acl-2.2.51.src.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/lyrivnyqv0j4ynmx3hidwpydjr7xwgyr-input.drv" "/home/bluet/guix-0.2/test-tmp/store/lz6jdypv39avyg5044czj5zrh7a6fd9v-derivation-with-input-file" "/home/bluet/guix-0.2/test-tmp/store/lz6jdypv39avyg5044czj5zrh7a6fd9v-derivation-with-input-file.lock" "/home/bluet/guix-0.2/test-tmp/store/m5saz9187nv5x7xk1arp2lk6yyz5wpxd-mpc-1.0.1.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/m7plrglk7yyyw02bgfija80gcvdzcs8f-guile-2.0.7.tar.xz" "/home/bluet/guix-0.2/test-tmp/store/miayhdvg4vvg6qcalpky1bj9piv6hqaz-fixed.drv" "/home/bluet/guix-0.2/test-tmp/store/mljfww6nvw29mddqlk8gh9kcaydq88br-xz-5.0.4.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/mr8rqhzjmkib458silr33xwf7zvyk13q-ncurses-5.9.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/mym71gr4fgx4vvzyywgify5b0dqgy571-findutils-4.4.2.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/mzwh4rhg670jqljwzp7jq1vz0jvw1vwr-module-import-compiled-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/n2famxiaalfsy74ng4m28pg1byjm7pa9-glibc-no-ld-so-cache.patch" "/home/bluet/guix-0.2/test-tmp/store/n41y7vrgr4vl2dlypf3wkb7129r8z8b2-gcc-cross-boot0-wrapped-4.7.3.drv" "/home/bluet/guix-0.2/test-tmp/store/n9dsrrwa315m3b69l810ychjyjsil39x-ld-wrapper-0.drv" "/home/bluet/guix-0.2/test-tmp/store/nd4zapzlpdqxiz19ma3k8cjmd9bsqn8y-double-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/ndd283900j78fpldzv082kix0nvybacz-libunistring-0.9.3.drv" "/home/bluet/guix-0.2/test-tmp/store/ngirb71mzfg0zrwxiymp6x5lwsflabm5-bash-4.2.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/np7ifgf8aysnn1z7g2vcz78v4lsb66iv-guile-2.0.9.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/nyln92x3bsagv83ll7w3cpap7zcc33ba-fixed-second" "/home/bluet/guix-0.2/test-tmp/store/nyln92x3bsagv83ll7w3cpap7zcc33ba-fixed-second.lock" "/home/bluet/guix-0.2/test-tmp/store/p1s5n9bmscaf12ls1brfi3a9xsnskll9-ncurses-5.9-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/p39286prgmmrpj456nw7yjvd90jv9y75-m4-1.4.16.drv" "/home/bluet/guix-0.2/test-tmp/store/p4gpm7688dgh0hb19g3lz6izdb9n07vy-libunistring-0.9.3-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/p6jxscfhns9gkcigj4rvwaibp1q3xlbd-xz" "/home/bluet/guix-0.2/test-tmp/store/p6sd44q8nvmr32vxz7n6vhb3ii2n8fmj-module-import-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/p8p4n0pn4jn2c6js883rw52y978hcs6d-sed-4.2.2.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/p9grrfw402bc0hmpvlhnp4jb7pvmq04l-gcc-4.7.3-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/p9kiyvpm3nmxksng16zzmiy58fdcgxbg-trivial-system-dependent-input-0" "/home/bluet/guix-0.2/test-tmp/store/p9kiyvpm3nmxksng16zzmiy58fdcgxbg-trivial-system-dependent-input-0.lock" "/home/bluet/guix-0.2/test-tmp/store/pafmllp8flv3ryk95lzllfmfvf9wy1q7-module-import.drv" "/home/bluet/guix-0.2/test-tmp/store/pblczy7lgkwcxjvygqzqpf2m7c7df7ha-goo-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/pc50657x2nq5f4bcfqk34z8qzzpys5l5-bash-4.2.drv" "/home/bluet/guix-0.2/test-tmp/store/pd22vzagfsaf1q726n3zj2gd50wg9cxf-acl-2.2.51.src.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/plx24h6j0sa11i8gf0fw6kcncdrsgs8j-gettext-gets-undeclared.patch" "/home/bluet/guix-0.2/test-tmp/store/py1n8qvc37srpdn0fh48lc85avzjlnlz-perl-5.16.1.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/pyjj6hspsnxlhm9rba0x8d3pkny1bws4-gmp-5.1.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/pzancqbkwb263y0l6ywgwhl0zpq4skai-trivial-with-input-file-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/q1jfkdb9s0diyqzmgx3hmrs9xgamhz8l-file-import-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/q2qav04rmvsnxipkxm2a57ppk6dknglk-binutils-cross-boot0-2.23.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/q3zmaywsdjn32wrfrlwcqjc7mxy52gmi-gcc-cross-boot0-wrapped-4.7.3-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/q4q04l03xb3qax8nxwqyar0qyw8v99bw-trivial-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/q4v1mivp6wr5b5nzihg82b04mmpyk3v5-binutils-2.23.2.drv" "/home/bluet/guix-0.2/test-tmp/store/q5kcvb816g7zdl9x34hh8pn2axw1aa3w-final-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/q8s4j2hdaig9vfkqq2sc5p11s7ciqhsj-gmp-5.1.1.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/qc84har76y4123i40vwh4cv1hnbgh79b-gzip-1.5.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/qcw6am1wzasdasm18lp1zxdfayk3d588-glibc-2.17.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/qfmlmsvdxzm81xmsp5m64g1cf9b3gv33-x" "/home/bluet/guix-0.2/test-tmp/store/qjfyi3vb7l61w445d5mm1gjfjj5c4719-diffutils-3.3-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/qjwazkvnadifmy17wlw3hdfypkqvmay5-input-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/qkjxlbcqy53vzhahhmvl32y2382yrr91-perl-5.16.1.drv" "/home/bluet/guix-0.2/test-tmp/store/qn6slv3cdqfbw3ksm7wvh9kn8k0774y7-gmp-5.1.1.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/qq19c0sk6ghh8cn78n2ccpmawp00kkda-make-3.82.tar.bz2.drv" "/home/bluet/guix-0.2/test-tmp/store/qx1x18962zisynzskmfm52phpvzr8srj-module-import.drv" "/home/bluet/guix-0.2/test-tmp/store/qyh5qcrbfbf9syqwa70w67zwz6jnpkz1-mkdir" "/home/bluet/guix-0.2/test-tmp/store/r1yazwg323f6cp1s1b8bxqkn9jvqhx3d-bash-4.2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/r32kdh3vwb33imbdl4hyp38w8nfp64ws-module-import-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/r3iqx0dcwp91hghxvnpjylgq8zj7smns-sed-4.2.2.drv" "/home/bluet/guix-0.2/test-tmp/store/r4486n8c9jl40ygh0hcbmgh99s0nzlys-libsigsegv-2.10.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/r61c2vnd1amjmbznmjyhm0pcf2gxgmd9-guile-2.0.9.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/r631yb8lfgjw9z1y76d0r2r1zrliyzkp-perl-5.16.1.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/rar1qawk8a5qdr9mvk5524925zd8g54h-glibc-2.17.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/rdh6i4dasa4jccsdx141nqpa5l2p7j50-tar-1.26-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/rfn533sdnj5cqhvncv3c75hxyarvll7z-gcc-cross-boot0-4.7.3-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/rnvrrri0m3sfrjpgn1s2rq55pvr1m8jh-bash-4.2.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/rz20r7svz13yjydhkjddaf1kdac73xcj-gnu-build-system.scm" "/home/bluet/guix-0.2/test-tmp/store/rz70la1n6f5jsscgxa750jjd7mj8bkrw-mpc-1.0.1.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/s0nhi721yg32pr34b6lhivhz6w3vsihd-gawk-4.0.2.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/s28b90a4h0qwy2s9inkr2qix644igqiw-make-3.82.tar.bz2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/s6f97qaxxjjg5biymvc1df4r4idy0csj-module-import-compiled-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/scfyizrxvknsx1kcrqfiw7as9p9dal1a-trivial-with-input-file-0" "/home/bluet/guix-0.2/test-tmp/store/smyqlm806dd01blj9jvxjfw9zp4qq0vf-module-import-compiled.drv" "/home/bluet/guix-0.2/test-tmp/store/sqr85jymdm9i23ny9i9wwdgm9sd032h6-linux-libre-headers-3.3.8.drv" "/home/bluet/guix-0.2/test-tmp/store/v63pfrf32akdw33i1p8g4y6brvsagx77-p-0.drv" "/home/bluet/guix-0.2/test-tmp/store/vh0sy9yypgmr8a1ynab2d4ryv5pyhqa0-double" "/home/bluet/guix-0.2/test-tmp/store/vh0sy9yypgmr8a1ynab2d4ryv5pyhqa0-double.lock" "/home/bluet/guix-0.2/test-tmp/store/vnq8mmdb6yhzd2s4f147b99hnrck3imf-gcc-4.7.2.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/vqha94s6i6i3cblswl1ajszlxhm5iaf5-z" "/home/bluet/guix-0.2/test-tmp/store/vwycs7fwabp8mqcka775fgsiif13jkqf-build-with-coreutils.sh" "/home/bluet/guix-0.2/test-tmp/store/w4dm549kjglmfa1j9x3v3hnk4w6l9sq9-guile-bootstrap-2.0.drv" "/home/bluet/guix-0.2/test-tmp/store/w7zrhivmzrdknn4pk5pvw522mv4skjsk-foo.drv" "/home/bluet/guix-0.2/test-tmp/store/w8xyiga4v4cf7410rfm9li32ig92d164-tar-1.26.drv" "/home/bluet/guix-0.2/test-tmp/store/wj8d4m25p9knxl9fbp6gb900jgdz6pr6-coreutils-8.21.tar.xz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/wvys129kjgkqphb22nx50hlmvpxj12q7-m4-1.4.16.drv" "/home/bluet/guix-0.2/test-tmp/store/wwl85j4ydvb2j5dbd6fxixjd6s0j72nk-grep-2.14.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/x0hkp8jpa30zkjm3igk27iy13lbl3sz9-foo.drv" "/home/bluet/guix-0.2/test-tmp/store/x0nwp1vpin2f1gvsr1pwbwpvpz8nx8g1-module-import.lock" "/home/bluet/guix-0.2/test-tmp/store/x3irfisbmlbcnryzyynzmsp88z6iq8yr-gettext-0.18.1.1.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/xayvg48wxznz7qhkn0za2kmib4zjykl6-gmp-5.1.1.drv" "/home/bluet/guix-0.2/test-tmp/store/xb4visvkqj7idprvqwm0v4kgwwjfw690-bzip2-1.0.6.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/xg7dq6jnndhwfjd2ylvs9c1dicq7g3wi-binutils-2.22.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/xhcgflhjnmg2lmh2gy391ihqqxavd0q1-libtool-2.4.2.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/xry3ma9qj34kbbvqxv0nirnxhmlhiv8n-sed-4.2.2.tar.bz2-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/xxwp1109ylc4xzfyjqy73w5kd2iirj8g-binutils-cross-boot0-2.23.2.drv" "/home/bluet/guix-0.2/test-tmp/store/y3109fbfckbfx75xf40pmsv96v06mrxw-module-import-compiled-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/y5xqvg8hvaydmga5225k0kanbkclchvx-module-import.drv" "/home/bluet/guix-0.2/test-tmp/store/yig33nhchwakdpfwbzyc0jx5385vifkr-patch-2.7.1-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/yjv8v9nax597fgs1swwzh93g2f9bz1ib-xz-5.0.4.drv" "/home/bluet/guix-0.2/test-tmp/store/yk9hpzgdvaanshf4kbhm4laz6bw1bg76-build-bootstrap-guile.sh" "/home/bluet/guix-0.2/test-tmp/store/ym0mlyzcvyi3sahigr6hhjaam48i5i0f-glibc-bootstrap-0-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/yv06l6fqfggdaq03rj6lbhsdbn8pmq5v-libffi-3.0.9.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/yxil3i1yhhs6nz7jnava18bxk8l41w95-module-import-compiled.drv" "/home/bluet/guix-0.2/test-tmp/store/yzvlsgazlbx55kwk9y4whbsxgl3bf44r-fixed" "/home/bluet/guix-0.2/test-tmp/store/yzvlsgazlbx55kwk9y4whbsxgl3bf44r-fixed.lock" "/home/bluet/guix-0.2/test-tmp/store/z0xh51c8l1z53p4anmfi3ks7s0qliwn7-fixed.drv" "/home/bluet/guix-0.2/test-tmp/store/z1irbk9mk05822jwckm34bd3hd525lsw-hello-2.8.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/z7zasi07f299zrlsb7xazcacdz0kfjac-hello-2.8.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/z9hp9367ajszazsjh30pw19i8v23hhxy-double.drv" "/home/bluet/guix-0.2/test-tmp/store/za68ammqsyqzypc109gsk6f0fi1az7x7-bzip2-1.0.6.tar.gz.drv" "/home/bluet/guix-0.2/test-tmp/store/zacg34n1d16yzj41iasfnscff2fjgccy-ncurses-5.9.tar.gz-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/zdnzrql03dbj5iz68cwfaipaj1j6778d-findutils-4.4.2.drv" "/home/bluet/guix-0.2/test-tmp/store/zggfndbdxvp7mp2j8dsb2mp60bbihi03-libgc-7.2alpha6.drv" "/home/bluet/guix-0.2/test-tmp/store/zm8pq87f7qxcg1xnlx31zsp018jh9yjc-mpfr-3.1.2.tar.xz.drv" "/home/bluet/guix-0.2/test-tmp/store/zpklch0hzinqy4sy99wsadp2r490rifz-gmp-5.1.1.drv" "/home/bluet/guix-0.2/test-tmp/store/zvmxgr0qh36x97h8a8yc3lzbgxrk6qq9-gzip-1.5-guile-builder" "/home/bluet/guix-0.2/test-tmp/store/zvrz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv")
Test begin:
  test-name: "dead path can be explicitly collected"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "references"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "derivers"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "no substitutes"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "substitute query"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "substitute"
Test end:
  result-kind: pass
  actual-value: #t
Group end: store
# of expected passes      8
# of unexpected failures  1

[-- Attachment #7: snix.log --]
[-- Type: text/x-log, Size: 283 bytes --]

%%%% Starting test snix
Group begin: snix
Test begin:
  test-name: "factorize-uri"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "nixpkgs->guix-package"
Test end:
  result-kind: skip
Group end: snix
# of expected passes      1
# of skipped tests        1

[-- Attachment #8: records.log --]
[-- Type: text/x-log, Size: 892 bytes --]

%%%% Starting test records
Group begin: records
Test begin:
  test-name: "define-record-type*"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "define-record-type* with letrec* behavior"
Test end:
  result-kind: pass
  actual-value: #<unspecified>
Test begin:
  test-name: "define-record-type* & inherit"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "define-record-type* & inherit & letrec* behavior"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "define-record-type* & thunked"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "define-record-type* & thunked & default"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "define-record-type* & thunked & inherited"
Test end:
  result-kind: pass
  actual-value: #t
Group end: records
# of expected passes      7

[-- Attachment #9: packages.log --]
[-- Type: text/x-log, Size: 1420 bytes --]

%%%% Starting test packages
Group begin: packages
Test begin:
  test-name: "package-field-location"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "package-transitive-inputs"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "return values"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "package-output"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "trivial"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "trivial with local file as input"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "trivial with system-dependent input"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "search paths"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "GNU Make, bootstrap"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "fold-packages"
Test end:
  result-kind: pass
  actual-value: #<package hello-2.8 gnu/packages/base.scm:50 26e8580>
  expected-value: #<package hello-2.8 gnu/packages/base.scm:50 26e8580>
Test begin:
  test-name: "find-packages-by-name"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "find-packages-by-name with version"
Test end:
  result-kind: pass
  actual-value: #t
Group end: packages
# of expected passes      8
# of unexpected failures  4

[-- Attachment #10: nar.log --]
[-- Type: text/x-log, Size: 301 bytes --]

%%%% Starting test nar
Group begin: nar
Test begin:
  test-name: "write-file + restore-file"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "write-file + restore-file with symlinks"
Test end:
  result-kind: pass
  actual-value: #t
Group end: nar
# of expected passes      2

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #11: guix-2.0-make.log --]
[-- Type: text/x-log; name="guix-2.0-make.log", Size: 76915 bytes --]

/usr/bin/guile --no-auto-compile -c				\
	  "(use-modules (rnrs io ports))			\
	   (call-with-output-file \"nix/libstore/schema.sql.hh\"			\
	     (lambda (out)					\
	       (call-with-input-file \"nix/libstore/schema.sql\"			\
	         (lambda (in)					\
	           (write (get-string-all in) out)))))"
make  all-recursive
make[1]: Entering directory `/home/bluet/guix-0.2'
Making all in po
make[2]: Entering directory `/home/bluet/guix-0.2/po'
make[2]: Leaving directory `/home/bluet/guix-0.2/po'
make[2]: Entering directory `/home/bluet/guix-0.2'
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix   -g -O2 -MT nix/boost/format/libformat_a-free_funcs.o -MD -MP -MF nix/boost/format/.deps/libformat_a-free_funcs.Tpo -c -o nix/boost/format/libformat_a-free_funcs.o `test -f 'nix/boost/format/free_funcs.cc' || echo './'`nix/boost/format/free_funcs.cc
mv -f nix/boost/format/.deps/libformat_a-free_funcs.Tpo nix/boost/format/.deps/libformat_a-free_funcs.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix   -g -O2 -MT nix/boost/format/libformat_a-parsing.o -MD -MP -MF nix/boost/format/.deps/libformat_a-parsing.Tpo -c -o nix/boost/format/libformat_a-parsing.o `test -f 'nix/boost/format/parsing.cc' || echo './'`nix/boost/format/parsing.cc
mv -f nix/boost/format/.deps/libformat_a-parsing.Tpo nix/boost/format/.deps/libformat_a-parsing.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix   -g -O2 -MT nix/boost/format/libformat_a-format_implementation.o -MD -MP -MF nix/boost/format/.deps/libformat_a-format_implementation.Tpo -c -o nix/boost/format/libformat_a-format_implementation.o `test -f 'nix/boost/format/format_implementation.cc' || echo './'`nix/boost/format/format_implementation.cc
mv -f nix/boost/format/.deps/libformat_a-format_implementation.Tpo nix/boost/format/.deps/libformat_a-format_implementation.Po
rm -f libformat.a
ar cru libformat.a nix/boost/format/libformat_a-free_funcs.o nix/boost/format/libformat_a-parsing.o nix/boost/format/libformat_a-format_implementation.o 
ranlib libformat.a
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/libutil/libutil_a-archive.o -MD -MP -MF nix/libutil/.deps/libutil_a-archive.Tpo -c -o nix/libutil/libutil_a-archive.o `test -f 'nix/libutil/archive.cc' || echo './'`nix/libutil/archive.cc
nix/libutil/archive.cc:7:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:166:0: note: this is the location of the previous definition
mv -f nix/libutil/.deps/libutil_a-archive.Tpo nix/libutil/.deps/libutil_a-archive.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/libutil/libutil_a-serialise.o -MD -MP -MF nix/libutil/.deps/libutil_a-serialise.Tpo -c -o nix/libutil/libutil_a-serialise.o `test -f 'nix/libutil/serialise.cc' || echo './'`nix/libutil/serialise.cc
mv -f nix/libutil/.deps/libutil_a-serialise.Tpo nix/libutil/.deps/libutil_a-serialise.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/libutil/libutil_a-util.o -MD -MP -MF nix/libutil/.deps/libutil_a-util.Tpo -c -o nix/libutil/libutil_a-util.o `test -f 'nix/libutil/util.cc' || echo './'`nix/libutil/util.cc
mv -f nix/libutil/.deps/libutil_a-util.Tpo nix/libutil/.deps/libutil_a-util.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/libutil/libutil_a-xml-writer.o -MD -MP -MF nix/libutil/.deps/libutil_a-xml-writer.Tpo -c -o nix/libutil/libutil_a-xml-writer.o `test -f 'nix/libutil/xml-writer.cc' || echo './'`nix/libutil/xml-writer.cc
mv -f nix/libutil/.deps/libutil_a-xml-writer.Tpo nix/libutil/.deps/libutil_a-xml-writer.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/libutil/libutil_a-hash.o -MD -MP -MF nix/libutil/.deps/libutil_a-hash.Tpo -c -o nix/libutil/libutil_a-hash.o `test -f 'nix/libutil/hash.cc' || echo './'`nix/libutil/hash.cc
In file included from nix/libutil/md5.h:19:0,
                 from nix/libutil/hash.cc:11:
./nix/libutil/gcrypt-hash.hh:33:79: warning: ‘gcry_md_algo_t’ is deprecated (declared at /usr/include/gcrypt.h:1070) [-Wdeprecated-declarations]
./nix/libutil/gcrypt-hash.hh:37:28: warning: ‘gcry_md_algo_t’ is deprecated (declared at /usr/include/gcrypt.h:1070) [-Wdeprecated-declarations]
mv -f nix/libutil/.deps/libutil_a-hash.Tpo nix/libutil/.deps/libutil_a-hash.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/libutil/libutil_a-gcrypt-hash.o -MD -MP -MF nix/libutil/.deps/libutil_a-gcrypt-hash.Tpo -c -o nix/libutil/libutil_a-gcrypt-hash.o `test -f 'nix/libutil/gcrypt-hash.cc' || echo './'`nix/libutil/gcrypt-hash.cc
In file included from nix/libutil/gcrypt-hash.cc:21:0:
./nix/libutil/gcrypt-hash.hh:33:79: warning: ‘gcry_md_algo_t’ is deprecated (declared at /usr/include/gcrypt.h:1070) [-Wdeprecated-declarations]
./nix/libutil/gcrypt-hash.hh:37:28: warning: ‘gcry_md_algo_t’ is deprecated (declared at /usr/include/gcrypt.h:1070) [-Wdeprecated-declarations]
nix/libutil/gcrypt-hash.cc:27:67: warning: ‘gcry_md_algo_t’ is deprecated (declared at /usr/include/gcrypt.h:1070) [-Wdeprecated-declarations]
nix/libutil/gcrypt-hash.cc:43:23: warning: ‘gcry_md_algo_t’ is deprecated (declared at /usr/include/gcrypt.h:1070) [-Wdeprecated-declarations]
mv -f nix/libutil/.deps/libutil_a-gcrypt-hash.Tpo nix/libutil/.deps/libutil_a-gcrypt-hash.Po
rm -f libutil.a
ar cru libutil.a nix/libutil/libutil_a-archive.o nix/libutil/libutil_a-serialise.o nix/libutil/libutil_a-util.o nix/libutil/libutil_a-xml-writer.o nix/libutil/libutil_a-hash.o nix/libutil/libutil_a-gcrypt-hash.o 
ranlib libutil.a
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-gc.o -MD -MP -MF nix/libstore/.deps/libstore_a-gc.Tpo -c -o nix/libstore/libstore_a-gc.o `test -f 'nix/libstore/gc.cc' || echo './'`nix/libstore/gc.cc
mv -f nix/libstore/.deps/libstore_a-gc.Tpo nix/libstore/.deps/libstore_a-gc.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-globals.o -MD -MP -MF nix/libstore/.deps/libstore_a-globals.Tpo -c -o nix/libstore/libstore_a-globals.o `test -f 'nix/libstore/globals.cc' || echo './'`nix/libstore/globals.cc
mv -f nix/libstore/.deps/libstore_a-globals.Tpo nix/libstore/.deps/libstore_a-globals.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-misc.o -MD -MP -MF nix/libstore/.deps/libstore_a-misc.Tpo -c -o nix/libstore/libstore_a-misc.o `test -f 'nix/libstore/misc.cc' || echo './'`nix/libstore/misc.cc
mv -f nix/libstore/.deps/libstore_a-misc.Tpo nix/libstore/.deps/libstore_a-misc.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-references.o -MD -MP -MF nix/libstore/.deps/libstore_a-references.Tpo -c -o nix/libstore/libstore_a-references.o `test -f 'nix/libstore/references.cc' || echo './'`nix/libstore/references.cc
mv -f nix/libstore/.deps/libstore_a-references.Tpo nix/libstore/.deps/libstore_a-references.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-store-api.o -MD -MP -MF nix/libstore/.deps/libstore_a-store-api.Tpo -c -o nix/libstore/libstore_a-store-api.o `test -f 'nix/libstore/store-api.cc' || echo './'`nix/libstore/store-api.cc
mv -f nix/libstore/.deps/libstore_a-store-api.Tpo nix/libstore/.deps/libstore_a-store-api.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-optimise-store.o -MD -MP -MF nix/libstore/.deps/libstore_a-optimise-store.Tpo -c -o nix/libstore/libstore_a-optimise-store.o `test -f 'nix/libstore/optimise-store.cc' || echo './'`nix/libstore/optimise-store.cc
mv -f nix/libstore/.deps/libstore_a-optimise-store.Tpo nix/libstore/.deps/libstore_a-optimise-store.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-local-store.o -MD -MP -MF nix/libstore/.deps/libstore_a-local-store.Tpo -c -o nix/libstore/libstore_a-local-store.o `test -f 'nix/libstore/local-store.cc' || echo './'`nix/libstore/local-store.cc
nix/libstore/local-store.cc: In member function ‘void nix::LocalStore::startSubstituter(const Path&, nix::RunningSubstituter&)’:
nix/libstore/local-store.cc:1031:76: warning: missing sentinel in function call [-Wformat]
mv -f nix/libstore/.deps/libstore_a-local-store.Tpo nix/libstore/.deps/libstore_a-local-store.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-remote-store.o -MD -MP -MF nix/libstore/.deps/libstore_a-remote-store.Tpo -c -o nix/libstore/libstore_a-remote-store.o `test -f 'nix/libstore/remote-store.cc' || echo './'`nix/libstore/remote-store.cc
nix/libstore/remote-store.cc: In member function ‘void nix::RemoteStore::connectToDaemon()’:
nix/libstore/remote-store.cc:102:37: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f nix/libstore/.deps/libstore_a-remote-store.Tpo nix/libstore/.deps/libstore_a-remote-store.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-build.o -MD -MP -MF nix/libstore/.deps/libstore_a-build.Tpo -c -o nix/libstore/libstore_a-build.o `test -f 'nix/libstore/build.cc' || echo './'`nix/libstore/build.cc
nix/libstore/build.cc: In member function ‘void nix::DerivationGoal::initChild()’:
nix/libstore/build.cc:2064:52: warning: ignoring return value of ‘int sethostname(const char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
nix/libstore/build.cc:2066:58: warning: ignoring return value of ‘int setdomainname(const char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f nix/libstore/.deps/libstore_a-build.Tpo nix/libstore/.deps/libstore_a-build.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-pathlocks.o -MD -MP -MF nix/libstore/.deps/libstore_a-pathlocks.Tpo -c -o nix/libstore/libstore_a-pathlocks.o `test -f 'nix/libstore/pathlocks.cc' || echo './'`nix/libstore/pathlocks.cc
mv -f nix/libstore/.deps/libstore_a-pathlocks.Tpo nix/libstore/.deps/libstore_a-pathlocks.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/nix/store\" -DNIX_DATA_DIR=\"/usr/local/share\" -DNIX_STATE_DIR=\"/usr/local/var/nix\" -DNIX_LOG_DIR=\"/usr/local/var/log/nix\" -DNIX_CONF_DIR=\"/usr/local/etc/nix\" -DNIX_LIBEXEC_DIR=\"/usr/local/libexec\" -DNIX_BIN_DIR=\"/usr/local/bin\" -DOPENSSL_PATH="\"openssl\""   -I/include -g -O2 -MT nix/libstore/libstore_a-derivations.o -MD -MP -MF nix/libstore/.deps/libstore_a-derivations.Tpo -c -o nix/libstore/libstore_a-derivations.o `test -f 'nix/libstore/derivations.cc' || echo './'`nix/libstore/derivations.cc
mv -f nix/libstore/.deps/libstore_a-derivations.Tpo nix/libstore/.deps/libstore_a-derivations.Po
rm -f libstore.a
ar cru libstore.a nix/libstore/libstore_a-gc.o nix/libstore/libstore_a-globals.o nix/libstore/libstore_a-misc.o nix/libstore/libstore_a-references.o nix/libstore/libstore_a-store-api.o nix/libstore/libstore_a-optimise-store.o nix/libstore/libstore_a-local-store.o nix/libstore/libstore_a-remote-store.o nix/libstore/libstore_a-build.o nix/libstore/libstore_a-pathlocks.o nix/libstore/libstore_a-derivations.o 
ranlib libstore.a
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore   -g -O2 -MT nix/nix-daemon/guix_daemon-nix-daemon.o -MD -MP -MF nix/nix-daemon/.deps/guix_daemon-nix-daemon.Tpo -c -o nix/nix-daemon/guix_daemon-nix-daemon.o `test -f 'nix/nix-daemon/nix-daemon.cc' || echo './'`nix/nix-daemon/nix-daemon.cc
nix/nix-daemon/nix-daemon.cc: In function ‘void run(nix::Strings)’:
nix/nix-daemon/nix-daemon.cc:906:15: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
nix/nix-daemon/nix-daemon.cc: In function ‘void daemonLoop()’:
nix/nix-daemon/nix-daemon.cc:787:41: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
nix/nix-daemon/nix-daemon.cc:807:19: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
nix/nix-daemon/nix-daemon.cc: In function ‘void sigPollHandler(int)’:
nix/nix-daemon/nix-daemon.cc:127:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
nix/nix-daemon/nix-daemon.cc:131:47: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
nix/nix-daemon/nix-daemon.cc:137:49: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mv -f nix/nix-daemon/.deps/guix_daemon-nix-daemon.Tpo nix/nix-daemon/.deps/guix_daemon-nix-daemon.Po
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix -I./nix/libstore   -g -O2 -MT nix/nix-daemon/guix_daemon-guix-daemon.o -MD -MP -MF nix/nix-daemon/.deps/guix_daemon-guix-daemon.Tpo -c -o nix/nix-daemon/guix_daemon-guix-daemon.o `test -f 'nix/nix-daemon/guix-daemon.cc' || echo './'`nix/nix-daemon/guix-daemon.cc
mv -f nix/nix-daemon/.deps/guix_daemon-guix-daemon.Tpo nix/nix-daemon/.deps/guix_daemon-guix-daemon.Po
g++  -g -O2   -o guix-daemon nix/nix-daemon/guix_daemon-nix-daemon.o nix/nix-daemon/guix_daemon-guix-daemon.o libstore.a libutil.a libformat.a -lbz2 -lsqlite3   -L/lib -lgcrypt 
g++ -DHAVE_CONFIG_H -I. -I./nix  -I./nix -I./nix/libutil -I./nix   -g -O2 -MT nix/nix-setuid-helper/nix_setuid_helper-nix-setuid-helper.o -MD -MP -MF nix/nix-setuid-helper/.deps/nix_setuid_helper-nix-setuid-helper.Tpo -c -o nix/nix-setuid-helper/nix_setuid_helper-nix-setuid-helper.o `test -f 'nix/nix-setuid-helper/nix-setuid-helper.cc' || echo './'`nix/nix-setuid-helper/nix-setuid-helper.cc
mv -f nix/nix-setuid-helper/.deps/nix_setuid_helper-nix-setuid-helper.Tpo nix/nix-setuid-helper/.deps/nix_setuid_helper-nix-setuid-helper.Po
g++  -g -O2   -o nix-setuid-helper nix/nix-setuid-helper/nix_setuid_helper-nix-setuid-helper.o libutil.a libformat.a 
/bin/mkdir -p `dirname "guix/scripts/build.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/build.go" "guix/scripts/build.scm"
wrote `guix/scripts/build.go'
/bin/mkdir -p `dirname "guix/build/download.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/download.go" "guix/build/download.scm"
wrote `guix/build/download.go'
guix/build/download.scm:207:21: warning: possibly wrong number of arguments to `http-get'
guix/build/download.scm:116:17: warning: possibly unbound variable `make-session'
guix/build/download.scm:116:17: warning: possibly unbound variable `connection-end/client'
guix/build/download.scm:117:4: warning: possibly unbound variable `set-session-transport-fd!'
guix/build/download.scm:118:4: warning: possibly unbound variable `set-session-default-priority!'
guix/build/download.scm:119:4: warning: possibly unbound variable `set-session-credentials!'
guix/build/download.scm:119:38: warning: possibly unbound variable `make-certificate-credentials'
guix/build/download.scm:125:4: warning: possibly unbound variable `handshake'
guix/build/download.scm:126:18: warning: possibly unbound variable `session-record-port'
guix/build/download.scm:211:25: warning: possibly unbound variable `http-get*'
/bin/mkdir -p `dirname "guix/scripts/download.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/download.go" "guix/scripts/download.scm"
wrote `guix/scripts/download.go'
/bin/mkdir -p `dirname "guix/scripts/import.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/import.go" "guix/scripts/import.scm"
wrote `guix/scripts/import.go'
/bin/mkdir -p `dirname "guix/scripts/package.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/package.go" "guix/scripts/package.scm"
wrote `guix/scripts/package.go'
guix/scripts/package.scm:672:15: warning: non-literal format string
guix/scripts/package.scm:677:15: warning: non-literal format string
guix/scripts/package.scm:689:15: warning: non-literal format string
guix/scripts/package.scm:694:15: warning: non-literal format string
/bin/mkdir -p `dirname "guix/scripts/gc.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/gc.go" "guix/scripts/gc.scm"
wrote `guix/scripts/gc.go'
/bin/mkdir -p `dirname "guix/scripts/hash.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/hash.go" "guix/scripts/hash.scm"
wrote `guix/scripts/hash.go'
/bin/mkdir -p `dirname "guix/scripts/pull.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/pull.go" "guix/scripts/pull.scm"
wrote `guix/scripts/pull.go'
/bin/mkdir -p `dirname "guix/scripts/substitute-binary.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/substitute-binary.go" "guix/scripts/substitute-binary.scm"
wrote `guix/scripts/substitute-binary.go'
/bin/mkdir -p `dirname "guix/scripts/refresh.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/scripts/refresh.go" "guix/scripts/refresh.scm"
wrote `guix/scripts/refresh.go'
/bin/mkdir -p `dirname "guix/base32.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/base32.go" "guix/base32.scm"
wrote `guix/base32.go'
/bin/mkdir -p `dirname "guix/records.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/records.go" "guix/records.scm"
wrote `guix/records.go'
/bin/mkdir -p `dirname "guix/utils.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/utils.go" "guix/utils.scm"
wrote `guix/utils.go'
/bin/mkdir -p `dirname "guix/serialization.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/serialization.go" "guix/serialization.scm"
wrote `guix/serialization.go'
/bin/mkdir -p `dirname "guix/nar.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/nar.go" "guix/nar.scm"
wrote `guix/nar.go'
guix/nar.scm:89:8: warning: possibly unbound variable `sendfile'
/bin/mkdir -p `dirname "guix/derivations.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/derivations.go" "guix/derivations.scm"
wrote `guix/derivations.go'
/bin/mkdir -p `dirname "guix/download.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/download.go" "guix/download.scm"
wrote `guix/download.go'
/bin/mkdir -p `dirname "guix/gnu-maintenance.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/gnu-maintenance.go" "guix/gnu-maintenance.scm"
wrote `guix/gnu-maintenance.go'
/bin/mkdir -p `dirname "guix/licenses.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/licenses.go" "guix/licenses.scm"
wrote `guix/licenses.go'
/bin/mkdir -p `dirname "guix/build-system.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build-system.go" "guix/build-system.scm"
wrote `guix/build-system.go'
/bin/mkdir -p `dirname "guix/build-system/cmake.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build-system/cmake.go" "guix/build-system/cmake.scm"
wrote `guix/build-system/cmake.go'
/bin/mkdir -p `dirname "guix/build-system/gnu.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build-system/gnu.go" "guix/build-system/gnu.scm"
wrote `guix/build-system/gnu.go'
/bin/mkdir -p `dirname "guix/build-system/perl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build-system/perl.go" "guix/build-system/perl.scm"
wrote `guix/build-system/perl.go'
/bin/mkdir -p `dirname "guix/build-system/python.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build-system/python.go" "guix/build-system/python.scm"
wrote `guix/build-system/python.go'
/bin/mkdir -p `dirname "guix/build-system/trivial.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build-system/trivial.go" "guix/build-system/trivial.scm"
wrote `guix/build-system/trivial.go'
/bin/mkdir -p `dirname "guix/ftp-client.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/ftp-client.go" "guix/ftp-client.scm"
wrote `guix/ftp-client.go'
/bin/mkdir -p `dirname "guix/web.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/web.go" "guix/web.scm"
wrote `guix/web.go'
guix/web.scm:157:23: warning: possibly wrong number of arguments to `http-get'
guix/web.scm:155:27: warning: possibly unbound variable `http-get*'
/bin/mkdir -p `dirname "guix/gnupg.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/gnupg.go" "guix/gnupg.scm"
wrote `guix/gnupg.go'
/bin/mkdir -p `dirname "guix/store.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/store.go" "guix/store.scm"
wrote `guix/store.go'
/bin/mkdir -p `dirname "guix/ui.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/ui.go" "guix/ui.scm"
wrote `guix/ui.go'
guix/ui.scm:112:6: warning: non-literal format string
guix/ui.scm:140:13: warning: non-literal format string
guix/ui.scm:150:13: warning: non-literal format string
guix/ui.scm:155:13: warning: non-literal format string
guix/ui.scm:165:15: warning: non-literal format string
guix/ui.scm:171:15: warning: non-literal format string
guix/ui.scm:176:10: warning: non-literal format string
guix/ui.scm:217:10: warning: non-literal format string
guix/ui.scm:222:10: warning: non-literal format string
guix/ui.scm:228:10: warning: non-literal format string
guix/ui.scm:233:10: warning: non-literal format string
guix/ui.scm:275:8: warning: non-literal format string
guix/ui.scm:383:4: warning: non-literal format string
/bin/mkdir -p `dirname "guix/build/cmake-build-system.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/cmake-build-system.go" "guix/build/cmake-build-system.scm"
wrote `guix/build/cmake-build-system.go'
/bin/mkdir -p `dirname "guix/build/gnu-build-system.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/gnu-build-system.go" "guix/build/gnu-build-system.scm"
wrote `guix/build/gnu-build-system.go'
/bin/mkdir -p `dirname "guix/build/perl-build-system.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/perl-build-system.go" "guix/build/perl-build-system.scm"
wrote `guix/build/perl-build-system.go'
/bin/mkdir -p `dirname "guix/build/python-build-system.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/python-build-system.go" "guix/build/python-build-system.scm"
wrote `guix/build/python-build-system.go'
/bin/mkdir -p `dirname "guix/build/utils.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/utils.go" "guix/build/utils.scm"
wrote `guix/build/utils.go'
/bin/mkdir -p `dirname "guix/build/union.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/union.go" "guix/build/union.scm"
wrote `guix/build/union.go'
/bin/mkdir -p `dirname "guix/build/rpath.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/build/rpath.go" "guix/build/rpath.scm"
wrote `guix/build/rpath.go'
/bin/mkdir -p `dirname "guix/packages.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/packages.go" "guix/packages.scm"
wrote `guix/packages.go'
/bin/mkdir -p `dirname "guix/snix.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/snix.go" "guix/snix.scm"
wrote `guix/snix.go'
/bin/mkdir -p `dirname "guix.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix.go" "guix.scm"
wrote `guix.go'
/bin/mkdir -p `dirname "gnu/packages.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages.go" "gnu/packages.scm"
wrote `gnu/packages.go'
/bin/mkdir -p `dirname "gnu/packages/acl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/acl.go" "gnu/packages/acl.scm"
wrote `gnu/packages/acl.go'
/bin/mkdir -p `dirname "gnu/packages/algebra.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/algebra.go" "gnu/packages/algebra.scm"
wrote `gnu/packages/algebra.go'
/bin/mkdir -p `dirname "gnu/packages/aspell.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/aspell.go" "gnu/packages/aspell.scm"
wrote `gnu/packages/aspell.go'
/bin/mkdir -p `dirname "gnu/packages/attr.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/attr.go" "gnu/packages/attr.scm"
wrote `gnu/packages/attr.go'
/bin/mkdir -p `dirname "gnu/packages/autotools.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/autotools.go" "gnu/packages/autotools.scm"
wrote `gnu/packages/autotools.go'
/bin/mkdir -p `dirname "gnu/packages/avahi.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/avahi.go" "gnu/packages/avahi.scm"
wrote `gnu/packages/avahi.go'
/bin/mkdir -p `dirname "gnu/packages/base.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/base.go" "gnu/packages/base.scm"
wrote `gnu/packages/base.go'
/bin/mkdir -p `dirname "gnu/packages/bash.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/bash.go" "gnu/packages/bash.scm"
wrote `gnu/packages/bash.go'
/bin/mkdir -p `dirname "gnu/packages/bdb.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/bdb.go" "gnu/packages/bdb.scm"
wrote `gnu/packages/bdb.go'
/bin/mkdir -p `dirname "gnu/packages/bdw-gc.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/bdw-gc.go" "gnu/packages/bdw-gc.scm"
wrote `gnu/packages/bdw-gc.go'
/bin/mkdir -p `dirname "gnu/packages/bison.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/bison.go" "gnu/packages/bison.scm"
wrote `gnu/packages/bison.go'
/bin/mkdir -p `dirname "gnu/packages/bootstrap.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/bootstrap.go" "gnu/packages/bootstrap.scm"
wrote `gnu/packages/bootstrap.go'
/bin/mkdir -p `dirname "gnu/packages/cdrom.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cdrom.go" "gnu/packages/cdrom.scm"
wrote `gnu/packages/cdrom.go'
/bin/mkdir -p `dirname "gnu/packages/cflow.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cflow.go" "gnu/packages/cflow.scm"
wrote `gnu/packages/cflow.go'
/bin/mkdir -p `dirname "gnu/packages/check.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/check.go" "gnu/packages/check.scm"
wrote `gnu/packages/check.go'
/bin/mkdir -p `dirname "gnu/packages/cmake.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cmake.go" "gnu/packages/cmake.scm"
wrote `gnu/packages/cmake.go'
/bin/mkdir -p `dirname "gnu/packages/compression.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/compression.go" "gnu/packages/compression.scm"
wrote `gnu/packages/compression.go'
/bin/mkdir -p `dirname "gnu/packages/cpio.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cpio.go" "gnu/packages/cpio.scm"
wrote `gnu/packages/cpio.go'
/bin/mkdir -p `dirname "gnu/packages/cppi.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cppi.go" "gnu/packages/cppi.scm"
wrote `gnu/packages/cppi.go'
/bin/mkdir -p `dirname "gnu/packages/cross-base.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cross-base.go" "gnu/packages/cross-base.scm"
wrote `gnu/packages/cross-base.go'
/bin/mkdir -p `dirname "gnu/packages/cryptsetup.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cryptsetup.go" "gnu/packages/cryptsetup.scm"
wrote `gnu/packages/cryptsetup.go'
/bin/mkdir -p `dirname "gnu/packages/curl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/curl.go" "gnu/packages/curl.scm"
wrote `gnu/packages/curl.go'
/bin/mkdir -p `dirname "gnu/packages/cyrus-sasl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/cyrus-sasl.go" "gnu/packages/cyrus-sasl.scm"
wrote `gnu/packages/cyrus-sasl.go'
/bin/mkdir -p `dirname "gnu/packages/dejagnu.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/dejagnu.go" "gnu/packages/dejagnu.scm"
wrote `gnu/packages/dejagnu.go'
/bin/mkdir -p `dirname "gnu/packages/ddrescue.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ddrescue.go" "gnu/packages/ddrescue.scm"
wrote `gnu/packages/ddrescue.go'
/bin/mkdir -p `dirname "gnu/packages/dwm.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/dwm.go" "gnu/packages/dwm.scm"
wrote `gnu/packages/dwm.go'
/bin/mkdir -p `dirname "gnu/packages/ed.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ed.go" "gnu/packages/ed.scm"
wrote `gnu/packages/ed.go'
/bin/mkdir -p `dirname "gnu/packages/emacs.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/emacs.go" "gnu/packages/emacs.scm"
wrote `gnu/packages/emacs.go'
/bin/mkdir -p `dirname "gnu/packages/fdisk.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/fdisk.go" "gnu/packages/fdisk.scm"
wrote `gnu/packages/fdisk.go'
/bin/mkdir -p `dirname "gnu/packages/file.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/file.go" "gnu/packages/file.scm"
wrote `gnu/packages/file.go'
/bin/mkdir -p `dirname "gnu/packages/flex.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/flex.go" "gnu/packages/flex.scm"
wrote `gnu/packages/flex.go'
/bin/mkdir -p `dirname "gnu/packages/fontutils.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/fontutils.go" "gnu/packages/fontutils.scm"
wrote `gnu/packages/fontutils.go'
/bin/mkdir -p `dirname "gnu/packages/freeipmi.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/freeipmi.go" "gnu/packages/freeipmi.scm"
wrote `gnu/packages/freeipmi.go'
/bin/mkdir -p `dirname "gnu/packages/gawk.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gawk.go" "gnu/packages/gawk.scm"
wrote `gnu/packages/gawk.go'
/bin/mkdir -p `dirname "gnu/packages/gcc.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gcc.go" "gnu/packages/gcc.scm"
wrote `gnu/packages/gcc.go'
/bin/mkdir -p `dirname "gnu/packages/gdb.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gdb.go" "gnu/packages/gdb.scm"
wrote `gnu/packages/gdb.go'
/bin/mkdir -p `dirname "gnu/packages/gdbm.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gdbm.go" "gnu/packages/gdbm.scm"
wrote `gnu/packages/gdbm.go'
/bin/mkdir -p `dirname "gnu/packages/gettext.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gettext.go" "gnu/packages/gettext.scm"
wrote `gnu/packages/gettext.go'
/bin/mkdir -p `dirname "gnu/packages/ghostscript.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ghostscript.go" "gnu/packages/ghostscript.scm"
wrote `gnu/packages/ghostscript.go'
/bin/mkdir -p `dirname "gnu/packages/glib.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/glib.go" "gnu/packages/glib.scm"
wrote `gnu/packages/glib.go'
/bin/mkdir -p `dirname "gnu/packages/global.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/global.go" "gnu/packages/global.scm"
wrote `gnu/packages/global.go'
/bin/mkdir -p `dirname "gnu/packages/gnupg.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gnupg.go" "gnu/packages/gnupg.scm"
wrote `gnu/packages/gnupg.go'
/bin/mkdir -p `dirname "gnu/packages/gnutls.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gnutls.go" "gnu/packages/gnutls.scm"
wrote `gnu/packages/gnutls.go'
/bin/mkdir -p `dirname "gnu/packages/gperf.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gperf.go" "gnu/packages/gperf.scm"
wrote `gnu/packages/gperf.go'
/bin/mkdir -p `dirname "gnu/packages/gprolog.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gprolog.go" "gnu/packages/gprolog.scm"
wrote `gnu/packages/gprolog.go'
/bin/mkdir -p `dirname "gnu/packages/groff.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/groff.go" "gnu/packages/groff.scm"
wrote `gnu/packages/groff.go'
/bin/mkdir -p `dirname "gnu/packages/grub.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/grub.go" "gnu/packages/grub.scm"
wrote `gnu/packages/grub.go'
/bin/mkdir -p `dirname "gnu/packages/gsasl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gsasl.go" "gnu/packages/gsasl.scm"
wrote `gnu/packages/gsasl.go'
/bin/mkdir -p `dirname "gnu/packages/gtk.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gtk.go" "gnu/packages/gtk.scm"
wrote `gnu/packages/gtk.go'
/bin/mkdir -p `dirname "gnu/packages/guile.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/guile.go" "gnu/packages/guile.scm"
wrote `gnu/packages/guile.go'
/bin/mkdir -p `dirname "gnu/packages/gv.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/gv.go" "gnu/packages/gv.scm"
wrote `gnu/packages/gv.go'
/bin/mkdir -p `dirname "gnu/packages/help2man.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/help2man.go" "gnu/packages/help2man.scm"
wrote `gnu/packages/help2man.go'
/bin/mkdir -p `dirname "gnu/packages/hugs.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/hugs.go" "gnu/packages/hugs.scm"
wrote `gnu/packages/hugs.go'
/bin/mkdir -p `dirname "gnu/packages/icu4c.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/icu4c.go" "gnu/packages/icu4c.scm"
wrote `gnu/packages/icu4c.go'
/bin/mkdir -p `dirname "gnu/packages/idutils.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/idutils.go" "gnu/packages/idutils.scm"
wrote `gnu/packages/idutils.go'
/bin/mkdir -p `dirname "gnu/packages/indent.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/indent.go" "gnu/packages/indent.scm"
wrote `gnu/packages/indent.go'
/bin/mkdir -p `dirname "gnu/packages/irssi.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/irssi.go" "gnu/packages/irssi.scm"
wrote `gnu/packages/irssi.go'
/bin/mkdir -p `dirname "gnu/packages/ld-wrapper.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ld-wrapper.go" "gnu/packages/ld-wrapper.scm"
wrote `gnu/packages/ld-wrapper.go'
/bin/mkdir -p `dirname "gnu/packages/less.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/less.go" "gnu/packages/less.scm"
wrote `gnu/packages/less.go'
/bin/mkdir -p `dirname "gnu/packages/lesstif.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/lesstif.go" "gnu/packages/lesstif.scm"
wrote `gnu/packages/lesstif.go'
/bin/mkdir -p `dirname "gnu/packages/libapr.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libapr.go" "gnu/packages/libapr.scm"
wrote `gnu/packages/libapr.go'
/bin/mkdir -p `dirname "gnu/packages/libdaemon.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libdaemon.go" "gnu/packages/libdaemon.scm"
wrote `gnu/packages/libdaemon.go'
/bin/mkdir -p `dirname "gnu/packages/libevent.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libevent.go" "gnu/packages/libevent.scm"
wrote `gnu/packages/libevent.go'
/bin/mkdir -p `dirname "gnu/packages/libffi.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libffi.go" "gnu/packages/libffi.scm"
wrote `gnu/packages/libffi.go'
/bin/mkdir -p `dirname "gnu/packages/libidn.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libidn.go" "gnu/packages/libidn.scm"
wrote `gnu/packages/libidn.go'
/bin/mkdir -p `dirname "gnu/packages/libjpeg.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libjpeg.go" "gnu/packages/libjpeg.scm"
wrote `gnu/packages/libjpeg.go'
/bin/mkdir -p `dirname "gnu/packages/libphidget.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libphidget.go" "gnu/packages/libphidget.scm"
wrote `gnu/packages/libphidget.go'
/bin/mkdir -p `dirname "gnu/packages/libpng.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libpng.go" "gnu/packages/libpng.scm"
wrote `gnu/packages/libpng.go'
/bin/mkdir -p `dirname "gnu/packages/libsigsegv.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libsigsegv.go" "gnu/packages/libsigsegv.scm"
wrote `gnu/packages/libsigsegv.go'
/bin/mkdir -p `dirname "gnu/packages/libtiff.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libtiff.go" "gnu/packages/libtiff.scm"
wrote `gnu/packages/libtiff.go'
/bin/mkdir -p `dirname "gnu/packages/libunistring.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libunistring.go" "gnu/packages/libunistring.scm"
wrote `gnu/packages/libunistring.go'
/bin/mkdir -p `dirname "gnu/packages/libusb.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libusb.go" "gnu/packages/libusb.scm"
wrote `gnu/packages/libusb.go'
/bin/mkdir -p `dirname "gnu/packages/libunwind.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/libunwind.go" "gnu/packages/libunwind.scm"
wrote `gnu/packages/libunwind.go'
/bin/mkdir -p `dirname "gnu/packages/linux.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/linux.go" "gnu/packages/linux.scm"
wrote `gnu/packages/linux.go'
/bin/mkdir -p `dirname "gnu/packages/linux-initrd.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/linux-initrd.go" "gnu/packages/linux-initrd.scm"
wrote `gnu/packages/linux-initrd.go'
/bin/mkdir -p `dirname "gnu/packages/lout.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/lout.go" "gnu/packages/lout.scm"
wrote `gnu/packages/lout.go'
/bin/mkdir -p `dirname "gnu/packages/lsh.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/lsh.go" "gnu/packages/lsh.scm"
wrote `gnu/packages/lsh.go'
/bin/mkdir -p `dirname "gnu/packages/lsof.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/lsof.go" "gnu/packages/lsof.scm"
wrote `gnu/packages/lsof.go'
/bin/mkdir -p `dirname "gnu/packages/lua.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/lua.go" "gnu/packages/lua.scm"
wrote `gnu/packages/lua.go'
/bin/mkdir -p `dirname "gnu/packages/lvm.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/lvm.go" "gnu/packages/lvm.scm"
wrote `gnu/packages/lvm.go'
/bin/mkdir -p `dirname "gnu/packages/m4.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/m4.go" "gnu/packages/m4.scm"
wrote `gnu/packages/m4.go'
/bin/mkdir -p `dirname "gnu/packages/mailutils.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/mailutils.go" "gnu/packages/mailutils.scm"
wrote `gnu/packages/mailutils.go'
/bin/mkdir -p `dirname "gnu/packages/make-bootstrap.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/make-bootstrap.go" "gnu/packages/make-bootstrap.scm"
wrote `gnu/packages/make-bootstrap.go'
/bin/mkdir -p `dirname "gnu/packages/mit-krb5.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/mit-krb5.go" "gnu/packages/mit-krb5.scm"
wrote `gnu/packages/mit-krb5.go'
/bin/mkdir -p `dirname "gnu/packages/mp3.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/mp3.go" "gnu/packages/mp3.scm"
wrote `gnu/packages/mp3.go'
/bin/mkdir -p `dirname "gnu/packages/multiprecision.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/multiprecision.go" "gnu/packages/multiprecision.scm"
wrote `gnu/packages/multiprecision.go'
/bin/mkdir -p `dirname "gnu/packages/mysql.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/mysql.go" "gnu/packages/mysql.scm"
wrote `gnu/packages/mysql.go'
/bin/mkdir -p `dirname "gnu/packages/nano.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/nano.go" "gnu/packages/nano.scm"
wrote `gnu/packages/nano.go'
/bin/mkdir -p `dirname "gnu/packages/ncurses.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ncurses.go" "gnu/packages/ncurses.scm"
wrote `gnu/packages/ncurses.go'
/bin/mkdir -p `dirname "gnu/packages/netpbm.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/netpbm.go" "gnu/packages/netpbm.scm"
wrote `gnu/packages/netpbm.go'
/bin/mkdir -p `dirname "gnu/packages/nettle.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/nettle.go" "gnu/packages/nettle.scm"
wrote `gnu/packages/nettle.go'
/bin/mkdir -p `dirname "gnu/packages/ocaml.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ocaml.go" "gnu/packages/ocaml.scm"
wrote `gnu/packages/ocaml.go'
/bin/mkdir -p `dirname "gnu/packages/oggvorbis.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/oggvorbis.go" "gnu/packages/oggvorbis.scm"
wrote `gnu/packages/oggvorbis.go'
/bin/mkdir -p `dirname "gnu/packages/openldap.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/openldap.go" "gnu/packages/openldap.scm"
wrote `gnu/packages/openldap.go'
/bin/mkdir -p `dirname "gnu/packages/openssl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/openssl.go" "gnu/packages/openssl.scm"
wrote `gnu/packages/openssl.go'
/bin/mkdir -p `dirname "gnu/packages/parted.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/parted.go" "gnu/packages/parted.scm"
wrote `gnu/packages/parted.go'
/bin/mkdir -p `dirname "gnu/packages/patchelf.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/patchelf.go" "gnu/packages/patchelf.scm"
wrote `gnu/packages/patchelf.go'
/bin/mkdir -p `dirname "gnu/packages/pcre.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/pcre.go" "gnu/packages/pcre.scm"
wrote `gnu/packages/pcre.go'
/bin/mkdir -p `dirname "gnu/packages/pdf.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/pdf.go" "gnu/packages/pdf.scm"
wrote `gnu/packages/pdf.go'
/bin/mkdir -p `dirname "gnu/packages/perl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/perl.go" "gnu/packages/perl.scm"
wrote `gnu/packages/perl.go'
/bin/mkdir -p `dirname "gnu/packages/pkg-config.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/pkg-config.go" "gnu/packages/pkg-config.scm"
wrote `gnu/packages/pkg-config.go'
/bin/mkdir -p `dirname "gnu/packages/popt.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/popt.go" "gnu/packages/popt.scm"
wrote `gnu/packages/popt.go'
/bin/mkdir -p `dirname "gnu/packages/pth.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/pth.go" "gnu/packages/pth.scm"
wrote `gnu/packages/pth.go'
/bin/mkdir -p `dirname "gnu/packages/python.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/python.go" "gnu/packages/python.scm"
wrote `gnu/packages/python.go'
/bin/mkdir -p `dirname "gnu/packages/qemu.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/qemu.go" "gnu/packages/qemu.scm"
wrote `gnu/packages/qemu.go'
/bin/mkdir -p `dirname "gnu/packages/ratpoison.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ratpoison.go" "gnu/packages/ratpoison.scm"
wrote `gnu/packages/ratpoison.go'
/bin/mkdir -p `dirname "gnu/packages/readline.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/readline.go" "gnu/packages/readline.scm"
wrote `gnu/packages/readline.go'
/bin/mkdir -p `dirname "gnu/packages/recutils.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/recutils.go" "gnu/packages/recutils.scm"
wrote `gnu/packages/recutils.go'
/bin/mkdir -p `dirname "gnu/packages/rsync.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/rsync.go" "gnu/packages/rsync.scm"
wrote `gnu/packages/rsync.go'
/bin/mkdir -p `dirname "gnu/packages/samba.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/samba.go" "gnu/packages/samba.scm"
wrote `gnu/packages/samba.go'
/bin/mkdir -p `dirname "gnu/packages/scheme.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/scheme.go" "gnu/packages/scheme.scm"
wrote `gnu/packages/scheme.go'
/bin/mkdir -p `dirname "gnu/packages/screen.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/screen.go" "gnu/packages/screen.scm"
wrote `gnu/packages/screen.go'
/bin/mkdir -p `dirname "gnu/packages/shishi.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/shishi.go" "gnu/packages/shishi.scm"
wrote `gnu/packages/shishi.go'
/bin/mkdir -p `dirname "gnu/packages/smalltalk.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/smalltalk.go" "gnu/packages/smalltalk.scm"
wrote `gnu/packages/smalltalk.go'
/bin/mkdir -p `dirname "gnu/packages/sqlite.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/sqlite.go" "gnu/packages/sqlite.scm"
wrote `gnu/packages/sqlite.go'
/bin/mkdir -p `dirname "gnu/packages/ssh.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/ssh.go" "gnu/packages/ssh.scm"
wrote `gnu/packages/ssh.go'
/bin/mkdir -p `dirname "gnu/packages/subversion.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/subversion.go" "gnu/packages/subversion.scm"
wrote `gnu/packages/subversion.go'
/bin/mkdir -p `dirname "gnu/packages/system.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/system.go" "gnu/packages/system.scm"
wrote `gnu/packages/system.go'
/bin/mkdir -p `dirname "gnu/packages/tcl.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/tcl.go" "gnu/packages/tcl.scm"
wrote `gnu/packages/tcl.go'
/bin/mkdir -p `dirname "gnu/packages/tcsh.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/tcsh.go" "gnu/packages/tcsh.scm"
wrote `gnu/packages/tcsh.go'
/bin/mkdir -p `dirname "gnu/packages/texinfo.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/texinfo.go" "gnu/packages/texinfo.scm"
wrote `gnu/packages/texinfo.go'
/bin/mkdir -p `dirname "gnu/packages/texlive.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/texlive.go" "gnu/packages/texlive.scm"
wrote `gnu/packages/texlive.go'
/bin/mkdir -p `dirname "gnu/packages/time.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/time.go" "gnu/packages/time.scm"
wrote `gnu/packages/time.go'
/bin/mkdir -p `dirname "gnu/packages/tmux.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/tmux.go" "gnu/packages/tmux.scm"
wrote `gnu/packages/tmux.go'
/bin/mkdir -p `dirname "gnu/packages/tor.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/tor.go" "gnu/packages/tor.scm"
wrote `gnu/packages/tor.go'
/bin/mkdir -p `dirname "gnu/packages/version-control.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/version-control.go" "gnu/packages/version-control.scm"
wrote `gnu/packages/version-control.go'
/bin/mkdir -p `dirname "gnu/packages/vim.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/vim.go" "gnu/packages/vim.scm"
wrote `gnu/packages/vim.go'
/bin/mkdir -p `dirname "gnu/packages/vpn.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/vpn.go" "gnu/packages/vpn.scm"
wrote `gnu/packages/vpn.go'
/bin/mkdir -p `dirname "gnu/packages/w3m.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/w3m.go" "gnu/packages/w3m.scm"
wrote `gnu/packages/w3m.go'
/bin/mkdir -p `dirname "gnu/packages/wdiff.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/wdiff.go" "gnu/packages/wdiff.scm"
wrote `gnu/packages/wdiff.go'
/bin/mkdir -p `dirname "gnu/packages/wget.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/wget.go" "gnu/packages/wget.scm"
wrote `gnu/packages/wget.go'
/bin/mkdir -p `dirname "gnu/packages/which.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/which.go" "gnu/packages/which.scm"
wrote `gnu/packages/which.go'
/bin/mkdir -p `dirname "gnu/packages/xml.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/xml.go" "gnu/packages/xml.scm"
wrote `gnu/packages/xml.go'
/bin/mkdir -p `dirname "gnu/packages/xorg.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/xorg.go" "gnu/packages/xorg.scm"
wrote `gnu/packages/xorg.go'
/bin/mkdir -p `dirname "gnu/packages/zile.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/zile.go" "gnu/packages/zile.scm"
wrote `gnu/packages/zile.go'
/bin/mkdir -p `dirname "gnu/packages/zip.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/packages/zip.go" "gnu/packages/zip.scm"
wrote `gnu/packages/zip.go'
/bin/mkdir -p `dirname "gnu/system/vm.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "gnu/system/vm.go" "gnu/system/vm.scm"
wrote `gnu/system/vm.go'
/bin/mkdir -p `dirname "guix/config.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "."	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="x86_64-unknown-linux-gnu"						\
	  -o "guix/config.go" "guix/config.scm"
wrote `guix/config.go'
make[2]: Leaving directory `/home/bluet/guix-0.2'
make[1]: Leaving directory `/home/bluet/guix-0.2'

[-- Attachment #12: guix-2.0-make_check.log --]
[-- Type: text/x-log, Size: 2101 bytes --]

make  check-recursive
make[1]: Entering directory `/home/bluet/guix-0.2'
Making check in po
make[2]: Entering directory `/home/bluet/guix-0.2/po'
make[2]: Leaving directory `/home/bluet/guix-0.2/po'
make[2]: Entering directory `/home/bluet/guix-0.2'
make  check-TESTS
make[3]: Entering directory `/home/bluet/guix-0.2'
make[4]: Entering directory `/home/bluet/guix-0.2'
PASS: tests/base32.scm
FAIL: tests/builders.scm
FAIL: tests/derivations.scm
PASS: tests/ui.scm
PASS: tests/records.scm
FAIL: tests/utils.scm
PASS: tests/build-utils.scm
FAIL: tests/packages.scm
PASS: tests/snix.scm
FAIL: tests/store.scm
PASS: tests/nar.scm
FAIL: tests/union.scm
PASS: tests/guix-build.sh
PASS: tests/guix-download.sh
PASS: tests/guix-hash.sh
FAIL: tests/guix-package.sh
PASS: tests/guix-gc.sh
PASS: tests/guix-daemon.sh
make[5]: Entering directory `/home/bluet/guix-0.2'
make  all-recursive
make[6]: Entering directory `/home/bluet/guix-0.2'
Making all in po
make[7]: Entering directory `/home/bluet/guix-0.2/po'
make[7]: Leaving directory `/home/bluet/guix-0.2/po'
make[7]: Entering directory `/home/bluet/guix-0.2'
make[7]: Leaving directory `/home/bluet/guix-0.2'
make[6]: Leaving directory `/home/bluet/guix-0.2'
make[5]: Leaving directory `/home/bluet/guix-0.2'
============================================================================
Testsuite summary for GNU Guix 0.2
============================================================================
# TOTAL: 18
# PASS:  11
# SKIP:  0
# XFAIL: 0
# FAIL:  7
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory `/home/bluet/guix-0.2'
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory `/home/bluet/guix-0.2'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/bluet/guix-0.2'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/bluet/guix-0.2'
make: *** [check] Error 2

[-- Attachment #13: guix-2.0-configure.log --]
[-- Type: text/x-log, Size: 5391 bytes --]

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for the Guix system type... x86_64-linux
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GUILE... yes
checking for guile... /usr/bin/guile
checking for guild... /usr/bin/guild
checking whether /usr/bin/guile provides feature 'regex'... yes
checking whether /usr/bin/guile provides feature 'posix'... yes
checking whether /usr/bin/guile provides feature 'socket'... yes
checking whether /usr/bin/guile provides feature 'net-db'... yes
checking whether /usr/bin/guile provides feature 'threads'... yes
checking for nix-instantiate... no
checking for nix-hash... no
checking for Nixpkgs source tree... not found
checking for libgcrypt shared library name... libgcrypt
checking for guile... (cached) /usr/bin/guile
checking for guild... (cached) /usr/bin/guild
checking for guile-config... /usr/bin/guile-config
checking whether libgcrypt can be dynamically loaded... yes
checking whether to build daemon... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for gzip... /bin/gzip
checking for bzip2... /bin/bzip2
checking for xz... /usr/bin/xz
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for BZ2_bzWriteOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for SQLITE3... yes
checking for gcry_md_open in -lgcrypt... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for chroot... yes
checking for unshare... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for lutimes... yes
checking whether it is possible to create a link to a symlink... yes
checking how to run the C++ preprocessor... g++ -E
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking sys/personality.h usability... yes
checking sys/personality.h presence... yes
checking for sys/personality.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking for unit test root... /home/bluet/guix-0.2/test-tmp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating nix/scripts/list-runtime-roots
config.status: creating nix/scripts/substitute-binary
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating guix/config.scm
config.status: creating scripts/guix
config.status: creating pre-inst-env
config.status: creating test-env
config.status: creating nix/config.h
config.status: nix/config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

[-- Attachment #14: derivations.log --]
[-- Type: text/x-log, Size: 3034 bytes --]

%%%% Starting test derivations
Group begin: derivations
Test begin:
  test-name: "parse & export"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "add-to-store, flat"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "add-to-store, recursive"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "derivation with no inputs"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "build derivation with 1 source"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "derivation with local file as input"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "fixed-output derivation"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "fixed-output derivation: output paths are equal"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "derivation with a fixed-output input"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "multiple-output derivation"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "multiple-output derivation, non-alphabetic order"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "user of multiple-output derivation"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build derivation with coreutils"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation and derivation-prerequisites"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "build-expression->derivation without inputs"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation and derivation-prerequisites-to-build"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "derivation-prerequisites-to-build when outputs already present"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "derivation-prerequisites-to-build and substitutes"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "build-expression->derivation with expression returning #f"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "build-expression->derivation with two outputs"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation with one input"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "imported-files"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation with modules"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation: same fixed-output path"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "build-expression->derivation with a fixed-output input"
Test end:
  result-kind: fail
  actual-value: #f
Group end: derivations
# of expected passes      8
# of unexpected failures  17

[-- Attachment #15: config.log --]
[-- Type: text/x-log, Size: 34981 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.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = GuixOnUbuntu64
uname -m = x86_64
uname -r = 3.5.0-36-generic
uname -s = Linux
uname -v = #57~precise1-Ubuntu SMP Thu Jun 20 18:21:09 UTC 2013

/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2474: checking for a BSD-compatible install
configure:2542: result: /usr/bin/install -c
configure:2553: checking whether build environment is sane
configure:2608: result: yes
configure:2759: checking for a thread-safe mkdir -p
configure:2798: result: /bin/mkdir -p
configure:2805: checking for gawk
configure:2835: result: no
configure:2805: checking for mawk
configure:2821: found /usr/bin/mawk
configure:2832: result: mawk
configure:2843: checking whether make sets $(MAKE)
configure:2865: result: yes
configure:2894: checking whether make supports nested variables
configure:2911: result: yes
configure:3006: checking for style of include used by make
configure:3034: result: GNU
configure:3105: checking for gcc
configure:3121: found /usr/bin/gcc
configure:3132: result: gcc
configure:3361: checking for C compiler version
configure:3370: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3381: $? = 0
configure:3370: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --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 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:3381: $? = 0
configure:3370: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3381: $? = 4
configure:3370: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3381: $? = 4
configure:3401: checking whether the C compiler works
configure:3423: gcc    conftest.c  >&5
configure:3427: $? = 0
configure:3475: result: yes
configure:3478: checking for C compiler default output file name
configure:3480: result: a.out
configure:3486: checking for suffix of executables
configure:3493: gcc -o conftest    conftest.c  >&5
configure:3497: $? = 0
configure:3519: result: 
configure:3541: checking whether we are cross compiling
configure:3549: gcc -o conftest    conftest.c  >&5
configure:3553: $? = 0
configure:3560: ./conftest
configure:3564: $? = 0
configure:3579: result: no
configure:3584: checking for suffix of object files
configure:3606: gcc -c   conftest.c >&5
configure:3610: $? = 0
configure:3631: result: o
configure:3635: checking whether we are using the GNU C compiler
configure:3654: gcc -c   conftest.c >&5
configure:3654: $? = 0
configure:3663: result: yes
configure:3672: checking whether gcc accepts -g
configure:3692: gcc -c -g  conftest.c >&5
configure:3692: $? = 0
configure:3733: result: yes
configure:3750: checking for gcc option to accept ISO C89
configure:3813: gcc  -c -g -O2  conftest.c >&5
configure:3813: $? = 0
configure:3826: result: none needed
configure:3848: checking dependency style of gcc
configure:3959: result: gcc3
configure:3980: checking how to run the C preprocessor
configure:4011: gcc -E  conftest.c
configure:4011: $? = 0
configure:4025: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4025: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4050: result: gcc -E
configure:4070: gcc -E  conftest.c
configure:4070: $? = 0
configure:4084: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4084: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4113: checking for grep that handles long lines and -e
configure:4171: result: /bin/grep
configure:4176: checking for egrep
configure:4238: result: /bin/grep -E
configure:4243: checking for ANSI C header files
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4263: $? = 0
configure:4336: gcc -o conftest -g -O2   conftest.c  >&5
configure:4336: $? = 0
configure:4336: ./conftest
configure:4336: $? = 0
configure:4347: result: yes
configure:4360: checking for sys/types.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for sys/stat.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for stdlib.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for string.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for memory.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for strings.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for inttypes.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for stdint.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4360: checking for unistd.h
configure:4360: gcc -c -g -O2  conftest.c >&5
configure:4360: $? = 0
configure:4360: result: yes
configure:4373: checking minix/config.h usability
configure:4373: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| #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:4373: result: no
configure:4373: checking minix/config.h presence
configure:4373: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| #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:4373: result: no
configure:4373: checking for minix/config.h
configure:4373: result: no
configure:4394: checking whether it is safe to define __EXTENSIONS__
configure:4412: gcc -c -g -O2  conftest.c >&5
configure:4412: $? = 0
configure:4419: result: yes
configure:4442: checking whether NLS is requested
configure:4451: result: yes
configure:4492: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:4524: result: /usr/bin/msgfmt
configure:4533: checking for gmsgfmt
configure:4564: result: /usr/bin/msgfmt
configure:4615: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:4647: result: /usr/bin/xgettext
configure:4693: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:4724: result: /usr/bin/msgmerge
configure:4761: checking build system type
configure:4775: result: x86_64-unknown-linux-gnu
configure:4795: checking host system type
configure:4808: result: x86_64-unknown-linux-gnu
configure:4852: checking for ld used by GCC
configure:4916: result: /usr/bin/ld
configure:4923: checking if the linker (/usr/bin/ld) is GNU ld
configure:4936: result: yes
configure:4943: checking for shared library run path origin
configure:4956: result: done
configure:5528: checking for CFPreferencesCopyAppValue
configure:5546: 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:5546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| #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:5555: result: no
configure:5562: checking for CFLocaleCopyCurrent
configure:5580: 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:5580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| #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:5589: result: no
configure:5638: checking for GNU gettext in libc
configure:5658: gcc -o conftest -g -O2   conftest.c  >&5
configure:5658: $? = 0
configure:5667: result: yes
configure:6458: checking whether to use NLS
configure:6460: result: yes
configure:6463: checking where the gettext function comes from
configure:6474: result: libc
configure:6564: checking for the Guix system type
configure:6566: result: x86_64-linux
configure:6644: checking for pkg-config
configure:6662: found /usr/bin/pkg-config
configure:6674: result: /usr/bin/pkg-config
configure:6699: checking pkg-config is at least version 0.9.0
configure:6702: result: yes
configure:6713: checking for GUILE
configure:6720: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.5"
configure:6723: $? = 0
configure:6736: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.5"
configure:6739: $? = 0
configure:6793: result: yes
configure:6799: checking for guile
configure:6817: found /usr/bin/guile
configure:6829: result: /usr/bin/guile
configure:6839: checking for guild
configure:6857: found /usr/bin/guild
configure:6869: result: /usr/bin/guild
configure:6884: checking whether /usr/bin/guile provides feature 'regex'
configure:6888: result: yes
configure:6884: checking whether /usr/bin/guile provides feature 'posix'
configure:6888: result: yes
configure:6884: checking whether /usr/bin/guile provides feature 'socket'
configure:6888: result: yes
configure:6884: checking whether /usr/bin/guile provides feature 'net-db'
configure:6888: result: yes
configure:6884: checking whether /usr/bin/guile provides feature 'threads'
configure:6888: result: yes
configure:6914: checking for nix-instantiate
configure:6947: result: no
configure:6954: checking for nix-hash
configure:6987: result: no
configure:7012: checking for Nixpkgs source tree
configure:7019: result: not found
configure:7041: checking for libgcrypt shared library name
configure:7043: result: libgcrypt
configure:7050: checking for guile
configure:7080: result: /usr/bin/guile
configure:7102: checking for guild
configure:7132: result: /usr/bin/guild
configure:7144: checking for guile-config
configure:7162: found /usr/bin/guile-config
configure:7174: result: /usr/bin/guile-config
configure:7229: checking whether libgcrypt can be dynamically loaded
configure:7244: result: yes
configure:7338: checking whether to build daemon
configure:7340: result: yes
configure:7401: checking for g++
configure:7417: found /usr/bin/g++
configure:7428: result: g++
configure:7455: checking for C++ compiler version
configure:7464: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:7475: $? = 0
configure:7464: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --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 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:7475: $? = 0
configure:7464: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7475: $? = 4
configure:7464: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:7475: $? = 4
configure:7479: checking whether we are using the GNU C++ compiler
configure:7498: g++ -c   conftest.cpp >&5
configure:7498: $? = 0
configure:7507: result: yes
configure:7516: checking whether g++ accepts -g
configure:7536: g++ -c -g  conftest.cpp >&5
configure:7536: $? = 0
configure:7577: result: yes
configure:7602: checking dependency style of g++
configure:7713: result: gcc3
configure:7774: checking for ranlib
configure:7790: found /usr/bin/ranlib
configure:7801: result: ranlib
configure:7828: checking for gzip
configure:7846: found /bin/gzip
configure:7858: result: /bin/gzip
configure:7868: checking for bzip2
configure:7886: found /bin/bzip2
configure:7898: result: /bin/bzip2
configure:7908: checking for xz
configure:7926: found /usr/bin/xz
configure:7938: result: /usr/bin/xz
configure:7957: checking for special C compiler options needed for large files
configure:8002: result: no
configure:8008: checking for _FILE_OFFSET_BITS value needed for large files
configure:8033: gcc -c -g -O2  conftest.c >&5
configure:8033: $? = 0
configure:8065: result: no
configure:8151: checking for BZ2_bzWriteOpen in -lbz2
configure:8176: gcc -o conftest -g -O2   conftest.c -lbz2   >&5
configure:8176: $? = 0
configure:8185: result: yes
configure:8195: checking bzlib.h usability
configure:8195: gcc -c -g -O2  conftest.c >&5
configure:8195: $? = 0
configure:8195: result: yes
configure:8195: checking bzlib.h presence
configure:8195: gcc -E  conftest.c
configure:8195: $? = 0
configure:8195: result: yes
configure:8195: checking for bzlib.h
configure:8195: result: yes
configure:8210: checking for SQLITE3
configure:8217: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:8220: $? = 0
configure:8233: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:8236: $? = 0
configure:8290: result: yes
configure:8323: checking for gcry_md_open in -lgcrypt
configure:8348: gcc -o conftest -g -O2 -I/include    conftest.c -lgcrypt   >&5
configure:8348: $? = 0
configure:8357: result: yes
configure:8365: checking gcrypt.h usability
configure:8365: gcc -c -g -O2 -I/include  conftest.c >&5
configure:8365: $? = 0
configure:8365: result: yes
configure:8365: checking gcrypt.h presence
configure:8365: gcc -E  conftest.c
configure:8365: $? = 0
configure:8365: result: yes
configure:8365: checking for gcrypt.h
configure:8365: result: yes
configure:8383: checking for chroot
configure:8383: gcc -o conftest -g -O2   conftest.c  >&5
configure:8383: $? = 0
configure:8383: result: yes
configure:8383: checking for unshare
configure:8383: gcc -o conftest -g -O2   conftest.c  >&5
configure:8383: $? = 0
configure:8383: result: yes
configure:8395: checking sched.h usability
configure:8395: gcc -c -g -O2  conftest.c >&5
configure:8395: $? = 0
configure:8395: result: yes
configure:8395: checking sched.h presence
configure:8395: gcc -E  conftest.c
configure:8395: $? = 0
configure:8395: result: yes
configure:8395: checking for sched.h
configure:8395: result: yes
configure:8395: checking sys/param.h usability
configure:8395: gcc -c -g -O2  conftest.c >&5
configure:8395: $? = 0
configure:8395: result: yes
configure:8395: checking sys/param.h presence
configure:8395: gcc -E  conftest.c
configure:8395: $? = 0
configure:8395: result: yes
configure:8395: checking for sys/param.h
configure:8395: result: yes
configure:8395: checking sys/mount.h usability
configure:8395: gcc -c -g -O2  conftest.c >&5
configure:8395: $? = 0
configure:8395: result: yes
configure:8395: checking sys/mount.h presence
configure:8395: gcc -E  conftest.c
configure:8395: $? = 0
configure:8395: result: yes
configure:8395: checking for sys/mount.h
configure:8395: result: yes
configure:8408: checking for lutimes
configure:8408: gcc -o conftest -g -O2   conftest.c  >&5
configure:8408: $? = 0
configure:8408: result: yes
configure:8418: checking whether it is possible to create a link to a symlink
configure:8422: result: yes
configure:8445: checking how to run the C++ preprocessor
configure:8472: g++ -E  conftest.cpp
configure:8472: $? = 0
configure:8486: g++ -E  conftest.cpp
conftest.cpp:39:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8486: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| #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_LUTIMES 1
| #define CAN_LINK_SYMLINK 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8511: result: g++ -E
configure:8531: g++ -E  conftest.cpp
configure:8531: $? = 0
configure:8545: g++ -E  conftest.cpp
conftest.cpp:39:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "GNU Guix 0.2"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.2"
| #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_LUTIMES 1
| #define CAN_LINK_SYMLINK 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8576: checking locale usability
configure:8576: g++ -c -g -O2  conftest.cpp >&5
configure:8576: $? = 0
configure:8576: result: yes
configure:8576: checking locale presence
configure:8576: g++ -E  conftest.cpp
configure:8576: $? = 0
configure:8576: result: yes
configure:8576: checking for locale
configure:8576: result: yes
configure:8596: checking sys/personality.h usability
configure:8596: gcc -c -g -O2  conftest.c >&5
configure:8596: $? = 0
configure:8596: result: yes
configure:8596: checking sys/personality.h presence
configure:8596: gcc -E  conftest.c
configure:8596: $? = 0
configure:8596: result: yes
configure:8596: checking for sys/personality.h
configure:8596: result: yes
configure:8609: checking linux/fs.h usability
configure:8609: gcc -c -g -O2  conftest.c >&5
configure:8609: $? = 0
configure:8609: result: yes
configure:8609: checking linux/fs.h presence
configure:8609: gcc -E  conftest.c
configure:8609: $? = 0
configure:8609: result: yes
configure:8609: checking for linux/fs.h
configure:8609: result: yes
configure:8620: checking for unit test root
configure:8623: result: /home/bluet/guix-0.2/test-tmp
configure:8762: checking that generated files are newer than configure
configure:8768: result: done
configure:8799: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Guix config.status 0.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on GuixOnUbuntu64

config.status:950: creating nix/scripts/list-runtime-roots
config.status:950: creating nix/scripts/substitute-binary
config.status:950: creating Makefile
config.status:950: creating po/Makefile.in
config.status:950: creating guix/config.scm
config.status:950: creating scripts/guix
config.status:950: creating pre-inst-env
config.status:950: creating test-env
config.status:950: creating nix/config.h
config.status:1131: nix/config.h is unchanged
config.status:1179: executing depfiles commands
config.status:1179: executing po-directories commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_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_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_lutimes=yes
ac_cv_func_unshare=yes
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_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_bz2_BZ2_bzWriteOpen=yes
ac_cv_lib_gcrypt_gcry_md_open=yes
ac_cv_objext=o
ac_cv_path_BZIP2=/bin/bzip2
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_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
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=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_make_support_nested_variables=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
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/bluet/guix-0.2/build-aux/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/bluet/guix-0.2/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/bluet/guix-0.2/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/bluet/guix-0.2/build-aux/missing automake-1.13'
AWK='mawk'
BUILD_DAEMON_FALSE='#'
BUILD_DAEMON_TRUE=''
BZIP2='/bin/bzip2'
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'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
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/bluet/guix-0.2/test-tmp'
GZIP='/bin/gzip'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBGCRYPT='libgcrypt'
LIBGCRYPT_CFLAGS='-I/include'
LIBGCRYPT_LIBS='-L/lib -lgcrypt'
LIBGCRYPT_PREFIX=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/bluet/guix-0.2/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.2'
PACKAGE_TARNAME='guix'
PACKAGE_URL='http://gnu.org/software/guix/'
PACKAGE_VERSION='0.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POSUB='po'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
SQLITE3_CFLAGS=' '
SQLITE3_LIBS='-lsqlite3  '
STRIP=''
USE_NLS='yes'
VERSION='0.2'
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 -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
guilemoduledir='${prefix}/share/guile/site/2.0'
guix_localstatedir='/usr/local/var'
guix_system='x86_64-linux'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/bluet/guix-0.2/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
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}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
storedir='/nix/store'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Guix"
#define PACKAGE_TARNAME "guix"
#define PACKAGE_VERSION "0.2"
#define PACKAGE_STRING "GNU Guix 0.2"
#define PACKAGE_BUGREPORT "bug-guix@gnu.org"
#define PACKAGE_URL "http://gnu.org/software/guix/"
#define PACKAGE "guix"
#define VERSION "0.2"
#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_LUTIMES 1
#define CAN_LINK_SYMLINK 1
#define HAVE_LOCALE 1
#define HAVE_SYS_PERSONALITY_H 1
#define HAVE_LINUX_FS_H 1

configure: exit 0

[-- Attachment #16: build-utils.log --]
[-- Type: text/x-log, Size: 1776 bytes --]

%%%% Starting test build-utils
Group begin: build-utils
Test begin:
  test-name: "alist-cons-before"
Test end:
  result-kind: pass
  actual-value: ((a . 1) (x . 42) (b . 2) (c . 3))
  expected-value: ((a . 1) (x . 42) (b . 2) (c . 3))
Test begin:
  test-name: "alist-cons-before, reference not found"
Test end:
  result-kind: pass
  actual-value: ((a . 1) (b . 2) (c . 3) (x . 42))
  expected-value: ((a . 1) (b . 2) (c . 3) (x . 42))
Test begin:
  test-name: "alist-cons-after"
Test end:
  result-kind: pass
  actual-value: ((a . 1) (b . 2) (x . 42) (c . 3))
  expected-value: ((a . 1) (b . 2) (x . 42) (c . 3))
Test begin:
  test-name: "alist-cons-after, reference not found"
Test end:
  result-kind: pass
  actual-value: ((a . 1) (b . 2) (c . 3) (x . 42))
  expected-value: ((a . 1) (b . 2) (c . 3) (x . 42))
Test begin:
  test-name: "alist-replace"
Test end:
  result-kind: pass
  actual-value: ((a . 1) (b . 77) (c . 3))
  expected-value: ((a . 1) (b . 77) (c . 3))
Test begin:
  test-name: "alist-replace, key not found"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "fold-port-matches"
Test end:
  result-kind: pass
  actual-value: ("Guix" "Guix" "Guix")
  expected-value: ("Guix" "Guix" "Guix")
Test begin:
  test-name: "fold-port-matches, trickier"
Test end:
  result-kind: pass
  actual-value: ("Guix" "guiX" "Guix" "guix" "Guix")
  expected-value: ("Guix" "guiX" "Guix" "guix" "Guix")
Test begin:
  test-name: "fold-port-matches, with unmatched chars"
Test end:
  result-kind: pass
  actual-value: ("Guix" #\, #\space "guix" #\, #\space #\G #\u #\i "Guix" "guiX" #\, #\space "Guix")
  expected-value: ("Guix" #\, #\space "guix" #\, #\space #\G #\u #\i "Guix" "guiX" #\, #\space "Guix")
Group end: build-utils
# of expected passes      9

[-- Attachment #17: builders.log --]
[-- Type: text/x-log, Size: 391 bytes --]

%%%% Starting test builders
Group begin: builders
Test begin:
  test-name: "url-fetch"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "gnu-build-system"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "gnu-build"
Test end:
  result-kind: fail
  actual-value: #f
Group end: builders
# of expected passes      1
# of unexpected failures  2

[-- Attachment #18: base32.log --]
[-- Type: text/x-log, Size: 526 bytes --]

%%%% Starting test base32
Group begin: base32
Test begin:
  test-name: "bytevector->base32-string"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "base32-string->bytevector"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "nix-base32-string->bytevector"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "sha256 & bytevector->nix-base32-string"
Test end:
  result-kind: skip
Group end: base32
# of expected passes      3
# of skipped tests        1

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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-05 18:31 [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install BlueT - Matthew Lien - 練喆明
@ 2013-07-05 20:29 ` Ludovic Courtès
  2013-07-06  0:46   ` BlueT - Matthew Lien - 練喆明
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2013-07-05 20:29 UTC (permalink / raw)
  To: BlueT - Matthew Lien - 練喆明; +Cc: bug-guix

"BlueT - Matthew Lien - 練喆明" <bluet@bluet.org> skribis:

> 1. git version guix, automake version incompactable.
>
> It stoped at complaining about automake version at bootstraping.
> Guix asks for automake 1.12 but ubuntu has only 1.11

Yeah, the latest and greatest Autotools are needed for development.
(This will no longer be a problem once you have Guix installed because
that’s what the distro has: the latest and greatest.  :-))

> 2. guix-2.0, make check FAIL: 7

It’s 0.2 actually.  :-)

The test log has a lot of these:

> suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
> @ build-failed /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output

The code that leads to this error is this:

    /* Check that the output is not group or world writable,
       as that means that someone else can have interfered
       with the build.  Also, the output should be owned by
       the build user. */
    if ((!S_ISLNK(st.st_mode) && (st.st_mode & (S_IWGRP | S_IWOTH))) ||
        (buildUser.enabled() && st.st_uid != buildUser.getUID()))
        throw BuildError(format("suspicious ownership or permission on `%1%'; rejecting this build output") % path);

Could you check the permissions on these files?

What does the ‘umask’ command show?

Thanks,
Ludo’.

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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-05 20:29 ` Ludovic Courtès
@ 2013-07-06  0:46   ` BlueT - Matthew Lien - 練喆明
  2013-07-06  5:11     ` alirioeyng
  2013-07-06 13:36     ` Ludovic Courtès
  0 siblings, 2 replies; 8+ messages in thread
From: BlueT - Matthew Lien - 練喆明 @ 2013-07-06  0:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: bug-guix

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Ludo',

On 2013年07月06日 04:29, Ludovic Courtès wrote:
> Yeah, the latest and greatest Autotools are needed for development.
> (This will no longer be a problem once you have Guix installed because
> that’s what the distro has: the latest and greatest.  :-))

I understand that >=1.12 might be better than 1.11, but is there
something we can do to make it support both?
Or should we just tag it as 'Building Guix from git source is not
supported on Ubuntu' ?

Some dirty motification of the system might be needed to add automake
1.12+ into system without breaking the package dependency tree. :-(
I know Guix is trying to fix the current situation, but that's where I'm
(and people who wanna try Guix are) in now...

>> 2. guix-2.0, make check FAIL: 7
> 
> It’s 0.2 actually.  :-)

Oops, sorry, my bad. ^^;

> The test log has a lot of these:
> 
>> suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
>> @ build-failed /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
> 
> The code that leads to this error is this:
> 
>     /* Check that the output is not group or world writable,
>        as that means that someone else can have interfered
>        with the build.  Also, the output should be owned by
>        the build user. */
>     if ((!S_ISLNK(st.st_mode) && (st.st_mode & (S_IWGRP | S_IWOTH))) ||
>         (buildUser.enabled() && st.st_uid != buildUser.getUID()))
>         throw BuildError(format("suspicious ownership or permission on `%1%'; rejecting this build output") % path);
> 
> Could you check the permissions on these files?

Those files are not exist anymore after the `make check`, as they're
created in test-tmp/ for the test only.

After some tries, I can see
- -r--r--r-- 1 bluet bluet 899 Jan  1  1970
/home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv
but didn't catch the
/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import

> What does the ‘umask’ command show?

bluet@GuixOnUbuntu64:~/guix-0.2$ umask
0002


Hope these helps. :-)


Best wishes,
BlueT


- -- 
/ Just another [ Perl | FOSS | Security ] Hacker. /
/ BlueT = Matthew Lien = 練喆明 /
/ http://BlueT.org /
/ GPG: 4A293CBD /
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHXaN0ACgkQvRNvgEopPL0AJQCggEGHThdkOuF8EarrNsMrekIl
PaUAnR11cBMcWJgnd+4x92iRxqIU0urr
=7j6D
-----END PGP SIGNATURE-----

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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-06  0:46   ` BlueT - Matthew Lien - 練喆明
@ 2013-07-06  5:11     ` alirioeyng
  2013-07-07 23:10       ` BlueT - Matthew Lien - 練喆明
  2013-07-06 13:36     ` Ludovic Courtès
  1 sibling, 1 reply; 8+ messages in thread
From: alirioeyng @ 2013-07-06  5:11 UTC (permalink / raw)
  To: bug-guix

BlueT - Matthew Lien - 練喆明 <bluet <at> bluet.org> writes:

> I understand that >=1.12 might be better than 1.11, but is there
> something we can do to make it support both?
> Or should we just tag it as 'Building Guix from git source is not
> supported on Ubuntu' ?

I think it's better to invest resources in making a bootable distribution
soon and you should try to fix Ubuntu, probably the easier way is:
Install with GSRC:
 http://www.gnu.org/software/gsrc/gsrc.html
And add the paths:
 For bash:
  cat 'export PATH=$PATH:~/gnu/bin'>>.bashrc
  cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.bashrc
 For dash:
  cat 'export PATH=$PATH:~/gnu/bin'>>.profile
  cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.profile

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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-06  0:46   ` BlueT - Matthew Lien - 練喆明
  2013-07-06  5:11     ` alirioeyng
@ 2013-07-06 13:36     ` Ludovic Courtès
  2013-07-07 23:25       ` BlueT - Matthew Lien - 練喆明
  1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2013-07-06 13:36 UTC (permalink / raw)
  To: BlueT - Matthew Lien - 練喆明; +Cc: bug-guix

"BlueT - Matthew Lien - 練喆明" <bluet@bluet.org> skribis:

> On 2013年07月06日 04:29, Ludovic Courtès wrote:
>> Yeah, the latest and greatest Autotools are needed for development.
>> (This will no longer be a problem once you have Guix installed because
>> that’s what the distro has: the latest and greatest.  :-))
>
> I understand that >=1.12 might be better than 1.11, but is there
> something we can do to make it support both?

Not easily.  I have no interest in supporting old versions of Automake,
given that Automake is only needed for developers (you don’t need it
when building from a tarball), and developers can figure out how to
install the right version.  :-)

>> The test log has a lot of these:
>>
>>> suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
>>> @ build-failed /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output
>>
>> The code that leads to this error is this:
>>
>>     /* Check that the output is not group or world writable,
>>        as that means that someone else can have interfered
>>        with the build.  Also, the output should be owned by
>>        the build user. */
>>     if ((!S_ISLNK(st.st_mode) && (st.st_mode & (S_IWGRP | S_IWOTH))) ||
>>         (buildUser.enabled() && st.st_uid != buildUser.getUID()))
>>         throw BuildError(format("suspicious ownership or permission on `%1%'; rejecting this build output") % path);
>>
>> Could you check the permissions on these files?
>
> Those files are not exist anymore after the `make check`, as they're
> created in test-tmp/ for the test only.
>
> After some tries, I can see
> -r--r--r-- 1 bluet bluet 899 Jan  1  1970
> /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv

Hmm that looks good.

> but didn't catch the
> /home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import
>
>> What does the ‘umask’ command show?
>
> bluet@GuixOnUbuntu64:~/guix-0.2$ umask
> 0002

Could you run this from the build directory:

  rm -rf test-tmp && umask 0022 && make check

With umask == 0002, the daemon can end up creating group-writable files,
which then triggers the above error.

TIA,
Ludo’.

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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-06  5:11     ` alirioeyng
@ 2013-07-07 23:10       ` BlueT - Matthew Lien - 練喆明
  0 siblings, 0 replies; 8+ messages in thread
From: BlueT - Matthew Lien - 練喆明 @ 2013-07-07 23:10 UTC (permalink / raw)
  To: alirioeyng; +Cc: bug-guix

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Totally agree.

Using it and it works, thanks!

On 2013年07月06日 13:11, alirioeyng wrote:
> BlueT - Matthew Lien - 練喆明 <bluet <at> bluet.org> writes:
> 
>> I understand that >=1.12 might be better than 1.11, but is there
>> something we can do to make it support both?
>> Or should we just tag it as 'Building Guix from git source is not
>> supported on Ubuntu' ?
> 
> I think it's better to invest resources in making a bootable distribution
> soon and you should try to fix Ubuntu, probably the easier way is:
> Install with GSRC:
>  http://www.gnu.org/software/gsrc/gsrc.html
> And add the paths:
>  For bash:
>   cat 'export PATH=$PATH:~/gnu/bin'>>.bashrc
>   cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.bashrc
>  For dash:
>   cat 'export PATH=$PATH:~/gnu/bin'>>.profile
>   cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.profile
> 
> 
> 

- -- 
/ Just another [ Perl | FOSS | Security ] Hacker. /
/ BlueT = Matthew Lien = 練喆明 /
/ http://BlueT.org /
/ GPG: 4A293CBD /
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHZ9W4ACgkQvRNvgEopPL1O+wCfbt/g9rf1bxCRYp5ATWJzg8xo
884AnA+3BDYSjgUyKPW5G5Alq3/rVPwq
=WeRr
-----END PGP SIGNATURE-----

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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-06 13:36     ` Ludovic Courtès
@ 2013-07-07 23:25       ` BlueT - Matthew Lien - 練喆明
  2013-07-08 11:55         ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: BlueT - Matthew Lien - 練喆明 @ 2013-07-07 23:25 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: bug-guix

[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


1. Git version:

On 2013年07月06日 21:36, Ludovic Courtès wrote:
> Not easily.  I have no interest in supporting old versions of Automake,
> given that Automake is only needed for developers (you don’t need it
> when building from a tarball), and developers can figure out how to
> install the right version.  :-)

Agree, I had upgraded my automake with alirioeyng's advice.

bluet@GuixOnUbuntu64:~/guix$ automake --version
automake (GNU automake) 1.14
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.


Now the bootstraping process passed, but ./configure seems to have
syntax error.

checking for the Guix system type... x86_64-linux
./configure: line 6755: syntax error near unexpected token `GUILE,'
./configure: line 6755: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'



2. guix-0.2

> Could you run this from the build directory:
> 
>   rm -rf test-tmp && umask 0022 && make check
> 
> With umask == 0002, the daemon can end up creating group-writable files,
> which then triggers the above error.

With umask 0022, fatal errors reduced to 2.
(log in attachment)



- -- 
/ Just another [ Perl | FOSS | Security ] Hacker. /
/ BlueT = Matthew Lien = 練喆明 /
/ http://BlueT.org /
/ GPG: 4A293CBD /
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHZ+O4ACgkQvRNvgEopPL17HgCdEKC6vLzxFNH7I49q1A/AFb/X
t6kAn29j8uIAkuJAvzv+Y9SFPwWd+c+7
=AMNZ
-----END PGP SIGNATURE-----

[-- Attachment #2: packages.log --]
[-- Type: text/x-log, Size: 1421 bytes --]

%%%% Starting test packages
Group begin: packages
Test begin:
  test-name: "package-field-location"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "package-transitive-inputs"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "return values"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "package-output"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "trivial"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "trivial with local file as input"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "trivial with system-dependent input"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "search paths"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "GNU Make, bootstrap"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "fold-packages"
Test end:
  result-kind: pass
  actual-value: #<package hello-2.8 gnu/packages/base.scm:50 2a1c580>
  expected-value: #<package hello-2.8 gnu/packages/base.scm:50 2a1c580>
Test begin:
  test-name: "find-packages-by-name"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "find-packages-by-name with version"
Test end:
  result-kind: pass
  actual-value: #t
Group end: packages
# of expected passes      11
# of unexpected failures  1

[-- Attachment #3: utils.log --]
[-- Type: text/x-log, Size: 1434 bytes --]

%%%% Starting test utils
Group begin: utils
Test begin:
  test-name: "bytevector->base16-string->bytevector"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "gnu-triplet->nix-system"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "package-name->name+version"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "string-tokenize*"
Test end:
  result-kind: pass
  actual-value: (("foo") ("foo" "bar" "baz") ("foo" "bar" "") ("foo" "bar" "baz"))
  expected-value: (("foo") ("foo" "bar" "baz") ("foo" "bar" "") ("foo" "bar" "baz"))
Test begin:
  test-name: "fold2, 1 list"
Test end:
  result-kind: pass
  actual-value: ((4 3 2 1 0) (-4 -3 -2 -1 0))
  expected-value: ((4 3 2 1 0) (-4 -3 -2 -1 0))
Test begin:
  test-name: "fold2, 2 lists"
Test end:
  result-kind: pass
  actual-value: (((d . 3) (c . 2) (b . 1) (a . 0)) ((d . -3) (c . -2) (b . -1) (a . 0)))
  expected-value: (((d . 3) (c . 2) (b . 1) (a . 0)) ((d . -3) (c . -2) (b . -1) (a . 0)))
Test begin:
  test-name: "filtered-port, file"
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "filtered-port, non-file"
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "store-path-package-name"
Test end:
  result-kind: pass
  actual-value: "bash-4.2-p24"
  expected-value: "bash-4.2-p24"
Group end: utils
# of expected passes      8
# of unexpected failures  1

[-- Attachment #4: test-suite.log --]
[-- Type: text/x-log, Size: 2951 bytes --]

====================================
   GNU Guix 0.2: ./test-suite.log
====================================

# TOTAL: 18
# PASS:  16
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/utils
=================

%%%% Starting test utils  (Writing full log to "utils.log")
%%%% Starting test utils  (Writing full log to "utils.log")
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file
%%%% Starting test utils  (Writing full log to "utils.log")
FAIL filtered-port, file

;;; (#t)
# of expected passes      8
# of unexpected failures  1

FAIL: tests/packages
====================

accepted connection from pid 27927, uid 1000
%%%% Starting test packages  (Writing full log to "packages.log")
FAIL package-field-location

;;; (x (("b" #<package b-0 tests/packages.scm:80 316ea50>) ("b/a" #<package a-0 tests/packages.scm:79 316eb00>) ("c" #<package c-0 tests/packages.scm:82 316e9a0>) ("d" #<package d-0 tests/packages.scm:84 316e8f0>) ("d/x" "something.drv")))

;;; (drv "/home/bluet/guix-0.2/test-tmp/store/7w5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv" "/home/bluet/guix-0.2/test-tmp/store/7zp77r66a2m3n783r9asnf5760iv1v9r-trivial-0")

;;; (drv "/home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv" "/home/bluet/guix-0.2/test-tmp/store/scfyizrxvknsx1kcrqfiw7as9p9dal1a-trivial-with-input-file-0")

;;; (drv "/home/bluet/guix-0.2/test-tmp/store/zvrz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv" "/home/bluet/guix-0.2/test-tmp/store/p9kiyvpm3nmxksng16zzmiy58fdcgxbg-trivial-system-dependent-input-0")
# of expected passes      11
# of unexpected failures  1
@ build-started /home/bluet/guix-0.2/test-tmp/store/7w5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/7w//5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv.bz2
@ build-succeeded /home/bluet/guix-0.2/test-tmp/store/7w5b9ws1c8cp02qs8zrpv42jr5mrqk3x-trivial-0.drv -
@ build-started /home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/b4//6mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv.bz2
@ build-succeeded /home/bluet/guix-0.2/test-tmp/store/b46mgjpwk2cyzm0v23wz8ap3rim5wb0r-trivial-with-input-file-0.drv -
@ build-started /home/bluet/guix-0.2/test-tmp/store/zvrz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv - x86_64-linux /home/bluet/guix-0.2/test-tmp/var/log/nix/drvs/zv//rz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv.bz2
@ build-succeeded /home/bluet/guix-0.2/test-tmp/store/zvrz1kqy8b9hy6ssllqjsr5dz3mswfjq-trivial-system-dependent-input-0.drv -
245 operations


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

* Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install.
  2013-07-07 23:25       ` BlueT - Matthew Lien - 練喆明
@ 2013-07-08 11:55         ` Ludovic Courtès
  0 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2013-07-08 11:55 UTC (permalink / raw)
  To: BlueT - Matthew Lien - 練喆明; +Cc: bug-guix

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

"BlueT - Matthew Lien - 練喆明" <bluet@bluet.org> skribis:

> Now the bootstraping process passed, but ./configure seems to have
> syntax error.
>
> checking for the Guix system type... x86_64-linux
> ./configure: line 6755: syntax error near unexpected token `GUILE,'
> ./configure: line 6755: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'

Yes, you need to have pkg.m4, as provided by pkg-config, in the
ACLOCAL_PATH.

  http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00037.html

> 2. guix-0.2
>
>> Could you run this from the build directory:
>>
>>   rm -rf test-tmp && umask 0022 && make check
>>
>> With umask == 0002, the daemon can end up creating group-writable files,
>> which then triggers the above error.
>
> With umask 0022, fatal errors reduced to 2.

Great.  I’ll change ‘test-env’ to set umask before running the daemon.

> Test begin:
>   test-name: "package-field-location"
> Test end:
>   result-kind: fail
>   actual-value: #f

You’re using Guile 2.0.5, right?

Can you try the patch below, run ‘make check’,
and report the “;;; (name” and “;;; (version” lines from test-suite.log?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 737 bytes --]

diff --git a/tests/packages.scm b/tests/packages.scm
index a4bb7fb..2d3ff89 100644
--- a/tests/packages.scm
+++ b/tests/packages.scm
@@ -70,9 +70,9 @@
             (goto port line column)
             (read port))))))
 
-    (and (equal? (read-at (package-field-location %bootstrap-guile 'name))
+    (and (equal? (read-at (pk 'name (package-field-location %bootstrap-guile 'name)))
                  (package-name %bootstrap-guile))
-         (equal? (read-at (package-field-location %bootstrap-guile 'version))
+         (equal? (read-at (pk 'version (package-field-location %bootstrap-guile 'version)))
                  (package-version %bootstrap-guile))
          (not (package-field-location %bootstrap-guile 'does-not-exist)))))

[-- Attachment #3: Type: text/plain, Size: 492 bytes --]


> Test begin:
>   test-name: "filtered-port, file"
> Test end:
>   result-kind: fail
>   actual-value: #f

I believe this has been fixed:

  http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00031.html

Note that it’s safe to install Guix at this point.  From there you’ll be
able to just run ‘guix pull’ to upgrade to the latest Guix from ‘master’.
Incidentally, you’ll be able to actually use it to install packages.  :-)

Thanks for testing!

Ludo’.

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

end of thread, other threads:[~2013-07-08 12:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-05 18:31 [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install BlueT - Matthew Lien - 練喆明
2013-07-05 20:29 ` Ludovic Courtès
2013-07-06  0:46   ` BlueT - Matthew Lien - 練喆明
2013-07-06  5:11     ` alirioeyng
2013-07-07 23:10       ` BlueT - Matthew Lien - 練喆明
2013-07-06 13:36     ` Ludovic Courtès
2013-07-07 23:25       ` BlueT - Matthew Lien - 練喆明
2013-07-08 11:55         ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).