Build of afpfs-ng with vanilla toolchain

The build took 00h 01m 18s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
13,172 ansic
8,880 sh
2,229 makefile
24,281 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: afpfs-ng 0.8.1-9 (Wed Aug 24 13:29:21 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) fuse-2.9.7-1
#
# Total Installed Size: 0.48 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing fuse...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -> fix_afpfs-ng_includes.patch
# patching file cmdline/cmdline_afp.c
# patching file cmdline/cmdline_testafp.c
# patching file cmdline/getstatus.c
# patching file configure.ac
# patching file fuse/client.c
# patching file fuse/commands.c
# patching file fuse/daemon.c
# patching file fuse/fuse_error.c
# patching file fuse/fuse_int.c
# patching file include/afpfs-ng/afp.h
# patching file include/afpfs-ng/afp_protocol.h
# patching file include/afpfs-ng/codepage.h
# patching file include/afpfs-ng/dsi.h
# patching file include/afpfs-ng/libafpclient.h
# patching file include/afpfs-ng/Makefile.am
# patching file include/afpfs-ng/map_def.h
# patching file include/afpfs-ng/midlevel.h
# patching file include/afpfs-ng/uams_def.h
# patching file include/afpfs-ng/utils.h
# patching file include/afp.h
# patching file include/afp_protocol.h
# patching file include/codepage.h
# patching file include/dsi.h
# patching file include/libafpclient.h
# patching file include/Makefile.am
# patching file include/map_def.h
# patching file include/midlevel.h
# patching file include/uams_def.h
# patching file include/utils.h
# patching file lib/afp.c
# patching file lib/afp_internal.h
# patching file lib/afp_url.c
# patching file lib/client.c
# patching file lib/codepage.c
# patching file lib/connect.c
# patching file lib/did.c
# patching file lib/dsi.c
# patching file lib/forklist.c
# patching file lib/log.c
# patching file lib/loop.c
# patching file lib/lowlevel.c
# patching file lib/map_def.c
# patching file lib/meta.c
# patching file lib/midlevel.c
# patching file lib/proto_attr.c
# patching file lib/proto_desktop.c
# patching file lib/proto_directory.c
# patching file lib/proto_files.c
# patching file lib/proto_fork.c
# patching file lib/proto_login.c
# patching file lib/proto_map.c
# patching file lib/proto_replyblock.c
# patching file lib/proto_server.c
# patching file lib/proto_session.c
# patching file lib/proto_volume.c
# patching file lib/resource.c
# patching file lib/server.c
# patching file lib/status.c
# patching file lib/uams.c
# patching file lib/users.c
# patching file lib/utils.c
# patching file Makefile.am
# -> 01-gcrypt.patch
# patching file configure.ac
# Hunk #1 succeeded at 51 (offset 1 line).
# -> 02-pointer.patch
# patching file cmdline/getstatus.c
# patching file fuse/client.c
# patching file fuse/fuse_int.c
# patching file include/afpfs-ng/afp.h
# patching file include/afpfs-ng/utils.h
# patching file lib/afp_url.c
# patching file lib/did.c
# patching file lib/dsi.c
# patching file lib/loop.c
# patching file lib/lowlevel.c
# patching file lib/midlevel.c
# patching file lib/proto_attr.c
# patching file lib/proto_desktop.c
# patching file lib/proto_directory.c
# patching file lib/proto_map.c
# patching file lib/proto_session.c
# patching file lib/uams.c
# patching file lib/utils.c
# -> 10-fix-errno.patch
# patching file lib/afp.c
# Hunk #1 succeeded at 19 with fuzz 2.
# patching file lib/afp_url.c
# -> 20-build-error-fixes.patch
# patching file lib/afp_url.c
# Hunk #1 succeeded at 235 (offset 2 lines).
# Hunk #2 succeeded at 265 (offset 2 lines).
# Hunk #3 succeeded at 278 (offset 2 lines).
# Hunk #4 succeeded at 286 (offset 2 lines).
# Hunk #5 succeeded at 306 (offset 2 lines).
# patching file fuse/commands.c
# patching file fuse/client.c
# Hunk #1 succeeded at 548 (offset 1 line).
# patching file cmdline/cmdline_afp.c
# patching file cmdline/cmdline_testafp.c
# -> 21-header-path-fix.patch
# patching file include/afpfs-ng/afp.h
# -> 30-include-fixes.patch
# patching file include/afpfs-ng/dsi.h
# patching file include/afpfs-ng/map_def.h
# patching file include/afpfs-ng/midlevel.h
# patching file include/afpfs-ng/utils.h
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by gcc... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognize dependent libraries... pass_all
# checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking how to run the C++ preprocessor... g++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC
# checking if gcc PIC flag -fPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by g++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC
# checking if g++ PIC flag -fPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for main in -lncurses... yes
# checking for readline in -lreadline... yes
# checking for pthread_create in -lpthread... yes
# checking for ANSI C header files... (cached) yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking iconv.h usability... yes
# checking iconv.h presence... yes
# checking for iconv.h... yes
# checking for an ANSI C-conforming const... yes
# checking for uid_t in sys/types.h... yes
# checking for mode_t... yes
# checking for off_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for bzero... yes
# checking for gethostbyname... yes
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for memset... yes
# checking for select... yes
# checking for socket... yes
# checking for strchr... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for gcry_cipher_open in -lgcrypt... yes
# checking fuse.h usability... yes
# checking fuse.h presence... yes
# checking for fuse.h... yes
# checking for fuse_main in -lfuse... yes
# checking for __gmpz_init in -lgmp... yes
# configure: creating ./config.status
# config.status: creating lib/Makefile
# config.status: creating fuse/Makefile
# config.status: creating cmdline/Makefile
# config.status: creating Makefile
# config.status: creating docs/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# cd . && /bin/sh /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run aclocal-1.10
# /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing: line 52: aclocal-1.10: command not found
# WARNING: `aclocal-1.10' is missing on your system. You should only need it if
# you modified `acinclude.m4' or `configure.ac'. You might want
# to install the `Automake' and `Perl' packages. Grab them from
# any GNU archive site.
# cd . && /bin/sh /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run autoconf
# cd . && /bin/sh /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run automake-1.10 --gnu
# /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing: line 52: automake-1.10: command not found
# WARNING: `automake-1.10' is missing on your system. You should only need it if
# you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
# You might want to install the `Automake' and `Perl' packages.
# Grab them from any GNU archive site.
# aclocal.m4:14: error: this file was generated for autoconf 2.61.
# You have another version of autoconf. If you want to use that,
# you should regenerate the build system entirely.
# aclocal.m4:14: the top level
# autom4te: /usr/bin/m4 failed with exit status: 63
# WARNING: `autoconf' is probably too old. You should only need it if
# you modified `configure.ac'. You might want to install the
# `Autoconf' and `GNU m4' packages. Grab them from any GNU
# archive site.
# /bin/sh ./config.status --recheck
# running CONFIG_SHELL=/bin/sh /bin/sh ./configure --host=x86_64-unknown-linux --prefix=/usr host_alias=x86_64-unknown-linux CFLAGS= LDFLAGS= CPPFLAGS= CXXFLAGS= --no-create --no-recursion
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by gcc... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognize dependent libraries... pass_all
# checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking how to run the C++ preprocessor... g++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC
# checking if gcc PIC flag -fPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by g++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC
# checking if g++ PIC flag -fPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for main in -lncurses... yes
# checking for readline in -lreadline... yes
# checking for pthread_create in -lpthread... yes
# checking for ANSI C header files... (cached) yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking iconv.h usability... yes
# checking iconv.h presence... yes
# checking for iconv.h... yes
# checking for an ANSI C-conforming const... yes
# checking for uid_t in sys/types.h... yes
# checking for mode_t... yes
# checking for off_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for bzero... yes
# checking for gethostbyname... yes
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for memset... yes
# checking for select... yes
# checking for socket... yes
# checking for strchr... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for gcry_cipher_open in -lgcrypt... yes
# checking fuse.h usability... yes
# checking fuse.h presence... yes
# checking for fuse.h... yes
# checking for fuse_main in -lfuse... yes
# checking for __gmpz_init in -lgmp... yes
# configure: creating ./config.status
# /bin/sh ./config.status
# config.status: creating lib/Makefile
# config.status: creating fuse/Makefile
# config.status: creating cmdline/Makefile
# config.status: creating Makefile
# config.status: creating docs/Makefile
# config.status: creating config.h
# config.status: config.h is unchanged
# config.status: executing depfiles commands
# cd . && /bin/sh /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run autoheader
# aclocal.m4:14: error: this file was generated for autoconf 2.61.
# You have another version of autoconf. If you want to use that,
# you should regenerate the build system entirely.
# aclocal.m4:14: the top level
# autom4te: /usr/bin/m4 failed with exit status: 63
# autoheader: '/usr/bin/autom4te' failed with exit status: 63
# WARNING: `autoheader' is probably too old. You should only need it if
# you modified `acconfig.h' or `configure.ac'. You might want
# to install the `Autoconf' and `GNU m4' packages. Grab them
# from any GNU archive site.
# rm -f stamp-h1
# touch config.h.in
# cd . && /bin/sh ./config.status config.h
# config.status: creating config.h
# config.status: config.h is unchanged
# make all-recursive
# make[1]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# Making all in lib
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/lib'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-afp.lo -MD -MP -MF .deps/libafpclient_la-afp.Tpo -c -o libafpclient_la-afp.lo `test -f 'afp.c' || echo './'`afp.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-codepage.lo -MD -MP -MF .deps/libafpclient_la-codepage.Tpo -c -o libafpclient_la-codepage.lo `test -f 'codepage.c' || echo './'`codepage.c
# mkdir .libs
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-afp.lo -MD -MP -MF .deps/libafpclient_la-afp.Tpo -c afp.c -fPIC -DPIC -o .libs/libafpclient_la-afp.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-codepage.lo -MD -MP -MF .deps/libafpclient_la-codepage.Tpo -c codepage.c -fPIC -DPIC -o .libs/libafpclient_la-codepage.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-afp.lo -MD -MP -MF .deps/libafpclient_la-afp.Tpo -c afp.c -o libafpclient_la-afp.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-codepage.lo -MD -MP -MF .deps/libafpclient_la-codepage.Tpo -c codepage.c -o libafpclient_la-codepage.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-codepage.Tpo .deps/libafpclient_la-codepage.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-did.lo -MD -MP -MF .deps/libafpclient_la-did.Tpo -c -o libafpclient_la-did.lo `test -f 'did.c' || echo './'`did.c
# mv -f .deps/libafpclient_la-afp.Tpo .deps/libafpclient_la-afp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-dsi.lo -MD -MP -MF .deps/libafpclient_la-dsi.Tpo -c -o libafpclient_la-dsi.lo `test -f 'dsi.c' || echo './'`dsi.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-did.lo -MD -MP -MF .deps/libafpclient_la-did.Tpo -c did.c -fPIC -DPIC -o .libs/libafpclient_la-did.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-dsi.lo -MD -MP -MF .deps/libafpclient_la-dsi.Tpo -c dsi.c -fPIC -DPIC -o .libs/libafpclient_la-dsi.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-did.lo -MD -MP -MF .deps/libafpclient_la-did.Tpo -c did.c -o libafpclient_la-did.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-did.Tpo .deps/libafpclient_la-did.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-map_def.lo -MD -MP -MF .deps/libafpclient_la-map_def.Tpo -c -o libafpclient_la-map_def.lo `test -f 'map_def.c' || echo './'`map_def.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-map_def.lo -MD -MP -MF .deps/libafpclient_la-map_def.Tpo -c map_def.c -fPIC -DPIC -o .libs/libafpclient_la-map_def.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-map_def.lo -MD -MP -MF .deps/libafpclient_la-map_def.Tpo -c map_def.c -o libafpclient_la-map_def.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-map_def.Tpo .deps/libafpclient_la-map_def.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-uams.lo -MD -MP -MF .deps/libafpclient_la-uams.Tpo -c -o libafpclient_la-uams.lo `test -f 'uams.c' || echo './'`uams.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-uams.lo -MD -MP -MF .deps/libafpclient_la-uams.Tpo -c uams.c -fPIC -DPIC -o .libs/libafpclient_la-uams.o
# uams.c:53:3: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# &cleartxt_passwd,NULL};
# ^
# uams.c:53:3: note: (near initialization for 'uam_cleartxt.do_server_passwd')
# dsi.c: In function 'dsi_getstatus_reply':
# dsi.c:527:3: warning: implicit declaration of function 'convert_utf8dec_to_utf8pre' [-Wimplicit-function-declaration]
# convert_utf8dec_to_utf8pre(server->server_name_utf8,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-uams.lo -MD -MP -MF .deps/libafpclient_la-uams.Tpo -c uams.c -o libafpclient_la-uams.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-dsi.lo -MD -MP -MF .deps/libafpclient_la-dsi.Tpo -c dsi.c -o libafpclient_la-dsi.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-uams.Tpo .deps/libafpclient_la-uams.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-uams_def.lo -MD -MP -MF .deps/libafpclient_la-uams_def.Tpo -c -o libafpclient_la-uams_def.lo `test -f 'uams_def.c' || echo './'`uams_def.c
# mv -f .deps/libafpclient_la-dsi.Tpo .deps/libafpclient_la-dsi.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-unicode.lo -MD -MP -MF .deps/libafpclient_la-unicode.Tpo -c -o libafpclient_la-unicode.lo `test -f 'unicode.c' || echo './'`unicode.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-uams_def.lo -MD -MP -MF .deps/libafpclient_la-uams_def.Tpo -c uams_def.c -fPIC -DPIC -o .libs/libafpclient_la-uams_def.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-unicode.lo -MD -MP -MF .deps/libafpclient_la-unicode.Tpo -c unicode.c -fPIC -DPIC -o .libs/libafpclient_la-unicode.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-uams_def.lo -MD -MP -MF .deps/libafpclient_la-uams_def.Tpo -c uams_def.c -o libafpclient_la-uams_def.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-unicode.lo -MD -MP -MF .deps/libafpclient_la-unicode.Tpo -c unicode.c -o libafpclient_la-unicode.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-uams_def.Tpo .deps/libafpclient_la-uams_def.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-users.lo -MD -MP -MF .deps/libafpclient_la-users.Tpo -c -o libafpclient_la-users.lo `test -f 'users.c' || echo './'`users.c
# mv -f .deps/libafpclient_la-unicode.Tpo .deps/libafpclient_la-unicode.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-utils.lo -MD -MP -MF .deps/libafpclient_la-utils.Tpo -c -o libafpclient_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-users.lo -MD -MP -MF .deps/libafpclient_la-users.Tpo -c users.c -fPIC -DPIC -o .libs/libafpclient_la-users.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-utils.lo -MD -MP -MF .deps/libafpclient_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libafpclient_la-utils.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-utils.lo -MD -MP -MF .deps/libafpclient_la-utils.Tpo -c utils.c -o libafpclient_la-utils.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-utils.Tpo .deps/libafpclient_la-utils.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-resource.lo -MD -MP -MF .deps/libafpclient_la-resource.Tpo -c -o libafpclient_la-resource.lo `test -f 'resource.c' || echo './'`resource.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-resource.lo -MD -MP -MF .deps/libafpclient_la-resource.Tpo -c resource.c -fPIC -DPIC -o .libs/libafpclient_la-resource.o
# resource.c: In function 'appledouble_truncate':
# resource.c:365:5: warning: implicit declaration of function 'remove_opened_fork' [-Wimplicit-function-declaration]
# remove_opened_fork(volume,fp);
# ^~~~~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-resource.lo -MD -MP -MF .deps/libafpclient_la-resource.Tpo -c resource.c -o libafpclient_la-resource.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-resource.Tpo .deps/libafpclient_la-resource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-log.lo -MD -MP -MF .deps/libafpclient_la-log.Tpo -c -o libafpclient_la-log.lo `test -f 'log.c' || echo './'`log.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-log.lo -MD -MP -MF .deps/libafpclient_la-log.Tpo -c log.c -fPIC -DPIC -o .libs/libafpclient_la-log.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-log.lo -MD -MP -MF .deps/libafpclient_la-log.Tpo -c log.c -o libafpclient_la-log.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-log.Tpo .deps/libafpclient_la-log.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-client.lo -MD -MP -MF .deps/libafpclient_la-client.Tpo -c -o libafpclient_la-client.lo `test -f 'client.c' || echo './'`client.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-client.lo -MD -MP -MF .deps/libafpclient_la-client.Tpo -c client.c -fPIC -DPIC -o .libs/libafpclient_la-client.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-client.lo -MD -MP -MF .deps/libafpclient_la-client.Tpo -c client.c -o libafpclient_la-client.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-client.Tpo .deps/libafpclient_la-client.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-server.lo -MD -MP -MF .deps/libafpclient_la-server.Tpo -c -o libafpclient_la-server.lo `test -f 'server.c' || echo './'`server.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-server.lo -MD -MP -MF .deps/libafpclient_la-server.Tpo -c server.c -fPIC -DPIC -o .libs/libafpclient_la-server.o
# server.c: In function 'afp_server_complete_connection':
# server.c:75:3: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
# gettimeofday(&tv,NULL);
# ^~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-server.lo -MD -MP -MF .deps/libafpclient_la-server.Tpo -c server.c -o libafpclient_la-server.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-server.Tpo .deps/libafpclient_la-server.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-connect.lo -MD -MP -MF .deps/libafpclient_la-connect.Tpo -c -o libafpclient_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-connect.lo -MD -MP -MF .deps/libafpclient_la-connect.Tpo -c connect.c -fPIC -DPIC -o .libs/libafpclient_la-connect.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-connect.lo -MD -MP -MF .deps/libafpclient_la-connect.Tpo -c connect.c -o libafpclient_la-connect.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-connect.Tpo .deps/libafpclient_la-connect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-loop.lo -MD -MP -MF .deps/libafpclient_la-loop.Tpo -c -o libafpclient_la-loop.lo `test -f 'loop.c' || echo './'`loop.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-loop.lo -MD -MP -MF .deps/libafpclient_la-loop.Tpo -c loop.c -fPIC -DPIC -o .libs/libafpclient_la-loop.o
# loop.c: In function 'just_end_it_now':
# loop.c:90:14: warning: 'return' with no value, in function returning non-void
# if (ending) return;
# ^~~~~~
# loop.c:88:8: note: declared here
# void * just_end_it_now(void * ignore)
# ^~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-loop.lo -MD -MP -MF .deps/libafpclient_la-loop.Tpo -c loop.c -o libafpclient_la-loop.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-users.lo -MD -MP -MF .deps/libafpclient_la-users.Tpo -c users.c -o libafpclient_la-users.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-loop.Tpo .deps/libafpclient_la-loop.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-midlevel.lo -MD -MP -MF .deps/libafpclient_la-midlevel.Tpo -c -o libafpclient_la-midlevel.lo `test -f 'midlevel.c' || echo './'`midlevel.c
# mv -f .deps/libafpclient_la-users.Tpo .deps/libafpclient_la-users.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_attr.lo -MD -MP -MF .deps/libafpclient_la-proto_attr.Tpo -c -o libafpclient_la-proto_attr.lo `test -f 'proto_attr.c' || echo './'`proto_attr.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-midlevel.lo -MD -MP -MF .deps/libafpclient_la-midlevel.Tpo -c midlevel.c -fPIC -DPIC -o .libs/libafpclient_la-midlevel.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_attr.lo -MD -MP -MF .deps/libafpclient_la-proto_attr.Tpo -c proto_attr.c -fPIC -DPIC -o .libs/libafpclient_la-proto_attr.o
# midlevel.c: In function 'ml_write':
# midlevel.c:735:6: warning: implicit declaration of function 'appledouble_write' [-Wimplicit-function-declaration]
# ret=appledouble_write(volume,fp,data,size,offset,&totalwritten);
# ^~~~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_attr.lo -MD -MP -MF .deps/libafpclient_la-proto_attr.Tpo -c proto_attr.c -o libafpclient_la-proto_attr.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-midlevel.lo -MD -MP -MF .deps/libafpclient_la-midlevel.Tpo -c midlevel.c -o libafpclient_la-midlevel.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-proto_attr.Tpo .deps/libafpclient_la-proto_attr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_desktop.lo -MD -MP -MF .deps/libafpclient_la-proto_desktop.Tpo -c -o libafpclient_la-proto_desktop.lo `test -f 'proto_desktop.c' || echo './'`proto_desktop.c
# mv -f .deps/libafpclient_la-midlevel.Tpo .deps/libafpclient_la-midlevel.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_directory.lo -MD -MP -MF .deps/libafpclient_la-proto_directory.Tpo -c -o libafpclient_la-proto_directory.lo `test -f 'proto_directory.c' || echo './'`proto_directory.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_desktop.lo -MD -MP -MF .deps/libafpclient_la-proto_desktop.Tpo -c proto_desktop.c -fPIC -DPIC -o .libs/libafpclient_la-proto_desktop.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_desktop.lo -MD -MP -MF .deps/libafpclient_la-proto_desktop.Tpo -c proto_desktop.c -o libafpclient_la-proto_desktop.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_directory.lo -MD -MP -MF .deps/libafpclient_la-proto_directory.Tpo -c proto_directory.c -fPIC -DPIC -o .libs/libafpclient_la-proto_directory.o
# proto_directory.c: In function 'afp_enumerateext2_reply':
# proto_directory.c:296:9: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
# entry = p;
# ^
# mv -f .deps/libafpclient_la-proto_desktop.Tpo .deps/libafpclient_la-proto_desktop.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_files.lo -MD -MP -MF .deps/libafpclient_la-proto_files.Tpo -c -o libafpclient_la-proto_files.lo `test -f 'proto_files.c' || echo './'`proto_files.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_directory.lo -MD -MP -MF .deps/libafpclient_la-proto_directory.Tpo -c proto_directory.c -o libafpclient_la-proto_directory.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-proto_directory.Tpo .deps/libafpclient_la-proto_directory.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_fork.lo -MD -MP -MF .deps/libafpclient_la-proto_fork.Tpo -c -o libafpclient_la-proto_fork.lo `test -f 'proto_fork.c' || echo './'`proto_fork.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_files.lo -MD -MP -MF .deps/libafpclient_la-proto_files.Tpo -c proto_files.c -fPIC -DPIC -o .libs/libafpclient_la-proto_files.o
# proto_files.c: In function 'afp_getfiledirparms_reply':
# proto_files.c:299:2: warning: implicit declaration of function 'parse_reply_block' [-Wimplicit-function-declaration]
# parse_reply_block(server,
# ^~~~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_fork.lo -MD -MP -MF .deps/libafpclient_la-proto_fork.Tpo -c proto_fork.c -fPIC -DPIC -o .libs/libafpclient_la-proto_fork.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_files.lo -MD -MP -MF .deps/libafpclient_la-proto_files.Tpo -c proto_files.c -o libafpclient_la-proto_files.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_fork.lo -MD -MP -MF .deps/libafpclient_la-proto_fork.Tpo -c proto_fork.c -o libafpclient_la-proto_fork.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-proto_files.Tpo .deps/libafpclient_la-proto_files.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_login.lo -MD -MP -MF .deps/libafpclient_la-proto_login.Tpo -c -o libafpclient_la-proto_login.lo `test -f 'proto_login.c' || echo './'`proto_login.c
# mv -f .deps/libafpclient_la-proto_fork.Tpo .deps/libafpclient_la-proto_fork.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_map.lo -MD -MP -MF .deps/libafpclient_la-proto_map.Tpo -c -o libafpclient_la-proto_map.lo `test -f 'proto_map.c' || echo './'`proto_map.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_login.lo -MD -MP -MF .deps/libafpclient_la-proto_login.Tpo -c proto_login.c -fPIC -DPIC -o .libs/libafpclient_la-proto_login.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_map.lo -MD -MP -MF .deps/libafpclient_la-proto_map.Tpo -c proto_map.c -fPIC -DPIC -o .libs/libafpclient_la-proto_map.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_login.lo -MD -MP -MF .deps/libafpclient_la-proto_login.Tpo -c proto_login.c -o libafpclient_la-proto_login.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_map.lo -MD -MP -MF .deps/libafpclient_la-proto_map.Tpo -c proto_map.c -o libafpclient_la-proto_map.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-proto_login.Tpo .deps/libafpclient_la-proto_login.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_replyblock.lo -MD -MP -MF .deps/libafpclient_la-proto_replyblock.Tpo -c -o libafpclient_la-proto_replyblock.lo `test -f 'proto_replyblock.c' || echo './'`proto_replyblock.c
# mv -f .deps/libafpclient_la-proto_map.Tpo .deps/libafpclient_la-proto_map.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_server.lo -MD -MP -MF .deps/libafpclient_la-proto_server.Tpo -c -o libafpclient_la-proto_server.lo `test -f 'proto_server.c' || echo './'`proto_server.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_replyblock.lo -MD -MP -MF .deps/libafpclient_la-proto_replyblock.Tpo -c proto_replyblock.c -fPIC -DPIC -o .libs/libafpclient_la-proto_replyblock.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_server.lo -MD -MP -MF .deps/libafpclient_la-proto_server.Tpo -c proto_server.c -fPIC -DPIC -o .libs/libafpclient_la-proto_server.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_replyblock.lo -MD -MP -MF .deps/libafpclient_la-proto_replyblock.Tpo -c proto_replyblock.c -o libafpclient_la-proto_replyblock.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-proto_replyblock.Tpo .deps/libafpclient_la-proto_replyblock.Plo
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_server.lo -MD -MP -MF .deps/libafpclient_la-proto_server.Tpo -c proto_server.c -o libafpclient_la-proto_server.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_volume.lo -MD -MP -MF .deps/libafpclient_la-proto_volume.Tpo -c -o libafpclient_la-proto_volume.lo `test -f 'proto_volume.c' || echo './'`proto_volume.c
# mv -f .deps/libafpclient_la-proto_server.Tpo .deps/libafpclient_la-proto_server.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_session.lo -MD -MP -MF .deps/libafpclient_la-proto_session.Tpo -c -o libafpclient_la-proto_session.lo `test -f 'proto_session.c' || echo './'`proto_session.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_volume.lo -MD -MP -MF .deps/libafpclient_la-proto_volume.Tpo -c proto_volume.c -fPIC -DPIC -o .libs/libafpclient_la-proto_volume.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_session.lo -MD -MP -MF .deps/libafpclient_la-proto_session.Tpo -c proto_session.c -fPIC -DPIC -o .libs/libafpclient_la-proto_session.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_volume.lo -MD -MP -MF .deps/libafpclient_la-proto_volume.Tpo -c proto_volume.c -o libafpclient_la-proto_volume.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-proto_session.lo -MD -MP -MF .deps/libafpclient_la-proto_session.Tpo -c proto_session.c -o libafpclient_la-proto_session.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-proto_volume.Tpo .deps/libafpclient_la-proto_volume.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-afp_url.lo -MD -MP -MF .deps/libafpclient_la-afp_url.Tpo -c -o libafpclient_la-afp_url.lo `test -f 'afp_url.c' || echo './'`afp_url.c
# mv -f .deps/libafpclient_la-proto_session.Tpo .deps/libafpclient_la-proto_session.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-status.lo -MD -MP -MF .deps/libafpclient_la-status.Tpo -c -o libafpclient_la-status.lo `test -f 'status.c' || echo './'`status.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-afp_url.lo -MD -MP -MF .deps/libafpclient_la-afp_url.Tpo -c afp_url.c -fPIC -DPIC -o .libs/libafpclient_la-afp_url.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-status.lo -MD -MP -MF .deps/libafpclient_la-status.Tpo -c status.c -fPIC -DPIC -o .libs/libafpclient_la-status.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-afp_url.lo -MD -MP -MF .deps/libafpclient_la-afp_url.Tpo -c afp_url.c -o libafpclient_la-afp_url.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-status.lo -MD -MP -MF .deps/libafpclient_la-status.Tpo -c status.c -o libafpclient_la-status.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-status.Tpo .deps/libafpclient_la-status.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-forklist.lo -MD -MP -MF .deps/libafpclient_la-forklist.Tpo -c -o libafpclient_la-forklist.lo `test -f 'forklist.c' || echo './'`forklist.c
# mv -f .deps/libafpclient_la-afp_url.Tpo .deps/libafpclient_la-afp_url.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-debug.lo -MD -MP -MF .deps/libafpclient_la-debug.Tpo -c -o libafpclient_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-debug.lo -MD -MP -MF .deps/libafpclient_la-debug.Tpo -c debug.c -fPIC -DPIC -o .libs/libafpclient_la-debug.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-forklist.lo -MD -MP -MF .deps/libafpclient_la-forklist.Tpo -c forklist.c -fPIC -DPIC -o .libs/libafpclient_la-forklist.o
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-debug.lo -MD -MP -MF .deps/libafpclient_la-debug.Tpo -c debug.c -o libafpclient_la-debug.o >/dev/null 2>&1
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-forklist.lo -MD -MP -MF .deps/libafpclient_la-forklist.Tpo -c forklist.c -o libafpclient_la-forklist.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-debug.Tpo .deps/libafpclient_la-debug.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-lowlevel.lo -MD -MP -MF .deps/libafpclient_la-lowlevel.Tpo -c -o libafpclient_la-lowlevel.lo `test -f 'lowlevel.c' || echo './'`lowlevel.c
# mv -f .deps/libafpclient_la-forklist.Tpo .deps/libafpclient_la-forklist.Plo
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-lowlevel.lo -MD -MP -MF .deps/libafpclient_la-lowlevel.Tpo -c lowlevel.c -fPIC -DPIC -o .libs/libafpclient_la-lowlevel.o
# lowlevel.c: In function 'll_open':
# lowlevel.c:214:11: warning: overflow in implicit constant conversion [-Woverflow]
# fp->sync=(flags & (O_SYNC | O_DIRECT));
# ^
# lowlevel.c:280:5: warning: implicit declaration of function 'ml_creat' [-Wimplicit-function-declaration]
# (ml_creat(volume,path,0644)==0)) {
# ^~~~~~~~
# lowlevel.c:314:2: warning: implicit declaration of function 'add_opened_fork' [-Wimplicit-function-declaration]
# add_opened_fork(volume, fp);
# ^~~~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -I../include -MT libafpclient_la-lowlevel.lo -MD -MP -MF .deps/libafpclient_la-lowlevel.Tpo -c lowlevel.c -o libafpclient_la-lowlevel.o >/dev/null 2>&1
# mv -f .deps/libafpclient_la-lowlevel.Tpo .deps/libafpclient_la-lowlevel.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -D_FILE_OFFSET_BITS=64 -I../include -o libafpclient.la -rpath /usr/lib libafpclient_la-afp.lo libafpclient_la-codepage.lo libafpclient_la-did.lo libafpclient_la-dsi.lo libafpclient_la-map_def.lo libafpclient_la-uams.lo libafpclient_la-uams_def.lo libafpclient_la-unicode.lo libafpclient_la-users.lo libafpclient_la-utils.lo libafpclient_la-resource.lo libafpclient_la-log.lo libafpclient_la-client.lo libafpclient_la-server.lo libafpclient_la-connect.lo libafpclient_la-loop.lo libafpclient_la-midlevel.lo libafpclient_la-proto_attr.lo libafpclient_la-proto_desktop.lo libafpclient_la-proto_directory.lo libafpclient_la-proto_files.lo libafpclient_la-proto_fork.lo libafpclient_la-proto_login.lo libafpclient_la-proto_map.lo libafpclient_la-proto_replyblock.lo libafpclient_la-proto_server.lo libafpclient_la-proto_volume.lo libafpclient_la-proto_session.lo libafpclient_la-afp_url.lo libafpclient_la-status.lo libafpclient_la-forklist.lo libafpclient_la-debug.lo libafpclient_la-lowlevel.lo -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses
# gcc -shared .libs/libafpclient_la-afp.o .libs/libafpclient_la-codepage.o .libs/libafpclient_la-did.o .libs/libafpclient_la-dsi.o .libs/libafpclient_la-map_def.o .libs/libafpclient_la-uams.o .libs/libafpclient_la-uams_def.o .libs/libafpclient_la-unicode.o .libs/libafpclient_la-users.o .libs/libafpclient_la-utils.o .libs/libafpclient_la-resource.o .libs/libafpclient_la-log.o .libs/libafpclient_la-client.o .libs/libafpclient_la-server.o .libs/libafpclient_la-connect.o .libs/libafpclient_la-loop.o .libs/libafpclient_la-midlevel.o .libs/libafpclient_la-proto_attr.o .libs/libafpclient_la-proto_desktop.o .libs/libafpclient_la-proto_directory.o .libs/libafpclient_la-proto_files.o .libs/libafpclient_la-proto_fork.o .libs/libafpclient_la-proto_login.o .libs/libafpclient_la-proto_map.o .libs/libafpclient_la-proto_replyblock.o .libs/libafpclient_la-proto_server.o .libs/libafpclient_la-proto_volume.o .libs/libafpclient_la-proto_session.o .libs/libafpclient_la-afp_url.o .libs/libafpclient_la-status.o .libs/libafpclient_la-forklist.o .libs/libafpclient_la-debug.o .libs/libafpclient_la-lowlevel.o -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses -Wl,-soname -Wl,libafpclient.so.0 -o .libs/libafpclient.so.0.0.0
# (cd .libs && rm -f libafpclient.so.0 && ln -s libafpclient.so.0.0.0 libafpclient.so.0)
# (cd .libs && rm -f libafpclient.so && ln -s libafpclient.so.0.0.0 libafpclient.so)
# ar cru .libs/libafpclient.a libafpclient_la-afp.o libafpclient_la-codepage.o libafpclient_la-did.o libafpclient_la-dsi.o libafpclient_la-map_def.o libafpclient_la-uams.o libafpclient_la-uams_def.o libafpclient_la-unicode.o libafpclient_la-users.o libafpclient_la-utils.o libafpclient_la-resource.o libafpclient_la-log.o libafpclient_la-client.o libafpclient_la-server.o libafpclient_la-connect.o libafpclient_la-loop.o libafpclient_la-midlevel.o libafpclient_la-proto_attr.o libafpclient_la-proto_desktop.o libafpclient_la-proto_directory.o libafpclient_la-proto_files.o libafpclient_la-proto_fork.o libafpclient_la-proto_login.o libafpclient_la-proto_map.o libafpclient_la-proto_replyblock.o libafpclient_la-proto_server.o libafpclient_la-proto_volume.o libafpclient_la-proto_session.o libafpclient_la-afp_url.o libafpclient_la-status.o libafpclient_la-forklist.o libafpclient_la-debug.o libafpclient_la-lowlevel.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libafpclient.a
# creating libafpclient.la
# (cd .libs && rm -f libafpclient.la && ln -s ../libafpclient.la libafpclient.la)
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/lib'
# Making all in fuse
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpfsd-commands.o -MD -MP -MF .deps/afpfsd-commands.Tpo -c -o afpfsd-commands.o `test -f 'commands.c' || echo './'`commands.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpfsd-daemon.o -MD -MP -MF .deps/afpfsd-daemon.Tpo -c -o afpfsd-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
# daemon.c: In function 'fuse_unmount_volume':
# daemon.c:70:3: warning: implicit declaration of function 'fuse_exit' [-Wimplicit-function-declaration]
# fuse_exit((struct fuse *)volume->priv);
# ^~~~~~~~~
# mv -f .deps/afpfsd-commands.Tpo .deps/afpfsd-commands.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpfsd-fuse_int.o -MD -MP -MF .deps/afpfsd-fuse_int.Tpo -c -o afpfsd-fuse_int.o `test -f 'fuse_int.c' || echo './'`fuse_int.c
# mv -f .deps/afpfsd-daemon.Tpo .deps/afpfsd-daemon.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpfsd-fuse_error.o -MD -MP -MF .deps/afpfsd-fuse_error.Tpo -c -o afpfsd-fuse_error.o `test -f 'fuse_error.c' || echo './'`fuse_error.c
# mv -f .deps/afpfsd-fuse_error.Tpo .deps/afpfsd-fuse_error.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT mount_afp-client.o -MD -MP -MF .deps/mount_afp-client.Tpo -c -o mount_afp-client.o `test -f 'client.c' || echo './'`client.c
# mv -f .deps/afpfsd-fuse_int.Tpo .deps/afpfsd-fuse_int.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -D_FILE_OFFSET_BITS=64 -export-dynamic -lfuse -o afpfsd afpfsd-commands.o afpfsd-daemon.o afpfsd-fuse_int.o afpfsd-fuse_error.o ../lib/libafpclient.la -lfuse -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses
# client.c: In function 'start_afpfsd':
# client.c:80:6: warning: implicit declaration of function 'basename' [-Wimplicit-function-declaration]
# basename(thisbin),AFPFSD_FILENAME);
# ^~~~~~~~
# mkdir .libs
# mv -f .deps/mount_afp-client.Tpo .deps/mount_afp-client.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -D_FILE_OFFSET_BITS=64 -o mount_afp mount_afp-client.o ../lib/libafpclient.la -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses
# gcc -I../include -D_FILE_OFFSET_BITS=64 -o .libs/afpfsd afpfsd-commands.o afpfsd-daemon.o afpfsd-fuse_int.o afpfsd-fuse_error.o -Wl,--export-dynamic ../lib/.libs/libafpclient.so -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses -Wl,--rpath -Wl,/usr/lib
# creating afpfsd
# gcc -I../include -D_FILE_OFFSET_BITS=64 -o .libs/mount_afp mount_afp-client.o ../lib/.libs/libafpclient.so -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses -Wl,--rpath -Wl,/usr/lib
# creating mount_afp
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# Making all in cmdline
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpcmd-cmdline_afp.o -MD -MP -MF .deps/afpcmd-cmdline_afp.Tpo -c -o afpcmd-cmdline_afp.o `test -f 'cmdline_afp.c' || echo './'`cmdline_afp.c
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpcmd-cmdline_main.o -MD -MP -MF .deps/afpcmd-cmdline_main.Tpo -c -o afpcmd-cmdline_main.o `test -f 'cmdline_main.c' || echo './'`cmdline_main.c
# cmdline_main.c:181:12: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# { "test",test_urls,"URL parsing test",1},
# ^~~~~~~~~
# cmdline_main.c:181:12: note: (near initialization for 'commands[27].func')
# cmdline_main.c: In function 'main':
# cmdline_main.c:416:2: warning: implicit declaration of function 'cmdline_afp_setup_client' [-Wimplicit-function-declaration]
# cmdline_afp_setup_client();
# ^~~~~~~~~~~~~~~~~~~~~~~~
# cmdline_main.c:418:2: warning: implicit declaration of function 'afp_main_quick_startup' [-Wimplicit-function-declaration]
# afp_main_quick_startup(NULL);
# ^~~~~~~~~~~~~~~~~~~~~~
# mv -f .deps/afpcmd-cmdline_main.Tpo .deps/afpcmd-cmdline_main.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpcmd-cmdline_testafp.o -MD -MP -MF .deps/afpcmd-cmdline_testafp.Tpo -c -o afpcmd-cmdline_testafp.o `test -f 'cmdline_testafp.c' || echo './'`cmdline_testafp.c
# cmdline_testafp.c:17:7: warning: anonymous enum declared inside parameter list will not be visible outside of this definition or declaration
# enum {TCPIP,AT} protocol,
# ^
# cmdline_testafp.c: In function 'test_one_url':
# cmdline_testafp.c:29:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
# strcpy(valid_url.servername,servername);
# ^~~~~~
# cmdline_testafp.c:29:2: warning: incompatible implicit declaration of built-in function 'strcpy'
# cmdline_testafp.c:29:2: note: include '' or provide a declaration of 'strcpy'
# mv -f .deps/afpcmd-cmdline_afp.Tpo .deps/afpcmd-cmdline_afp.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -MT afpgetstatus-getstatus.o -MD -MP -MF .deps/afpgetstatus-getstatus.Tpo -c -o afpgetstatus-getstatus.o `test -f 'getstatus.c' || echo './'`getstatus.c
# mv -f .deps/afpcmd-cmdline_testafp.Tpo .deps/afpcmd-cmdline_testafp.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -D_FILE_OFFSET_BITS=64 -o afpcmd afpcmd-cmdline_afp.o afpcmd-cmdline_main.o afpcmd-cmdline_testafp.o -lreadline -lncurses ../lib/libafpclient.la -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses
# mv -f .deps/afpgetstatus-getstatus.Tpo .deps/afpgetstatus-getstatus.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -I../include -D_FILE_OFFSET_BITS=64 -o afpgetstatus afpgetstatus-getstatus.o ../lib/libafpclient.la -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses
# mkdir .libs
# gcc -I../include -D_FILE_OFFSET_BITS=64 -o .libs/afpcmd afpcmd-cmdline_afp.o afpcmd-cmdline_main.o afpcmd-cmdline_testafp.o ../lib/.libs/libafpclient.so -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses -Wl,--rpath -Wl,/usr/lib
# creating afpcmd
# gcc -I../include -D_FILE_OFFSET_BITS=64 -o .libs/afpgetstatus afpgetstatus-getstatus.o ../lib/.libs/libafpclient.so -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses -Wl,--rpath -Wl,/usr/lib
# creating afpgetstatus
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# Making all in docs
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/docs'
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# make[1]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/lib'
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/lib'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/afpfs-ng/pkg/afpfs-ng/usr/lib"
# make[2]: Nothing to be done for 'install-data-am'.
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libafpclient.la' '/tmp/afpfs-ng/pkg/afpfs-ng/usr/lib/libafpclient.la'
# /usr/bin/install -c .libs/libafpclient.so.0.0.0 /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib/libafpclient.so.0.0.0
# (cd /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib && { ln -s -f libafpclient.so.0.0.0 libafpclient.so.0 || { rm -f libafpclient.so.0 && ln -s libafpclient.so.0.0.0 libafpclient.so.0; }; })
# (cd /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib && { ln -s -f libafpclient.so.0.0.0 libafpclient.so || { rm -f libafpclient.so && ln -s libafpclient.so.0.0.0 libafpclient.so; }; })
# /usr/bin/install -c .libs/libafpclient.lai /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib/libafpclient.la
# /usr/bin/install -c .libs/libafpclient.a /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib/libafpclient.a
# chmod 644 /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib/libafpclient.a
# ranlib /tmp/afpfs-ng/pkg/afpfs-ng/usr/lib/libafpclient.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/lib'
# make[1]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/lib'
# Making install in fuse
# make[1]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/afpfs-ng/pkg/afpfs-ng/usr/bin"
# make install-data-hook
# make[3]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# mkdir -p /tmp/afpfs-ng/pkg/afpfs-ng//usr/share/man/man1
# cp mount_afp.1 /tmp/afpfs-ng/pkg/afpfs-ng//usr/share/man/man1
# cp afpfsd.1 /tmp/afpfs-ng/pkg/afpfs-ng//usr/share/man/man1
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'afpfsd' '/tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpfsd'
# cp afp_client.1 /tmp/afpfs-ng/pkg/afpfs-ng//usr/share/man/man1
# make[3]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# libtool: install: warning: `../lib/libafpclient.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/afpfsd /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpfsd
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'mount_afp' '/tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/mount_afp'
# libtool: install: warning: `../lib/libafpclient.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/mount_afp /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/mount_afp
# make install-exec-hook
# make[3]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# rm -f /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afp_client
# ln -s mount_afp /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afp_client
# cp afpfs /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpfs
# make[3]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# make[1]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/fuse'
# Making install in cmdline
# make[1]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/afpfs-ng/pkg/afpfs-ng/usr/bin"
# make install-data-hook
# make[3]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# mkdir -p /tmp/afpfs-ng/pkg/afpfs-ng//usr/share/man/man1
# cp afpcmd.1 /tmp/afpfs-ng/pkg/afpfs-ng/usr/share/man/man1
# cp afpgetstatus.1 /tmp/afpfs-ng/pkg/afpfs-ng/usr/share/man/man1
# make[3]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'afpcmd' '/tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpcmd'
# libtool: install: warning: `../lib/libafpclient.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/afpcmd /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpcmd
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'afpgetstatus' '/tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpgetstatus'
# libtool: install: warning: `../lib/libafpclient.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/afpgetstatus /tmp/afpfs-ng/pkg/afpfs-ng/usr/bin/afpgetstatus
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# make[1]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/cmdline'
# Making install in docs
# make[1]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/docs'
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/docs'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/docs'
# make[1]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/docs'
# make[1]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# make[2]: Entering directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# make[1]: Leaving directory '/tmp/afpfs-ng/src/afpfs-ng-0.8.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "afpfs-ng"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: afpfs-ng 0.8.1-9 (Wed Aug 24 13:30:15 UTC 2016)

CMD: pacman --query --file afpfs-ng-0.8.1-9-x86_64.pkg.tar.xz
# afpfs-ng 0.8.1-9

Creating hybrid package for 'afpfs-ng'

Trying to find vanilla package 'afpfs-ng'...

CMD: pacman --query --file /mirror/afpfs-ng-0.8.1-9.pkg.tar.xz
# afpfs-ng 0.8.1-9

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libafpclient.so.0
# /usr/lib/libafpclient.so
# /usr/lib/libafpclient.so.0.0.0
# /usr/bin/afp_client
# /usr/bin/afpfs
# /usr/bin/afpfsd
# /usr/bin/mount_afp
# /usr/bin/afpcmd
# /usr/bin/afpgetstatus
# /usr/share/man/man1/mount_afp.1.gz
# /usr/share/man/man1/afpfsd.1.gz
# /usr/share/man/man1/afp_client.1.gz
# /usr/share/man/man1/afpcmd.1.gz
# /usr/share/man/man1/afpgetstatus.1.gz
# /usr/include/afpfs-ng/afp.h
# /usr/include/afpfs-ng/afp_protocol.h
# /usr/include/afpfs-ng/codepage.h
# /usr/include/afpfs-ng/dsi.h
# /usr/include/afpfs-ng/libafpclient.h
# /usr/include/afpfs-ng/map_def.h
# /usr/include/afpfs-ng/midlevel.h
# /usr/include/afpfs-ng/uams_def.h
# /usr/include/afpfs-ng/utils.h
# /sysroot/usr/lib/libafpclient.so.0.0.0
# /sysroot/usr/lib/libafpclient.so.0
# /sysroot/usr/lib/libafpclient.so
# /sysroot/usr/lib/libafpclient.la
# /sysroot/usr/lib/libafpclient.a
# /sysroot/usr/include/afpfs-ng/afp.h
# /sysroot/usr/include/afpfs-ng/afp_protocol.h
# /sysroot/usr/include/afpfs-ng/codepage.h
# /sysroot/usr/include/afpfs-ng/dsi.h
# /sysroot/usr/include/afpfs-ng/libafpclient.h
# /sysroot/usr/include/afpfs-ng/map_def.h
# /sysroot/usr/include/afpfs-ng/midlevel.h
# /sysroot/usr/include/afpfs-ng/uams_def.h
# /sysroot/usr/include/afpfs-ng/utils.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf afpfs-ng.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/afpfs-ng.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/afpfs-ng.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/afpfs-ng.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/afpfs-ng/src/afpfs-ng-0.8.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by afpfs-ng configure 0.8.1, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr host_alias=x86_64-unknown-linux CFLAGS= LDFLAGS= CPPFLAGS= CXXFLAGS= --no-create --no-recursion
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bd2cc86fb56d
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1986: checking for a BSD-compatible install
# configure:2042: result: /usr/bin/install -c
# configure:2053: checking whether build environment is sane
# configure:2096: result: yes
# configure:2124: checking for a thread-safe mkdir -p
# configure:2163: result: /usr/bin/mkdir -p
# configure:2176: checking for gawk
# configure:2192: found /usr/bin/gawk
# configure:2203: result: gawk
# configure:2214: checking whether make sets $(MAKE)
# configure:2235: result: yes
# configure:2315: checking for x86_64-unknown-linux-strip
# configure:2345: result: no
# configure:2355: checking for strip
# configure:2371: found /usr/bin/strip
# configure:2382: result: strip
# configure:2436: checking for x86_64-unknown-linux-gcc
# configure:2466: result: no
# configure:2476: checking for gcc
# configure:2492: found /usr/bin/gcc
# configure:2503: result: gcc
# configure:2741: checking for C compiler version
# configure:2748: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2751: $? = 0
# configure:2758: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2761: $? = 0
# configure:2768: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2771: $? = 1
# configure:2794: checking for C compiler default output file name
# configure:2821: gcc conftest.c >&5
# configure:2824: $? = 0
# configure:2862: result: a.out
# configure:2879: checking whether the C compiler works
# configure:2889: ./a.out
# configure:2892: $? = 0
# configure:2909: result: yes
# configure:2916: checking whether we are cross compiling
# configure:2918: result: no
# configure:2921: checking for suffix of executables
# configure:2928: gcc -o conftest conftest.c >&5
# configure:2931: $? = 0
# configure:2955: result:
# configure:2961: checking for suffix of object files
# configure:2987: gcc -c conftest.c >&5
# configure:2990: $? = 0
# configure:3013: result: o
# configure:3017: checking whether we are using the GNU C compiler
# configure:3046: gcc -c conftest.c >&5
# configure:3052: $? = 0
# configure:3069: result: yes
# configure:3074: checking whether gcc accepts -g
# configure:3104: gcc -c -g conftest.c >&5
# configure:3110: $? = 0
# configure:3209: result: yes
# configure:3226: checking for gcc option to accept ISO C89
# configure:3300: gcc -c conftest.c >&5
# configure:3306: $? = 0
# configure:3329: result: none needed
# configure:3358: checking for style of include used by make
# configure:3386: result: GNU
# configure:3411: checking dependency style of gcc
# configure:3502: result: gcc3
# configure:3530: checking for a BSD-compatible install
# configure:3586: result: /usr/bin/install -c
# configure:3675: checking build system type
# configure:3693: result: x86_64-unknown-linux-gnu
# configure:3715: checking host system type
# configure:3730: result: x86_64-unknown-linux-gnu
# configure:3752: checking for a sed that does not truncate output
# configure:3808: result: /usr/bin/sed
# configure:3811: checking for grep that handles long lines and -e
# configure:3885: result: /usr/bin/grep
# configure:3890: checking for egrep
# configure:3968: result: /usr/bin/grep -E
# configure:3984: checking for ld used by gcc
# configure:4051: result: /usr/bin/ld
# configure:4060: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4075: result: yes
# configure:4080: checking for /usr/bin/ld option to reload object files
# configure:4087: result: -r
# configure:4105: checking for BSD-compatible nm
# configure:4154: result: /usr/bin/nm -B
# configure:4158: checking whether ln -s works
# configure:4162: result: yes
# configure:4169: checking how to recognize dependent libraries
# configure:4355: result: pass_all
# configure:4444: gcc -c conftest.c >&5
# configure:4447: $? = 0
# configure:4597: checking how to run the C preprocessor
# configure:4637: gcc -E conftest.c
# configure:4643: $? = 0
# configure:4674: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4680: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "afpfs-ng"
# | #define PACKAGE_TARNAME "afpfs-ng"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "afpfs-ng 0.8.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "afpfs-ng"
# | #define VERSION "0.8.1"
# | /* end confdefs.h. */
# | #include
# configure:4713: result: gcc -E
# configure:4742: gcc -E conftest.c
# configure:4748: $? = 0
# configure:4779: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4785: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "afpfs-ng"
# | #define PACKAGE_TARNAME "afpfs-ng"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "afpfs-ng 0.8.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "afpfs-ng"
# | #define VERSION "0.8.1"
# | /* end confdefs.h. */
# | #include
# configure:4823: checking for ANSI C header files
# configure:4853: gcc -c conftest.c >&5
# configure:4859: $? = 0
# configure:4958: gcc -o conftest conftest.c >&5
# configure:4961: $? = 0
# configure:4967: ./conftest
# configure:4970: $? = 0
# configure:4987: result: yes
# configure:5011: checking for sys/types.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for sys/stat.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for stdlib.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for string.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for memory.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for strings.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for inttypes.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for stdint.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5011: checking for unistd.h
# configure:5032: gcc -c conftest.c >&5
# configure:5038: $? = 0
# configure:5054: result: yes
# configure:5081: checking dlfcn.h usability
# configure:5098: gcc -c conftest.c >&5
# configure:5104: $? = 0
# configure:5118: result: yes
# configure:5122: checking dlfcn.h presence
# configure:5137: gcc -E conftest.c
# configure:5143: $? = 0
# configure:5157: result: yes
# configure:5185: checking for dlfcn.h
# configure:5193: result: yes
# configure:5220: checking for x86_64-unknown-linux-g++
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-c++
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-gpp
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-aCC
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-CC
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-cxx
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-cc++
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-cl.exe
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-FCC
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-KCC
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-RCC
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-xlC_r
# configure:5250: result: no
# configure:5220: checking for x86_64-unknown-linux-xlC
# configure:5250: result: no
# configure:5264: checking for g++
# configure:5280: found /usr/bin/g++
# configure:5291: result: g++
# configure:5322: checking for C++ compiler version
# configure:5329: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5332: $? = 0
# configure:5339: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5342: $? = 0
# configure:5349: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:5352: $? = 1
# configure:5355: checking whether we are using the GNU C++ compiler
# configure:5384: g++ -c conftest.cpp >&5
# configure:5390: $? = 0
# configure:5407: result: yes
# configure:5412: checking whether g++ accepts -g
# configure:5442: g++ -c -g conftest.cpp >&5
# configure:5448: $? = 0
# configure:5547: result: yes
# configure:5572: checking dependency style of g++
# configure:5663: result: gcc3
# configure:5688: checking how to run the C++ preprocessor
# configure:5724: g++ -E conftest.cpp
# configure:5730: $? = 0
# configure:5761: g++ -E conftest.cpp
# conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5767: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "afpfs-ng"
# | #define PACKAGE_TARNAME "afpfs-ng"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "afpfs-ng 0.8.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "afpfs-ng"
# | #define VERSION "0.8.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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5800: result: g++ -E
# configure:5829: g++ -E conftest.cpp
# configure:5835: $? = 0
# configure:5866: g++ -E conftest.cpp
# conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5872: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "afpfs-ng"
# | #define PACKAGE_TARNAME "afpfs-ng"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "afpfs-ng 0.8.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "afpfs-ng"
# | #define VERSION "0.8.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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5921: checking for x86_64-unknown-linux-g77
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-xlf
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-f77
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-frt
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-pgf77
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-cf77
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-fort77
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-fl32
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-af77
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-xlf90
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-f90
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-pgf90
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-pghpf
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-epcf90
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-gfortran
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-g95
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-xlf95
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-f95
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-fort
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-ifort
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-ifc
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-efc
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-pgf95
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-lf95
# configure:5951: result: no
# configure:5921: checking for x86_64-unknown-linux-ftn
# configure:5951: result: no
# configure:5965: checking for g77
# configure:5995: result: no
# configure:5965: checking for xlf
# configure:5995: result: no
# configure:5965: checking for f77
# configure:5995: result: no
# configure:5965: checking for frt
# configure:5995: result: no
# configure:5965: checking for pgf77
# configure:5995: result: no
# configure:5965: checking for cf77
# configure:5995: result: no
# configure:5965: checking for fort77
# configure:5995: result: no
# configure:5965: checking for fl32
# configure:5995: result: no
# configure:5965: checking for af77
# configure:5995: result: no
# configure:5965: checking for xlf90
# configure:5995: result: no
# configure:5965: checking for f90
# configure:5995: result: no
# configure:5965: checking for pgf90
# configure:5995: result: no
# configure:5965: checking for pghpf
# configure:5995: result: no
# configure:5965: checking for epcf90
# configure:5995: result: no
# configure:5965: checking for gfortran
# configure:5981: found /usr/bin/gfortran
# configure:5992: result: gfortran
# configure:6022: checking for Fortran 77 compiler version
# configure:6029: gfortran --version >&5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6032: $? = 0
# configure:6039: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6042: $? = 0
# configure:6049: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6052: $? = 1
# configure:6060: checking whether we are using the GNU Fortran 77 compiler
# configure:6079: gfortran -c conftest.F >&5
# configure:6085: $? = 0
# configure:6102: result: yes
# configure:6108: checking whether gfortran accepts -g
# configure:6125: gfortran -c -g conftest.f >&5
# configure:6131: $? = 0
# configure:6147: result: yes
# configure:6177: checking the maximum length of command line arguments
# configure:6289: result: 1572864
# configure:6301: checking command to parse /usr/bin/nm -B output from gcc object
# configure:6406: gcc -c conftest.c >&5
# configure:6409: $? = 0
# configure:6413: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6416: $? = 0
# configure:6468: gcc -o conftest conftest.c conftstm.o >&5
# configure:6471: $? = 0
# configure:6509: result: ok
# configure:6513: checking for objdir
# configure:6528: result: .libs
# configure:6580: checking for x86_64-unknown-linux-ar
# configure:6610: result: no
# configure:6620: checking for ar
# configure:6636: found /usr/bin/ar
# configure:6647: result: ar
# configure:6676: checking for x86_64-unknown-linux-ranlib
# configure:6706: result: no
# configure:6716: checking for ranlib
# configure:6732: found /usr/bin/ranlib
# configure:6743: result: ranlib
# configure:6772: checking for x86_64-unknown-linux-strip
# configure:6799: result: strip
# configure:7125: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7143: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:7147: $? = 0
# configure:7160: result: no
# configure:7175: checking for gcc option to produce PIC
# configure:7407: result: -fPIC
# configure:7415: checking if gcc PIC flag -fPIC works
# configure:7433: gcc -c -fPIC -DPIC conftest.c >&5
# configure:7437: $? = 0
# configure:7450: result: yes
# configure:7478: checking if gcc static flag -static works
# configure:7506: result: yes
# configure:7516: checking if gcc supports -c -o file.o
# configure:7537: gcc -c -o out/conftest2.o conftest.c >&5
# configure:7541: $? = 0
# configure:7563: result: yes
# configure:7589: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8569: result: yes
# configure:8590: checking whether -lc should be explicitly linked in
# configure:8595: gcc -c conftest.c >&5
# configure:8598: $? = 0
# configure:8613: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8616: $? = 0
# configure:8628: result: no
# configure:8636: checking dynamic linker characteristics
# configure:9240: result: GNU/Linux ld.so
# configure:9249: checking how to hardcode library paths into programs
# configure:9274: result: immediate
# configure:9288: checking whether stripping libraries is possible
# configure:9293: result: yes
# configure:10095: checking if libtool supports shared libraries
# configure:10097: result: yes
# configure:10100: checking whether to build shared libraries
# configure:10121: result: yes
# configure:10124: checking whether to build static libraries
# configure:10128: result: yes
# configure:10221: creating libtool
# configure:10809: checking for ld used by g++
# configure:10876: result: /usr/bin/ld -m elf_x86_64
# configure:10885: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:10900: result: yes
# configure:10951: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11925: result: yes
# configure:11943: g++ -c conftest.cpp >&5
# configure:11946: $? = 0
# configure:12098: checking for g++ option to produce PIC
# configure:12382: result: -fPIC
# configure:12390: checking if g++ PIC flag -fPIC works
# configure:12408: g++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12412: $? = 0
# configure:12425: result: yes
# configure:12453: checking if g++ static flag -static works
# configure:12481: result: yes
# configure:12491: checking if g++ supports -c -o file.o
# configure:12512: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12516: $? = 0
# configure:12538: result: yes
# configure:12564: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12589: result: yes
# configure:12656: checking dynamic linker characteristics
# configure:13208: result: GNU/Linux ld.so
# configure:13217: checking how to hardcode library paths into programs
# configure:13242: result: immediate
# configure:13776: checking if libtool supports shared libraries
# configure:13778: result: yes
# configure:13781: checking whether to build shared libraries
# configure:13801: result: yes
# configure:13804: checking whether to build static libraries
# configure:13808: result: yes
# configure:13818: checking for gfortran option to produce PIC
# configure:14050: result: -fPIC
# configure:14058: checking if gfortran PIC flag -fPIC works
# configure:14076: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14080: $? = 0
# configure:14093: result: yes
# configure:14121: checking if gfortran static flag -static works
# configure:14149: result: no
# configure:14159: checking if gfortran supports -c -o file.o
# configure:14180: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14184: $? = 0
# configure:14206: result: yes
# configure:14232: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15192: result: yes
# configure:15259: checking dynamic linker characteristics
# configure:15811: result: GNU/Linux ld.so
# configure:15820: checking how to hardcode library paths into programs
# configure:15845: result: immediate
# configure:19421: checking for main in -lncurses
# configure:19450: gcc -o conftest conftest.c -lncurses >&5
# configure:19456: $? = 0
# configure:19474: result: yes
# configure:19486: checking for readline in -lreadline
# configure:19521: gcc -o conftest conftest.c -lreadline -lncurses >&5
# configure:19527: $? = 0
# configure:19545: result: yes
# configure:19557: checking for pthread_create in -lpthread
# configure:19592: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:19598: $? = 0
# configure:19616: result: yes
# configure:19635: checking for ANSI C header files
# configure:19799: result: yes
# configure:19837: checking arpa/inet.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking arpa/inet.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for arpa/inet.h
# configure:19949: result: yes
# configure:19837: checking fcntl.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking fcntl.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for fcntl.h
# configure:19949: result: yes
# configure:19837: checking limits.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking limits.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for limits.h
# configure:19949: result: yes
# configure:19837: checking netdb.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking netdb.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for netdb.h
# configure:19949: result: yes
# configure:19837: checking stddef.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking stddef.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for stddef.h
# configure:19949: result: yes
# configure:19827: checking for stdlib.h
# configure:19833: result: yes
# configure:19827: checking for string.h
# configure:19833: result: yes
# configure:19827: checking for strings.h
# configure:19833: result: yes
# configure:19837: checking sys/socket.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking sys/socket.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for sys/socket.h
# configure:19949: result: yes
# configure:19837: checking sys/time.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking sys/time.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for sys/time.h
# configure:19949: result: yes
# configure:19837: checking syslog.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking syslog.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for syslog.h
# configure:19949: result: yes
# configure:19827: checking for unistd.h
# configure:19833: result: yes
# configure:19837: checking utime.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking utime.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for utime.h
# configure:19949: result: yes
# configure:19837: checking iconv.h usability
# configure:19854: gcc -c conftest.c >&5
# configure:19860: $? = 0
# configure:19874: result: yes
# configure:19878: checking iconv.h presence
# configure:19893: gcc -E conftest.c
# configure:19899: $? = 0
# configure:19913: result: yes
# configure:19941: checking for iconv.h
# configure:19949: result: yes
# configure:19964: checking for an ANSI C-conforming const
# configure:20039: gcc -c conftest.c >&5
# configure:20045: $? = 0
# configure:20060: result: yes
# configure:20070: checking for uid_t in sys/types.h
# configure:20093: result: yes
# configure:20108: checking for mode_t
# configure:20138: gcc -c conftest.c >&5
# configure:20144: $? = 0
# configure:20159: result: yes
# configure:20171: checking for off_t
# configure:20201: gcc -c conftest.c >&5
# configure:20207: $? = 0
# configure:20222: result: yes
# configure:20234: checking for size_t
# configure:20264: gcc -c conftest.c >&5
# configure:20270: $? = 0
# configure:20285: result: yes
# configure:20297: checking whether time.h and sys/time.h may both be included
# configure:20327: gcc -c conftest.c >&5
# configure:20333: $? = 0
# configure:20348: result: yes
# configure:20360: checking for pid_t
# configure:20390: gcc -c conftest.c >&5
# configure:20396: $? = 0
# configure:20411: result: yes
# configure:20438: checking vfork.h usability
# configure:20455: gcc -c conftest.c >&5
# conftest.c:73:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20461: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "afpfs-ng"
# | #define PACKAGE_TARNAME "afpfs-ng"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "afpfs-ng 0.8.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "afpfs-ng"
# | #define VERSION "0.8.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_DLFCN_H 1
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_ICONV_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:20475: result: no
# configure:20479: checking vfork.h presence
# configure:20494: gcc -E conftest.c
# conftest.c:40:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20500: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "afpfs-ng"
# | #define PACKAGE_TARNAME "afpfs-ng"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "afpfs-ng 0.8.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "afpfs-ng"
# | #define VERSION "0.8.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_DLFCN_H 1
# | #define HAVE_LIBNCURSES 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBPTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_ICONV_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# configure:20514: result: no
# configure:20542: checking for vfork.h
# configure:20550: result: no
# configure:20568: checking for fork
# configure:20624: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# conftest.c:63:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:20630: $? = 0
# configure:20648: result: yes
# configure:20568: checking for vfork
# configure:20624: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:20630: $? = 0
# configure:20648: result: yes
# configure:20659: checking for working fork
# configure:20691: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:20694: $? = 0
# configure:20700: ./conftest
# configure:20703: $? = 0
# configure:20719: result: yes
# configure:20740: checking for working vfork
# configure:20878: result: yes
# configure:20914: checking for stdlib.h
# configure:20920: result: yes
# configure:21049: checking for GNU libc compatible malloc
# configure:21083: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21086: $? = 0
# configure:21092: ./conftest
# configure:21095: $? = 0
# configure:21111: result: yes
# configure:21155: checking sys/select.h usability
# configure:21172: gcc -c conftest.c >&5
# configure:21178: $? = 0
# configure:21192: result: yes
# configure:21196: checking sys/select.h presence
# configure:21211: gcc -E conftest.c
# configure:21217: $? = 0
# configure:21231: result: yes
# configure:21259: checking for sys/select.h
# configure:21267: result: yes
# configure:21145: checking for sys/socket.h
# configure:21151: result: yes
# configure:21280: checking types of arguments for select
# configure:21318: gcc -c conftest.c >&5
# configure:21324: $? = 0
# configure:21345: result: int,fd_set *,struct timeval *
# configure:21382: checking for bzero
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# conftest.c:74:6: warning: conflicting types for built-in function 'bzero'
# char bzero ();
# ^~~~~
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for gethostbyname
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for gettimeofday
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for inet_ntoa
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for memset
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# conftest.c:78:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for select
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for socket
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for strchr
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# conftest.c:81:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for strerror
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for strstr
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# conftest.c:83:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21382: checking for strtol
# configure:21438: gcc -o conftest conftest.c -lpthread -lreadline -lncurses >&5
# configure:21444: $? = 0
# configure:21462: result: yes
# configure:21489: checking for gcry_cipher_open in -lgcrypt
# configure:21524: gcc -o conftest conftest.c -lgcrypt -lpthread -lreadline -lncurses >&5
# configure:21530: $? = 0
# configure:21548: result: yes
# configure:21696: checking fuse.h usability
# configure:21713: gcc -c -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:21719: $? = 0
# configure:21733: result: yes
# configure:21737: checking fuse.h presence
# configure:21752: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
# configure:21758: $? = 0
# configure:21772: result: yes
# configure:21800: checking for fuse.h
# configure:21808: result: yes
# configure:21827: checking for fuse_main in -lfuse
# configure:21862: gcc -o conftest -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 conftest.c -lfuse -lgcrypt -lpthread -lreadline -lncurses >&5
# configure:21868: $? = 0
# configure:21886: result: yes
# configure:21914: checking for __gmpz_init in -lgmp
# configure:21949: gcc -o conftest conftest.c -lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses >&5
# configure:21955: $? = 0
# configure:21973: result: yes
# configure:22147: creating ./config.status
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_bzero=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_fuse_h=yes
# ac_cv_header_iconv_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_fuse_fuse_main=yes
# ac_cv_lib_gcrypt_gcry_cipher_open=yes
# ac_cv_lib_gmp___gmpz_init=yes
# ac_cv_lib_ncurses_main=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_F77=gfortran
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run automake-1.10'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYCLE_OBJ=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# HAVE_FUSE_H_FALSE=''
# HAVE_FUSE_H_TRUE='#'
# HAVE_LIBFUSE_FALSE='#'
# HAVE_LIBFUSE_TRUE=''
# HAVE_LIBGCRYPT_FALSE=''
# HAVE_LIBGCRYPT_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBFUSE_LDFLAGS='-lfuse'
# LIBOBJS=''
# LIBS='-lgmp -lfuse -lgcrypt -lpthread -lreadline -lncurses '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/afpfs-ng/src/afpfs-ng-0.8.1/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='afpfs-ng'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='afpfs-ng'
# PACKAGE_STRING='afpfs-ng 0.8.1'
# PACKAGE_TARNAME='afpfs-ng'
# PACKAGE_VERSION='0.8.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.8.1'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# ac_ct_F77='gfortran'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/afpfs-ng/src/afpfs-ng-0.8.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "afpfs-ng"
# #define PACKAGE_TARNAME "afpfs-ng"
# #define PACKAGE_VERSION "0.8.1"
# #define PACKAGE_STRING "afpfs-ng 0.8.1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "afpfs-ng"
# #define VERSION "0.8.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_DLFCN_H 1
# #define HAVE_LIBNCURSES 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_LIBPTHREAD 1
# #define STDC_HEADERS 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_ICONV_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define HAVE_BZERO 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_MEMSET 1
# #define HAVE_SELECT 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRERROR 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_LIBGCRYPT 1
# #define HAVE_FUSE_H 1
# #define HAVE_LIBFUSE 1
# #define HAVE_LIBGMP 1
#
# configure: exit 0
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by afpfs-ng config.status 0.8.1, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bd2cc86fb56d
#
# config.status:674: creating lib/Makefile
# config.status:674: creating fuse/Makefile
# config.status:674: creating cmdline/Makefile
# config.status:674: creating Makefile
# config.status:674: creating docs/Makefile
# config.status:674: creating config.h
# config.status:954: config.h is unchanged
# config.status:1000: executing depfiles commands
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by afpfs-ng config.status 0.8.1, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status config.h
#
# on bd2cc86fb56d
#
# config.status:674: creating config.h
# config.status:954: config.h is unchanged