unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* guix-0.11 help2man errors during compilation
@ 2016-08-05  8:10 Jan Synáček
  2016-08-05 12:19 ` Mathieu Lirzin
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Synáček @ 2016-08-05  8:10 UTC (permalink / raw)
  To: guix-devel

Hello,

I'm getting strange errors:

...
HELP2MAN doc/guix-daemon.1
help2man: can't get `--help' info from guix-daemon
Try `--no-discard-stderr' if option outputs to stderr
WARNING: 'help2man' is missing on your system.
         You should only need it if you modified a dependency of a man page.
         You may want to install the GNU Help2man package:
         <http://www.gnu.org/software/help2man/>
Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
make: [doc/guix-daemon.1] Error 127 (ignored)
...

help2man *is* present on my system. Later on, more man pages in doc/
are built just fine.

Cheers,
-- 
Jan Synáček

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

* Re: guix-0.11 help2man errors during compilation
  2016-08-05  8:10 guix-0.11 help2man errors during compilation Jan Synáček
@ 2016-08-05 12:19 ` Mathieu Lirzin
  2016-08-06  2:02   ` Alex Vong
  2016-08-06  7:31   ` Jan Synáček
  0 siblings, 2 replies; 7+ messages in thread
From: Mathieu Lirzin @ 2016-08-05 12:19 UTC (permalink / raw)
  To: Jan Synáček; +Cc: guix-devel

Hello,

Jan Synáček <jan.synacek@gmail.com> writes:

> I'm getting strange errors:
>
> ...
> HELP2MAN doc/guix-daemon.1
> help2man: can't get `--help' info from guix-daemon
> Try `--no-discard-stderr' if option outputs to stderr
> WARNING: 'help2man' is missing on your system.
>          You should only need it if you modified a dependency of a man page.
>          You may want to install the GNU Help2man package:
>          <http://www.gnu.org/software/help2man/>
> Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
> make: [doc/guix-daemon.1] Error 127 (ignored)
> ...
>
> help2man *is* present on my system. Later on, more man pages in doc/
> are built just fine.

I need some extra information in order to debug this.

- The config.log file and the Makefile from you build directory
- The output of 'make --version' and 'help2man --version'

Are you building from the Git repository or the release tarball?

When you execute make again does it try to rebuild 'doc/guix-daemon.1'
if yes, does it succeed?

Thanks,

-- 
Mathieu Lirzin

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

* Re: guix-0.11 help2man errors during compilation
  2016-08-05 12:19 ` Mathieu Lirzin
@ 2016-08-06  2:02   ` Alex Vong
  2016-08-06 14:16     ` Mathieu Lirzin
  2016-08-06  7:31   ` Jan Synáček
  1 sibling, 1 reply; 7+ messages in thread
From: Alex Vong @ 2016-08-06  2:02 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

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

Mathieu Lirzin <mthl@gnu.org> writes:

> Hello,
>
> Jan Synáček <jan.synacek@gmail.com> writes:
>
>> I'm getting strange errors:
>>
>> ...
>> HELP2MAN doc/guix-daemon.1
>> help2man: can't get `--help' info from guix-daemon
>> Try `--no-discard-stderr' if option outputs to stderr
>> WARNING: 'help2man' is missing on your system.
>>          You should only need it if you modified a dependency of a man page.
>>          You may want to install the GNU Help2man package:
>>          <http://www.gnu.org/software/help2man/>
>> Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
>> make: [doc/guix-daemon.1] Error 127 (ignored)
>> ...
>>
>> help2man *is* present on my system. Later on, more man pages in doc/
>> are built just fine.

Hi, I get similar but not identical error from help2man when building
from the git repo.


[...]

LANGUAGE= ./pre-inst-env /bin/bash /home/alexvong1995/scm/guix/build-aux/missing help2man --source=GNU --info-page=guix --output="doc/guix-daemon.1" `basename "doc/guix-daemon.1" .1`
help2man: can't get `--version' info from guix-daemon
Try `--no-discard-stderr' if option outputs to stderr
Makefile:4892: recipe for target 'doc/guix-daemon.1' failed
make[2]: [doc/guix-daemon.1] Error 64 (ignored)
make[2]: Leaving directory '/home/alexvong1995/scm/guix'
make[1]: Leaving directory '/home/alexvong1995/scm/guix'


>
> I need some extra information in order to debug this.
>
> - The config.log file and the Makefile from you build directory
> - The output of 'make --version' and 'help2man --version'
>
$ make --version
=>
  GNU Make 4.1
  Built for x86_64-unknown-linux-gnu
  Copyright (C) 1988-2014 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.

$ help2man --version
=>
  GNU help2man 1.47.4

  Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,
  2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  Written by Brendan O'Dea <bod@debian.org>


> Are you building from the Git repository or the release tarball?
>
> When you execute make again does it try to rebuild 'doc/guix-daemon.1'
> if yes, does it succeed?
No, it never succeeds. It always fails with the same error.

>
> Thanks,

Cheers,
Alex

config.log

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 44780 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.11.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --disable-silent-rules CFLAGS=-O2 -flto CXXFLAGS=-O2 -flto LDFLAGS=-O2 -flto

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

hostname = debian
uname -m = x86_64
uname -r = 4.6.0-1-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.6.4-1 (2016-07-18)

/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/alexvong1995/.guix-profile/bin
PATH: /home/alexvong1995/.guix-profile/sbin
PATH: /home/alexvong1995/.guix-profile/bin
PATH: /home/alexvong1995/.guix-profile/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


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

configure:2572: checking for a BSD-compatible install
configure:2640: result: /home/alexvong1995/.guix-profile/bin/install -c
configure:2651: checking whether build environment is sane
configure:2706: result: yes
configure:2857: checking for a thread-safe mkdir -p
configure:2896: result: /home/alexvong1995/.guix-profile/bin/mkdir -p
configure:2903: checking for gawk
configure:2919: found /usr/bin/gawk
configure:2930: result: gawk
configure:2941: checking whether make sets $(MAKE)
configure:2963: result: yes
configure:2992: checking whether make supports nested variables
configure:3009: result: yes
configure:3148: checking whether make supports nested variables
configure:3165: result: yes
configure:3192: checking for style of include used by make
configure:3220: result: GNU
configure:3291: checking for gcc
configure:3307: found /home/alexvong1995/.guix-profile/bin/gcc
configure:3318: result: gcc
configure:3547: checking for C compiler version
configure:3556: gcc --version >&5
gcc (GCC) 6.1.0
Copyright (C) 2016 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:3567: $? = 0
configure:3556: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/gnu/store/8wi4n9g4jffi5bg7fqjn2km9yvnmwd2d-gcc-6.1.0/libexec/gcc/x86_64-unknown-linux-gnu/6.1.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
gcc version 6.1.0 (GCC) 
configure:3567: $? = 0
configure:3556: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3567: $? = 1
configure:3556: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3567: $? = 1
configure:3587: checking whether the C compiler works
configure:3609: gcc -O2 -flto  -O2 -flto conftest.c  >&5
configure:3613: $? = 0
configure:3661: result: yes
configure:3664: checking for C compiler default output file name
configure:3666: result: a.out
configure:3672: checking for suffix of executables
configure:3679: gcc -o conftest -O2 -flto  -O2 -flto conftest.c  >&5
configure:3683: $? = 0
configure:3705: result: 
configure:3727: checking whether we are cross compiling
configure:3735: gcc -o conftest -O2 -flto  -O2 -flto conftest.c  >&5
configure:3739: $? = 0
configure:3746: ./conftest
configure:3750: $? = 0
configure:3765: result: no
configure:3770: checking for suffix of object files
configure:3792: gcc -c -O2 -flto  conftest.c >&5
configure:3796: $? = 0
configure:3817: result: o
configure:3821: checking whether we are using the GNU C compiler
configure:3840: gcc -c -O2 -flto  conftest.c >&5
configure:3840: $? = 0
configure:3849: result: yes
configure:3858: checking whether gcc accepts -g
configure:3878: gcc -c -g  conftest.c >&5
configure:3878: $? = 0
configure:3919: result: yes
configure:3936: checking for gcc option to accept ISO C89
configure:3999: gcc  -c -O2 -flto  conftest.c >&5
configure:3999: $? = 0
configure:4012: result: none needed
configure:4037: checking whether gcc understands -c and -o together
configure:4059: gcc -c conftest.c -o conftest2.o
configure:4062: $? = 0
configure:4059: gcc -c conftest.c -o conftest2.o
configure:4062: $? = 0
configure:4074: result: yes
configure:4093: checking dependency style of gcc
configure:4204: result: gcc3
configure:4225: checking how to run the C preprocessor
configure:4256: gcc -E  conftest.c
configure:4256: $? = 0
configure:4270: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4295: result: gcc -E
configure:4315: gcc -E  conftest.c
configure:4315: $? = 0
configure:4329: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4358: checking for grep that handles long lines and -e
configure:4416: result: /bin/grep
configure:4421: checking for egrep
configure:4483: result: /bin/grep -E
configure:4488: checking for ANSI C header files
configure:4508: gcc -c -O2 -flto  conftest.c >&5
configure:4508: $? = 0
configure:4581: gcc -o conftest -O2 -flto  -O2 -flto conftest.c  >&5
configure:4581: $? = 0
configure:4581: ./conftest
configure:4581: $? = 0
configure:4592: result: yes
configure:4605: checking for sys/types.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for sys/stat.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for stdlib.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for string.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for memory.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for strings.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for inttypes.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for stdint.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for unistd.h
configure:4605: gcc -c -O2 -flto  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4618: checking minix/config.h usability
configure:4618: gcc -c -O2 -flto  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <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:4618: result: no
configure:4618: checking minix/config.h presence
configure:4618: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4618: result: no
configure:4618: checking for minix/config.h
configure:4618: result: no
configure:4639: checking whether it is safe to define __EXTENSIONS__
configure:4657: gcc -c -O2 -flto  conftest.c >&5
configure:4657: $? = 0
configure:4664: result: yes
configure:4687: checking whether NLS is requested
configure:4696: result: yes
configure:4737: checking for msgfmt
configure: trying /home/alexvong1995/.guix-profile/bin/msgfmt...
0 translated messages.
configure:4769: result: /home/alexvong1995/.guix-profile/bin/msgfmt
configure:4778: checking for gmsgfmt
configure:4809: result: /home/alexvong1995/.guix-profile/bin/msgfmt
configure:4860: checking for xgettext
configure: trying /home/alexvong1995/.guix-profile/bin/xgettext...
/home/alexvong1995/.guix-profile/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:4892: result: /home/alexvong1995/.guix-profile/bin/xgettext
configure:4938: checking for msgmerge
configure: trying /home/alexvong1995/.guix-profile/bin/msgmerge...
configure:4969: result: /home/alexvong1995/.guix-profile/bin/msgmerge
configure:5006: checking build system type
configure:5020: result: x86_64-unknown-linux-gnu
configure:5040: checking host system type
configure:5053: result: x86_64-unknown-linux-gnu
configure:5097: checking for ld used by GCC
configure:5161: result: /home/alexvong1995/.guix-profile/bin/ld
configure:5168: checking if the linker (/home/alexvong1995/.guix-profile/bin/ld) is GNU ld
configure:5181: result: yes
configure:5188: checking for shared library run path origin
configure:5201: result: done
configure:5773: checking for CFPreferencesCopyAppValue
configure:5791: gcc -o conftest -O2 -flto  -O2 -flto conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:5791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:5800: result: no
configure:5807: checking for CFLocaleCopyCurrent
configure:5825: gcc -o conftest -O2 -flto  -O2 -flto conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:5825: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:5834: result: no
configure:5883: checking for GNU gettext in libc
configure:5903: gcc -o conftest -O2 -flto  -O2 -flto conftest.c  >&5
configure:5903: $? = 0
configure:5912: result: yes
configure:6703: checking whether to use NLS
configure:6705: result: yes
configure:6708: checking where the gettext function comes from
configure:6719: result: libc
configure:6785: checking for sed
configure:6803: found /bin/sed
configure:6815: result: /bin/sed
configure:6865: checking for the Guix system type
configure:6867: result: x86_64-linux
configure:6921: checking for the store directory
configure:6923: result: /gnu/store
configure:6945: checking the length of the installed socket file name
configure:6952: result: 40
configure:6956: checking for unit test root directory
configure:6963: result: /home/alexvong1995/scm/guix/test-tmp
configure:6968: checking the length of the socket file name used in tests
configure:6975: result: 68
configure:6979: checking the length of a typical hash bang line
configure:6986: result: 73
configure:6991: checking the length of a hash bang line used in tests
configure:6998: result: 105
configure:7092: checking for pkg-config
configure:7110: found /home/alexvong1995/.guix-profile/bin/pkg-config
configure:7122: result: /home/alexvong1995/.guix-profile/bin/pkg-config
configure:7147: checking pkg-config is at least version 0.9.0
configure:7150: result: yes
configure:7160: checking for GUILE
configure:7167: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7"
configure:7170: $? = 0
configure:7184: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7"
configure:7187: $? = 0
configure:7245: result: yes
configure:7251: checking for guile
configure:7269: found /home/alexvong1995/.guix-profile/bin/guile
configure:7281: result: /home/alexvong1995/.guix-profile/bin/guile
configure:7291: checking for guild
configure:7309: found /home/alexvong1995/.guix-profile/bin/guild
configure:7321: result: /home/alexvong1995/.guix-profile/bin/guild
configure:7335: checking for guile
configure:7365: result: /home/alexvong1995/.guix-profile/bin/guile
configure:7394: checking for Guile version >= 2.0
configure:7415: result: 2.0.11
configure:7420: checking for guild
configure:7450: result: /home/alexvong1995/.guix-profile/bin/guild
configure:7462: checking for guile-config
configure:7480: found /home/alexvong1995/.guix-profile/bin/guile-config
configure:7492: result: /home/alexvong1995/.guix-profile/bin/guile-config
configure:7547: checking if (json) is available
configure:7554: result: yes
configure:7570: checking whether /home/alexvong1995/.guix-profile/bin/guile provides feature 'regex'
configure:7574: result: yes
configure:7570: checking whether /home/alexvong1995/.guix-profile/bin/guile provides feature 'posix'
configure:7574: result: yes
configure:7570: checking whether /home/alexvong1995/.guix-profile/bin/guile provides feature 'socket'
configure:7574: result: yes
configure:7570: checking whether /home/alexvong1995/.guix-profile/bin/guile provides feature 'net-db'
configure:7574: result: yes
configure:7570: checking whether /home/alexvong1995/.guix-profile/bin/guile provides feature 'threads'
configure:7574: result: yes
configure:7585: checking whether (srfi srfi-37) is affected by http://bugs.gnu.org/13176
configure:7601: result: no
configure:7615: checking for gzip
configure:7633: found /bin/gzip
configure:7645: result: /bin/gzip
configure:7655: checking for bzip2
configure:7673: found /home/alexvong1995/.guix-profile/bin/bzip2
configure:7685: result: /home/alexvong1995/.guix-profile/bin/bzip2
configure:7695: checking for xz
configure:7713: found /usr/bin/xz
configure:7725: result: /usr/bin/xz
configure:7753: checking for nix-instantiate
configure:7786: result: no
configure:7793: checking for nix-hash
configure:7826: result: no
configure:7851: checking for Nixpkgs source tree
configure:7858: result: not found
configure:7902: checking for libgcrypt-config
configure:7920: found /home/alexvong1995/.guix-profile/bin/libgcrypt-config
configure:7932: result: /home/alexvong1995/.guix-profile/bin/libgcrypt-config
configure:7940: checking libgcrypt's library directory
configure:7951: result: /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib
configure:7963: checking for libgcrypt shared library name
configure:7965: result: /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt
configure:7971: checking whether /gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt can be dynamically loaded
configure:7986: result: yes
configure:7995: checking zlib's library directory
configure:8002: result: /gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib
configure:8011: checking for zlib's shared library name
configure:8013: result: /gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib/libz
configure:8104: checking whether to build daemon
configure:8106: result: yes
configure:8167: checking for g++
configure:8183: found /home/alexvong1995/.guix-profile/bin/g++
configure:8194: result: g++
configure:8221: checking for C++ compiler version
configure:8230: g++ --version >&5
g++ (GCC) 6.1.0
Copyright (C) 2016 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:8241: $? = 0
configure:8230: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/gnu/store/8wi4n9g4jffi5bg7fqjn2km9yvnmwd2d-gcc-6.1.0/libexec/gcc/x86_64-unknown-linux-gnu/6.1.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
gcc version 6.1.0 (GCC) 
configure:8241: $? = 0
configure:8230: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:8241: $? = 1
configure:8230: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:8241: $? = 1
configure:8245: checking whether we are using the GNU C++ compiler
configure:8264: g++ -c -O2 -flto  conftest.cpp >&5
configure:8264: $? = 0
configure:8273: result: yes
configure:8282: checking whether g++ accepts -g
configure:8302: g++ -c -g  conftest.cpp >&5
configure:8302: $? = 0
configure:8343: result: yes
configure:8368: checking dependency style of g++
configure:8479: result: gcc3
configure:8507: checking whether g++ supports C++11
configure:8531: g++ -c -std=c++11 -O2 -flto  conftest.cpp >&5
configure:8531: $? = 0
configure:8540: result: yes
configure:8591: checking for ranlib
configure:8607: found /home/alexvong1995/.guix-profile/bin/ranlib
configure:8618: result: ranlib
configure:8650: checking for special C compiler options needed for large files
configure:8695: result: no
configure:8701: checking for _FILE_OFFSET_BITS value needed for large files
configure:8726: g++ -c -O2 -flto  conftest.cpp >&5
configure:8726: $? = 0
configure:8758: result: no
configure:8844: checking for BZ2_bzWriteOpen in -lbz2
configure:8869: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp -lbz2   >&5
configure:8869: $? = 0
configure:8878: result: yes
configure:8891: checking how to run the C++ preprocessor
configure:8918: g++ -E  conftest.cpp
configure:8918: $? = 0
configure:8932: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:8932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8957: result: g++ -E
configure:8977: g++ -E  conftest.cpp
configure:8977: $? = 0
configure:8991: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:8991: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9022: checking bzlib.h usability
configure:9022: g++ -c -O2 -flto  conftest.cpp >&5
configure:9022: $? = 0
configure:9022: result: yes
configure:9022: checking bzlib.h presence
configure:9022: g++ -E  conftest.cpp
configure:9022: $? = 0
configure:9022: result: yes
configure:9022: checking for bzlib.h
configure:9022: result: yes
configure:9037: checking for SQLITE3
configure:9044: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9047: $? = 0
configure:9061: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9064: $? = 0
configure:9122: result: yes
configure:9163: checking for gcry_md_open in -lgcrypt
configure:9188: g++ -o conftest -O2 -flto  -O2 -flto  conftest.cpp -lgcrypt   >&5
configure:9188: $? = 0
configure:9197: result: yes
configure:9205: checking gcrypt.h usability
configure:9205: g++ -c -O2 -flto  conftest.cpp >&5
configure:9205: $? = 0
configure:9205: result: yes
configure:9205: checking gcrypt.h presence
configure:9205: g++ -E  conftest.cpp
configure:9205: $? = 0
configure:9205: result: yes
configure:9205: checking for gcrypt.h
configure:9205: result: yes
configure:9223: checking for chroot
configure:9223: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9223: $? = 0
configure:9223: result: yes
configure:9223: checking for unshare
configure:9223: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9223: $? = 0
configure:9223: result: yes
configure:9235: checking sched.h usability
configure:9235: g++ -c -O2 -flto  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sched.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sched.h
configure:9235: result: yes
configure:9235: checking sys/param.h usability
configure:9235: g++ -c -O2 -flto  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sys/param.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sys/param.h
configure:9235: result: yes
configure:9235: checking sys/mount.h usability
configure:9235: g++ -c -O2 -flto  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sys/mount.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sys/mount.h
configure:9235: result: yes
configure:9235: checking sys/syscall.h usability
configure:9235: g++ -c -O2 -flto  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sys/syscall.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sys/syscall.h
configure:9235: result: yes
configure:9254: checking for lutimes
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for lchown
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for posix_fallocate
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for sched_setaffinity
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for statvfs
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for nanosleep
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for strsignal
configure:9254: g++ -o conftest -O2 -flto  -O2 -flto conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9264: checking whether it is possible to create a link to a symlink
configure:9268: result: yes
configure:9287: checking locale usability
configure:9287: g++ -c -O2 -flto  conftest.cpp >&5
configure:9287: $? = 0
configure:9287: result: yes
configure:9287: checking locale presence
configure:9287: g++ -E  conftest.cpp
configure:9287: $? = 0
configure:9287: result: yes
configure:9287: checking for locale
configure:9287: result: yes
configure:9307: checking sys/personality.h usability
configure:9307: g++ -c -O2 -flto  conftest.cpp >&5
configure:9307: $? = 0
configure:9307: result: yes
configure:9307: checking sys/personality.h presence
configure:9307: g++ -E  conftest.cpp
configure:9307: $? = 0
configure:9307: result: yes
configure:9307: checking for sys/personality.h
configure:9307: result: yes
configure:9320: checking linux/fs.h usability
configure:9320: g++ -c -O2 -flto  conftest.cpp >&5
configure:9320: $? = 0
configure:9320: result: yes
configure:9320: checking linux/fs.h presence
configure:9320: g++ -E  conftest.cpp
configure:9320: $? = 0
configure:9320: result: yes
configure:9320: checking for linux/fs.h
configure:9320: result: yes
configure:9331: checking if (gnutls) is available
configure:9338: result: yes
configure:9349: checking for default substitute URLs
configure:9351: result: https://mirror.hydra.gnu.org
configure:9361: checking whether Guile's custom binary input ports support 'setvbuf'
configure:9375: result: yes
configure:9387: checking for unit test root directory
configure:9394: result: /home/alexvong1995/scm/guix/test-tmp
configure:9403: checking for guile
configure:9433: result: /home/alexvong1995/.guix-profile/bin/guile
configure:9441: checking the current installation's localstatedir
configure:9455: result: none
configure:9533: checking for dot
configure:9551: found /home/alexvong1995/.guix-profile/bin/dot
configure:9564: result: /home/alexvong1995/.guix-profile/bin/dot
configure:9579: checking for emacs
configure:9595: found /home/alexvong1995/.guix-profile/bin/emacs
configure:9606: result: emacs
configure:9630: checking where .elc files should go
configure:9643: $EMACS -batch -Q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
configure:9646: $? = 0
configure:9659: result: ${datadir}/emacs/site-lisp
configure:9790: checking that generated files are newer than configure
configure:9796: result: done
configure:9847: creating ./config.status

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

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

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

on debian

config.status:991: creating nix/scripts/list-runtime-roots
config.status:991: creating nix/scripts/substitute
config.status:991: creating nix/scripts/guix-authenticate
config.status:991: creating nix/scripts/offload
config.status:991: creating Makefile
config.status:991: creating po/guix/Makefile.in
config.status:991: creating po/packages/Makefile.in
config.status:991: creating guix/config.scm
config.status:991: creating scripts/guix
config.status:991: creating test-env
config.status:991: creating pre-inst-env
config.status:991: creating emacs/guix-config.el
config.status:991: creating emacs/guix-helper.scm
config.status:991: creating nix/config.h
config.status:1220: executing depfiles commands
config.status:1220: executing po-directories commands

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

ac_cv_build=x86_64-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='-O2 -flto'
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='-O2 -flto'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_GUILE_CFLAGS_set=
ac_cv_env_GUILE_CFLAGS_value=
ac_cv_env_GUILE_LIBS_set=
ac_cv_env_GUILE_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-O2 -flto'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/alexvong1995/.guix-profile/lib/pkgconfig:/home/alexvong1995/.guix-profile/share/pkgconfig:/home/alexvong1995/.guix-profile/lib/pkgconfig:/home/alexvong1995/.guix-profile/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_chroot=yes
ac_cv_func_lchown=yes
ac_cv_func_lutimes=yes
ac_cv_func_nanosleep=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_statvfs=yes
ac_cv_func_strsignal=yes
ac_cv_func_unshare=yes
ac_cv_guix_cbips_support_setvbuf=yes
ac_cv_guix_cxx11_support=yes
ac_cv_guix_hash_bang_length=73
ac_cv_guix_socket_file_name_length=40
ac_cv_guix_srfi_37_broken=no
ac_cv_guix_test_hash_bang_length=105
ac_cv_guix_test_root=/home/alexvong1995/scm/guix/test-tmp
ac_cv_guix_test_socket_file_name_length=68
ac_cv_header_bzlib_h=yes
ac_cv_header_gcrypt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_locale=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_personality_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_bz2_BZ2_bzWriteOpen=yes
ac_cv_lib_gcrypt_gcry_md_open=yes
ac_cv_objext=o
ac_cv_path_BZIP2=/home/alexvong1995/.guix-profile/bin/bzip2
ac_cv_path_DOT_USER_PROGRAM=/home/alexvong1995/.guix-profile/bin/dot
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/home/alexvong1995/.guix-profile/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_GUILD=/home/alexvong1995/.guix-profile/bin/guild
ac_cv_path_GUILE=/home/alexvong1995/.guix-profile/bin/guile
ac_cv_path_GUILE_CONFIG=/home/alexvong1995/.guix-profile/bin/guile-config
ac_cv_path_GZIP=/bin/gzip
ac_cv_path_LIBGCRYPT_CONFIG=/home/alexvong1995/.guix-profile/bin/libgcrypt-config
ac_cv_path_MSGFMT=/home/alexvong1995/.guix-profile/bin/msgfmt
ac_cv_path_MSGMERGE=/home/alexvong1995/.guix-profile/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/home/alexvong1995/.guix-profile/bin/xgettext
ac_cv_path_XZ=/usr/bin/xz
ac_cv_path_ac_pt_PKG_CONFIG=/home/alexvong1995/.guix-profile/bin/pkg-config
ac_cv_path_install='/home/alexvong1995/.guix-profile/bin/install -c'
ac_cv_path_mkdir=/home/alexvong1995/.guix-profile/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/home/alexvong1995/.guix-profile/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_lispdir='${datadir}/emacs/site-lisp'
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
guix_cv_current_localstatedir=none
guix_cv_libgcrypt_libdir=/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib
guix_cv_libgcrypt_usable_p=yes
guix_cv_libz_libdir=/gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib
pkg_cv_GUILE_CFLAGS='-pthread -I/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/include/guile/2.0'
pkg_cv_GUILE_LIBS='-L/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/lib -L/gnu/store/my4az71gz8iqd4w8kb34kq7vlk3fcvhm-libgc-7.4.2/lib -lguile-2.0 -lgc'
pkg_cv_SQLITE3_CFLAGS=-I/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/include
pkg_cv_SQLITE3_LIBS='-L/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/lib -lsqlite3'

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

ACLOCAL='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing automake-1.15'
AWK='gawk'
BUILD_DAEMON_FALSE='#'
BUILD_DAEMON_OFFLOAD_FALSE='#'
BUILD_DAEMON_OFFLOAD_TRUE=''
BUILD_DAEMON_TRUE=''
BZIP2='/home/alexvong1995/.guix-profile/bin/bzip2'
CAN_RUN_TESTS_FALSE='#'
CAN_RUN_TESTS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -flto'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -flto'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOT='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing dot'
DOT_USER_PROGRAM='/home/alexvong1995/.guix-profile/bin/dot'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/home/alexvong1995/.guix-profile/bin/msgfmt'
GMSGFMT_015='/home/alexvong1995/.guix-profile/bin/msgfmt'
GREP='/bin/grep'
GUILD='/home/alexvong1995/.guix-profile/bin/guild'
GUILE='/home/alexvong1995/.guix-profile/bin/guile'
GUILE_CFLAGS='-pthread -I/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/include/guile/2.0'
GUILE_CONFIG='/home/alexvong1995/.guix-profile/bin/guile-config'
GUILE_LIBS='-L/gnu/store/hyk2i7b8mwbrbiyqk5sgrfgds9zvcrn5-guile-2.0.11/lib -L/gnu/store/my4az71gz8iqd4w8kb34kq7vlk3fcvhm-libgc-7.4.2/lib -lguile-2.0 -lgc'
GUILE_TOOLS='/home/alexvong1995/.guix-profile/bin/guild'
GUIX_TEST_ROOT='/home/alexvong1995/scm/guix/test-tmp'
GZIP='/bin/gzip'
HAVE_EMACS_FALSE='#'
HAVE_EMACS_TRUE=''
HAVE_GUILE_JSON_FALSE='#'
HAVE_GUILE_JSON_TRUE=''
HELP2MAN='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_SRFI_37_FALSE=''
INSTALL_SRFI_37_TRUE='#'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS='-O2 -flto'
LIBGCRYPT='/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib/libgcrypt'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='/home/alexvong1995/.guix-profile/bin/libgcrypt-config'
LIBGCRYPT_LIBDIR='/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib'
LIBGCRYPT_LIBS='-L/gnu/store/7wfbprp1b9b25crlidg6h7b6hpib2b99-libgcrypt-1.6.5/lib -lgcrypt'
LIBGCRYPT_PREFIX='no'
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBZ='/gnu/store/hsxhfmjgh8m4c0pavq3gd3gcrn8zrgxj-zlib-1.2.8/lib/libz'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/alexvong1995/scm/guix/build-aux/missing makeinfo'
MKDIR_P='/home/alexvong1995/.guix-profile/bin/mkdir -p'
MSGFMT='/home/alexvong1995/.guix-profile/bin/msgfmt'
MSGFMT_015='/home/alexvong1995/.guix-profile/bin/msgfmt'
MSGMERGE='/home/alexvong1995/.guix-profile/bin/msgmerge'
NIXPKGS=''
NIX_HASH=''
NIX_INSTANTIATE='nix-instantiate'
NIX_PREFIX=''
OBJEXT='o'
PACKAGE='guix'
PACKAGE_BUGREPORT='bug-guix@gnu.org'
PACKAGE_NAME='GNU Guix'
PACKAGE_STRING='GNU Guix 0.11.0'
PACKAGE_TARNAME='guix'
PACKAGE_URL='http://www.gnu.org/software/guix/'
PACKAGE_VERSION='0.11.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/home/alexvong1995/.guix-profile/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/alexvong1995/.guix-profile/lib/pkgconfig:/home/alexvong1995/.guix-profile/share/pkgconfig:/home/alexvong1995/.guix-profile/lib/pkgconfig:/home/alexvong1995/.guix-profile/share/pkgconfig'
POSUB='po'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SQLITE3_CFLAGS='-I/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/include'
SQLITE3_LIBS='-L/gnu/store/y7h8gf890qaj6f23ryshwxd3r9y96cnc-sqlite-3.10.0/lib -lsqlite3'
STRIP=''
USE_NLS='yes'
VERSION='0.11.0'
XGETTEXT='/home/alexvong1995/.guix-profile/bin/xgettext'
XGETTEXT_015='/home/alexvong1995/.guix-profile/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XZ='/usr/bin/xz'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bashcompletiondir='${sysconfdir}/bash_completion.d'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
emacsuidir='${prefix}/share/guile/site/2.0/guix/emacs'
exec_prefix='${prefix}'
guilemoduledir='${prefix}/share/guile/site/2.0'
guix_localstatedir='/usr/local/var'
guix_sbindir='/usr/local/sbin'
guix_sysconfdir='/usr/local/etc'
guix_system='x86_64-linux'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/alexvong1995/scm/guix/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datadir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/home/alexvong1995/.guix-profile/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
storedir='/gnu/store'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Guix"
#define PACKAGE_TARNAME "guix"
#define PACKAGE_VERSION "0.11.0"
#define PACKAGE_STRING "GNU Guix 0.11.0"
#define PACKAGE_BUGREPORT "bug-guix@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/guix/"
#define PACKAGE "guix"
#define VERSION "0.11.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_BZLIB_H 1
#define NIX_VERSION "0.0.0"
#define SYSTEM "x86_64-linux"
#define HAVE_CHROOT 1
#define HAVE_UNSHARE 1
#define HAVE_SCHED_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_LUTIMES 1
#define HAVE_LCHOWN 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_STATVFS 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRSIGNAL 1
#define CAN_LINK_SYMLINK 1
#define HAVE_LOCALE 1
#define HAVE_SYS_PERSONALITY_H 1
#define HAVE_LINUX_FS_H 1
#define GUIX_SUBSTITUTE_URLS "https://mirror.hydra.gnu.org"
#define HAVE_DAEMON_OFFLOAD_HOOK 1

configure: exit 0

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

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

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

on debian

config.status:991: creating Makefile
config.status:1220: executing depfiles commands

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


Makefile

[-- Attachment #4: Makefile --]
[-- Type: application/octet-stream, Size: 232739 bytes --]

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

* Re: guix-0.11 help2man errors during compilation
  2016-08-05 12:19 ` Mathieu Lirzin
  2016-08-06  2:02   ` Alex Vong
@ 2016-08-06  7:31   ` Jan Synáček
  2016-08-06 13:23     ` Mathieu Lirzin
  1 sibling, 1 reply; 7+ messages in thread
From: Jan Synáček @ 2016-08-06  7:31 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

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

On Fri, Aug 5, 2016 at 2:19 PM, Mathieu Lirzin <mthl@gnu.org> wrote:
> Hello,
>
> Jan Synáček <jan.synacek@gmail.com> writes:
>
>> I'm getting strange errors:
>>
>> ...
>> HELP2MAN doc/guix-daemon.1
>> help2man: can't get `--help' info from guix-daemon
>> Try `--no-discard-stderr' if option outputs to stderr
>> WARNING: 'help2man' is missing on your system.
>>          You should only need it if you modified a dependency of a man page.
>>          You may want to install the GNU Help2man package:
>>          <http://www.gnu.org/software/help2man/>
>> Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
>> make: [doc/guix-daemon.1] Error 127 (ignored)
>> ...
>>
>> help2man *is* present on my system. Later on, more man pages in doc/
>> are built just fine.
>
> I need some extra information in order to debug this.
> - The config.log file and the Makefile from you build directory

Attached.

> - The output of 'make --version' and 'help2man --version'

$ make --version
GNU Make 4.1
Built for x86_64-redhat-linux-gnu
...
$ help2man --version
GNU help2man 1.47.4
...

> Are you building from the Git repository or the release tarball?

I'm building from the 0.11 release tarball.

> When you execute make again does it try to rebuild 'doc/guix-daemon.1'
> if yes, does it succeed?

It tries again but never succeeds.

However, after rebooting my machine, I cannot reproduce this anymore...

-- 
Jan Synáček

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

  $ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-rpath --with-bash-completion-dir=/usr/share/bash-completion/completions --with-lispdir=/usr/share/emacs/site-lisp/guix

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

hostname = jsynacek-ntb
uname -m = x86_64
uname -r = 4.6.4-301.fc24.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Jul 12 11:50:00 UTC 2016

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

/bin/arch              = x86_64
/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/lib64/qt-3.3/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/jsynacek/.local/bin
PATH: /home/jsynacek/bin


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

configure:2572: checking for a BSD-compatible install
configure:2640: result: /usr/bin/install -c
configure:2651: checking whether build environment is sane
configure:2706: result: yes
configure:2857: checking for a thread-safe mkdir -p
configure:2896: result: /usr/bin/mkdir -p
configure:2903: checking for gawk
configure:2919: found /usr/bin/gawk
configure:2930: result: gawk
configure:2941: checking whether make sets $(MAKE)
configure:2963: result: yes
configure:2992: checking whether make supports nested variables
configure:3009: result: yes
configure:3148: checking whether make supports nested variables
configure:3165: result: yes
configure:3192: checking for style of include used by make
configure:3220: result: GNU
configure:3251: checking for x86_64-redhat-linux-gnu-gcc
configure:3281: result: no
configure:3291: checking for gcc
configure:3307: found /usr/bin/gcc
configure:3318: result: gcc
configure:3547: checking for C compiler version
configure:3556: gcc --version >&5
gcc (GCC) 6.1.1 20160621 (Red Hat 6.1.1-3)
Copyright (C) 2016 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:3567: $? = 0
configure:3556: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.1.1 20160621 (Red Hat 6.1.1-3) (GCC) 
configure:3567: $? = 0
configure:3556: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3567: $? = 1
configure:3556: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3567: $? = 1
configure:3587: checking whether the C compiler works
configure:3609: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:3613: $? = 0
configure:3661: result: yes
configure:3664: checking for C compiler default output file name
configure:3666: result: a.out
configure:3672: checking for suffix of executables
configure:3679: gcc -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:3683: $? = 0
configure:3705: result: 
configure:3727: checking whether we are cross compiling
configure:3735: gcc -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:3739: $? = 0
configure:3746: ./conftest
configure:3750: $? = 0
configure:3765: result: no
configure:3770: checking for suffix of object files
configure:3792: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:3796: $? = 0
configure:3817: result: o
configure:3821: checking whether we are using the GNU C compiler
configure:3840: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:3840: $? = 0
configure:3849: result: yes
configure:3858: checking whether gcc accepts -g
configure:3878: gcc -c -g  conftest.c >&5
configure:3878: $? = 0
configure:3919: result: yes
configure:3936: checking for gcc option to accept ISO C89
configure:3999: gcc  -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:3999: $? = 0
configure:4012: result: none needed
configure:4037: checking whether gcc understands -c and -o together
configure:4059: gcc -c conftest.c -o conftest2.o
configure:4062: $? = 0
configure:4059: gcc -c conftest.c -o conftest2.o
configure:4062: $? = 0
configure:4074: result: yes
configure:4093: checking dependency style of gcc
configure:4204: result: none
configure:4225: checking how to run the C preprocessor
configure:4256: gcc -E  conftest.c
configure:4256: $? = 0
configure:4270: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4295: result: gcc -E
configure:4315: gcc -E  conftest.c
configure:4315: $? = 0
configure:4329: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4358: checking for grep that handles long lines and -e
configure:4416: result: /usr/bin/grep
configure:4421: checking for egrep
configure:4483: result: /usr/bin/grep -E
configure:4488: checking for ANSI C header files
configure:4508: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4508: $? = 0
configure:4581: gcc -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:4581: $? = 0
configure:4581: ./conftest
configure:4581: $? = 0
configure:4592: result: yes
configure:4605: checking for sys/types.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for sys/stat.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for stdlib.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for string.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for memory.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for strings.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for inttypes.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for stdint.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4605: checking for unistd.h
configure:4605: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4605: $? = 0
configure:4605: result: yes
configure:4618: checking minix/config.h usability
configure:4618: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <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:4618: result: no
configure:4618: checking minix/config.h presence
configure:4618: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4618: result: no
configure:4618: checking for minix/config.h
configure:4618: result: no
configure:4639: checking whether it is safe to define __EXTENSIONS__
configure:4657: gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.c >&5
configure:4657: $? = 0
configure:4664: result: yes
configure:4687: checking whether NLS is requested
configure:4696: result: yes
configure:4737: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:4769: result: /usr/bin/msgfmt
configure:4778: checking for gmsgfmt
configure:4809: result: /usr/bin/msgfmt
configure:4860: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:4892: result: /usr/bin/xgettext
configure:4938: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:4969: result: /usr/bin/msgmerge
configure:5006: checking build system type
configure:5020: result: x86_64-redhat-linux-gnu
configure:5040: checking host system type
configure:5053: result: x86_64-redhat-linux-gnu
configure:5097: checking for ld used by GCC
configure:5161: result: /usr/bin/ld
configure:5168: checking if the linker (/usr/bin/ld) is GNU ld
configure:5181: result: yes
configure:5188: checking for shared library run path origin
configure:5201: result: done
configure:5773: checking for CFPreferencesCopyAppValue
configure:5791: gcc -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:5791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:5800: result: no
configure:5807: checking for CFLocaleCopyCurrent
configure:5825: gcc -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:5825: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:5834: result: no
configure:5883: checking for GNU gettext in libc
configure:5903: gcc -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:5903: $? = 0
configure:5912: result: yes
configure:6703: checking whether to use NLS
configure:6705: result: yes
configure:6708: checking where the gettext function comes from
configure:6719: result: libc
configure:6785: checking for sed
configure:6803: found /usr/bin/sed
configure:6815: result: /usr/bin/sed
configure:6865: checking for the Guix system type
configure:6867: result: x86_64-linux
configure:6921: checking for the store directory
configure:6923: result: /gnu/store
configure:6945: checking the length of the installed socket file name
configure:6952: result: 30
configure:6956: checking for unit test root directory
configure:6963: result: /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/test-tmp
configure:6968: checking the length of the socket file name used in tests
configure:6975: result: 82
configure:6979: checking the length of a typical hash bang line
configure:6986: result: 73
configure:6991: checking the length of a hash bang line used in tests
configure:6998: result: 119
configure:7049: checking for x86_64-redhat-linux-gnu-pkg-config
configure:7067: found /usr/bin/x86_64-redhat-linux-gnu-pkg-config
configure:7079: result: /usr/bin/x86_64-redhat-linux-gnu-pkg-config
configure:7147: checking pkg-config is at least version 0.9.0
configure:7150: result: yes
configure:7160: checking for GUILE
configure:7167: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7"
configure:7170: $? = 0
configure:7184: $PKG_CONFIG --exists --print-errors "guile-2.0 >= 2.0.7"
configure:7187: $? = 0
configure:7245: result: yes
configure:7251: checking for guile
configure:7269: found /usr/bin/guile
configure:7281: result: /usr/bin/guile
configure:7291: checking for guild
configure:7309: found /usr/bin/guild
configure:7321: result: /usr/bin/guild
configure:7335: checking for guile
configure:7365: result: /usr/bin/guile
configure:7394: checking for Guile version >= 2.0
configure:7415: result: 2.0.12
configure:7420: checking for guild
configure:7450: result: /usr/bin/guild
configure:7462: checking for guile-config
configure:7480: found /usr/bin/guile-config
configure:7492: result: /usr/bin/guile-config
configure:7547: checking if (json) is available
configure:7554: result: yes
configure:7570: checking whether /usr/bin/guile provides feature 'regex'
configure:7574: result: yes
configure:7570: checking whether /usr/bin/guile provides feature 'posix'
configure:7574: result: yes
configure:7570: checking whether /usr/bin/guile provides feature 'socket'
configure:7574: result: yes
configure:7570: checking whether /usr/bin/guile provides feature 'net-db'
configure:7574: result: yes
configure:7570: checking whether /usr/bin/guile provides feature 'threads'
configure:7574: result: yes
configure:7585: checking whether (srfi srfi-37) is affected by http://bugs.gnu.org/13176
configure:7601: result: no
configure:7615: checking for gzip
configure:7633: found /usr/bin/gzip
configure:7645: result: /usr/bin/gzip
configure:7655: checking for bzip2
configure:7673: found /usr/bin/bzip2
configure:7685: result: /usr/bin/bzip2
configure:7695: checking for xz
configure:7713: found /usr/bin/xz
configure:7725: result: /usr/bin/xz
configure:7753: checking for nix-instantiate
configure:7786: result: no
configure:7793: checking for nix-hash
configure:7826: result: no
configure:7851: checking for Nixpkgs source tree
configure:7858: result: not found
configure:7902: checking for libgcrypt-config
configure:7920: found /usr/bin/libgcrypt-config
configure:7932: result: /usr/bin/libgcrypt-config
configure:7940: checking libgcrypt's library directory
configure:7951: result: 
configure:7963: checking for libgcrypt shared library name
configure:7965: result: libgcrypt
configure:7971: checking whether libgcrypt can be dynamically loaded
configure:7986: result: yes
configure:7995: checking zlib's library directory
configure:8002: result: 
configure:8011: checking for zlib's shared library name
configure:8013: result: libz
configure:8104: checking whether to build daemon
configure:8106: result: yes
configure:8123: checking for x86_64-redhat-linux-gnu-g++
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-c++
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-gpp
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-aCC
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-CC
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-cxx
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-cc++
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-cl.exe
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-FCC
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-KCC
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-RCC
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-xlC_r
configure:8153: result: no
configure:8123: checking for x86_64-redhat-linux-gnu-xlC
configure:8153: result: no
configure:8167: checking for g++
configure:8183: found /usr/bin/g++
configure:8194: result: g++
configure:8221: checking for C++ compiler version
configure:8230: g++ --version >&5
g++ (GCC) 6.1.1 20160621 (Red Hat 6.1.1-3)
Copyright (C) 2016 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:8241: $? = 0
configure:8230: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 6.1.1 20160621 (Red Hat 6.1.1-3) (GCC) 
configure:8241: $? = 0
configure:8230: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:8241: $? = 1
configure:8230: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:8241: $? = 1
configure:8245: checking whether we are using the GNU C++ compiler
configure:8264: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:8264: $? = 0
configure:8273: result: yes
configure:8282: checking whether g++ accepts -g
configure:8302: g++ -c -g  conftest.cpp >&5
configure:8302: $? = 0
configure:8343: result: yes
configure:8368: checking dependency style of g++
configure:8479: result: none
configure:8507: checking whether g++ supports C++11
configure:8531: g++ -c -std=c++11 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:8531: $? = 0
configure:8540: result: yes
configure:8551: checking for x86_64-redhat-linux-gnu-ranlib
configure:8581: result: no
configure:8591: checking for ranlib
configure:8607: found /usr/bin/ranlib
configure:8618: result: ranlib
configure:8650: checking for special C compiler options needed for large files
configure:8695: result: no
configure:8701: checking for _FILE_OFFSET_BITS value needed for large files
configure:8726: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:8726: $? = 0
configure:8758: result: no
configure:8844: checking for BZ2_bzWriteOpen in -lbz2
configure:8869: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp -lbz2   >&5
configure:8869: $? = 0
configure:8878: result: yes
configure:8891: checking how to run the C++ preprocessor
configure:8918: g++ -E  conftest.cpp
configure:8918: $? = 0
configure:8932: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:8932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8957: result: g++ -E
configure:8977: g++ -E  conftest.cpp
configure:8977: $? = 0
configure:8991: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:8991: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "0.11.0"
| #define PACKAGE_STRING "GNU Guix 0.11.0"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "0.11.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9022: checking bzlib.h usability
configure:9022: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9022: $? = 0
configure:9022: result: yes
configure:9022: checking bzlib.h presence
configure:9022: g++ -E  conftest.cpp
configure:9022: $? = 0
configure:9022: result: yes
configure:9022: checking for bzlib.h
configure:9022: result: yes
configure:9037: checking for SQLITE3
configure:9044: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9047: $? = 0
configure:9061: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9064: $? = 0
configure:9122: result: yes
configure:9163: checking for gcry_md_open in -lgcrypt
configure:9188: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  conftest.cpp -lgcrypt   >&5
configure:9188: $? = 0
configure:9197: result: yes
configure:9205: checking gcrypt.h usability
configure:9205: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9205: $? = 0
configure:9205: result: yes
configure:9205: checking gcrypt.h presence
configure:9205: g++ -E  conftest.cpp
configure:9205: $? = 0
configure:9205: result: yes
configure:9205: checking for gcrypt.h
configure:9205: result: yes
configure:9223: checking for chroot
configure:9223: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9223: $? = 0
configure:9223: result: yes
configure:9223: checking for unshare
configure:9223: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9223: $? = 0
configure:9223: result: yes
configure:9235: checking sched.h usability
configure:9235: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sched.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sched.h
configure:9235: result: yes
configure:9235: checking sys/param.h usability
configure:9235: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sys/param.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sys/param.h
configure:9235: result: yes
configure:9235: checking sys/mount.h usability
configure:9235: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sys/mount.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sys/mount.h
configure:9235: result: yes
configure:9235: checking sys/syscall.h usability
configure:9235: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking sys/syscall.h presence
configure:9235: g++ -E  conftest.cpp
configure:9235: $? = 0
configure:9235: result: yes
configure:9235: checking for sys/syscall.h
configure:9235: result: yes
configure:9254: checking for lutimes
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for lchown
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for posix_fallocate
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for sched_setaffinity
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for statvfs
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for nanosleep
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9254: checking for strsignal
configure:9254: g++ -o conftest -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.cpp  >&5
configure:9254: $? = 0
configure:9254: result: yes
configure:9264: checking whether it is possible to create a link to a symlink
configure:9268: result: yes
configure:9287: checking locale usability
configure:9287: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9287: $? = 0
configure:9287: result: yes
configure:9287: checking locale presence
configure:9287: g++ -E  conftest.cpp
configure:9287: $? = 0
configure:9287: result: yes
configure:9287: checking for locale
configure:9287: result: yes
configure:9307: checking sys/personality.h usability
configure:9307: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9307: $? = 0
configure:9307: result: yes
configure:9307: checking sys/personality.h presence
configure:9307: g++ -E  conftest.cpp
configure:9307: $? = 0
configure:9307: result: yes
configure:9307: checking for sys/personality.h
configure:9307: result: yes
configure:9320: checking linux/fs.h usability
configure:9320: g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  conftest.cpp >&5
configure:9320: $? = 0
configure:9320: result: yes
configure:9320: checking linux/fs.h presence
configure:9320: g++ -E  conftest.cpp
configure:9320: $? = 0
configure:9320: result: yes
configure:9320: checking for linux/fs.h
configure:9320: result: yes
configure:9331: checking if (gnutls) is available
configure:9338: result: yes
configure:9349: checking for default substitute URLs
configure:9351: result: https://mirror.hydra.gnu.org
configure:9361: checking whether Guile's custom binary input ports support 'setvbuf'
configure:9375: result: yes
configure:9387: checking for unit test root directory
configure:9394: result: /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/test-tmp
configure:9403: checking for guile
configure:9433: result: /usr/bin/guile
configure:9441: checking the current installation's localstatedir
configure:9455: result: /var
configure:9533: checking for dot
configure:9551: found /usr/bin/dot
configure:9564: result: /usr/bin/dot
configure:9579: checking for emacs
configure:9595: found /usr/bin/emacs
configure:9606: result: emacs
configure:9624: checking where .elc files should go
configure:9626: result: /usr/share/emacs/site-lisp/guix
configure:9790: checking that generated files are newer than configure
configure:9796: result: done
configure:9847: creating ./config.status

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

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

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

on jsynacek-ntb

config.status:992: creating nix/scripts/list-runtime-roots
config.status:992: creating nix/scripts/substitute
config.status:992: creating nix/scripts/guix-authenticate
config.status:992: creating nix/scripts/offload
config.status:992: creating Makefile
config.status:992: creating po/guix/Makefile.in
config.status:992: creating po/packages/Makefile.in
config.status:992: creating guix/config.scm
config.status:992: creating scripts/guix
config.status:992: creating test-env
config.status:992: creating pre-inst-env
config.status:992: creating emacs/guix-config.el
config.status:992: creating emacs/guix-helper.scm
config.status:992: creating nix/config.h
config.status:1221: executing depfiles commands
config.status:1221: executing po-directories commands

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

ac_cv_build=x86_64-redhat-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='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
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='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_GUILE_CFLAGS_set=
ac_cv_env_GUILE_CFLAGS_value=
ac_cv_env_GUILE_LIBS_set=
ac_cv_env_GUILE_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=:/usr/lib64/pkgconfig:/usr/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-redhat-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-redhat-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_chroot=yes
ac_cv_func_lchown=yes
ac_cv_func_lutimes=yes
ac_cv_func_nanosleep=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_statvfs=yes
ac_cv_func_strsignal=yes
ac_cv_func_unshare=yes
ac_cv_guix_cbips_support_setvbuf=yes
ac_cv_guix_cxx11_support=yes
ac_cv_guix_hash_bang_length=73
ac_cv_guix_socket_file_name_length=30
ac_cv_guix_srfi_37_broken=no
ac_cv_guix_test_hash_bang_length=119
ac_cv_guix_test_root=/home/jsynacek/rpmbuild/BUILD/guix-0.11.0/test-tmp
ac_cv_guix_test_socket_file_name_length=82
ac_cv_header_bzlib_h=yes
ac_cv_header_gcrypt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_locale=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_personality_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-redhat-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=/usr/bin/bzip2
ac_cv_path_DOT_USER_PROGRAM=/usr/bin/dot
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/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=/usr/bin/gzip
ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-redhat-linux-gnu-pkg-config
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_XZ=/usr/bin/xz
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
guix_cv_current_localstatedir=/var
guix_cv_libgcrypt_libdir=
guix_cv_libgcrypt_usable_p=yes
guix_cv_libz_libdir=
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/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing aclocal-1.15'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing automake-1.15'
AWK='gawk'
BUILD_DAEMON_FALSE='#'
BUILD_DAEMON_OFFLOAD_FALSE='#'
BUILD_DAEMON_OFFLOAD_TRUE=''
BUILD_DAEMON_TRUE=''
BZIP2='/usr/bin/bzip2'
CAN_RUN_TESTS_FALSE='#'
CAN_RUN_TESTS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOT='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing dot'
DOT_USER_PROGRAM='/usr/bin/dot'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/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/jsynacek/rpmbuild/BUILD/guix-0.11.0/test-tmp'
GZIP='/usr/bin/gzip'
HAVE_EMACS_FALSE='#'
HAVE_EMACS_TRUE=''
HAVE_GUILE_JSON_FALSE='#'
HAVE_GUILE_JSON_TRUE=''
HELP2MAN='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_SRFI_37_FALSE=''
INSTALL_SRFI_37_TRUE='#'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
LIBGCRYPT='libgcrypt'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
LIBGCRYPT_LIBDIR='no'
LIBGCRYPT_LIBS='-lgcrypt'
LIBGCRYPT_PREFIX='no'
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBZ='libz'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/missing makeinfo'
MKDIR_P='/usr/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.11.0'
PACKAGE_TARNAME='guix'
PACKAGE_URL='http://www.gnu.org/software/guix/'
PACKAGE_VERSION='0.11.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/x86_64-redhat-linux-gnu-pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=':/usr/lib64/pkgconfig:/usr/share/pkgconfig'
POSUB='po'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_CFLAGS=''
SQLITE3_LIBS='-lsqlite3'
STRIP=''
USE_NLS='yes'
VERSION='0.11.0'
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=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bashcompletiondir='/usr/share/bash-completion/completions'
bindir='/usr/bin'
build='x86_64-redhat-linux-gnu'
build_alias='x86_64-redhat-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='redhat'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
emacsuidir='${prefix}/share/guile/site/2.0/guix/emacs'
exec_prefix='/usr'
guilemoduledir='${prefix}/share/guile/site/2.0'
guix_localstatedir='/var'
guix_sbindir='/usr/sbin'
guix_sysconfdir='/etc'
guix_system='x86_64-linux'
host='x86_64-redhat-linux-gnu'
host_alias='x86_64-redhat-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='redhat'
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
install_sh='${SHELL} /home/jsynacek/rpmbuild/BUILD/guix-0.11.0/build-aux/install-sh'
libdir='/usr/lib64'
libexecdir='/usr/libexec'
lispdir='/usr/share/emacs/site-lisp/guix'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='/usr/share/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s&^&&'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='/var/lib'
storedir='/gnu/store'
sysconfdir='/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Guix"
#define PACKAGE_TARNAME "guix"
#define PACKAGE_VERSION "0.11.0"
#define PACKAGE_STRING "GNU Guix 0.11.0"
#define PACKAGE_BUGREPORT "bug-guix@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/guix/"
#define PACKAGE "guix"
#define VERSION "0.11.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_BZLIB_H 1
#define NIX_VERSION "0.0.0"
#define SYSTEM "x86_64-linux"
#define HAVE_CHROOT 1
#define HAVE_UNSHARE 1
#define HAVE_SCHED_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_LUTIMES 1
#define HAVE_LCHOWN 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_STATVFS 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRSIGNAL 1
#define CAN_LINK_SYMLINK 1
#define HAVE_LOCALE 1
#define HAVE_SYS_PERSONALITY_H 1
#define HAVE_LINUX_FS_H 1
#define GUIX_SUBSTITUTE_URLS "https://mirror.hydra.gnu.org"
#define HAVE_DAEMON_OFFLOAD_HOOK 1

configure: exit 0

[-- Attachment #3: Makefile --]
[-- Type: application/octet-stream, Size: 232024 bytes --]

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

* Re: guix-0.11 help2man errors during compilation
  2016-08-06  7:31   ` Jan Synáček
@ 2016-08-06 13:23     ` Mathieu Lirzin
  0 siblings, 0 replies; 7+ messages in thread
From: Mathieu Lirzin @ 2016-08-06 13:23 UTC (permalink / raw)
  To: Jan Synáček; +Cc: guix-devel

Jan Synáček <jan.synacek@gmail.com> writes:

> On Fri, Aug 5, 2016 at 2:19 PM, Mathieu Lirzin <mthl@gnu.org> wrote:
>> Hello,
>>
>> Jan Synáček <jan.synacek@gmail.com> writes:
>>
>>> I'm getting strange errors:
>>>
>>> ...
>>> HELP2MAN doc/guix-daemon.1
>>> help2man: can't get `--help' info from guix-daemon
>>> Try `--no-discard-stderr' if option outputs to stderr
>>> WARNING: 'help2man' is missing on your system.
>>>          You should only need it if you modified a dependency of a man page.
>>>          You may want to install the GNU Help2man package:
>>>          <http://www.gnu.org/software/help2man/>
>>> Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
>>> make: [doc/guix-daemon.1] Error 127 (ignored)
>>> ...
>>>
>>> help2man *is* present on my system. Later on, more man pages in doc/
>>> are built just fine.

>> Are you building from the Git repository or the release tarball?
>
> I'm building from the 0.11 release tarball.

Humm, this is really weird.  Building from tarball is not supposed to
trigger rebuilding any of the manpages which are already included.

>> When you execute make again does it try to rebuild 'doc/guix-daemon.1'
>> if yes, does it succeed?
>
> It tries again but never succeeds.
>
> However, after rebooting my machine, I cannot reproduce this anymore...

bahhh... I will inspect what happens on Alex side then.

Thank you for the details.

-- 
Mathieu Lirzin

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

* Re: guix-0.11 help2man errors during compilation
  2016-08-06  2:02   ` Alex Vong
@ 2016-08-06 14:16     ` Mathieu Lirzin
  2016-08-08  8:13       ` Alex Vong
  0 siblings, 1 reply; 7+ messages in thread
From: Mathieu Lirzin @ 2016-08-06 14:16 UTC (permalink / raw)
  To: Alex Vong; +Cc: guix-devel

Alex Vong <alexvong1995@gmail.com> writes:

> Mathieu Lirzin <mthl@gnu.org> writes:
>
>> Hello,
>>
>> Jan Synáček <jan.synacek@gmail.com> writes:
>>
>>> I'm getting strange errors:
>>>
>>> ...
>>> HELP2MAN doc/guix-daemon.1
>>> help2man: can't get `--help' info from guix-daemon
>>> Try `--no-discard-stderr' if option outputs to stderr
>>> WARNING: 'help2man' is missing on your system.
>>>          You should only need it if you modified a dependency of a man page.
>>>          You may want to install the GNU Help2man package:
>>>          <http://www.gnu.org/software/help2man/>
>>> Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
>>> make: [doc/guix-daemon.1] Error 127 (ignored)
>>> ...
>>>
>>> help2man *is* present on my system. Later on, more man pages in doc/
>>> are built just fine.
>
> Hi, I get similar but not identical error from help2man when building
> from the git repo.
>
> [...]
>
> LANGUAGE= ./pre-inst-env /bin/bash /home/alexvong1995/scm/guix/build-aux/missing help2man --source=GNU --info-page=guix --output="doc/guix-daemon.1" `basename "doc/guix-daemon.1" .1`
> help2man: can't get `--version' info from guix-daemon
> Try `--no-discard-stderr' if option outputs to stderr
> Makefile:4892: recipe for target 'doc/guix-daemon.1' failed
> make[2]: [doc/guix-daemon.1] Error 64 (ignored)
> make[2]: Leaving directory '/home/alexvong1995/scm/guix'
> make[1]: Leaving directory '/home/alexvong1995/scm/guix'

[...]

> # config.log
>
> 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.11.0, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
>
>   $ ./configure --disable-silent-rules CFLAGS=-O2 -flto CXXFLAGS=-O2 -flto LDFLAGS=-O2 -flto
>

When testing with this configuration on my Debian testing system, the
build fails because guix-daemon fails to build due to "-flto" options.
I am using GCC 5.4.  I don't know anything about link time optimizations
so maybe I am overlooking something.

can you print the output of:

 ./pre-inst-env which guix-daemon

and

 ./pre-inst-env guix-daemon --version

Thanks.

-- 
Mathieu Lirzin

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

* Re: guix-0.11 help2man errors during compilation
  2016-08-06 14:16     ` Mathieu Lirzin
@ 2016-08-08  8:13       ` Alex Vong
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Vong @ 2016-08-08  8:13 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

Mathieu Lirzin <mthl@gnu.org> writes:

> Alex Vong <alexvong1995@gmail.com> writes:
>
>> Mathieu Lirzin <mthl@gnu.org> writes:
>>
>>> Hello,
>>>
>>> Jan Synáček <jan.synacek@gmail.com> writes:
>>>
>>>> I'm getting strange errors:
>>>>
>>>> ...
>>>> HELP2MAN doc/guix-daemon.1
>>>> help2man: can't get `--help' info from guix-daemon
>>>> Try `--no-discard-stderr' if option outputs to stderr
>>>> WARNING: 'help2man' is missing on your system.
>>>>          You should only need it if you modified a dependency of a man page.
>>>>          You may want to install the GNU Help2man package:
>>>>          <http://www.gnu.org/software/help2man/>
>>>> Makefile:4893: recipe for target 'doc/guix-daemon.1' failed
>>>> make: [doc/guix-daemon.1] Error 127 (ignored)
>>>> ...
>>>>
>>>> help2man *is* present on my system. Later on, more man pages in doc/
>>>> are built just fine.
>>
>> Hi, I get similar but not identical error from help2man when building
>> from the git repo.
>>
>> [...]
>>
>> LANGUAGE= ./pre-inst-env /bin/bash
>> /home/alexvong1995/scm/guix/build-aux/missing help2man --source=GNU
>> --info-page=guix --output="doc/guix-daemon.1" `basename
>> "doc/guix-daemon.1" .1`
>> help2man: can't get `--version' info from guix-daemon
>> Try `--no-discard-stderr' if option outputs to stderr
>> Makefile:4892: recipe for target 'doc/guix-daemon.1' failed
>> make[2]: [doc/guix-daemon.1] Error 64 (ignored)
>> make[2]: Leaving directory '/home/alexvong1995/scm/guix'
>> make[1]: Leaving directory '/home/alexvong1995/scm/guix'
>
> [...]
>
>> # config.log
>>
>> 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.11.0, which was
>> generated by GNU Autoconf 2.69.  Invocation command line was
>>
>>   $ ./configure --disable-silent-rules CFLAGS=-O2 -flto CXXFLAGS=-O2
>> -flto LDFLAGS=-O2 -flto
>>
>
> When testing with this configuration on my Debian testing system, the
> build fails because guix-daemon fails to build due to "-flto" options.
> I am using GCC 5.4.  I don't know anything about link time optimizations
> so maybe I am overlooking something.
>
Perhaps it is due to missing make flags? This commands works for me when
I run make:
  $ make AR=gcc-ar NM=gcc-nm RANLIB=gcc-ranlib

> can you print the output of:
>
>  ./pre-inst-env which guix-daemon
>
> and
>
>  ./pre-inst-env guix-daemon --version
>
> Thanks.

Sure.

  alexvong1995@debian:~/scm/guix$ ./pre-inst-env which guix-daemon
  /home/alexvong1995/scm/guix/guix-daemon

  alexvong1995@debian:~/scm/guix$ LC_ALL=C ./pre-inst-env guix-daemon --version
  guix-daemon: unrecognized option '--version'
  Try `guix-daemon --help' or `guix-daemon --usage' for more information.

Cheers,
Alex

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

end of thread, other threads:[~2016-08-08  8:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05  8:10 guix-0.11 help2man errors during compilation Jan Synáček
2016-08-05 12:19 ` Mathieu Lirzin
2016-08-06  2:02   ` Alex Vong
2016-08-06 14:16     ` Mathieu Lirzin
2016-08-08  8:13       ` Alex Vong
2016-08-06  7:31   ` Jan Synáček
2016-08-06 13:23     ` Mathieu Lirzin

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).