The build took 00h 00m 32s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
758 |
ansic |
71 |
sh |
47 |
makefile |
876 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: rote 0.2.8-5 (Wed Aug 24 13:09:44 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for initscr in -lncurses... yes
checking for forkpty in -lutil... yes
checking for memset... yes
checking for select... yes
checking for setenv... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for inline... inline
checking for pid_t... yes
checking return type of signal handlers... void
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rote-config
gcc -Wall -fPIC -MM inject_csi.c inject.c rote_keymap.c rote.c >.depends
gcc -Wall -fPIC -c -o inject_csi.o inject_csi.c
gcc -Wall -fPIC -c -o inject.o inject.c
gcc -Wall -fPIC -c -o rote_keymap.o rote_keymap.c
gcc -Wall -fPIC -c -o rote.o rote.c
gcc -Wall -fPIC -shared -o librote.so.0.2.8 -Wl,-soname=librote.so.0 inject_csi.o inject.o rote_keymap.o rote.o -lutil -lncurses
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /tmp/rote/pkg/rote/usr/include/rote
rm -f /tmp/rote/pkg/rote/usr/include/rote/*.h
cp rote.h /tmp/rote/pkg/rote/usr/include/rote
mkdir -p /tmp/rote/pkg/rote/usr/lib
cp librote.so.0.2.8 /tmp/rote/pkg/rote/usr/lib
cd /tmp/rote/pkg/rote/usr/lib && ln -sf librote.so.0.2.8 librote.so
cd /tmp/rote/pkg/rote/usr/lib && ln -sf librote.so.0.2.8 librote.so.0
chmod 755 rote-config
mkdir -p /tmp/rote/pkg/rote/usr/bin
cp -p rote-config /tmp/rote/pkg/rote/usr/bin
-----------------------------------------------------------
ROTE - Our Own Terminal Emulation Library v0.2.8
Include files installed at: /tmp/rote/pkg/rote/usr/include
Library files installed at: /tmp/rote/pkg/rote/usr/lib
rote-config executable : /tmp/rote/pkg/rote/usr/bin/rote-config
To find out what compiler arguments you should use to
compile programs that use rote, use the rote-config
program (make sure /tmp/rote/pkg/rote/usr/bin is in your path).
-----------------------------------------------------------
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "rote"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: rote 0.2.8-5 (Wed Aug 24 13:09:53 UTC 2016)
CMD: pacman --query --file rote-0.2.8-5-x86_64.pkg.tar.xz
Creating hybrid package for 'rote'
Trying to find vanilla package 'rote'...
CMD: pacman --query --file /mirror/rote-0.2.8-5.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/include/rote/rote.h
/usr/include/rote/roteprivate.h
/usr/lib/librote.so
/usr/lib/librote.so.0
/usr/lib/librote.so.0.2.8
/usr/bin/rote-config
/sysroot/usr/lib/librote.so.0.2.8
/sysroot/usr/lib/librote.so
/sysroot/usr/lib/librote.so.0
/sysroot/usr/include/rote/rote.h
/sysroot/usr/include/rote/roteprivate.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf rote.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/rote.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/rote.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/rote.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/rote/src/rote-0.2.8/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 rote configure 0.2.8, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = c50db3bc122b
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1313: checking for x86_64-unknown-linux-gcc
configure:1342: result: no
configure:1351: checking for gcc
configure:1367: found /usr/sbin/gcc
configure:1377: result: gcc
configure:1621: checking for C compiler version
configure:1624: gcc --version &5
gcc (GCC) 6.1.1 20160602
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:1627: $? = 0
configure:1629: gcc -v &5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:1632: $? = 0
configure:1634: gcc -V &5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1637: $? = 1
configure:1660: checking for C compiler default output file name
configure:1663: gcc conftest.c >&5
configure:1666: $? = 0
configure:1712: result: a.out
configure:1717: checking whether the C compiler works
configure:1723: ./a.out
configure:1726: $? = 0
configure:1743: result: yes
configure:1750: checking whether we are cross compiling
configure:1752: result: no
configure:1755: checking for suffix of executables
configure:1757: gcc -o conftest conftest.c >&5
configure:1760: $? = 0
configure:1785: result:
configure:1791: checking for suffix of object files
configure:1812: gcc -c conftest.c >&5
configure:1815: $? = 0
configure:1837: result: o
configure:1841: checking whether we are using the GNU C compiler
configure:1865: gcc -c conftest.c >&5
configure:1871: $? = 0
configure:1875: test -z
|| test ! -s conftest.err
configure:1878: $? = 0
configure:1881: test -s conftest.o
configure:1884: $? = 0
configure:1897: result: yes
configure:1903: checking whether gcc accepts -g
configure:1924: gcc -c -g conftest.c >&5
configure:1930: $? = 0
configure:1934: test -z
|| test ! -s conftest.err
configure:1937: $? = 0
configure:1940: test -s conftest.o
configure:1943: $? = 0
configure:1954: result: yes
configure:1971: checking for gcc option to accept ANSI C
configure:2041: gcc -c conftest.c >&5
configure:2047: $? = 0
configure:2051: test -z
|| test ! -s conftest.err
configure:2054: $? = 0
configure:2057: test -s conftest.o
configure:2060: $? = 0
configure:2078: result: none needed
configure:2096: gcc -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2102: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2242: checking how to run the C preprocessor
configure:2277: gcc -E conftest.c
configure:2283: $? = 0
configure:2315: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:2321: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "rote"
| #define PACKAGE_TARNAME "rote"
| #define PACKAGE_VERSION "0.2.8"
| #define PACKAGE_STRING "rote 0.2.8"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include
configure:2360: result: gcc -E
configure:2384: gcc -E conftest.c
configure:2390: $? = 0
configure:2422: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:2428: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "rote"
| #define PACKAGE_TARNAME "rote"
| #define PACKAGE_VERSION "0.2.8"
| #define PACKAGE_STRING "rote 0.2.8"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include
configure:2472: checking for egrep
configure:2482: result: grep -E
configure:2487: checking for ANSI C header files
configure:2512: gcc -c conftest.c >&5
configure:2518: $? = 0
configure:2522: test -z
|| test ! -s conftest.err
configure:2525: $? = 0
configure:2528: test -s conftest.o
configure:2531: $? = 0
configure:2620: gcc -o conftest conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(2);
^~~~
conftest.c:26:7: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:26:7: note: include '' or provide a declaration of 'exit'
conftest.c:27:3: warning: incompatible implicit declaration of built-in function 'exit'
exit (0);
^~~~
conftest.c:27:3: note: include '' or provide a declaration of 'exit'
configure:2623: $? = 0
configure:2625: ./conftest
configure:2628: $? = 0
configure:2643: result: yes
configure:2667: checking for sys/types.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for sys/stat.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for stdlib.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for string.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for memory.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for strings.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for inttypes.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for stdint.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2667: checking for unistd.h
configure:2683: gcc -c conftest.c >&5
configure:2689: $? = 0
configure:2693: test -z
|| test ! -s conftest.err
configure:2696: $? = 0
configure:2699: test -s conftest.o
configure:2702: $? = 0
configure:2713: result: yes
configure:2725: checking for stdbool.h that conforms to C99
configure:2778: gcc -c conftest.c >&5
conftest.c:45:2: warning: variably modified 'd' at file scope
char d[(bool) -0.5 == true ? 1 : -1];
^~~~
conftest.c:47:2: warning: variably modified 'f' at file scope
char f[(_Bool) -0.0 == false ? 1 : -1];
^~~~
configure:2784: $? = 0
configure:2788: test -z
|| test ! -s conftest.err
configure:2791: $? = 0
configure:2794: test -s conftest.o
configure:2797: $? = 0
configure:2808: result: yes
configure:2810: checking for _Bool
configure:2834: gcc -c conftest.c >&5
configure:2840: $? = 0
configure:2844: test -z
|| test ! -s conftest.err
configure:2847: $? = 0
configure:2850: test -s conftest.o
configure:2853: $? = 0
configure:2864: result: yes
configure:2891: checking for sys/types.h
configure:2896: result: yes
configure:2891: checking for unistd.h
configure:2896: result: yes
configure:2891: checking for stdlib.h
configure:2896: result: yes
configure:2891: checking for string.h
configure:2896: result: yes
configure:3038: checking for initscr in -lncurses
configure:3068: gcc -o conftest conftest.c -lncurses >&5
configure:3074: $? = 0
configure:3078: test -z
|| test ! -s conftest.err
configure:3081: $? = 0
configure:3084: test -s conftest
configure:3087: $? = 0
configure:3100: result: yes
configure:3116: checking for forkpty in -lutil
configure:3146: gcc -o conftest conftest.c -lutil -lncurses >&5
configure:3152: $? = 0
configure:3156: test -z
|| test ! -s conftest.err
configure:3159: $? = 0
configure:3162: test -s conftest
configure:3165: $? = 0
configure:3178: result: yes
configure:3200: checking for memset
configure:3257: gcc -o conftest conftest.c -lutil -lncurses >&5
conftest.c:51:6: warning: conflicting types for built-in function 'memset'
char memset ();
^~~~~~
configure:3263: $? = 0
configure:3267: test -z
|| test ! -s conftest.err
configure:3270: $? = 0
configure:3273: test -s conftest
configure:3276: $? = 0
configure:3288: result: yes
configure:3200: checking for select
configure:3257: gcc -o conftest conftest.c -lutil -lncurses >&5
configure:3263: $? = 0
configure:3267: test -z
|| test ! -s conftest.err
configure:3270: $? = 0
configure:3273: test -s conftest
configure:3276: $? = 0
configure:3288: result: yes
configure:3200: checking for setenv
configure:3257: gcc -o conftest conftest.c -lutil -lncurses >&5
configure:3263: $? = 0
configure:3267: test -z
|| test ! -s conftest.err
configure:3270: $? = 0
configure:3273: test -s conftest
configure:3276: $? = 0
configure:3288: result: yes
configure:3303: checking for stdlib.h
configure:3308: result: yes
configure:3448: checking for GNU libc compatible malloc
configure:3477: gcc -o conftest conftest.c -lutil -lncurses >&5
configure:3480: $? = 0
configure:3482: ./conftest
configure:3485: $? = 0
configure:3499: result: yes
configure:3544: checking sys/select.h usability
configure:3556: gcc -c conftest.c >&5
configure:3562: $? = 0
configure:3566: test -z
|| test ! -s conftest.err
configure:3569: $? = 0
configure:3572: test -s conftest.o
configure:3575: $? = 0
configure:3585: result: yes
configure:3589: checking sys/select.h presence
configure:3599: gcc -E conftest.c
configure:3605: $? = 0
configure:3625: result: yes
configure:3660: checking for sys/select.h
configure:3667: result: yes
configure:3544: checking sys/socket.h usability
configure:3556: gcc -c conftest.c >&5
configure:3562: $? = 0
configure:3566: test -z
|| test ! -s conftest.err
configure:3569: $? = 0
configure:3572: test -s conftest.o
configure:3575: $? = 0
configure:3585: result: yes
configure:3589: checking sys/socket.h presence
configure:3599: gcc -E conftest.c
configure:3605: $? = 0
configure:3625: result: yes
configure:3660: checking for sys/socket.h
configure:3667: result: yes
configure:3680: checking types of arguments for select
configure:3713: gcc -c conftest.c >&5
configure:3719: $? = 0
configure:3723: test -z
|| test ! -s conftest.err
configure:3726: $? = 0
configure:3729: test -s conftest.o
configure:3732: $? = 0
configure:3748: result: int,fd_set *,struct timeval *
configure:3772: checking for an ANSI C-conforming const
configure:3839: gcc -c conftest.c >&5
configure:3845: $? = 0
configure:3849: test -z
|| test ! -s conftest.err
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3879: checking whether time.h and sys/time.h may both be included
configure:3904: gcc -c conftest.c >&5
configure:3910: $? = 0
configure:3914: test -z
|| test ! -s conftest.err
configure:3917: $? = 0
configure:3920: test -s conftest.o
configure:3923: $? = 0
configure:3934: result: yes
configure:3944: checking for inline
configure:3965: gcc -c conftest.c >&5
configure:3971: $? = 0
configure:3975: test -z
|| test ! -s conftest.err
configure:3978: $? = 0
configure:3981: test -s conftest.o
configure:3984: $? = 0
configure:3996: result: inline
configure:4015: checking for pid_t
configure:4039: gcc -c conftest.c >&5
configure:4045: $? = 0
configure:4049: test -z
|| test ! -s conftest.err
configure:4052: $? = 0
configure:4055: test -s conftest.o
configure:4058: $? = 0
configure:4069: result: yes
configure:4081: checking return type of signal handlers
configure:4112: gcc -c conftest.c >&5
configure:4118: $? = 0
configure:4122: test -z
|| test ! -s conftest.err
configure:4125: $? = 0
configure:4128: test -s conftest.o
configure:4131: $? = 0
configure:4142: result: void
configure:4279: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by rote config.status 0.2.8, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on c50db3bc122b
config.status:634: creating Makefile
config.status:634: creating rote-config
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setenv=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_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_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_ncurses_initscr=yes
ac_cv_lib_util_forkpty=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_type__Bool=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"rote\" -DPACKAGE_TARNAME=\"rote\" -DPACKAGE_VERSION=\"0.2.8\" -DPACKAGE_STRING=\"rote\ 0.2.8\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_LIBNCURSES=1 -DHAVE_LIBUTIL=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SETENV=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS='-lutil -lncurses '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='rote'
PACKAGE_STRING='rote 0.2.8'
PACKAGE_TARNAME='rote'
PACKAGE_VERSION='0.2.8'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_INTTYPES_H 1
#define HAVE_LIBNCURSES 1
#define HAVE_LIBUTIL 1
#define HAVE_MALLOC 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "rote"
#define PACKAGE_STRING "rote 0.2.8"
#define PACKAGE_TARNAME "rote"
#define PACKAGE_VERSION "0.2.8"
#define RETSIGTYPE void
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
configure: exit 0