[BRLTTY] Building brltty on base system

timothyhobbs at seznam.cz timothyhobbs at seznam.cz
Thu Mar 12 18:36:15 EDT 2015


Hello,

I am attempting to build BRLTTY from git usind Docker. I have a very basic 
debian Docker image with build-essential and autoconf installed. I ran the 
commands:

$ autoconf
$ ./configure
$ make
 

However make fails with:

timothy at d9db085e3ece:/brltty-src$ make
common.mk:26: absdeps.mk: No such file or directory
common.mk:27: reldeps.mk: No such file or directory
make: *** No rule to make target `reldeps.mk'.  Stop.

Here is the output of ./configure:

timothy at d9db085e3ece:/brltty-src$ ./configure 
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing __cxa_pure_virtual... -lsupc++
checking if the C compiler can compile C++... yes
checking whether we are using the GNU C++ compiler... yes
checking whether gcc accepts -g... yes
checking for ld... /usr/bin/ld
checking for strip... /usr/bin/strip
checking for ranlib... /usr/bin/ranlib
checking for gawk... no
checking for mawk... mawk
checking whether ln -s works... yes
checking for pkg-config... false
checking for msgmerge... false
checking for msgfmt... false
checking for linuxdoc... false
checking for doxygen... false
checking for a BSD-compatible install... /usr/bin/install -c
checking for make relocatable object command... $(LD) -r -o
checking for loadable module creation command... $(CC) -shared  -o
checking for dynamic library creation command... $(CC) -shared -Wl,-soname,<
name> -o
checking for configure shared object directory command... /sbin/ldconfig -n
checking for library containing socket... none required
checking for library containing inet_ntoa... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for wcslen... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for wcwidth... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for main in -liconv... no
checking if pthreads are available... checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for library containing pthread_create... -lpthread
yes
checking for javac... no
checking for javac... no
checking for gcj... no
configure: WARNING: Java compiler not found
configure: WARNING: Java BrlAPI bindings not included
checking for ocamlc... no
configure: WARNING: Cannot find ocamlc.
configure: WARNING: OCaml BrlAPI bindings not included
checking for python... no
configure: WARNING: Python interpreter not found
checking for cython... no
configure: WARNING: Cython compiler not found
configure: WARNING: Python BrlAPI bindings not included
configure: WARNING: Tcl configuration script not found: tclConfig.sh
configure: WARNING: Tcl packages directory not found
configure: WARNING: Tcl BrlAPI bindings not included
checking which curses package to use... checking for ncursesw/ncurses.h... 
no
checking for curses.h... no
checking for ncurses.h... no
checking for curses.h... (cached) no
checking for curses.h... (cached) no
checking for curses.h... (cached) no

checking for time... yes
checking for gettimeofday... yes
checking for nanosleep... yes
checking whether clock_gettime is declared... yes
checking for library containing clock_gettime... -lrt
checking whether pthread_getname_np is declared... yes
checking for library containing pthread_getname_np... none required
checking whether localtime_r is declared... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for select... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signalfd.h usability... yes
checking sys/signalfd.h presence... yes
checking for sys/signalfd.h... yes
checking for sigaction... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking machine/speaker.h usability... no
checking machine/speaker.h presence... no
checking for machine/speaker.h... no
checking dev/speaker/speaker.h usability... no
checking dev/speaker/speaker.h presence... no
checking for dev/speaker/speaker.h... no
checking linux/vt.h usability... yes
checking linux/vt.h presence... yes
checking for linux/vt.h... yes
checking sdkddkver.h usability... no
checking sdkddkver.h presence... no
checking for sdkddkver.h... no
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking for linux/uinput.h... yes
checking for getopt_long... yes
checking for hstrerror... yes
checking for realpath... yes
checking for vsyslog... yes
checking for pause... yes
checking for fchdir... yes
checking for fchmod... yes
checking for shmget... yes
checking for shm_open... yes
checking for getpeereid... no
checking for getpeerucred... no
checking for getzoneid... no
checking for mempcpy... yes
checking for wmempcpy... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking size of wchar_t... 4
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking if the compiler understands the __alignof__ operator... yes
checking if the compiler understands __attribute__((format(__printf__)))... 
yes
checking if the compiler understands __attribute__((noreturn))... yes
checking if the compiler understands __attribute__((packed))... yes
checking if the compiler understands __attribute__((unused))... yes
checking for static archive extension... a
checking for shared object run-time search path environment variable... LD_
LIBRARY_PATH
checking for Gpm_Open in -lgpm... no
configure: WARNING: system service support not available on this platform
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for library containing dlopen... -ldl
checking for iconv.h... (cached) yes
checking whether fork is declared... yes
checking for signal.h... (cached) yes
checking whether SIGCHLD is declared... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for setmntent... yes
checking for addmntent... yes
configure: PCm package not available: alsa
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
configure: MIDI package not available: alsa
checking for linux/soundcard.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tcdrain... yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: WARNING: Bluetooth I/O support not available on this platform
configure: WARNING: Libbraille package not found: /usr /usr/local /usr/
local/Libbraille /usr/local/libbraille /opt/Libbraille /opt/libbraille /
mingw /mingw/Libbraille /mingw/libbraille
checking for device directory... /dev
checking for first serial device... ttyS0
configure: WARNING: eSpeak package not found: /usr /usr/local /usr/local/
eSpeak /usr/local/espeak /opt/eSpeak /opt/espeak /mingw /mingw/eSpeak /
mingw/espeak
configure: WARNING: FestivalLite package not found: /usr /usr/local /usr/
local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite /mingw /
mingw/FestivalLite /mingw/flite
configure: WARNING: Mikropuhe package not found: /usr /usr/local /usr/local/
Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe /mingw /mingw/
Mikropuhe /mingw/mikropuhe
configure: WARNING: speech-dispatcher package not found: /usr /usr/local /
usr/local/speech-dispatcher /usr/local/speechd /opt/speech-dispatcher /opt/
speechd /mingw /mingw/speech-dispatcher /mingw/speechd
configure: WARNING: Swift package not found: /usr /usr/local /usr/local/
Swift /usr/local/swift /opt/Swift /opt/swift /mingw /mingw/Swift /mingw/
swift
configure: WARNING: Theta package not found: /usr /usr/local /usr/local/
Theta /usr/local/theta /opt/Theta /opt/theta /mingw /mingw/Theta /mingw/
theta
configure: WARNING: ViaVoice package not found: /usr /usr/local /usr/local/
ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice /mingw /mingw/
ViaVoice /mingw/viavoice
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
configure: creating ./config.status
config.status: creating config.mk
config.status: creating brltty.spec
config.status: creating config.sh
config.status: creating Documents/brltty.conf
config.status: creating Documents/brltty.1
config.status: creating Documents/BrlAPIref.doxy
config.status: creating Bindings/Lisp/brlapi.lisp
config.status: creating Bindings/Python/setup.py
config.status: creating Android/Application/res/values/configured.xml
config.status: creating ./Makefile
config.status: creating Programs/Makefile
config.status: creating Documents/Makefile
config.status: creating Messages/Makefile
config.status: creating Android/Core/Makefile
config.status: creating Android/Application/Makefile
config.status: creating Documents/Manual-BRLTTY/English/Makefile
config.status: creating Documents/Manual-BRLTTY/French/Makefile
config.status: creating Documents/Manual-BrlAPI/English/Makefile
config.status: creating Bindings/Lisp/Makefile
config.status: creating Drivers/Braille/Alva/Makefile
config.status: creating Drivers/Braille/Albatross/Makefile
config.status: creating Drivers/Braille/BrlAPI/Makefile
config.status: creating Drivers/Braille/BrailComm/Makefile
config.status: creating Drivers/Braille/Braudi/Makefile
config.status: creating Drivers/Braille/BrailleLite/Makefile
config.status: creating Drivers/Braille/Baum/Makefile
config.status: creating Drivers/Braille/BrailleNote/Makefile
config.status: creating Drivers/Braille/CombiBraille/Makefile
config.status: creating Drivers/Braille/Cebra/Makefile
config.status: creating Drivers/Braille/EcoBraille/Makefile
config.status: creating Drivers/Braille/EuroBraille/Makefile
config.status: creating Drivers/Braille/FreedomScientific/Makefile
config.status: creating Drivers/Braille/Hedo/Makefile
config.status: creating Drivers/Braille/HIMS/Makefile
config.status: creating Drivers/Braille/HandyTech/Makefile
config.status: creating Drivers/Braille/HumanWare/Makefile
config.status: creating Drivers/Braille/Iris/Makefile
config.status: creating Drivers/Braille/LogText/Makefile
config.status: creating Drivers/Braille/MultiBraille/Makefile
config.status: creating Drivers/Braille/MDV/Makefile
config.status: creating Drivers/Braille/BrailleMemo/Makefile
config.status: creating Drivers/Braille/MiniBraille/Makefile
config.status: creating Drivers/Braille/Metec/Makefile
config.status: creating Drivers/Braille/NinePoint/Makefile
config.status: creating Drivers/Braille/Pegasus/Makefile
config.status: creating Drivers/Braille/Papenmeier/Makefile
config.status: creating Drivers/Braille/Seika/Makefile
config.status: creating Drivers/Braille/TechniBraille/Makefile
config.status: creating Drivers/Braille/TSI/Makefile
config.status: creating Drivers/Braille/TTY/Makefile
config.status: creating Drivers/Braille/VideoBraille/Makefile
config.status: creating Drivers/Braille/Voyager/Makefile
config.status: creating Drivers/Braille/Virtual/Makefile
config.status: creating Drivers/Braille/VisioBraille/Makefile
config.status: creating Drivers/Speech/Alva/Makefile
config.status: creating Drivers/Speech/BrailleLite/Makefile
config.status: creating Drivers/Speech/CombiBraille/Makefile
config.status: creating Drivers/Speech/Festival/Makefile
config.status: creating Drivers/Speech/GenericSay/Makefile
config.status: creating Drivers/Speech/ExternalSpeech/Makefile
config.status: creating Drivers/Screen/Linux/Makefile
config.status: creating Drivers/Screen/Screen/Makefile
config.status: creating config.h
config.status: creating Programs/brlapi.h
config.status: Programs/brlapi.h is unchanged
config.status: executing item-summary commands
config.status: Options Summary:
   execute-root: 
   install-root: 
   libdir: ${exec_prefix}/lib
   sysconfdir: ${prefix}/etc
   program-directory: ${exec_prefix}/bin
   drivers-directory: ${exec_prefix}/lib/brltty
   writable-directory: ${prefix}/var/run/brltty
   tables-directory: ${prefix}/etc/brltty
   manpage-directory: ${datarootdir}/man
   include-directory: ${prefix}/usr/include/brltty
   gdm-autostart-directory: ${datarootdir}/gdm/greeter/autostart
   init-path: 
   stderr-path: 
   standalone-programs: no
   i18n: yes
   icu: yes
   iconv: yes
   api: yes
   api-parameters: 
   java-bindings: yes
   lisp-bindings: yes
   ocaml-bindings: yes
   python-bindings: yes
   tcl-bindings: yes
   api-socket-path: ${prefix}/var/lib/BrlAPI
   x: yes
   system-package: linux
   contracted-braille: yes
   gpm: yes
   pgmpath-package: linux
   service-package: none
   params-package: linux
   dynld-package: dlfcn
   charset-package: iconv
   hostcmd-package: unix
   mntpt-package: mntent
   mntfs-package: linux
   kbd-package: linux
   beep-package: linux
   pcm-package: oss
   midi-package: oss
   fm-package: adlib
   serial-package: termios
   usb-package: linux
   bluetooth-package: none
   ports-package: glibc
   libbraille-root: 
   external-braille-drivers: 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
   internal-braille-drivers: 
   braille-parameters: 
   braille-device: usb:
   text-table: en-nabcc
   attributes-table: left_right
   speech-support: yes
   espeak-root: 
   flite-root: 
   mikropuhe-root: 
   speechd-root: 
   swift-root: 
   theta-root: 
   viavoice-root: 
   external-speech-drivers: al bl cb fv gs xs
   internal-speech-drivers: 
   speech-parameters: 
   external-screen-drivers: lx sc
   internal-screen-drivers: 
   screen-parameters: 
   screen-driver: lx
   relocatable-install: no
   stripping: yes

I'm on commit:

commit 11929b571a6d6d5119a2ef4e4d6db021c5e5ee75
Author: Dave Mielke <dave at mielke.cc>
Date:   Mon Mar 9 19:51:06 2015 +0200

    Get Baum HID output working. (dm)


Thanks in advance,
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mielke.cc/pipermail/brltty/attachments/20150312/85a14afb/attachment.html>


More information about the BRLTTY mailing list