all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19056: Guix 0.7 fails to build in Debian Wheezy mipsel
@ 2014-11-15  2:41 Bruno Félix Rezende Ribeiro
  2014-11-15 18:02 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Félix Rezende Ribeiro @ 2014-11-15  2:41 UTC (permalink / raw)
  To: 19056

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

This machine is a Lemote Yeeloong 8101B (Loongson 2F processor --
MIPS64), running Debian Wheezy mipsel port.

Building Guix 0.7 on it fails with the following error:

  ice-9/boot-9.scm:106:20: In procedure make_objcode_from_file: 
    bad header on object file: "GOOF----LE-8-2.0"

Configuration and build logs are attached (config.log and make.log,
respectively).

This bug seems to be related to a bug reported by Andreas:

http://lists.gnu.org/archive/html/bug-guix/2013-02/msg00192.html 

Shouldn't it have been fixed by now?

Ps: please CC me --- I'm not subscribed.

-- 
 ,= ,-_-. =.  Bruno Félix Rezende Ribeiro (oitofelix) [0x28D618AF]
((_/)o o(\_)) There is no system but GNU;
 `-'(. .)`-'  GNU Linux-Libre is one of its official kernels;
     \_/      All software must be free as in freedom;

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

  $ ../guix-0.7/configure --prefix=/home/felix/opt/guix-0.7

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

hostname = freedom-laptop
uname -m = mips64
uname -r = 3.2.0-4-loongson-2f
uname -s = Linux
uname -v = #1 Debian 3.2.63-2+deb7u1

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/felix/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


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

configure:2501: checking for a BSD-compatible install
configure:2569: result: /usr/bin/install -c
configure:2580: checking whether build environment is sane
configure:2635: result: yes
configure:2786: checking for a thread-safe mkdir -p
configure:2825: result: /bin/mkdir -p
configure:2832: checking for gawk
configure:2848: found /usr/bin/gawk
configure:2859: result: gawk
configure:2870: checking whether make sets $(MAKE)
configure:2892: result: yes
configure:2921: checking whether make supports nested variables
configure:2938: result: yes
configure:3079: checking for style of include used by make
configure:3107: result: GNU
configure:3178: checking for gcc
configure:3194: found /usr/bin/gcc
configure:3205: result: gcc
configure:3434: checking for C compiler version
configure:3443: gcc --version >&5
gcc (Debian 4.6.3-14) 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:3454: $? = 0
configure:3443: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/mipsel-linux-gnu/4.6/lto-wrapper
Target: mipsel-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14' --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 --with-mips-plt --with-arch-32=mips2 --with-tune-32=mips32 --enable-targets=all --with-arch-64=mips3 --with-tune-64=mips64 --enable-checking=release --build=mipsel-linux-gnu --host=mipsel-linux-gnu --target=mipsel-linux-gnu
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14) 
configure:3454: $? = 0
configure:3443: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3454: $? = 4
configure:3443: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3454: $? = 4
configure:3474: checking whether the C compiler works
configure:3496: gcc -march=native -O2 -pipe   conftest.c  >&5
configure:3500: $? = 0
configure:3548: result: yes
configure:3551: checking for C compiler default output file name
configure:3553: result: a.out
configure:3559: checking for suffix of executables
configure:3566: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:3570: $? = 0
configure:3592: result: 
configure:3614: checking whether we are cross compiling
configure:3622: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:3626: $? = 0
configure:3633: ./conftest
configure:3637: $? = 0
configure:3652: result: no
configure:3657: checking for suffix of object files
configure:3679: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:3683: $? = 0
configure:3704: result: o
configure:3708: checking whether we are using the GNU C compiler
configure:3727: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:3727: $? = 0
configure:3736: result: yes
configure:3745: checking whether gcc accepts -g
configure:3765: gcc -c -g  conftest.c >&5
configure:3765: $? = 0
configure:3806: result: yes
configure:3823: checking for gcc option to accept ISO C89
configure:3886: gcc  -c -march=native -O2 -pipe  conftest.c >&5
configure:3886: $? = 0
configure:3899: result: none needed
configure:3924: checking whether gcc understands -c and -o together
configure:3946: gcc -c conftest.c -o conftest2.o
configure:3949: $? = 0
configure:3946: gcc -c conftest.c -o conftest2.o
configure:3949: $? = 0
configure:3961: result: yes
configure:3980: checking dependency style of gcc
configure:4091: result: gcc3
configure:4112: checking how to run the C preprocessor
configure:4143: gcc -E  conftest.c
configure:4143: $? = 0
configure:4157: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4182: result: gcc -E
configure:4202: gcc -E  conftest.c
configure:4202: $? = 0
configure:4216: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4245: checking for grep that handles long lines and -e
configure:4303: result: /bin/grep
configure:4308: checking for egrep
configure:4370: result: /bin/grep -E
configure:4375: checking for ANSI C header files
configure:4395: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4395: $? = 0
configure:4468: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:4468: $? = 0
configure:4468: ./conftest
configure:4468: $? = 0
configure:4479: result: yes
configure:4492: checking for sys/types.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for sys/stat.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for stdlib.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for string.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for memory.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for strings.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for inttypes.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for stdint.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4492: checking for unistd.h
configure:4492: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4492: $? = 0
configure:4492: result: yes
configure:4505: checking minix/config.h usability
configure:4505: gcc -c -march=native -O2 -pipe  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4505: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #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:4505: result: no
configure:4505: checking minix/config.h presence
configure:4505: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4505: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #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:4505: result: no
configure:4505: checking for minix/config.h
configure:4505: result: no
configure:4526: checking whether it is safe to define __EXTENSIONS__
configure:4544: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:4544: $? = 0
configure:4551: result: yes
configure:4574: checking whether NLS is requested
configure:4583: result: yes
configure:4624: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:4656: result: /usr/bin/msgfmt
configure:4665: checking for gmsgfmt
configure:4696: result: /usr/bin/msgfmt
configure:4747: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:4779: result: /usr/bin/xgettext
configure:4825: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:4856: result: /usr/bin/msgmerge
configure:4893: checking build system type
configure:4907: result: mips64el-unknown-linux-gnu
configure:4927: checking host system type
configure:4940: result: mips64el-unknown-linux-gnu
configure:4984: checking for ld used by GCC
configure:5048: result: /usr/bin/ld
configure:5055: checking if the linker (/usr/bin/ld) is GNU ld
configure:5068: result: yes
configure:5075: checking for shared library run path origin
configure:5088: result: done
configure:5660: checking for CFPreferencesCopyAppValue
configure:5678: gcc -o conftest -march=native -O2 -pipe   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:5678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #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:5687: result: no
configure:5694: checking for CFLocaleCopyCurrent
configure:5712: gcc -o conftest -march=native -O2 -pipe   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:5712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #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:5721: result: no
configure:5770: checking for GNU gettext in libc
configure:5790: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:5790: $? = 0
configure:5799: result: yes
configure:6590: checking whether to use NLS
configure:6592: result: yes
configure:6595: checking where the gettext function comes from
configure:6606: result: libc
configure:6672: checking for sed
configure:6690: found /bin/sed
configure:6702: result: /bin/sed
configure:6737: checking for the Guix system type
configure:6739: result: mips64el-linux
configure:6783: checking for the store directory
configure:6785: result: /gnu/store
configure:6862: checking for pkg-config
configure:6880: found /usr/bin/pkg-config
configure:6892: result: /usr/bin/pkg-config
configure:6917: checking pkg-config is at least version 0.9.0
configure:6920: result: yes
configure:6930: checking for GUILE
configure:6937: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.5"
configure:6940: $? = 0
configure:6954: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.5"
configure:6957: $? = 0
configure:7015: result: yes
configure:7021: checking for guile
configure:7039: found /usr/bin/guile
configure:7051: result: /usr/bin/guile
configure:7061: checking for guild
configure:7079: found /usr/bin/guild
configure:7091: result: /usr/bin/guild
configure:7106: checking whether /usr/bin/guile provides feature 'regex'
configure:7110: result: yes
configure:7106: checking whether /usr/bin/guile provides feature 'posix'
configure:7110: result: yes
configure:7106: checking whether /usr/bin/guile provides feature 'socket'
configure:7110: result: yes
configure:7106: checking whether /usr/bin/guile provides feature 'net-db'
configure:7110: result: yes
configure:7106: checking whether /usr/bin/guile provides feature 'threads'
configure:7110: result: yes
configure:7121: checking whether (srfi srfi-37) is affected by http://bugs.gnu.org/13176
configure:7137: result: yes
configure:7165: checking for nix-instantiate
configure:7198: result: no
configure:7205: checking for nix-hash
configure:7238: result: no
configure:7263: checking for Nixpkgs source tree
configure:7270: result: not found
configure:7319: checking for libgcrypt shared library name
configure:7321: result: libgcrypt
configure:7329: checking for guile
configure:7359: result: /usr/bin/guile
configure:7388: checking for Guile version >= 2.0
configure:7409: result: 2.0.5
configure:7414: checking for guild
configure:7444: result: /usr/bin/guild
configure:7456: checking for guile-config
configure:7474: found /usr/bin/guile-config
configure:7486: result: /usr/bin/guile-config
configure:7541: checking whether libgcrypt can be dynamically loaded
configure:7556: result: yes
configure:7650: checking whether to build daemon
configure:7652: result: yes
configure:7713: checking for g++
configure:7729: found /usr/bin/g++
configure:7740: result: g++
configure:7767: checking for C++ compiler version
configure:7776: g++ --version >&5
g++ (Debian 4.6.3-14) 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:7787: $? = 0
configure:7776: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/mipsel-linux-gnu/4.6/lto-wrapper
Target: mipsel-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14' --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 --with-mips-plt --with-arch-32=mips2 --with-tune-32=mips32 --enable-targets=all --with-arch-64=mips3 --with-tune-64=mips64 --enable-checking=release --build=mipsel-linux-gnu --host=mipsel-linux-gnu --target=mipsel-linux-gnu
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14) 
configure:7787: $? = 0
configure:7776: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7787: $? = 4
configure:7776: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:7787: $? = 4
configure:7791: checking whether we are using the GNU C++ compiler
configure:7810: g++ -c -march=native -O2 -pipe  conftest.cpp >&5
configure:7810: $? = 0
configure:7819: result: yes
configure:7828: checking whether g++ accepts -g
configure:7848: g++ -c -g  conftest.cpp >&5
configure:7848: $? = 0
configure:7889: result: yes
configure:7914: checking dependency style of g++
configure:8025: result: gcc3
configure:8086: checking for ranlib
configure:8102: found /usr/bin/ranlib
configure:8113: result: ranlib
configure:8140: checking for gzip
configure:8158: found /bin/gzip
configure:8170: result: /bin/gzip
configure:8180: checking for bzip2
configure:8198: found /bin/bzip2
configure:8210: result: /bin/bzip2
configure:8220: checking for xz
configure:8238: found /usr/bin/xz
configure:8250: result: /usr/bin/xz
configure:8269: checking for special C compiler options needed for large files
configure:8314: result: no
configure:8320: checking for _FILE_OFFSET_BITS value needed for large files
configure:8345: gcc -c -march=native -O2 -pipe  conftest.c >&5
conftest.c:35:3: warning: left shift count >= width of type [enabled by default]
conftest.c:35:3: warning: left shift count >= width of type [enabled by default]
conftest.c:36:10: warning: left shift count >= width of type [enabled by default]
conftest.c:36:10: warning: left shift count >= width of type [enabled by default]
conftest.c:35:7: error: variably modified 'off_t_is_large' at file scope
configure:8345: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:8369: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8369: $? = 0
configure:8377: result: 64
configure:8463: checking for BZ2_bzWriteOpen in -lbz2
configure:8488: gcc -o conftest -march=native -O2 -pipe   conftest.c -lbz2   >&5
configure:8488: $? = 0
configure:8497: result: yes
configure:8507: checking bzlib.h usability
configure:8507: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8507: $? = 0
configure:8507: result: yes
configure:8507: checking bzlib.h presence
configure:8507: gcc -E  conftest.c
configure:8507: $? = 0
configure:8507: result: yes
configure:8507: checking for bzlib.h
configure:8507: result: yes
configure:8522: checking for SQLITE3
configure:8529: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:8532: $? = 0
configure:8546: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:8549: $? = 0
configure:8607: result: yes
configure:8648: checking for gcry_md_open in -lgcrypt
configure:8673: gcc -o conftest -march=native -O2 -pipe     conftest.c -lgcrypt   >&5
configure:8673: $? = 0
configure:8682: result: yes
configure:8690: checking gcrypt.h usability
configure:8690: gcc -c -march=native -O2 -pipe   conftest.c >&5
configure:8690: $? = 0
configure:8690: result: yes
configure:8690: checking gcrypt.h presence
configure:8690: gcc -E  conftest.c
configure:8690: $? = 0
configure:8690: result: yes
configure:8690: checking for gcrypt.h
configure:8690: result: yes
configure:8708: checking for chroot
configure:8708: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8708: $? = 0
configure:8708: result: yes
configure:8708: checking for unshare
configure:8708: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8708: $? = 0
configure:8708: result: yes
configure:8720: checking sched.h usability
configure:8720: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8720: $? = 0
configure:8720: result: yes
configure:8720: checking sched.h presence
configure:8720: gcc -E  conftest.c
configure:8720: $? = 0
configure:8720: result: yes
configure:8720: checking for sched.h
configure:8720: result: yes
configure:8720: checking sys/param.h usability
configure:8720: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8720: $? = 0
configure:8720: result: yes
configure:8720: checking sys/param.h presence
configure:8720: gcc -E  conftest.c
configure:8720: $? = 0
configure:8720: result: yes
configure:8720: checking for sys/param.h
configure:8720: result: yes
configure:8720: checking sys/mount.h usability
configure:8720: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8720: $? = 0
configure:8720: result: yes
configure:8720: checking sys/mount.h presence
configure:8720: gcc -E  conftest.c
configure:8720: $? = 0
configure:8720: result: yes
configure:8720: checking for sys/mount.h
configure:8720: result: yes
configure:8735: checking for lutimes
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for lchown
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for posix_fallocate
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for vfork
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for sched_setaffinity
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for statvfs
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for nanosleep
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8735: checking for strsignal
configure:8735: gcc -o conftest -march=native -O2 -pipe   conftest.c  >&5
configure:8735: $? = 0
configure:8735: result: yes
configure:8745: checking whether it is possible to create a link to a symlink
configure:8749: result: yes
configure:8772: checking how to run the C++ preprocessor
configure:8799: g++ -E  conftest.cpp
configure:8799: $? = 0
configure:8813: g++ -E  conftest.cpp
conftest.cpp:47:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_BZLIB_H 1
| #define NIX_VERSION "0.0.0"
| #define SYSTEM "mips64el-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 HAVE_LCHOWN 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_VFORK 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_STATVFS 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSIGNAL 1
| #define CAN_LINK_SYMLINK 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8838: result: g++ -E
configure:8858: g++ -E  conftest.cpp
configure:8858: $? = 0
configure:8872: g++ -E  conftest.cpp
conftest.cpp:47:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8872: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.7"
| #define PACKAGE_STRING "GNU Guix 0.7"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.7"
| #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 _FILE_OFFSET_BITS 64
| #define HAVE_BZLIB_H 1
| #define NIX_VERSION "0.0.0"
| #define SYSTEM "mips64el-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 HAVE_LCHOWN 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_VFORK 1
| #define HAVE_SCHED_SETAFFINITY 1
| #define HAVE_STATVFS 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_STRSIGNAL 1
| #define CAN_LINK_SYMLINK 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8903: checking locale usability
configure:8903: g++ -c -march=native -O2 -pipe  conftest.cpp >&5
configure:8903: $? = 0
configure:8903: result: yes
configure:8903: checking locale presence
configure:8903: g++ -E  conftest.cpp
configure:8903: $? = 0
configure:8903: result: yes
configure:8903: checking for locale
configure:8903: result: yes
configure:8923: checking sys/personality.h usability
configure:8923: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8923: $? = 0
configure:8923: result: yes
configure:8923: checking sys/personality.h presence
configure:8923: gcc -E  conftest.c
configure:8923: $? = 0
configure:8923: result: yes
configure:8923: checking for sys/personality.h
configure:8923: result: yes
configure:8936: checking linux/fs.h usability
configure:8936: gcc -c -march=native -O2 -pipe  conftest.c >&5
configure:8936: $? = 0
configure:8936: result: yes
configure:8936: checking linux/fs.h presence
configure:8936: gcc -E  conftest.c
configure:8936: $? = 0
configure:8936: result: yes
configure:8936: checking for linux/fs.h
configure:8936: result: yes
configure:8948: checking whether Guile's custom binary input ports support 'setvbuf'
Backtrace:
In ice-9/boot-9.scm:
 149: 8 [catch #t #<catch-closure 78a160> ...]
 157: 7 [#<procedure 73b8c0 ()>]
In unknown file:
   ?: 6 [catch-closure]
In ice-9/boot-9.scm:
  63: 5 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 407: 4 [eval # #]
In unknown file:
   ?: 3 [call-with-input-string "(use-modules (rnrs io ports))\t\t\t       (let ((p (make-custom-binary-input-port \"cbip\" pk #f #f #f)))\t         (setvbuf p _IONBF))" ...]
In ice-9/command-line.scm:
 174: 2 [#<procedure 78d260 at ice-9/command-line.scm:169:3 (port)> #<input: string 7a3a18>]
In unknown file:
   ?: 1 [eval (let ((p #)) (setvbuf p _IONBF)) #<directory (guile-user) 7136c0>]
   ?: 0 [setvbuf #<input: r6rs-custom-binary-input-port 921770> 2 #<undefined>]

ERROR: In procedure setvbuf:
ERROR: In procedure setvbuf: Wrong type argument in position 1 (expecting open file port): #<input: r6rs-custom-binary-input-port 921770>
configure:8962: result: no
configure:8973: checking for unit test root
configure:8976: result: /home/felix/src/guix-0.7-build/test-tmp
configure:9133: checking that generated files are newer than configure
configure:9139: result: done
configure:9178: creating ./config.status

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

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

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

on freedom-laptop

config.status:972: creating nix/scripts/list-runtime-roots
config.status:972: creating nix/scripts/substitute-binary
config.status:972: creating nix/scripts/guix-authenticate
config.status:972: creating nix/scripts/offload
config.status:972: creating Makefile
config.status:972: creating po/guix/Makefile.in
config.status:972: creating po/packages/Makefile.in
config.status:972: creating guix/config.scm
config.status:972: creating scripts/guix
config.status:972: creating pre-inst-env
config.status:972: creating test-env
config.status:972: creating nix/config.h
config.status:1186: executing depfiles commands
config.status:1186: executing po-directories commands

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

ac_cv_build=mips64el-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=set
ac_cv_env_CFLAGS_value='-march=native -O2 -pipe'
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=set
ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GUILE_CFLAGS_set=
ac_cv_env_GUILE_CFLAGS_value=
ac_cv_env_GUILE_LIBS_set=
ac_cv_env_GUILE_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_chroot=yes
ac_cv_func_lchown=yes
ac_cv_func_lutimes=yes
ac_cv_func_nanosleep=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_statvfs=yes
ac_cv_func_strsignal=yes
ac_cv_func_unshare=yes
ac_cv_func_vfork=yes
ac_cv_guix_cbips_support_setvbuf=no
ac_cv_guix_srfi_37_broken=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=mips64el-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_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_XZ=/usr/bin/xz
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_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=64
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
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
guix_cv_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/felix/src/guix-0.7/build-aux/missing aclocal-1.14'
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/felix/src/guix-0.7/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/felix/src/guix-0.7/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/felix/src/guix-0.7/build-aux/missing automake-1.14'
AWK='gawk'
BUILD_DAEMON_FALSE='#'
BUILD_DAEMON_OFFLOAD_FALSE=''
BUILD_DAEMON_OFFLOAD_TRUE='#'
BUILD_DAEMON_TRUE=''
BZIP2='/bin/bzip2'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=native -O2 -pipe'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-march=native -O2 -pipe'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOT='${SHELL} /home/felix/src/guix-0.7/build-aux/missing dot'
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/felix/src/guix-0.7-build/test-tmp'
GZIP='/bin/gzip'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_SRFI_37_FALSE='#'
INSTALL_SRFI_37_TRUE=''
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBGCRYPT='libgcrypt'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_LIBDIR='no'
LIBGCRYPT_LIBS='-lgcrypt'
LIBGCRYPT_PREFIX='no'
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/felix/src/guix-0.7/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.7'
PACKAGE_TARNAME='guix'
PACKAGE_URL='http://www.gnu.org/software/guix/'
PACKAGE_VERSION='0.7'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB='po'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SQLITE3_CFLAGS=' '
SQLITE3_LIBS='-lsqlite3  '
STRIP=''
USE_NLS='yes'
VERSION='0.7'
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=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='mips64el-unknown-linux-gnu'
build_alias=''
build_cpu='mips64el'
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='/home/felix/opt/guix-0.7/var'
guix_sbindir='/home/felix/opt/guix-0.7/sbin'
guix_sysconfdir='/home/felix/opt/guix-0.7/etc'
guix_system='mips64el-linux'
host='mips64el-unknown-linux-gnu'
host_alias=''
host_cpu='mips64el'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/felix/src/guix-0.7/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='/home/felix/opt/guix-0.7'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
storedir='/gnu/store'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Guix"
#define PACKAGE_TARNAME "guix"
#define PACKAGE_VERSION "0.7"
#define PACKAGE_STRING "GNU Guix 0.7"
#define PACKAGE_BUGREPORT "bug-guix@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/guix/"
#define PACKAGE "guix"
#define VERSION "0.7"
#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 _FILE_OFFSET_BITS 64
#define HAVE_BZLIB_H 1
#define NIX_VERSION "0.0.0"
#define SYSTEM "mips64el-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 HAVE_LCHOWN 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_VFORK 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_STATVFS 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRSIGNAL 1
#define CAN_LINK_SYMLINK 1
#define HAVE_LOCALE 1
#define HAVE_SYS_PERSONALITY_H 1
#define HAVE_LINUX_FS_H 1

configure: exit 0

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: make.log --]
[-- Type: text/x-log, Size: 22541 bytes --]

make  all-recursive
make[1]: Entrando no diretório `/home/felix/src/guix-0.7-build'
Making all in po/guix
make[2]: Entrando no diretório `/home/felix/src/guix-0.7-build/po/guix'
make[2]: Saindo do diretório `/home/felix/src/guix-0.7-build/po/guix'
Making all in po/packages
make[2]: Entrando no diretório `/home/felix/src/guix-0.7-build/po/packages'
make[2]: Saindo do diretório `/home/felix/src/guix-0.7-build/po/packages'
make[2]: Entrando no diretório `/home/felix/src/guix-0.7-build'
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`nix/libutil/archive.cc
../guix-0.7/nix/libutil/archive.cc:7:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165: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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -MT nix/libutil/libutil_a-affinity.o -MD -MP -MF nix/libutil/.deps/libutil_a-affinity.Tpo -c -o nix/libutil/libutil_a-affinity.o `test -f 'nix/libutil/affinity.cc' || echo '../guix-0.7/'`nix/libutil/affinity.cc
mv -f nix/libutil/.deps/libutil_a-affinity.Tpo nix/libutil/.deps/libutil_a-affinity.Po
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`nix/libutil/hash.cc
mv -f nix/libutil/.deps/libutil_a-hash.Tpo nix/libutil/.deps/libutil_a-hash.Po
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`nix/libutil/gcrypt-hash.cc
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-affinity.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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`nix/libstore/local-store.cc
mv -f nix/libstore/.deps/libstore_a-local-store.Tpo nix/libstore/.deps/libstore_a-local-store.Po
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`nix/libstore/remote-store.cc
mv -f nix/libstore/.deps/libstore_a-remote-store.Tpo nix/libstore/.deps/libstore_a-remote-store.Po
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`nix/libstore/build.cc
../guix-0.7/nix/libstore/build.cc: In member function ‘void nix::Worker::waitForInput()’:
../guix-0.7/nix/libstore/build.cc:3271:77: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
mv -f nix/libstore/.deps/libstore_a-build.Tpo nix/libstore/.deps/libstore_a-build.Po
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\""  -Wall -std=c++0x   -march=native -O2 -pipe -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 '../guix-0.7/'`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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`nix/nix-daemon/nix-daemon.cc
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../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore  -Wall -std=c++0x -march=native -O2 -pipe -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 '../guix-0.7/'`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++ -Wall -std=c++0x -march=native -O2 -pipe   -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   -lgcrypt 
g++ -DHAVE_CONFIG_H -I. -I../guix-0.7 -I./nix  -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I./nix -I../guix-0.7/nix/libutil -I../guix-0.7/nix -I../guix-0.7/nix/libstore -I./nix/libstore -DNIX_STORE_DIR=\"/gnu/store\" -DNIX_DATA_DIR=\"/home/felix/opt/guix-0.7/share\" -DNIX_STATE_DIR=\"/home/felix/opt/guix-0.7/var/guix\" -DNIX_LOG_DIR=\"/home/felix/opt/guix-0.7/var/log/guix\" -DNIX_CONF_DIR=\"/home/felix/opt/guix-0.7/etc/guix\" -DNIX_LIBEXEC_DIR=\"/home/felix/opt/guix-0.7/libexec\" -DNIX_BIN_DIR=\"/home/felix/opt/guix-0.7/bin\" -DOPENSSL_PATH="\"guix-authenticate\"" -I../guix-0.7/nix/libstore  -Wall -std=c++0x -march=native -O2 -pipe -MT nix/guix-register/guix_register-guix-register.o -MD -MP -MF nix/guix-register/.deps/guix_register-guix-register.Tpo -c -o nix/guix-register/guix_register-guix-register.o `test -f 'nix/guix-register/guix-register.cc' || echo '../guix-0.7/'`nix/guix-register/guix-register.cc
mv -f nix/guix-register/.deps/guix_register-guix-register.Tpo nix/guix-register/.deps/guix_register-guix-register.Po
g++ -Wall -std=c++0x -march=native -O2 -pipe   -o guix-register nix/guix-register/guix_register-guix-register.o libstore.a libutil.a libformat.a -lbz2 -lsqlite3   -lgcrypt 
/bin/mkdir -p `dirname "guix/base32.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "../guix-0.7"	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="mips64el-unknown-linux-gnu"						\
	  -o "guix/base32.go" "../guix-0.7/guix/base32.scm"
wrote `guix/base32.go'
/bin/mkdir -p `dirname "guix/base64.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "../guix-0.7"	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="mips64el-unknown-linux-gnu"						\
	  -o "guix/base64.go" "../guix-0.7/guix/base64.scm"
wrote `guix/base64.go'
/bin/mkdir -p `dirname "guix/records.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "../guix-0.7"	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="mips64el-unknown-linux-gnu"						\
	  -o "guix/records.go" "../guix-0.7/guix/records.scm"
wrote `guix/records.go'
/bin/mkdir -p `dirname "guix/hash.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "../guix-0.7"	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="mips64el-unknown-linux-gnu"						\
	  -o "guix/hash.go" "../guix-0.7/guix/hash.scm"
wrote `guix/hash.go'
/bin/mkdir -p `dirname "guix/pk-crypto.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "../guix-0.7"	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="mips64el-unknown-linux-gnu"						\
	  -o "guix/pk-crypto.go" "../guix-0.7/guix/pk-crypto.scm"
wrote `guix/pk-crypto.go'
/bin/mkdir -p `dirname "guix/pki.go"` ;			\
	LC_ALL=C							\
	./pre-inst-env					\
	/usr/bin/guild compile -L "." -L "../guix-0.7"	\
	  -Wformat -Wunbound-variable -Warity-mismatch			\
	  --target="mips64el-unknown-linux-gnu"						\
	  -o "guix/pki.go" "../guix-0.7/guix/pki.scm"
Backtrace:
In system/base/compile.scm:
  59: 19 [#<procedure 8de460 at system/base/compile.scm:58:9 ()>]
 151: 18 [#<procedure 8de4a0 at system/base/compile.scm:149:8 (port)> #<input-output: guix/pki.go.whOD6g 6>]
 200: 17 [read-and-compile #<input: guix/pki.scm 5> #:from ...]
 212: 16 [lp () #f #<module (#{ g38}#) aba090>]
 178: 15 [lp (#<procedure compile-tree-il (x e opts)>) (define-module # # ...) ...]
In ice-9/boot-9.scm:
2111: 14 [save-module-excursion #<procedure bf2090 at language/scheme/compile-tree-il.scm:29:3 ()>]
In language/scheme/compile-tree-il.scm:
  31: 13 [#<procedure bf2090 at language/scheme/compile-tree-il.scm:29:3 ()>]
In ice-9/psyntax.scm:
1101: 12 [expand-top-sequence ((define-module (guix pki) #:use-module ...)) () ...]
 986: 11 [scan ((define-module (guix pki) #:use-module ...)) () ...]
 270: 10 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
In ice-9/eval.scm:
 392: 9 [eval # ()]
In ice-9/boot-9.scm:
2667: 8 [define-module* (guix pki) #:filename ...]
2642: 7 [resolve-imports ((#) (#) (# # #) (# # #) ...)]
2580: 6 [resolve-interface (guix pk-crypto) #:select ...]
2505: 5 [#<procedure 996080 at ice-9/boot-9.scm:2493:4 (name #:optional autoload version #:key ensure)> # ...]
2772: 4 [try-module-autoload (guix pk-crypto) #f]
2111: 3 [save-module-excursion #<procedure c46870 at ice-9/boot-9.scm:2773:17 ()>]
2783: 2 [#<procedure c46870 at ice-9/boot-9.scm:2773:17 ()>]
In unknown file:
   ?: 1 [primitive-load-path "guix/pk-crypto" #f]
In ice-9/boot-9.scm:
 106: 0 [#<procedure 8de440 at ice-9/boot-9.scm:97:6 (thrown-k . args)> misc-error ...]

ice-9/boot-9.scm:106:20: In procedure #<procedure 8de440 at ice-9/boot-9.scm:97:6 (thrown-k . args)>:
ice-9/boot-9.scm:106:20: In procedure make_objcode_from_file: bad header on object file: "GOOF----LE-8-2.0"
make[2]: ** [guix/pki.go] Erro 1
make[2]: Saindo do diretório `/home/felix/src/guix-0.7-build'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/home/felix/src/guix-0.7-build'
make: ** [all] Erro 2

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

* bug#19056: Guix 0.7 fails to build in Debian Wheezy mipsel
  2014-11-15  2:41 bug#19056: Guix 0.7 fails to build in Debian Wheezy mipsel Bruno Félix Rezende Ribeiro
@ 2014-11-15 18:02 ` Ludovic Courtès
  2014-11-18  9:40   ` Bruno Félix Rezende Ribeiro
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2014-11-15 18:02 UTC (permalink / raw)
  To: Bruno Félix Rezende Ribeiro; +Cc: 19056

Bruno Félix Rezende Ribeiro <oitofelix@gnu.org> skribis:

> This machine is a Lemote Yeeloong 8101B (Loongson 2F processor --
> MIPS64), running Debian Wheezy mipsel port.
>
> Building Guix 0.7 on it fails with the following error:
>
>   ice-9/boot-9.scm:106:20: In procedure make_objcode_from_file: 
>     bad header on object file: "GOOF----LE-8-2.0"
>
> Configuration and build logs are attached (config.log and make.log,
> respectively).
>
> This bug seems to be related to a bug reported by Andreas:
>
> http://lists.gnu.org/archive/html/bug-guix/2013-02/msg00192.html 
>
> Shouldn't it have been fixed by now?

This was fixed in Guile commit cc2948a, which appeared in Guile 2.0.9
(April 2013).

I’m reluctant to adding a workaround for it in Guix because it’s already
been fixed in pretty old Guile versions (although we still support as
old as 2.0.5.)

Thus, for now, I’d recommend either upgrading Guile, or removing
--target= in Guix’s Makefile.am.

Does that work for you?

Thanks,
Ludo’.

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

* bug#19056: Guix 0.7 fails to build in Debian Wheezy mipsel
  2014-11-15 18:02 ` Ludovic Courtès
@ 2014-11-18  9:40   ` Bruno Félix Rezende Ribeiro
  2014-11-18 10:39     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Félix Rezende Ribeiro @ 2014-11-18  9:40 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 19056

Em Sat, 15 Nov 2014 19:02:04 +0100
ludo@gnu.org (Ludovic Courtès) escreveu:

> Thus, for now, I’d recommend either upgrading Guile, or removing
> --target= in Guix’s Makefile.am.
> 
> Does that work for you?

I upgraded GNU Guile and it works just fine now.  Thank you!


-- 
 ,= ,-_-. =.  Bruno Félix Rezende Ribeiro (oitofelix) [0x28D618AF]
((_/)o o(\_)) There is no system but GNU;
 `-'(. .)`-'  GNU Linux-Libre is one of its official kernels;
     \_/      All software must be free as in freedom;

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

* bug#19056: Guix 0.7 fails to build in Debian Wheezy mipsel
  2014-11-18  9:40   ` Bruno Félix Rezende Ribeiro
@ 2014-11-18 10:39     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2014-11-18 10:39 UTC (permalink / raw)
  To: Bruno Félix Rezende Ribeiro; +Cc: 19056-done

Bruno Félix Rezende Ribeiro <oitofelix@gnu.org> skribis:

> Em Sat, 15 Nov 2014 19:02:04 +0100
> ludo@gnu.org (Ludovic Courtès) escreveu:
>
>> Thus, for now, I’d recommend either upgrading Guile, or removing
>> --target= in Guix’s Makefile.am.
>> 
>> Does that work for you?
>
> I upgraded GNU Guile and it works just fine now.  Thank you!

Great, thanks for the feedback.

Ludo’.

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

end of thread, other threads:[~2014-11-18 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15  2:41 bug#19056: Guix 0.7 fails to build in Debian Wheezy mipsel Bruno Félix Rezende Ribeiro
2014-11-15 18:02 ` Ludovic Courtès
2014-11-18  9:40   ` Bruno Félix Rezende Ribeiro
2014-11-18 10:39     ` Ludovic Courtès

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

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

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