Skip to content

Instantly share code, notes, and snippets.

@elzibubble
Created April 9, 2015 10:36
Show Gist options
  • Save elzibubble/dba7c882c16a37651a9a to your computer and use it in GitHub Desktop.
Save elzibubble/dba7c882c16a37651a9a to your computer and use it in GitHub Desktop.
Athame fail
$ git clone --recursive http://github.com/ardagnir/athame
Cloning into 'athame'...
remote: Counting objects: 414, done.
remote: Compressing objects: 100% (229/229), done.
remote: Total 414 (delta 189), reused 404 (delta 179), pack-reused 0
Receiving objects: 100% (414/414), 2.41 MiB | 685.00 KiB/s, done.
Resolving deltas: 100% (189/189), done.
Checking connectivity... done.
Submodule 'vimbed' (http://github.com/ardagnir/vimbed) registered for path 'vimbed'
Cloning into 'vimbed'...
remote: Counting objects: 154, done.
remote: Total 154 (delta 0), reused 0 (delta 0), pack-reused 154
Receiving objects: 100% (154/154), 43.23 KiB | 0 bytes/s, done.
Resolving deltas: 100% (55/55), done.
Checking connectivity... done.
Submodule path 'vimbed': checked out 'db110834bd72cac560b582a2a8c5e8abef2a6d75'
$ cd athame
$ ./configure --prefix=/usr
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
Beginning configuration for readline-6.3 for 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 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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for memmove... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... no
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking whether AUDIT_USER_TTY is declared... yes
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for wcwidth broken with unicode combining characters...
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
$ make SHLIB_LIBS=-lncurses
rm -f readline.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O display.c
rm -f signals.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O terminal.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O misc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O shell.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -DREADLINE_LIBRARY -c ./tilde.c
rm -f colors.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O colors.c
rm -f parse-colors.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O parse-colors.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O xmalloc.c
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O xfree.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O compat.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
test -n "ranlib" && ranlib libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
test -d shlib || mkdir shlib
( cd shlib ; make all )
make[1]: Entering directory `/home/lealexis/w/athame/shlib'
rm -f readline.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o readline.o ../readline.c
mv readline.o readline.so
rm -f vi_mode.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o vi_mode.o ../vi_mode.c
mv vi_mode.o vi_mode.so
rm -f funmap.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o funmap.o ../funmap.c
mv funmap.o funmap.so
rm -f keymaps.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o keymaps.o ../keymaps.c
mv keymaps.o keymaps.so
rm -f parens.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o parens.o ../parens.c
mv parens.o parens.so
rm -f search.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o search.o ../search.c
mv search.o search.so
rm -f rltty.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o rltty.o ../rltty.c
mv rltty.o rltty.so
rm -f complete.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o complete.o ../complete.c
mv complete.o complete.so
rm -f bind.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o bind.o ../bind.c
mv bind.o bind.so
rm -f isearch.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o isearch.o ../isearch.c
mv isearch.o isearch.so
rm -f display.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o display.o ../display.c
mv display.o display.so
rm -f signals.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o signals.o ../signals.c
mv signals.o signals.so
rm -f util.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o util.o ../util.c
mv util.o util.so
rm -f kill.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o kill.o ../kill.c
mv kill.o kill.so
rm -f undo.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o undo.o ../undo.c
mv undo.o undo.so
rm -f macro.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o macro.o ../macro.c
mv macro.o macro.so
rm -f input.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o input.o ../input.c
mv input.o input.so
rm -f callback.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o callback.o ../callback.c
mv callback.o callback.so
rm -f terminal.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o terminal.o ../terminal.c
mv terminal.o terminal.so
rm -f text.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o text.o ../text.c
mv text.o text.so
rm -f nls.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o nls.o ../nls.c
mv nls.o nls.so
rm -f misc.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o misc.o ../misc.c
mv misc.o misc.so
rm -f history.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o history.o ../history.c
mv history.o history.so
rm -f histexpand.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o histexpand.o ../histexpand.c
mv histexpand.o histexpand.so
rm -f histfile.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o histfile.o ../histfile.c
mv histfile.o histfile.so
rm -f histsearch.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o histsearch.o ../histsearch.c
mv histsearch.o histsearch.so
rm -f shell.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o shell.o ../shell.c
mv shell.o shell.so
rm -f mbutil.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o mbutil.o ../mbutil.c
mv mbutil.o mbutil.so
rm -f tilde.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
mv tilde.o tilde.so
rm -f colors.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o colors.o ../colors.c
mv colors.o colors.so
rm -f parse-colors.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o parse-colors.o ../parse-colors.c
mv parse-colors.o parse-colors.so
rm -f xmalloc.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o xmalloc.o ../xmalloc.c
mv xmalloc.o xmalloc.so
rm -f xfree.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o xfree.o ../xfree.c
mv xfree.o xfree.so
rm -f compat.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o compat.o ../compat.c
mv compat.o compat.so
rm -f athame.so
gcc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.3"' -DRL_LIBRARY_LOCATION='"/usr/lib"' -g -O -fPIC -o athame.o ../athame.c
../athame.c: In function ‘athame_init’:
../athame.c:132:7: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe(vim_to_readline);
^
../athame.c:133:7: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe(readline_to_vim);
^
../athame.c: In function ‘athame_get_first_char’:
../athame.c:196:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
read(fileno(stdin), &return_val, 1);
^
../athame.c: In function ‘athame_update_vim’:
../athame.c:232:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
read(from_vim, athame_buffer, 5);
^
../athame.c: In function ‘athame_send_to_vim’:
../athame.c:743:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write(to_vim, &input, 1);
^
../athame.c: In function ‘athame_get_vim_info_inner’:
../athame.c:760:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
read(from_vim, athame_buffer, DEFAULT_BUFFER_SIZE-1);
^
mv athame.o athame.so
rm -f libreadline.so.6.3
gcc -shared -Wl,-soname,libreadline.so.6.3 -Wl,-rpath,/usr/lib -Wl,-soname,`basename libreadline.so.6.3 .3` -o libreadline.so.6.3 readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so athame.so -lncurses
rm -f libhistory.so.6.3
gcc -shared -Wl,-soname,libhistory.so.6.3 -Wl,-rpath,/usr/lib -Wl,-soname,`basename libhistory.so.6.3 .3` -o libhistory.so.6.3 history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses
make[1]: Leaving directory `/home/lealexis/w/athame/shlib'
$ sudo make install
/bin/sh ./support/mkinstalldirs /usr/include \
/usr/include/readline /usr/lib \
/usr/share/info /usr/share/man/man3 /usr/share/doc/readline
mkdir -p -- /usr/share/doc/readline
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h athame.h; do \
/usr/bin/install -c -m 644 ./$f /usr/include/readline ; \
done
/usr/bin/install -c -m 644 ./CHANGES ./INSTALL ./README.md ./README-readline /usr/share/doc/readline
( if test -d doc ; then \
cd doc && \
make infodir=/usr/share/info DESTDIR= install; \
fi )
make[1]: Entering directory `/home/lealexis/w/athame/doc'
/bin/sh ../support/mkdirs /usr/share/info /usr/share/man/man3
if test -n "" ; then \
/bin/sh ../support/mkdirs ; \
fi
if test -f readline.info; then \
/usr/bin/install -c -m 644 readline.info /usr/share/info/readline.info; \
else \
/usr/bin/install -c -m 644 ./readline.info /usr/share/info/readline.info; \
fi
if test -f rluserman.info; then \
/usr/bin/install -c -m 644 rluserman.info /usr/share/info/rluserman.info; \
else \
/usr/bin/install -c -m 644 ./rluserman.info /usr/share/info/rluserman.info; \
fi
if test -f history.info; then \
/usr/bin/install -c -m 644 history.info /usr/share/info/history.info; \
else \
/usr/bin/install -c -m 644 ./history.info /usr/share/info/history.info; \
fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/readline.info ; \
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/history.info ; \
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/rluserman.info ; \
else true; fi
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
/usr/bin/install -c -m 644 ./readline.3 /usr/share/man/man3/readline.3
/usr/bin/install -c -m 644 ./history.3 /usr/share/man/man3/history.3
if test -n "" ; then \
if test -f readline.html; then \
/usr/bin/install -c -m 644 readline.html /readline.html; \
else \
/usr/bin/install -c -m 644 ./readline.html /readline.html; \
fi ; \
if test -f history.html; then \
/usr/bin/install -c -m 644 history.html /history.html; \
else \
/usr/bin/install -c -m 644 ./history.html /history.html; \
fi ; \
if test -f rluserman.html; then \
/usr/bin/install -c -m 644 rluserman.html /rluserman.html; \
else \
/usr/bin/install -c -m 644 ./rluserman.html /rluserman.html; \
fi ; \
fi
make[1]: Leaving directory `/home/lealexis/w/athame/doc'
( cd examples ; make DESTDIR= install )
make[1]: Entering directory `/home/lealexis/w/athame/examples'
/bin/sh ../support/mkdirs /usr/share/readline
make[1]: Leaving directory `/home/lealexis/w/athame/examples'
rm -f /usr/lib/athame/vimbed.vim && rm -f -r /usr/lib/athame
cp -r ./vimbed/plugin /usr/lib/athame
mv /usr/lib/libreadline.a /usr/lib/libreadline.old
mv: cannot stat ‘/usr/lib/libreadline.a’: No such file or directory
make: [install-static] Error 1 (ignored)
/usr/bin/install -c -m 644 libreadline.a /usr/lib/libreadline.a
test -n "ranlib" && ranlib /usr/lib/libreadline.a
mv /usr/lib/libhistory.a /usr/lib/libhistory.old
mv: cannot stat ‘/usr/lib/libhistory.a’: No such file or directory
make: [install-static] Error 1 (ignored)
/usr/bin/install -c -m 644 libhistory.a /usr/lib/libhistory.a
test -n "ranlib" && ranlib /usr/lib/libhistory.a
test -d shlib || mkdir shlib
( cd shlib ; make all )
make[1]: Entering directory `/home/lealexis/w/athame/shlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lealexis/w/athame/shlib'
( cd shlib ; make DESTDIR= install )
make[1]: Entering directory `/home/lealexis/w/athame/shlib'
/bin/sh ../support/mkdirs /usr/lib
/bin/sh ../support/mkdirs /usr/bin
rm -f /usr/lib/athame/vimbed.vim && rm -f -r /usr/lib/athame
cp -r ../vimbed/plugin /usr/lib/athame
/bin/sh ../support/shlib-install -O linux-gnu -V unknown -d /usr/lib -b /usr/bin -i "/usr/bin/install -c -m 644" libhistory.so.6.3
/bin/sh ../support/shlib-install -O linux-gnu -V unknown -d /usr/lib -b /usr/bin -i "/usr/bin/install -c -m 644" libreadline.so.6.3
install: you may need to run ldconfig
make[1]: Leaving directory `/home/lealexis/w/athame/shlib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment