[BRLTTY] Cannot build brltty with xw

Christoph-Simon Senjak christoph.senjak at googlemail.com
Sat Sep 17 10:55:14 EDT 2016


Hi.

The default nixos package for brltty does not include xw. I wanted to 
patch the package (brltty-5.2), and before that, I tried it out. (Since 
it is nixos, the detected package paths are long.)

I ran ./configure --with-braille-driver=xw and get the error

configure: error: unknown braille driver: xw

I found 
http://brltty.mielke.narkive.com/QQX4ZLT3/testing-brltty-with-out-a-refreshable-display, 
but libXaw is installed.

I attached the config.log.

Best Regards,
Christoph-Simon Senjak
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by BRLTTY configure 5.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-braille-driver=xw

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

hostname = x220
uname -m = x86_64
uname -r = 4.4.18
uname -s = Linux
uname -v = #1-NixOS SMP Tue Aug 16 07:31:54 UTC 2016

/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: /nix/store/f56b7gj83m9w5a8cjbmp6bczcsinjk6v-wget-1.17.1/bin
PATH: /nix/store/9srabrkss2srkghmss1cq2wcwpp4d3nk-patchelf-0.9/bin
PATH: /nix/store/z2i4zh64b1ki9zxis5zgf7adddw8pad3-paxctl-0.9/bin
PATH: /nix/store/m0pbxxvs7zz4ixk4sxyq9shwazpd3kwq-gcc-wrapper-5.3.0/bin
PATH: /nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin
PATH: /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/bin
PATH: /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/bin
PATH: /nix/store/w8vzn0lsahbd9sfh0v30x65qwq6xrpa8-coreutils-8.25/bin
PATH: /nix/store/w8vzn0lsahbd9sfh0v30x65qwq6xrpa8-coreutils-8.25/bin
PATH: /nix/store/l65knk24c08q0lwdcf0yyh7x6l5shhqj-findutils-4.4.2/bin
PATH: /nix/store/0c80aywsq3kxifpp10mgm4a4rn7dkny1-diffutils-3.3/bin
PATH: /nix/store/25lv2pv9c6nlzcxhh4kcln406rnh991q-gnused-4.2.2/bin
PATH: /nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin
PATH: /nix/store/raza8n6f2d65njscffjaj2sgm3j0s5ys-gawk-4.1.3/bin
PATH: /nix/store/j0iqb8qz273xw7xynlx25s0zbr7y2853-gnutar-1.28/bin
PATH: /nix/store/78i3ia55aq3hbb5gjyz7mmarnb8q1xkk-gzip-1.6/bin
PATH: /nix/store/rm9fycfaprdr0zmkssmb5rg1g59w82lp-bzip2-1.0.6/bin
PATH: /nix/store/x6x1fl9qz7ss4f3l6csxvgryyvh5gz1z-gnumake-4.1/bin
PATH: /nix/store/i7hx6w6zy3bv53f2xm1r23ya8qbzn4is-bash-4.3-p42/bin
PATH: /nix/store/89pbrd7mgdd7dz7a0f85qb5l4i6hb8nf-patch-2.7.5/bin
PATH: /nix/store/6w0wrgc9yvzk0lncc6wxpdixdmqspp3f-xz-5.2.2/bin


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

configure:3225: checking build system type
configure:3239: result: x86_64-unknown-linux-gnu
configure:3259: checking host system type
configure:3272: result: x86_64-unknown-linux-gnu
configure:3292: checking target system type
configure:3305: result: x86_64-unknown-linux-gnu
configure:3735: checking whether make sets $(MAKE)
configure:3757: result: yes
configure:3815: checking for gcc
configure:3842: result: gcc
configure:4071: checking for C compiler version
configure:4080: gcc --version >&5
gcc (GCC) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4091: $? = 0
configure:4080: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/bin/gcc
COLLECT_LTO_WRAPPER=/nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
gcc version 5.3.0 (GCC) 
configure:4091: $? = 0
configure:4080: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4091: $? = 1
configure:4080: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4091: $? = 1
configure:4111: checking whether the C compiler works
configure:4133: gcc    conftest.c  >&5
configure:4137: $? = 0
configure:4185: result: yes
configure:4188: checking for C compiler default output file name
configure:4190: result: a.out
configure:4196: checking for suffix of executables
configure:4203: gcc -o conftest    conftest.c  >&5
configure:4207: $? = 0
configure:4229: result: 
configure:4251: checking whether we are cross compiling
configure:4259: gcc -o conftest    conftest.c  >&5
configure:4263: $? = 0
configure:4270: ./conftest
configure:4274: $? = 0
configure:4289: result: no
configure:4294: checking for suffix of object files
configure:4316: gcc -c   conftest.c >&5
configure:4320: $? = 0
configure:4341: result: o
configure:4345: checking whether we are using the GNU C compiler
configure:4364: gcc -c   conftest.c >&5
configure:4364: $? = 0
configure:4373: result: yes
configure:4382: checking whether gcc accepts -g
configure:4402: gcc -c -g  conftest.c >&5
configure:4402: $? = 0
configure:4443: result: yes
configure:4460: checking for gcc option to accept ISO C89
configure:4523: gcc  -c -g -O2  conftest.c >&5
configure:4523: $? = 0
configure:4536: result: none needed
configure:4761: checking for C++ compiler version
configure:4770: g++ --version >&5
g++ (GCC) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4781: $? = 0
configure:4770: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/bin/g++
COLLECT_LTO_WRAPPER=/nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: 
Thread model: posix
gcc version 5.3.0 (GCC) 
configure:4781: $? = 0
configure:4770: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4781: $? = 1
configure:4770: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4781: $? = 1
configure:4785: checking whether we are using the GNU C++ compiler
configure:4804: g++ -c   conftest.cpp >&5
configure:4804: $? = 0
configure:4813: result: yes
configure:4822: checking whether g++ accepts -g
configure:4842: g++ -c -g  conftest.cpp >&5
configure:4842: $? = 0
configure:4883: result: yes
configure:5047: checking for ld
configure:5065: found /nix/store/m0pbxxvs7zz4ixk4sxyq9shwazpd3kwq-gcc-wrapper-5.3.0/bin/ld
configure:5077: result: /nix/store/m0pbxxvs7zz4ixk4sxyq9shwazpd3kwq-gcc-wrapper-5.3.0/bin/ld
configure:5145: checking for strip
configure:5163: found /nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/strip
configure:5175: result: /nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/strip
configure:5243: checking for ranlib
configure:5261: found /nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/ranlib
configure:5273: result: /nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/ranlib
configure:5300: checking for gawk
configure:5316: found /nix/store/raza8n6f2d65njscffjaj2sgm3j0s5ys-gawk-4.1.3/bin/gawk
configure:5327: result: gawk
configure:5338: checking whether ln -s works
configure:5342: result: yes
configure:5352: checking for pkg-config
configure:5383: result: false
configure:5394: checking for msgmerge
configure:5425: result: false
configure:5435: checking for msgfmt
configure:5466: result: false
configure:5477: checking for linuxdoc
configure:5508: result: false
configure:5518: checking for doxygen
configure:5549: result: false
configure:5667: checking for a BSD-compatible install
configure:5735: result: /nix/store/w8vzn0lsahbd9sfh0v30x65qwq6xrpa8-coreutils-8.25/bin/install -c
configure:5757: checking for make relocatable object command
configure:5769: result: $(LD) -r -o
configure:5774: checking for loadable module creation command
configure:5819: result: $(CC) -shared  -o
configure:5824: checking for dynamic library creation command
configure:5877: result: $(CC) -shared -Wl,-soname,<name> -o
configure:5882: checking for configure shared object directory command
configure:5897: result: /sbin/ldconfig -n
configure:6225: checking for library containing socket
configure:6256: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c  >&5
configure:6256: $? = 0
configure:6273: result: none required
configure:6281: checking for library containing inet_ntoa
configure:6312: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c  >&5
configure:6312: $? = 0
configure:6329: result: none required
configure:6346: checking how to run the C preprocessor
configure:6377: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:33:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6377: $? = 0
configure:6391: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:32:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6416: result: gcc -E
configure:6436: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:33:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6436: $? = 0
configure:6450: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:32:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:6450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6479: checking for grep that handles long lines and -e
configure:6537: result: /nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin/grep
configure:6542: checking for egrep
configure:6604: result: /nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin/grep -E
configure:6609: checking for ANSI C header files
configure:6629: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdlib.h:24:0,
                 from conftest.c:32:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6629: $? = 0
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/string.h:25:0,
                 from conftest.c:32:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdlib.h:24:0,
                 from conftest.c:32:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6702: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/ctype.h:25:0,
                 from conftest.c:32:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6702: $? = 0
configure:6702: ./conftest
configure:6702: $? = 0
configure:6713: result: yes
configure:6726: checking for sys/types.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:33:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for sys/stat.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:34:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for stdlib.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:35:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for string.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:36:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for memory.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:37:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for strings.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:38:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for inttypes.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:39:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for stdint.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:40:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6726: checking for unistd.h
configure:6726: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:41:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6726: $? = 0
configure:6726: result: yes
configure:6823: checking for wcslen
configure:6823: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:52:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6823: $? = 0
configure:6823: result: yes
configure:6827: checking wchar.h usability
configure:6827: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:42:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6827: $? = 0
configure:6827: result: yes
configure:6827: checking wchar.h presence
configure:6827: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/wchar.h:27:0,
                 from conftest.c:42:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6827: $? = 0
configure:6827: result: yes
configure:6827: checking for wchar.h
configure:6827: result: yes
configure:6834: checking for wcwidth
configure:6834: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:53:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6834: $? = 0
configure:6834: result: yes
configure:6942: checking iconv.h usability
configure:6942: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:44:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking iconv.h presence
configure:6942: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/iconv.h:21:0,
                 from conftest.c:44:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:6942: $? = 0
configure:6942: result: yes
configure:6942: checking for iconv.h
configure:6942: result: yes
configure:6948: checking for main in -liconv
configure:6967: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -liconv   >&5
/nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/ld: cannot find -liconv
collect2: error: ld returned 1 exit status
configure:6967: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:6976: result: no
configure:6999: checking if pthreads are available
configure:7012: checking pthread.h usability
configure:7012: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:45:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:7012: $? = 0
configure:7012: result: yes
configure:7012: checking pthread.h presence
configure:7012: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/pthread.h:21:0,
                 from conftest.c:45:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:7012: $? = 0
configure:7012: result: yes
configure:7012: checking for pthread.h
configure:7012: result: yes
configure:7128: checking for library containing pthread_create
configure:7159: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c  >&5
/run/user/1000/ccWR9x1p.o: In function `main':
/home/christoph/software/brltty/brltty-5.2/conftest.c:56: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:7159: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:7159: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread   >&5
configure:7159: $? = 0
configure:7176: result: -lpthread
configure:7193: result: yes
configure:7386: checking for javac
configure:7419: result: no
configure:7430: checking for javac
configure:7463: result: no
configure:7474: checking for gcj
configure:7507: result: no
configure:7768: WARNING: Java compiler not found
configure:7778: WARNING: Java BrlAPI bindings not included
configure:7916: checking for ocamlc
configure:7944: result: no
configure:7953: WARNING: Cannot find ocamlc.
configure:8276: WARNING: OCaml BrlAPI bindings not included
configure:8336: checking for python
configure:8369: result: no
configure:8376: WARNING: Python interpreter not found
configure:8476: checking for cython
configure:8509: result: no
configure:8519: WARNING: Cython compiler not found
configure:8543: WARNING: Python BrlAPI bindings not included
configure:8639: WARNING: Tcl configuration script not found: tclConfig.sh
configure:8727: WARNING: Tcl packages directory not found
configure:8741: WARNING: Tcl BrlAPI bindings not included
configure:8806: checking which curses package to use
configure:8859: checking for ncursesw/ncurses.h
configure:8859: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:48:30: fatal error: ncursesw/ncurses.h: No such file or directory
compilation terminated.
configure:8859: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <ncursesw/ncurses.h>
configure:8859: result: no
configure:8859: checking for curses.h
configure:8859: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:48:20: fatal error: curses.h: No such file or directory
compilation terminated.
configure:8859: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <curses.h>
configure:8859: result: no
configure:8859: checking for ncurses.h
configure:8859: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:48:21: fatal error: ncurses.h: No such file or directory
compilation terminated.
configure:8859: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <ncurses.h>
configure:8859: result: no
configure:8859: checking for curses.h
configure:8859: result: no
configure:8859: checking for curses.h
configure:8859: result: no
configure:8859: checking for curses.h
configure:8859: result: no
configure:8920: result: 
configure:9349: checking for time
configure:9349: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:58:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9349: $? = 0
configure:9349: result: yes
configure:9349: checking for gettimeofday
configure:9349: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:59:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9349: $? = 0
configure:9349: result: yes
configure:9349: checking for nanosleep
configure:9349: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:60:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9349: $? = 0
configure:9349: result: yes
configure:9359: checking whether clock_gettime is declared
configure:9359: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/time.h:27:0,
                 from conftest.c:52:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9359: $? = 0
configure:9359: result: yes
configure:9364: checking for library containing clock_gettime
configure:9395: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
configure:9395: $? = 0
configure:9412: result: none required
configure:9430: checking whether pthread_getname_np is declared
configure:9430: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/pthread.h:21:0,
                 from conftest.c:53:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9430: $? = 0
configure:9430: result: yes
configure:9435: checking for library containing pthread_getname_np
configure:9466: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
configure:9466: $? = 0
configure:9483: result: none required
configure:9502: checking whether localtime_r is declared
configure:9502: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/time.h:27:0,
                 from conftest.c:53:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9502: $? = 0
configure:9502: result: yes
configure:9519: checking sys/poll.h usability
configure:9519: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:54:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9519: $? = 0
configure:9519: result: yes
configure:9519: checking sys/poll.h presence
configure:9519: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/poll.h:22:0,
                 from conftest.c:54:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9519: $? = 0
configure:9519: result: yes
configure:9519: checking for sys/poll.h
configure:9519: result: yes
configure:9519: checking sys/select.h usability
configure:9519: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:55:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9519: $? = 0
configure:9519: result: yes
configure:9519: checking sys/select.h presence
configure:9519: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/select.h:24:0,
                 from conftest.c:55:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9519: $? = 0
configure:9519: result: yes
configure:9519: checking for sys/select.h
configure:9519: result: yes
configure:9519: checking sys/wait.h usability
configure:9519: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:56:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9519: $? = 0
configure:9519: result: yes
configure:9519: checking sys/wait.h presence
configure:9519: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/wait.h:25:0,
                 from conftest.c:56:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9519: $? = 0
configure:9519: result: yes
configure:9519: checking for sys/wait.h
configure:9519: result: yes
configure:9531: checking for select
configure:9531: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:67:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9531: $? = 0
configure:9531: result: yes
configure:9543: checking signal.h usability
configure:9543: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:58:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9543: $? = 0
configure:9543: result: yes
configure:9543: checking signal.h presence
configure:9543: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/signal.h:28:0,
                 from conftest.c:58:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9543: $? = 0
configure:9543: result: yes
configure:9543: checking for signal.h
configure:9543: result: yes
configure:9555: checking for sigaction
configure:9555: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:69:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9555: $? = 0
configure:9555: result: yes
configure:9568: checking alloca.h usability
configure:9568: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:60:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking alloca.h presence
configure:9568: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/alloca.h:21:0,
                 from conftest.c:60:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking for alloca.h
configure:9568: result: yes
configure:9568: checking getopt.h usability
configure:9568: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:61:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking getopt.h presence
configure:9568: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/ctype.h:25:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/getopt.h:33,
                 from conftest.c:61:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking for getopt.h
configure:9568: result: yes
configure:9568: checking glob.h usability
configure:9568: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:62:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking glob.h presence
configure:9568: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/cdefs.h:23:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/glob.h:21,
                 from conftest.c:62:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking for glob.h
configure:9568: result: yes
configure:9568: checking langinfo.h usability
configure:9568: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:63:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking langinfo.h presence
configure:9568: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/nl_types.h:21:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/langinfo.h:23,
                 from conftest.c:63:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking for langinfo.h
configure:9568: result: yes
configure:9568: checking regex.h usability
configure:9568: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:64:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking regex.h presence
configure:9568: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/types.h:25:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/regex.h:23,
                 from conftest.c:64:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking for regex.h
configure:9568: result: yes
configure:9568: checking syslog.h usability
configure:9568: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:65:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking syslog.h presence
configure:9568: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/syslog.h:35:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/syslog.h:1,
                 from conftest.c:65:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9568: $? = 0
configure:9568: result: yes
configure:9568: checking for syslog.h
configure:9568: result: yes
configure:9581: checking sys/file.h usability
configure:9581: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:66:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9581: $? = 0
configure:9581: result: yes
configure:9581: checking sys/file.h presence
configure:9581: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/file.h:21:0,
                 from conftest.c:66:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9581: $? = 0
configure:9581: result: yes
configure:9581: checking for sys/file.h
configure:9581: result: yes
configure:9581: checking sys/socket.h usability
configure:9581: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:67:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9581: $? = 0
configure:9581: result: yes
configure:9581: checking sys/socket.h presence
configure:9581: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/socket.h:22:0,
                 from conftest.c:67:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9581: $? = 0
configure:9581: result: yes
configure:9581: checking for sys/socket.h
configure:9581: result: yes
configure:9594: checking pwd.h usability
configure:9594: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:68:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9594: $? = 0
configure:9594: result: yes
configure:9594: checking pwd.h presence
configure:9594: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/pwd.h:25:0,
                 from conftest.c:68:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9594: $? = 0
configure:9594: result: yes
configure:9594: checking for pwd.h
configure:9594: result: yes
configure:9594: checking grp.h usability
configure:9594: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:69:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9594: $? = 0
configure:9594: result: yes
configure:9594: checking grp.h presence
configure:9594: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/grp.h:25:0,
                 from conftest.c:69:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9594: $? = 0
configure:9594: result: yes
configure:9594: checking for grp.h
configure:9594: result: yes
configure:9607: checking sys/io.h usability
configure:9607: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:70:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9607: $? = 0
configure:9607: result: yes
configure:9607: checking sys/io.h presence
configure:9607: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/io.h:21:0,
                 from conftest.c:70:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9607: $? = 0
configure:9607: result: yes
configure:9607: checking for sys/io.h
configure:9607: result: yes
configure:9607: checking sys/modem.h usability
configure:9607: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:71:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c:104:23: fatal error: sys/modem.h: No such file or directory
compilation terminated.
configure:9607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_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 <sys/modem.h>
configure:9607: result: no
configure:9607: checking sys/modem.h presence
configure:9607: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:71:23: fatal error: sys/modem.h: No such file or directory
compilation terminated.
configure:9607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <sys/modem.h>
configure:9607: result: no
configure:9607: checking for sys/modem.h
configure:9607: result: no
configure:9607: checking machine/speaker.h usability
configure:9607: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:71:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c:104:29: fatal error: machine/speaker.h: No such file or directory
compilation terminated.
configure:9607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_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 <machine/speaker.h>
configure:9607: result: no
configure:9607: checking machine/speaker.h presence
configure:9607: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:71:29: fatal error: machine/speaker.h: No such file or directory
compilation terminated.
configure:9607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <machine/speaker.h>
configure:9607: result: no
configure:9607: checking for machine/speaker.h
configure:9607: result: no
configure:9607: checking dev/speaker/speaker.h usability
configure:9607: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:71:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c:104:33: fatal error: dev/speaker/speaker.h: No such file or directory
compilation terminated.
configure:9607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_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 <dev/speaker/speaker.h>
configure:9607: result: no
configure:9607: checking dev/speaker/speaker.h presence
configure:9607: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:71:33: fatal error: dev/speaker/speaker.h: No such file or directory
compilation terminated.
configure:9607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <dev/speaker/speaker.h>
configure:9607: result: no
configure:9607: checking for dev/speaker/speaker.h
configure:9607: result: no
configure:9607: checking linux/vt.h usability
configure:9607: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:71:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9607: $? = 0
configure:9607: result: yes
configure:9607: checking linux/vt.h presence
configure:9607: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
configure:9607: $? = 0
configure:9607: result: yes
configure:9607: checking for linux/vt.h
configure:9607: result: yes
configure:9619: checking sdkddkver.h usability
configure:9619: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:72:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c:105:23: fatal error: sdkddkver.h: No such file or directory
compilation terminated.
configure:9619: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_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 <sdkddkver.h>
configure:9619: result: no
configure:9619: checking sdkddkver.h presence
configure:9619: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:72:23: fatal error: sdkddkver.h: No such file or directory
compilation terminated.
configure:9619: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| /* end confdefs.h.  */
| #include <sdkddkver.h>
configure:9619: result: no
configure:9619: checking for sdkddkver.h
configure:9619: result: no
configure:9632: checking linux/input.h usability
configure:9632: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:72:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9632: $? = 0
configure:9632: result: yes
configure:9632: checking linux/input.h presence
configure:9632: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/time.h:21:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/linux/input.h:12,
                 from conftest.c:72:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9632: $? = 0
configure:9632: result: yes
configure:9632: checking for linux/input.h
configure:9632: result: yes
configure:9640: checking for linux/uinput.h
configure:9640: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/time.h:21:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/linux/input.h:12,
                 from conftest.c:74:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9640: $? = 0
configure:9640: result: yes
configure:9661: checking for getopt_long
configure:9661: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:84:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9661: $? = 0
configure:9661: result: yes
configure:9661: checking for hstrerror
configure:9661: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:85:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9661: $? = 0
configure:9661: result: yes
configure:9661: checking for realpath
configure:9661: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:86:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9661: $? = 0
configure:9661: result: yes
configure:9661: checking for vsyslog
configure:9661: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:87:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9661: $? = 0
configure:9661: result: yes
configure:9672: checking for pause
configure:9672: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:88:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9672: $? = 0
configure:9672: result: yes
configure:9684: checking for fchdir
configure:9684: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:89:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9684: $? = 0
configure:9684: result: yes
configure:9684: checking for fchmod
configure:9684: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:90:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9684: $? = 0
configure:9684: result: yes
configure:9696: checking for shmget
configure:9696: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:91:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9696: $? = 0
configure:9696: result: yes
configure:9696: checking for shm_open
configure:9696: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:92:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
/run/user/1000/ccai0D0g.o: In function `main':
/home/christoph/software/brltty/brltty-5.2/conftest.c:116: undefined reference to `shm_open'
collect2: error: ld returned 1 exit status
configure:9696: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| /* end confdefs.h.  */
| /* Define shm_open to an innocuous variant, in case <limits.h> declares shm_open.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shm_open innocuous_shm_open
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shm_open (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shm_open
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shm_open || defined __stub___shm_open
| choke me
| #endif
| 
| int
| main ()
| {
| return shm_open ();
|   ;
|   return 0;
| }
configure:9696: result: no
configure:9708: checking for getpeereid
configure:9708: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:92:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
/run/user/1000/ccBlW7pm.o: In function `main':
/home/christoph/software/brltty/brltty-5.2/conftest.c:116: undefined reference to `getpeereid'
collect2: error: ld returned 1 exit status
configure:9708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| /* end confdefs.h.  */
| /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeereid innocuous_getpeereid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeereid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeereid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeereid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpeereid || defined __stub___getpeereid
| choke me
| #endif
| 
| int
| main ()
| {
| return getpeereid ();
|   ;
|   return 0;
| }
configure:9708: result: no
configure:9708: checking for getpeerucred
configure:9708: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:92:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
/run/user/1000/cc9shF5q.o: In function `main':
/home/christoph/software/brltty/brltty-5.2/conftest.c:116: undefined reference to `getpeerucred'
collect2: error: ld returned 1 exit status
configure:9708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| /* end confdefs.h.  */
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeerucred innocuous_getpeerucred
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeerucred (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeerucred
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeerucred ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpeerucred || defined __stub___getpeerucred
| choke me
| #endif
| 
| int
| main ()
| {
| return getpeerucred ();
|   ;
|   return 0;
| }
configure:9708: result: no
configure:9708: checking for getzoneid
configure:9708: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:92:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
/run/user/1000/ccf2Q2Bv.o: In function `main':
/home/christoph/software/brltty/brltty-5.2/conftest.c:116: undefined reference to `getzoneid'
collect2: error: ld returned 1 exit status
configure:9708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| /* end confdefs.h.  */
| /* Define getzoneid to an innocuous variant, in case <limits.h> declares getzoneid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getzoneid innocuous_getzoneid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getzoneid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getzoneid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getzoneid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getzoneid || defined __stub___getzoneid
| choke me
| #endif
| 
| int
| main ()
| {
| return getzoneid ();
|   ;
|   return 0;
| }
configure:9708: result: no
configure:9720: checking for mempcpy
configure:9720: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:92:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c:105:6: warning: conflicting types for built-in function 'mempcpy'
 char mempcpy ();
      ^
configure:9720: $? = 0
configure:9720: result: yes
configure:9720: checking for wmempcpy
configure:9720: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:93:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9720: $? = 0
configure:9720: result: yes
configure:9883: checking for gai_strerror
configure:9883: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:94:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9883: $? = 0
configure:9883: result: yes
configure:9883: checking for getaddrinfo
configure:9883: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:95:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9883: $? = 0
configure:9883: result: yes
configure:9883: checking for getnameinfo
configure:9883: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:96:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9883: $? = 0
configure:9883: result: yes
configure:9899: checking size of wchar_t
configure:9904: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/wchar.h:27:0,
                 from conftest.c:88:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:9904: $? = 0
configure:9904: ./conftest
configure:9904: $? = 0
configure:9921: result: 4
configure:9945: checking whether byte ordering is bigendian
configure:9960: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
conftest.c:91:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:91:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:91:15: error: unknown type name 'universal'
configure:9960: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_WCHAR_T_STR "4"
| #define HAVE_POSIX_THREADS 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:10005: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/types.h:25:0,
                 from conftest.c:90:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:10005: $? = 0
configure:10023: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/sys/types.h:25:0,
                 from conftest.c:90:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c: In function 'main':
conftest.c:97:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:97:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:10023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_WCHAR_T_STR "4"
| #define HAVE_POSIX_THREADS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:10151: result: no
configure:10169: checking for an ANSI C-conforming const
configure:10235: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
configure:10235: $? = 0
configure:10242: result: yes
configure:10250: checking for inline
configure:10266: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
configure:10266: $? = 0
configure:10274: result: inline
configure:10295: checking if the compiler understands the __alignof__ operator
configure:10314: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
configure:10314: $? = 0
configure:10321: result: yes
configure:10330: checking if the compiler understands __attribute__((format(__printf__)))
configure:10349: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
configure:10349: $? = 0
configure:10356: result: yes
configure:10365: checking if the compiler understands __attribute__((noreturn))
configure:10384: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
configure:10384: $? = 0
configure:10391: result: yes
configure:10400: checking if the compiler understands __attribute__((packed))
configure:10421: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
configure:10421: $? = 0
configure:10428: result: yes
configure:10437: checking if the compiler understands __attribute__((unused))
configure:10456: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
conftest.c:95:13: warning: 'conf_attribute_unused' declared 'static' but never defined [-Wunused-function]
 static void conf_attribute_unused (void)
             ^
configure:10456: $? = 0
configure:10463: result: yes
configure:10537: checking for static archive extension
configure:10549: result: a
configure:10554: checking for shared object run-time search path environment variable
configure:10572: result: LD_LIBRARY_PATH
configure:10804: checking for Gpm_Open in -lgpm
configure:10829: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lgpm  -lpthread  >&5
/nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/ld: cannot find -lgpm
collect2: error: ld returned 1 exit status
configure:10829: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_WCHAR_T_STR "4"
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define SYSTEM_PACKAGE linux
| #define USE_PKG_SYSTEM_LINUX 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Gpm_Open ();
| int
| main ()
| {
| return Gpm_Open ();
|   ;
|   return 0;
| }
configure:10838: result: no
configure:11089: WARNING: system service support not available on this platform
configure:11266: checking dlfcn.h usability
configure:11266: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:107:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11266: $? = 0
configure:11266: result: yes
configure:11266: checking dlfcn.h presence
configure:11266: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/dlfcn.h:22:0,
                 from conftest.c:107:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11266: $? = 0
configure:11266: result: yes
configure:11266: checking for dlfcn.h
configure:11266: result: yes
configure:11272: checking for library containing dlopen
configure:11303: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -lpthread  >&5
/run/user/1000/ccQuT9zp.o: In function `main':
/home/christoph/software/brltty/brltty-5.2/conftest.c:119: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11303: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_WCHAR_T_STR "4"
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define SYSTEM_PACKAGE linux
| #define USE_PKG_SYSTEM_LINUX 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define PGMPATH_PACKAGE linux
| #define USE_PKG_PGMPATH_LINUX 1
| #define SERVICE_PACKAGE none
| #define USE_PKG_SERVICE_NONE 1
| #define PARAMS_PACKAGE linux
| #define USE_PKG_PARAMS_LINUX 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:11303: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -ldl  -lpthread  >&5
configure:11303: $? = 0
configure:11320: result: -ldl
configure:11455: checking for iconv.h
configure:11455: result: yes
configure:11560: checking whether fork is declared
configure:11560: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:112:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11560: $? = 0
configure:11560: result: yes
configure:11562: checking for signal.h
configure:11562: result: yes
configure:11564: checking whether SIGCHLD is declared
configure:11564: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/signal.h:28:0,
                 from conftest.c:112:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11564: $? = 0
configure:11564: result: yes
configure:11673: checking mntent.h usability
configure:11673: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:114:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11673: $? = 0
configure:11673: result: yes
configure:11673: checking mntent.h presence
configure:11673: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/mntent.h:22:0,
                 from conftest.c:114:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11673: $? = 0
configure:11673: result: yes
configure:11673: checking for mntent.h
configure:11673: result: yes
configure:11675: checking for setmntent
configure:11675: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -ldl -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:124:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11675: $? = 0
configure:11675: result: yes
configure:11680: checking for addmntent
configure:11680: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -ldl -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:124:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:11680: $? = 0
configure:11680: result: yes
configure:12128: PCm package not available: alsa
configure:12113: checking linux/soundcard.h usability
configure:12113: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:123:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:12113: $? = 0
configure:12113: result: yes
configure:12113: checking linux/soundcard.h presence
configure:12113: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/endian.h:21:0,
                 from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/linux/soundcard.h:43,
                 from conftest.c:123:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:12113: $? = 0
configure:12113: result: yes
configure:12113: checking for linux/soundcard.h
configure:12113: result: yes
configure:12239: MIDI package not available: alsa
configure:12224: checking for linux/soundcard.h
configure:12224: result: yes
configure:12429: checking termios.h usability
configure:12429: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:129:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:12429: $? = 0
configure:12429: result: yes
configure:12429: checking termios.h presence
configure:12429: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/termios.h:25:0,
                 from conftest.c:129:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:12429: $? = 0
configure:12429: result: yes
configure:12429: checking for termios.h
configure:12429: result: yes
configure:12434: checking for tcdrain
configure:12434: gcc -o conftest -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE   -Wl,-export-dynamic conftest.c -ldl -lpthread  >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/limits.h:25:0,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
                 from /nix/store/c7ipds48nb7sfzhb7vqp26rrllirxwxv-gcc-5.3.0/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
                 from conftest.c:139:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
configure:12434: $? = 0
configure:12434: result: yes
configure:12747: checking bluetooth/bluetooth.h usability
configure:12747: gcc -c -g -O2 -std=gnu99 -Wall   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c >&5
In file included from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/stdio.h:27:0,
                 from conftest.c:134:
/nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
conftest.c:167:33: fatal error: bluetooth/bluetooth.h: No such file or directory
compilation terminated.
configure:12747: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_WCHAR_T_STR "4"
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define SYSTEM_PACKAGE linux
| #define USE_PKG_SYSTEM_LINUX 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define PGMPATH_PACKAGE linux
| #define USE_PKG_PGMPATH_LINUX 1
| #define SERVICE_PACKAGE none
| #define USE_PKG_SERVICE_NONE 1
| #define PARAMS_PACKAGE linux
| #define USE_PKG_PARAMS_LINUX 1
| #define HAVE_DLFCN_H 1
| #define DYNLD_PACKAGE dlfcn
| #define USE_PKG_DYNLD_DLFCN 1
| #define CHARSET_PACKAGE iconv
| #define USE_PKG_CHARSET_ICONV 1
| #define HOSTCMD_PACKAGE unix
| #define USE_PKG_HOSTCMD_UNIX 1
| #define HAVE_ADDMNTENT 1
| #define MNTPT_PACKAGE mntent
| #define USE_PKG_MNTPT_MNTENT 1
| #define MNTFS_PACKAGE linux
| #define USE_PKG_MNTFS_LINUX 1
| #define KBD_PACKAGE linux
| #define USE_PKG_KBD_LINUX 1
| #define BEEP_PACKAGE linux
| #define USE_PKG_BEEP_LINUX 1
| #define PCM_PACKAGE oss
| #define USE_PKG_PCM_OSS 1
| #define MIDI_PACKAGE oss
| #define USE_PKG_MIDI_OSS 1
| #define FM_PACKAGE adlib
| #define USE_PKG_FM_ADLIB 1
| #define HAVE_TCDRAIN 1
| #define SERIAL_PACKAGE termios
| #define USE_PKG_SERIAL_TERMIOS 1
| #define USB_PACKAGE linux
| #define USE_PKG_USB_LINUX 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 <bluetooth/bluetooth.h>
configure:12747: result: no
configure:12747: checking bluetooth/bluetooth.h presence
configure:12747: gcc -E   -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE conftest.c
conftest.c:134:33: fatal error: bluetooth/bluetooth.h: No such file or directory
compilation terminated.
configure:12747: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BRLTTY"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "BRLTTY 5.2"
| #define PACKAGE_BUGREPORT "brltty at mielke.cc"
| #define PACKAGE_URL "http://brltty.com"
| #define BRLAPI_RELEASE "0.6.3"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 6
| #define BRLAPI_REVISION 3
| #define CONFIGURATION_FILE "brltty.conf"
| #define PREFERENCES_FILE "brltty.prefs"
| #define TEXT_TABLES_SUBDIRECTORY "Text"
| #define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
| #define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
| #define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
| #define INPUT_TABLES_SUBDIRECTORY "Input"
| #define TEXT_TABLE_EXTENSION ".ttb"
| #define TEXT_SUBTABLE_EXTENSION ".tti"
| #define ATTRIBUTES_TABLE_EXTENSION ".atb"
| #define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
| #define CONTRACTION_TABLE_EXTENSION ".ctb"
| #define CONTRACTION_SUBTABLE_EXTENSION ".cti"
| #define KEY_TABLE_EXTENSION ".ktb"
| #define KEY_SUBTABLE_EXTENSION ".kti"
| #define KEY_HELP_EXTENSION ".txt"
| #define PROFILES_SUBDIRECTORY "Profiles"
| #define LANGUAGE_PROFILE_EXTENSION ".lpf"
| #define ENABLE_SHARED_OBJECTS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCWIDTH 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SELECT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGACTION 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_WCHAR_T_STR "4"
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define SYSTEM_PACKAGE linux
| #define USE_PKG_SYSTEM_LINUX 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define PGMPATH_PACKAGE linux
| #define USE_PKG_PGMPATH_LINUX 1
| #define SERVICE_PACKAGE none
| #define USE_PKG_SERVICE_NONE 1
| #define PARAMS_PACKAGE linux
| #define USE_PKG_PARAMS_LINUX 1
| #define HAVE_DLFCN_H 1
| #define DYNLD_PACKAGE dlfcn
| #define USE_PKG_DYNLD_DLFCN 1
| #define CHARSET_PACKAGE iconv
| #define USE_PKG_CHARSET_ICONV 1
| #define HOSTCMD_PACKAGE unix
| #define USE_PKG_HOSTCMD_UNIX 1
| #define HAVE_ADDMNTENT 1
| #define MNTPT_PACKAGE mntent
| #define USE_PKG_MNTPT_MNTENT 1
| #define MNTFS_PACKAGE linux
| #define USE_PKG_MNTFS_LINUX 1
| #define KBD_PACKAGE linux
| #define USE_PKG_KBD_LINUX 1
| #define BEEP_PACKAGE linux
| #define USE_PKG_BEEP_LINUX 1
| #define PCM_PACKAGE oss
| #define USE_PKG_PCM_OSS 1
| #define MIDI_PACKAGE oss
| #define USE_PKG_MIDI_OSS 1
| #define FM_PACKAGE adlib
| #define USE_PKG_FM_ADLIB 1
| #define HAVE_TCDRAIN 1
| #define SERIAL_PACKAGE termios
| #define USE_PKG_SERIAL_TERMIOS 1
| #define USB_PACKAGE linux
| #define USE_PKG_USB_LINUX 1
| /* end confdefs.h.  */
| #include <bluetooth/bluetooth.h>
configure:12747: result: no
configure:12747: checking for bluetooth/bluetooth.h
configure:12747: result: no
configure:12838: WARNING: Bluetooth I/O support not available on this platform
configure:13082: WARNING: Libbraille package not found: /usr /usr/local /usr/local/Libbraille /usr/local/libbraille /opt/Libbraille /opt/libbraille /mingw /mingw/Libbraille /mingw/libbraille
configure:13326: error: unknown braille driver: xw

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_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_addmntent=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=no
ac_cv_func_getpeerucred=no
ac_cv_func_gettimeofday=yes
ac_cv_func_getzoneid=no
ac_cv_func_hstrerror=yes
ac_cv_func_mempcpy=yes
ac_cv_func_nanosleep=yes
ac_cv_func_pause=yes
ac_cv_func_realpath=yes
ac_cv_func_select=yes
ac_cv_func_setmntent=yes
ac_cv_func_shm_open=no
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_tcdrain=yes
ac_cv_func_time=yes
ac_cv_func_vsyslog=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmempcpy=yes
ac_cv_have_decl_SIGCHLD=yes
ac_cv_have_decl_clock_gettime=yes
ac_cv_have_decl_fork=yes
ac_cv_have_decl_localtime_r=yes
ac_cv_have_decl_pthread_getname_np=yes
ac_cv_header_alloca_h=yes
ac_cv_header_bluetooth_bluetooth_h=no
ac_cv_header_curses_h=no
ac_cv_header_dev_speaker_speaker_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_linux_input_h=yes
ac_cv_header_linux_soundcard_h=yes
ac_cv_header_linux_uinput_h=yes
ac_cv_header_linux_vt_h=yes
ac_cv_header_machine_speaker_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_ncurses_h=no
ac_cv_header_ncursesw_ncurses_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_sdkddkver_h=no
ac_cv_header_signal_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_file_h=yes
ac_cv_header_sys_io_h=yes
ac_cv_header_sys_modem_h=no
ac_cv_header_sys_poll_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_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_gpm_Gpm_Open=no
ac_cv_lib_iconv=ac_cv_lib_iconv_main
ac_cv_lib_iconv_main=no
ac_cv_objext=o
ac_cv_path_DOXYGEN=false
ac_cv_path_EGREP='/nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin/grep -E'
ac_cv_path_GREP=/nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin/grep
ac_cv_path_LINUXDOC=false
ac_cv_path_MSGFMT=false
ac_cv_path_MSGMERGE=false
ac_cv_path_PKG_CONFIG=false
ac_cv_path_ac_pt_LD=/nix/store/m0pbxxvs7zz4ixk4sxyq9shwazpd3kwq-gcc-wrapper-5.3.0/bin/ld
ac_cv_path_ac_pt_RANLIB=/nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/ranlib
ac_cv_path_ac_pt_STRIP=/nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/strip
ac_cv_path_install='/nix/store/w8vzn0lsahbd9sfh0v30x65qwq6xrpa8-coreutils-8.25/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_OCAMLC=no
ac_cv_prog_ac_ct_CC=gcc
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_search_clock_gettime='none required'
ac_cv_search_dlopen=-ldl
ac_cv_search_inet_ntoa='none required'
ac_cv_search_pthread_create=-lpthread
ac_cv_search_pthread_getname_np='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_wchar_t=4
ac_cv_target=x86_64-unknown-linux-gnu
brltty_cv_c_attribute_format_printf=yes
brltty_cv_c_attribute_noreturn=yes
brltty_cv_c_attribute_packed=yes
brltty_cv_c_attribute_unused=yes
brltty_cv_c_operator_alignof=yes
brltty_cv_env_libsearch=LD_LIBRARY_PATH
brltty_cv_ext_arc=a
brltty_cv_have_pthreads=yes
brltty_cv_package_curses=
brltty_cv_prog_conflibdir='/sbin/ldconfig -n'
brltty_cv_prog_mklib='$(CC) -shared -Wl,-soname,<name> -o'
brltty_cv_prog_mkmod='$(CC) -shared  -o'
brltty_cv_prog_mkobj='$(LD) -r -o'

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

ATTRIBUTES_SUBTABLE_EXTENSION='.ati'
ATTRIBUTES_TABLES_SUBDIRECTORY='Attributes'
ATTRIBUTES_TABLE_EXTENSION='.atb'
AWK='gawk'
CC='gcc'
CFLAGS='-g -O2 -std=gnu99 -Wall'
CONFIGURATION_DIRECTORY=''
CONFIGURATION_FILE='brltty.conf'
CONFLIBDIR='/sbin/ldconfig -n'
CONTRACTION_SUBTABLE_EXTENSION='.cti'
CONTRACTION_TABLES_SUBDIRECTORY='Contraction'
CONTRACTION_TABLE_EXTENSION='.ctb'
CPP='gcc -E'
CPPFLAGS='  -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE'
CXX='g++'
CXXFLAGS='-g -O2 -std=gnu99 -Wall'
CYTHON=''
CYTHON_CFLAGS='-Wno-parentheses -Wno-unused -fno-strict-aliasing -U_POSIX_C_SOURCE -U_XOPEN_SOURCE'
DEFS=''
DOXYGEN='false'
DRIVERS_DIRECTORY=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin/grep -E'
EXEEXT=''
GREP='/nix/store/dp6c8mcsashywfkppdzic3l1qz4n9paq-gnugrep-2.22/bin/grep'
INPUT_TABLES_SUBDIRECTORY='Input'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPTION_STRIP=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAR=''
JAR_NAME=''
JAVAC=''
JAVAC_PATH=''
JAVADOC=''
JAVADOC_NAME=''
JAVA_JAR=''
JAVA_JAR_DIR=''
JAVA_JNI=''
JAVA_JNI_DIR=''
JAVA_JNI_FLAGS=''
JAVA_JNI_HDR=''
JAVA_JNI_INC=''
JAVA_OK='false'
KEYBOARD_TABLES_SUBDIRECTORY='Keyboard'
KEY_HELP_EXTENSION='.txt'
KEY_SUBTABLE_EXTENSION='.kti'
KEY_TABLE_EXTENSION='.ktb'
LANGUAGE_PROFILE_EXTENSION='.lpf'
LD='/nix/store/m0pbxxvs7zz4ixk4sxyq9shwazpd3kwq-gcc-wrapper-5.3.0/bin/ld'
LDFLAGS='  -Wl,-export-dynamic'
LIBCFLAGS='-fPIC'
LIBCXXFLAGS='-fPIC'
LIBOBJS=''
LIBS='-ldl -lpthread '
LINUXDOC='false'
LISP_OK='true'
LN_S='ln -s'
LOCALE_DIRECTORY=''
LTLIBOBJS=''
MKLIB='$(CC) -shared -Wl,-soname,<name> -o'
MKMOD='$(CC) -shared  -o'
MKOBJ='$(LD) -r -o'
MSGFMT='false'
MSGMERGE='false'
OBJEXT='o'
OCAMLBEST=''
OCAMLC='no'
OCAMLCDOTOPT=''
OCAMLFIND=''
OCAMLLIB=''
OCAMLMKLIB=''
OCAMLOPT=''
OCAMLOPTDOTOPT=''
OCAMLVERSION=''
OCAMLWIN32=''
OCAML_CLIBS=''
OCAML_INSTALL_TARGET=''
OCAML_NCLIB=''
OCAML_OK='false'
OCAML_UNINSTALL_TARGET=''
PACKAGE_BUGREPORT='brltty at mielke.cc'
PACKAGE_NAME='BRLTTY'
PACKAGE_STRING='BRLTTY 5.2'
PACKAGE_TARNAME='brltty'
PACKAGE_URL='http://brltty.com'
PACKAGE_VERSION='5.2'
PATH_SEPARATOR=':'
PKG_CONFIG='false'
PREFERENCES_FILE='brltty.prefs'
PROFILES_SUBDIRECTORY='Profiles'
PYTHON=''
PYTHON_CPPFLAGS=''
PYTHON_EXTRA_LDFLAGS=''
PYTHON_EXTRA_LIBS=''
PYTHON_LIBS=''
PYTHON_OK='false'
PYTHON_PROLOGUE=''
PYTHON_SITE_PKG=''
PYTHON_VERSION=''
RANLIB='/nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/ranlib'
SET_MAKE=''
SHELL='/nix/store/i7hx6w6zy3bv53f2xm1r23ya8qbzn4is-bash-4.3-p42/bin/bash'
STATE_DIRECTORY=''
STRIP='/nix/store/bxzwd8nb1jjdh9fcqpii4x7r4gl2s8qb-binutils-2.26/bin/strip'
TABLES_DIRECTORY=''
TCLSH=''
TCL_CPPFLAGS=''
TCL_DIR='TCL_PACKAGES_DIRECTORY_NOT_FOUND_BY_CONFIGURE'
TCL_LIBS=''
TCL_OK='false'
TEXT_SUBTABLE_EXTENSION='.tti'
TEXT_TABLES_SUBDIRECTORY='Text'
TEXT_TABLE_EXTENSION='.ttb'
WRITABLE_DIRECTORY=''
ac_ct_CC='gcc'
ac_ct_CXX=''
all_api='all-api'
all_api_bindings='all-api-bindings'
all_xbrlapi=''
api_authkeyfile='brlapi.key'
api_bindings=' Lisp'
api_dynamic_library='api-dynamic-library'
api_libraries='-lpthread '
api_major='0'
api_minor='6'
api_ref='$(API_LIBS)'
api_release='0.6.3'
api_revision='3'
api_server_objects='brlapi_server.$O brlapi_keyranges.$O auth.$O'
api_socket_path='${prefix}/var/lib/BrlAPI'
api_version='0.6'
archive_extension='a'
archive_prefix='lib'
atspi2_includes=''
atspi2_libs=''
atspi2_package=''
attributes_table=''
beep_includes=''
beep_libs=''
beep_package='linux'
bindir='${exec_prefix}/bin'
bluetooth_includes=''
bluetooth_libs=''
bluetooth_package='none'
braille_device=''
braille_driver_libraries=''
braille_driver_objects=''
braille_drivers=''
braille_help=''
braille_libraries_al=''
braille_libraries_at=''
braille_libraries_ba='$(API_LIBS)'
braille_libraries_bc=''
braille_libraries_bd=''
braille_libraries_bg=''
braille_libraries_bl=''
braille_libraries_bm=''
braille_libraries_bn=''
braille_libraries_cb=''
braille_libraries_ce=''
braille_libraries_ec=''
braille_libraries_eu=''
braille_libraries_fs=''
braille_libraries_hd=''
braille_libraries_hm=''
braille_libraries_ht=''
braille_libraries_hw=''
braille_libraries_ir=''
braille_libraries_lb=''
braille_libraries_lt=''
braille_libraries_mb=''
braille_libraries_md=''
braille_libraries_mm=''
braille_libraries_mn=''
braille_libraries_mt=''
braille_libraries_np=''
braille_libraries_pg=''
braille_libraries_pm=''
braille_libraries_sk=''
braille_libraries_tn=''
braille_libraries_ts=''
braille_libraries_tt='$(CURSES_LIBS)'
braille_libraries_vd=''
braille_libraries_vo=''
braille_libraries_vr=''
braille_libraries_vs=''
braille_libraries_xw=''
brltty_external_codes_braille=' al at ba bc bd bl bm bn cb ce ec eu fs hd hm ht hw ir lt mb md mm mn mt np pg pm sk tn ts tt vd vo vr vs '
brltty_external_codes_screen=''
brltty_external_codes_speech=''
brltty_external_names_braille=' Alva Albatross BrlAPI BrailComm Braudi BrailleLite Baum BrailleNote CombiBraille Cebra EcoBraille EuroBraille FreedomScientific Hedo HIMS HandyTech HumanWare Iris LogText MultiBraille MDV BrailleMemo MiniBraille Metec NinePoint Pegasus Papenmeier Seika TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille '
brltty_external_names_screen=''
brltty_external_names_speech=''
brltty_internal_codes_braille=''
brltty_internal_codes_screen=''
brltty_internal_codes_speech=''
brltty_internal_names_braille=''
brltty_internal_names_screen=''
brltty_internal_names_speech=''
brltty_item_codes_braille='al at ba bc bd bl bm bn cb ce ec eu fs hd hm ht hw ir lt mb md mm mn mt np pg pm sk tn ts tt vd vo vr vs'
brltty_item_codes_screen=''
brltty_item_codes_speech=''
brltty_item_names_braille='Alva Albatross BrlAPI BrailComm Braudi BrailleLite Baum BrailleNote CombiBraille Cebra EcoBraille EuroBraille FreedomScientific Hedo HIMS HandyTech HumanWare Iris LogText MultiBraille MDV BrailleMemo MiniBraille Metec NinePoint Pegasus Papenmeier Seika TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille'
brltty_item_names_screen=''
brltty_item_names_speech=''
brltty_manual_directories=' Documents/Manual-BRLTTY/English Documents/Manual-BRLTTY/French Documents/Manual-BrlAPI/English'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_api='api'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
can_make_BrlAPIref='no'
can_make_manual='no'
charset_includes=''
charset_libs=''
charset_package='iconv'
contracted_braille_objects='ctb_compile.$O ctb_translate.$O'
cspi_includes=''
cspi_libs=''
cspi_package=''
curses_libs=''
curses_package=''
datadir='${datarootdir}'
datarootdir='${prefix}/usr/share'
dbus_includes=''
dbus_libs=''
dbus_package=''
default_braille_driver=''
default_screen_driver=''
default_speech_driver=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
drivers_directory='${exec_prefix}/lib/brltty'
dvidir='${docdir}'
dynld_includes=''
dynld_libs=''
dynld_package='dlfcn'
espeak_root=''
exec_prefix='NONE'
execute_root=''
flite_language=''
flite_lexicon=''
flite_root=''
flite_voice=''
fm_includes=''
fm_libs=''
fm_package='adlib'
gdm_autostart_directory='${datarootdir}/gdm/greeter/autostart'
glib2_includes=''
glib2_libs=''
glib2_package=''
gui_toolkit_package=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
hostcmd_includes=''
hostcmd_libs=''
hostcmd_package='unix'
htmldir='${docdir}'
icu_includes=''
icu_libs=''
icu_package=''
include_directory='${prefix}/usr/include/brltty'
includedir='${prefix}/usr/include'
infodir='${datarootdir}/info'
install_api='install-api'
install_api_bindings='install-api-bindings'
install_api_libraries='install-api-libraries'
install_attributes_tables=''
install_contraction_tables='install-contraction-tables'
install_drivers=''
install_messages=''
install_root=''
install_text_tables=''
install_xbrlapi=''
kbd_includes=''
kbd_libs=''
kbd_package='linux'
libbraille_root=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
library_extension='so'
library_prefix='lib'
libsearch_variable='LD_LIBRARY_PATH'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
manpage_directory='${datarootdir}/man'
midi_includes=''
midi_libs=''
midi_package='oss'
mikropuhe_root=''
mntfs_includes=''
mntfs_libs=''
mntfs_package='linux'
mntpt_includes=''
mntpt_libs=''
mntpt_package='mntent'
module_extension='so'
module_name='libbrltty'
oldincludedir='/usr/include'
params_includes=''
params_libs=''
params_package='linux'
pcm_includes=''
pcm_libs=''
pcm_package='oss'
pdfdir='${docdir}'
pgmpath_includes=''
pgmpath_libs=''
pgmpath_package='linux'
ports_includes=''
ports_libs=''
ports_package='glibc'
prefix='NONE'
program_directory='${exec_prefix}/bin'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
screen_driver_libraries=''
screen_driver_objects=''
screen_drivers=''
screen_help=''
screen_libraries_a2=''
screen_libraries_an=''
screen_libraries_as=''
screen_libraries_gb=''
screen_libraries_hd=''
screen_libraries_lx=''
screen_libraries_pb=''
screen_libraries_sc=''
screen_libraries_wn=''
serial_first_device=''
serial_includes=''
serial_libs=''
serial_package='termios'
service_includes=''
service_libs=''
service_package='none'
sharedstatedir='${prefix}/com'
speech_driver_libraries=''
speech_driver_objects=''
speech_drivers=''
speech_help=''
speech_libraries_al=''
speech_libraries_an=''
speech_libraries_bl=''
speech_libraries_cb=''
speech_libraries_es=''
speech_libraries_fl=''
speech_libraries_fv=''
speech_libraries_gs=''
speech_libraries_mp=''
speech_libraries_sd=''
speech_libraries_sw=''
speech_libraries_th=''
speech_libraries_vv=''
speech_libraries_xs=''
speech_support_object=''
speechd_root=''
swift_root=''
sysconfdir='${prefix}/etc'
system_includes=''
system_libs=''
system_package='linux'
tables_directory='${prefix}/etc/brltty'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
text_table=''
theta_root=''
uninstall_api_libraries='uninstall-api-libraries'
usb_includes=''
usb_libs=''
usb_package='linux'
viavoice_root=''
writable_directory='${prefix}/var/run/brltty'
xext_includes=''
xext_libs=''
xext_package=''
xkb_libs=''
xsv_includes=''
xsv_libs=''
xsv_package=''
xt_includes=''
xt_libs=''
xt_package=''
xtk_libs=''
xtst_includes=''
xtst_libs=''
xtst_package=''

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

/* confdefs.h */
#define PACKAGE_NAME "BRLTTY"
#define PACKAGE_TARNAME "brltty"
#define PACKAGE_VERSION "5.2"
#define PACKAGE_STRING "BRLTTY 5.2"
#define PACKAGE_BUGREPORT "brltty at mielke.cc"
#define PACKAGE_URL "http://brltty.com"
#define BRLAPI_RELEASE "0.6.3"
#define BRLAPI_MAJOR 0
#define BRLAPI_MINOR 6
#define BRLAPI_REVISION 3
#define CONFIGURATION_FILE "brltty.conf"
#define PREFERENCES_FILE "brltty.prefs"
#define TEXT_TABLES_SUBDIRECTORY "Text"
#define ATTRIBUTES_TABLES_SUBDIRECTORY "Attributes"
#define CONTRACTION_TABLES_SUBDIRECTORY "Contraction"
#define KEYBOARD_TABLES_SUBDIRECTORY "Keyboard"
#define INPUT_TABLES_SUBDIRECTORY "Input"
#define TEXT_TABLE_EXTENSION ".ttb"
#define TEXT_SUBTABLE_EXTENSION ".tti"
#define ATTRIBUTES_TABLE_EXTENSION ".atb"
#define ATTRIBUTES_SUBTABLE_EXTENSION ".ati"
#define CONTRACTION_TABLE_EXTENSION ".ctb"
#define CONTRACTION_SUBTABLE_EXTENSION ".cti"
#define KEY_TABLE_EXTENSION ".ktb"
#define KEY_SUBTABLE_EXTENSION ".kti"
#define KEY_HELP_EXTENSION ".txt"
#define PROFILES_SUBDIRECTORY "Profiles"
#define LANGUAGE_PROFILE_EXTENSION ".lpf"
#define ENABLE_SHARED_OBJECTS 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCWIDTH 1
#define HAVE_ICONV_H 1
#define ENABLE_API 1
#define API_PARAMETERS ""
#define BRLAPI_AUTHKEYFILE "brlapi.key"
#define HAVE_TIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NANOSLEEP 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_PTHREAD_GETNAME_NP 1
#define HAVE_DECL_LOCALTIME_R 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SELECT 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGACTION 1
#define HAVE_ALLOCA_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GLOB_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_REGEX_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_SYS_IO_H 1
#define HAVE_LINUX_VT_H 1
#define HAVE_LINUX_INPUT_H 1
#define HAVE_LINUX_UINPUT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_HSTRERROR 1
#define HAVE_REALPATH 1
#define HAVE_VSYSLOG 1
#define HAVE_PAUSE 1
#define HAVE_FCHDIR 1
#define HAVE_FCHMOD 1
#define HAVE_SHMGET 1
#define HAVE_MEMPCPY 1
#define HAVE_WMEMPCPY 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define SIZEOF_WCHAR_T 4
#define SIZEOF_WCHAR_T_STR "4"
#define HAVE_POSIX_THREADS 1
#define HAVE_OPERATOR_ALIGNOF 1
#define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
#define HAVE_ATTRIBUTE_NORETURN 1
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_ATTRIBUTE_UNUSED 1
#define LIBRARY_EXTENSION "so"
#define MODULE_NAME "libbrltty"
#define MODULE_EXTENSION "so"
#define SYSTEM_PACKAGE linux
#define USE_PKG_SYSTEM_LINUX 1
#define ENABLE_CONTRACTED_BRAILLE 1
#define PGMPATH_PACKAGE linux
#define USE_PKG_PGMPATH_LINUX 1
#define SERVICE_PACKAGE none
#define USE_PKG_SERVICE_NONE 1
#define PARAMS_PACKAGE linux
#define USE_PKG_PARAMS_LINUX 1
#define HAVE_DLFCN_H 1
#define DYNLD_PACKAGE dlfcn
#define USE_PKG_DYNLD_DLFCN 1
#define CHARSET_PACKAGE iconv
#define USE_PKG_CHARSET_ICONV 1
#define HOSTCMD_PACKAGE unix
#define USE_PKG_HOSTCMD_UNIX 1
#define HAVE_ADDMNTENT 1
#define MNTPT_PACKAGE mntent
#define USE_PKG_MNTPT_MNTENT 1
#define MNTFS_PACKAGE linux
#define USE_PKG_MNTFS_LINUX 1
#define KBD_PACKAGE linux
#define USE_PKG_KBD_LINUX 1
#define BEEP_PACKAGE linux
#define USE_PKG_BEEP_LINUX 1
#define PCM_PACKAGE oss
#define USE_PKG_PCM_OSS 1
#define MIDI_PACKAGE oss
#define USE_PKG_MIDI_OSS 1
#define FM_PACKAGE adlib
#define USE_PKG_FM_ADLIB 1
#define HAVE_TCDRAIN 1
#define SERIAL_PACKAGE termios
#define USE_PKG_SERIAL_TERMIOS 1
#define USB_PACKAGE linux
#define USE_PKG_USB_LINUX 1
#define BLUETOOTH_PACKAGE none
#define USE_PKG_BLUETOOTH_NONE 1
#define PORTS_PACKAGE glibc
#define USE_PKG_PORTS_GLIBC 1

configure: exit 1


More information about the BRLTTY mailing list