[Varnish] #181: osx leopard: unknown sendfile() implementation

Varnish varnish-bugs at projects.linpro.no
Thu Nov 22 18:58:35 CET 2007


#181: osx leopard: unknown sendfile() implementation
---------------------+------------------------------------------------------
 Reporter:  batlogg  |       Owner:  des  
     Type:  defect   |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  build    |     Version:  1.1.1
 Severity:  normal   |    Keywords:       
---------------------+------------------------------------------------------
 i can't build varnish on OSX leopard. that's the output of my make:

 {{{
 checking build system type... i386-apple-darwin9.1.0
 checking host system type... i386-apple-darwin9.1.0
 checking target system type... i386-apple-darwin9.1.0
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... ./install-sh -c -d
 checking for gawk... no
 checking for mawk... no
 checking for nawk... no
 checking for awk... awk
 checking whether make sets $(MAKE)... yes
 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 how to run the C preprocessor... gcc -E
 checking for a BSD-compatible install... /usr/bin/install -c
 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/libexec/gcc/i686-apple-
 darwin9/4.0.1/ld
 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is
 GNU ld... no
 checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload
 object files... -r
 checking for BSD-compatible nm... /usr/bin/nm -p
 checking whether ln -s works... yes
 checking how to recognise dependent libraries... pass_all
 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 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 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... no
 checking for g95... no
 checking for xlf95... no
 checking for f95... no
 checking for fort... no
 checking for ifort... no
 checking for ifc... no
 checking for efc... no
 checking for pgf95... no
 checking for lf95... no
 checking for ftn... no
 checking whether we are using the GNU Fortran 77 compiler... no
 checking whether  accepts -g... no
 checking the maximum length of command line arguments... 196608
 checking command to parse /usr/bin/nm -p output from gcc object... rm:
 conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 ok
 checking for objdir... .libs
 checking for ar... ar
 checking for ranlib... ranlib
 checking for strip... strip
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM:
 is a directory
 no
 checking for gcc option to produce PIC... -fno-common
 checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a
 directory
 yes
 checking if gcc static flag -static works... rm: conftest.dSYM: is a
 directory
 no
 checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
 yes
 checking whether the gcc linker (/usr/libexec/gcc/i686-apple-
 darwin9/4.0.1/ld) supports shared libraries... yes
 checking dynamic linker characteristics... darwin9.1.0 dyld
 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
 rm: conftest.dSYM: is a directory
 rm: conftest.dSYM: is a directory
 checking for ld used by g++... /usr/libexec/gcc/i686-apple-
 darwin9/4.0.1/ld
 checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is
 GNU ld... no
 checking whether the g++ linker (/usr/libexec/gcc/i686-apple-
 darwin9/4.0.1/ld) supports shared libraries... yes
 checking for g++ option to produce PIC... -fno-common
 checking if g++ PIC flag -fno-common works... rm: conftest.dSYM: is a
 directory
 yes
 checking if g++ static flag -static works... rm: conftest.dSYM: is a
 directory
 no
 checking if g++ supports -c -o file.o... rm: conftest.dSYM: is a directory
 yes
 checking whether the g++ linker (/usr/libexec/gcc/i686-apple-
 darwin9/4.0.1/ld) supports shared libraries... yes
 checking dynamic linker characteristics... darwin9.1.0 dyld
 checking how to hardcode library paths into programs... immediate
 appending configuration tag "F77" to libtool
 checking whether make sets $(MAKE)... (cached) yes
 checking for xsltproc... xsltproc
 checking for clock_gettime in -lrt... no
 checking for dlopen in -ldl... yes
 checking for library containing initscr... -lcurses
 checking for library containing pthread_create... none required
 checking for ANSI C header files... (cached) yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking sys/mount.h usability... yes
 checking sys/mount.h presence... yes
 checking for sys/mount.h... yes
 checking sys/vfs.h usability... no
 checking sys/vfs.h presence... no
 checking for sys/vfs.h... no
 checking netinet/in.h usability... yes
 checking netinet/in.h presence... yes
 checking for netinet/in.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 unistd.h... (cached) yes
 checking vis.h usability... yes
 checking vis.h presence... yes
 checking for vis.h... yes
 checking for an ANSI C-conforming const... yes
 checking for struct sockaddr.sa_len... yes
 checking return type of signal handlers... void
 checking for size_t... yes
 checking for vprintf... yes
 checking for _doprnt... no
 checking for strerror... yes
 checking whether strerror_r is declared... yes
 checking for strerror_r... yes
 checking whether strerror_r returns char *... no
 checking for socket... yes
 checking for strptime... yes
 checking for sendfile... yes
 checking for asprintf... yes
 checking for vasprintf... yes
 checking for setproctitle... no
 checking for srandomdev... yes
 checking for strlcat... yes
 checking for strlcpy... yes
 checking for strndup... no
 checking for vis... yes
 checking for strvis... yes
 checking for strvisx... yes
 checking for daemon... yes
 checking for clock_gettime... no
 checking for kqueue... yes
 checking for epoll_ctl... no
 checking for poll... yes
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating bin/Makefile
 config.status: creating bin/varnishadm/Makefile
 config.status: creating bin/varnishd/Makefile
 config.status: creating bin/varnishlog/Makefile
 config.status: creating bin/varnishhist/Makefile
 config.status: creating bin/varnishncsa/Makefile
 config.status: creating bin/varnishreplay/Makefile
 config.status: creating bin/varnishstat/Makefile
 config.status: creating bin/varnishtop/Makefile
 config.status: creating doc/Makefile
 config.status: creating etc/Makefile
 config.status: creating include/Makefile
 config.status: creating lib/Makefile
 config.status: creating lib/libvarnish/Makefile
 config.status: creating lib/libvarnishapi/Makefile
 config.status: creating lib/libvarnishcompat/Makefile
 config.status: creating lib/libvcl/Makefile
 config.status: creating man/Makefile
 config.status: creating debian/Makefile
 config.status: creating redhat/Makefile
 config.status: creating varnishapi.pc
 config.status: creating config.h
 config.status: executing depfiles commands
 make  all-recursive
 Making all in include
 make[2]: Nothing to be done for `all'.
 Making all in lib
 Making all in libvarnish
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 argv.lo -MD -MP -MF .deps/libvarnish_la-argv.Tpo -c -o libvarnish_la-
 argv.lo `test -f 'argv.c' || echo './'`argv.c
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-argv.lo -MD -MP -MF .deps/libvarnish_la-argv.Tpo -c
 argv.c  -fno-common -DPIC -o .libs/libvarnish_la-argv.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-argv.lo -MD -MP -MF .deps/libvarnish_la-argv.Tpo -c
 argv.c -o libvarnish_la-argv.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-argv.Tpo .deps/libvarnish_la-argv.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 assert.lo -MD -MP -MF .deps/libvarnish_la-assert.Tpo -c -o libvarnish_la-
 assert.lo `test -f 'assert.c' || echo './'`assert.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-assert.lo -MD -MP -MF .deps/libvarnish_la-assert.Tpo -c
 assert.c  -fno-common -DPIC -o .libs/libvarnish_la-assert.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-assert.lo -MD -MP -MF .deps/libvarnish_la-assert.Tpo -c
 assert.c -o libvarnish_la-assert.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-assert.Tpo .deps/libvarnish_la-assert.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 binary_heap.lo -MD -MP -MF .deps/libvarnish_la-binary_heap.Tpo -c -o
 libvarnish_la-binary_heap.lo `test -f 'binary_heap.c' || echo
 './'`binary_heap.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-binary_heap.lo -MD -MP -MF .deps/libvarnish_la-
 binary_heap.Tpo -c binary_heap.c  -fno-common -DPIC -o .libs
 /libvarnish_la-binary_heap.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-binary_heap.lo -MD -MP -MF .deps/libvarnish_la-
 binary_heap.Tpo -c binary_heap.c -o libvarnish_la-binary_heap.o >/dev/null
 2>&1
 mv -f .deps/libvarnish_la-binary_heap.Tpo .deps/libvarnish_la-
 binary_heap.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 cli.lo -MD -MP -MF .deps/libvarnish_la-cli.Tpo -c -o libvarnish_la-cli.lo
 `test -f 'cli.c' || echo './'`cli.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-cli.lo -MD -MP -MF .deps/libvarnish_la-cli.Tpo -c cli.c
 -fno-common -DPIC -o .libs/libvarnish_la-cli.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-cli.lo -MD -MP -MF .deps/libvarnish_la-cli.Tpo -c cli.c
 -o libvarnish_la-cli.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-cli.Tpo .deps/libvarnish_la-cli.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 cli_common.lo -MD -MP -MF .deps/libvarnish_la-cli_common.Tpo -c -o
 libvarnish_la-cli_common.lo `test -f 'cli_common.c' || echo
 './'`cli_common.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-cli_common.lo -MD -MP -MF .deps/libvarnish_la-
 cli_common.Tpo -c cli_common.c  -fno-common -DPIC -o .libs/libvarnish_la-
 cli_common.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-cli_common.lo -MD -MP -MF .deps/libvarnish_la-
 cli_common.Tpo -c cli_common.c -o libvarnish_la-cli_common.o >/dev/null
 2>&1
 mv -f .deps/libvarnish_la-cli_common.Tpo .deps/libvarnish_la-
 cli_common.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 crc32.lo -MD -MP -MF .deps/libvarnish_la-crc32.Tpo -c -o libvarnish_la-
 crc32.lo `test -f 'crc32.c' || echo './'`crc32.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-crc32.lo -MD -MP -MF .deps/libvarnish_la-crc32.Tpo -c
 crc32.c  -fno-common -DPIC -o .libs/libvarnish_la-crc32.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-crc32.lo -MD -MP -MF .deps/libvarnish_la-crc32.Tpo -c
 crc32.c -o libvarnish_la-crc32.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-crc32.Tpo .deps/libvarnish_la-crc32.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 flopen.lo -MD -MP -MF .deps/libvarnish_la-flopen.Tpo -c -o libvarnish_la-
 flopen.lo `test -f 'flopen.c' || echo './'`flopen.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-flopen.lo -MD -MP -MF .deps/libvarnish_la-flopen.Tpo -c
 flopen.c  -fno-common -DPIC -o .libs/libvarnish_la-flopen.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-flopen.lo -MD -MP -MF .deps/libvarnish_la-flopen.Tpo -c
 flopen.c -o libvarnish_la-flopen.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-flopen.Tpo .deps/libvarnish_la-flopen.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 time.lo -MD -MP -MF .deps/libvarnish_la-time.Tpo -c -o libvarnish_la-
 time.lo `test -f 'time.c' || echo './'`time.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-time.lo -MD -MP -MF .deps/libvarnish_la-time.Tpo -c
 time.c  -fno-common -DPIC -o .libs/libvarnish_la-time.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-time.lo -MD -MP -MF .deps/libvarnish_la-time.Tpo -c
 time.c -o libvarnish_la-time.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-time.Tpo .deps/libvarnish_la-time.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 version.lo -MD -MP -MF .deps/libvarnish_la-version.Tpo -c -o
 libvarnish_la-version.lo `test -f 'version.c' || echo './'`version.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-version.lo -MD -MP -MF .deps/libvarnish_la-version.Tpo
 -c version.c  -fno-common -DPIC -o .libs/libvarnish_la-version.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-version.lo -MD -MP -MF .deps/libvarnish_la-version.Tpo
 -c version.c -o libvarnish_la-version.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-version.Tpo .deps/libvarnish_la-version.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 vpf.lo -MD -MP -MF .deps/libvarnish_la-vpf.Tpo -c -o libvarnish_la-vpf.lo
 `test -f 'vpf.c' || echo './'`vpf.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-vpf.lo -MD -MP -MF .deps/libvarnish_la-vpf.Tpo -c vpf.c
 -fno-common -DPIC -o .libs/libvarnish_la-vpf.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-vpf.lo -MD -MP -MF .deps/libvarnish_la-vpf.Tpo -c vpf.c
 -o libvarnish_la-vpf.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-vpf.Tpo .deps/libvarnish_la-vpf.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 vsb.lo -MD -MP -MF .deps/libvarnish_la-vsb.Tpo -c -o libvarnish_la-vsb.lo
 `test -f 'vsb.c' || echo './'`vsb.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-vsb.lo -MD -MP -MF .deps/libvarnish_la-vsb.Tpo -c vsb.c
 -fno-common -DPIC -o .libs/libvarnish_la-vsb.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-vsb.lo -MD -MP -MF .deps/libvarnish_la-vsb.Tpo -c vsb.c
 -o libvarnish_la-vsb.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-vsb.Tpo .deps/libvarnish_la-vsb.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnish_la-
 vss.lo -MD -MP -MF .deps/libvarnish_la-vss.Tpo -c -o libvarnish_la-vss.lo
 `test -f 'vss.c' || echo './'`vss.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-vss.lo -MD -MP -MF .deps/libvarnish_la-vss.Tpo -c vss.c
 -fno-common -DPIC -o .libs/libvarnish_la-vss.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnish_la-vss.lo -MD -MP -MF .deps/libvarnish_la-vss.Tpo -c vss.c
 -o libvarnish_la-vss.o >/dev/null 2>&1
 mv -f .deps/libvarnish_la-vss.Tpo .deps/libvarnish_la-vss.Plo
 /bin/sh ../../libtool --tag=CC   --mode=link gcc -include config.h -g -O2
 -o libvarnish.la -rpath
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib libvarnish_la-
 argv.lo libvarnish_la-assert.lo libvarnish_la-binary_heap.lo
 libvarnish_la-cli.lo libvarnish_la-cli_common.lo libvarnish_la-crc32.lo
 libvarnish_la-flopen.lo libvarnish_la-time.lo libvarnish_la-version.lo
 libvarnish_la-vpf.lo libvarnish_la-vsb.lo libvarnish_la-vss.lo
 gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o
 .libs/libvarnish.0.0.0.dylib  .libs/libvarnish_la-argv.o .libs
 /libvarnish_la-assert.o .libs/libvarnish_la-binary_heap.o .libs
 /libvarnish_la-cli.o .libs/libvarnish_la-cli_common.o .libs/libvarnish_la-
 crc32.o .libs/libvarnish_la-flopen.o .libs/libvarnish_la-time.o .libs
 /libvarnish_la-version.o .libs/libvarnish_la-vpf.o .libs/libvarnish_la-
 vsb.o .libs/libvarnish_la-vss.o   -install_name
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib/libvarnish.0.dylib
 -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
 (cd .libs && rm -f libvarnish.0.dylib && ln -s libvarnish.0.0.0.dylib
 libvarnish.0.dylib)
 (cd .libs && rm -f libvarnish.dylib && ln -s libvarnish.0.0.0.dylib
 libvarnish.dylib)
 ar cru .libs/libvarnish.a  libvarnish_la-argv.o libvarnish_la-assert.o
 libvarnish_la-binary_heap.o libvarnish_la-cli.o libvarnish_la-cli_common.o
 libvarnish_la-crc32.o libvarnish_la-flopen.o libvarnish_la-time.o
 libvarnish_la-version.o libvarnish_la-vpf.o libvarnish_la-vsb.o
 libvarnish_la-vss.o
 ranlib .libs/libvarnish.a
 creating libvarnish.la
 (cd .libs && rm -f libvarnish.la && ln -s ../libvarnish.la libvarnish.la)
 Making all in libvarnishapi
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnishapi_la-
 base64.lo -MD -MP -MF .deps/libvarnishapi_la-base64.Tpo -c -o
 libvarnishapi_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishapi_la-base64.lo -MD -MP -MF .deps/libvarnishapi_la-
 base64.Tpo -c base64.c  -fno-common -DPIC -o .libs/libvarnishapi_la-
 base64.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishapi_la-base64.lo -MD -MP -MF .deps/libvarnishapi_la-
 base64.Tpo -c base64.c -o libvarnishapi_la-base64.o >/dev/null 2>&1
 mv -f .deps/libvarnishapi_la-base64.Tpo .deps/libvarnishapi_la-base64.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnishapi_la-
 instance.lo -MD -MP -MF .deps/libvarnishapi_la-instance.Tpo -c -o
 libvarnishapi_la-instance.lo `test -f 'instance.c' || echo './'`instance.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishapi_la-instance.lo -MD -MP -MF .deps/libvarnishapi_la-
 instance.Tpo -c instance.c  -fno-common -DPIC -o .libs/libvarnishapi_la-
 instance.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishapi_la-instance.lo -MD -MP -MF .deps/libvarnishapi_la-
 instance.Tpo -c instance.c -o libvarnishapi_la-instance.o >/dev/null 2>&1
 mv -f .deps/libvarnishapi_la-instance.Tpo .deps/libvarnishapi_la-
 instance.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvarnishapi_la-
 shmlog.lo -MD -MP -MF .deps/libvarnishapi_la-shmlog.Tpo -c -o
 libvarnishapi_la-shmlog.lo `test -f 'shmlog.c' || echo './'`shmlog.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishapi_la-shmlog.lo -MD -MP -MF .deps/libvarnishapi_la-
 shmlog.Tpo -c shmlog.c  -fno-common -DPIC -o .libs/libvarnishapi_la-
 shmlog.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishapi_la-shmlog.lo -MD -MP -MF .deps/libvarnishapi_la-
 shmlog.Tpo -c shmlog.c -o libvarnishapi_la-shmlog.o >/dev/null 2>&1
 mv -f .deps/libvarnishapi_la-shmlog.Tpo .deps/libvarnishapi_la-shmlog.Plo
 /bin/sh ../../libtool --tag=CC   --mode=link gcc -include config.h -g -O2
 -o libvarnishapi.la -rpath
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib libvarnishapi_la-
 base64.lo libvarnishapi_la-instance.lo libvarnishapi_la-shmlog.lo
 gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o
 .libs/libvarnishapi.0.0.0.dylib  .libs/libvarnishapi_la-base64.o .libs
 /libvarnishapi_la-instance.o .libs/libvarnishapi_la-shmlog.o
 -install_name
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib/libvarnishapi.0.dylib
 -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
 (cd .libs && rm -f libvarnishapi.0.dylib && ln -s
 libvarnishapi.0.0.0.dylib libvarnishapi.0.dylib)
 (cd .libs && rm -f libvarnishapi.dylib && ln -s libvarnishapi.0.0.0.dylib
 libvarnishapi.dylib)
 ar cru .libs/libvarnishapi.a  libvarnishapi_la-base64.o libvarnishapi_la-
 instance.o libvarnishapi_la-shmlog.o
 ranlib .libs/libvarnishapi.a
 creating libvarnishapi.la
 (cd .libs && rm -f libvarnishapi.la && ln -s ../libvarnishapi.la
 libvarnishapi.la)
 Making all in libvarnishcompat
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-asprintf.lo -MD -MP -MF .deps/libvarnishcompat_la-
 asprintf.Tpo -c -o libvarnishcompat_la-asprintf.lo `test -f 'asprintf.c'
 || echo './'`asprintf.c
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-asprintf.lo -MD -MP -MF .deps/libvarnishcompat_la-
 asprintf.Tpo -c asprintf.c  -fno-common -DPIC -o .libs
 /libvarnishcompat_la-asprintf.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-asprintf.lo -MD -MP -MF .deps/libvarnishcompat_la-
 asprintf.Tpo -c asprintf.c -o libvarnishcompat_la-asprintf.o >/dev/null
 2>&1
 mv -f .deps/libvarnishcompat_la-asprintf.Tpo .deps/libvarnishcompat_la-
 asprintf.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-vasprintf.lo -MD -MP -MF .deps/libvarnishcompat_la-
 vasprintf.Tpo -c -o libvarnishcompat_la-vasprintf.lo `test -f
 'vasprintf.c' || echo './'`vasprintf.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-vasprintf.lo -MD -MP -MF .deps
 /libvarnishcompat_la-vasprintf.Tpo -c vasprintf.c  -fno-common -DPIC -o
 .libs/libvarnishcompat_la-vasprintf.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-vasprintf.lo -MD -MP -MF .deps
 /libvarnishcompat_la-vasprintf.Tpo -c vasprintf.c -o libvarnishcompat_la-
 vasprintf.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-vasprintf.Tpo .deps/libvarnishcompat_la-
 vasprintf.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-setproctitle.lo -MD -MP -MF .deps/libvarnishcompat_la-
 setproctitle.Tpo -c -o libvarnishcompat_la-setproctitle.lo `test -f
 'setproctitle.c' || echo './'`setproctitle.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-setproctitle.lo -MD -MP -MF .deps
 /libvarnishcompat_la-setproctitle.Tpo -c setproctitle.c  -fno-common -DPIC
 -o .libs/libvarnishcompat_la-setproctitle.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-setproctitle.lo -MD -MP -MF .deps
 /libvarnishcompat_la-setproctitle.Tpo -c setproctitle.c -o
 libvarnishcompat_la-setproctitle.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-setproctitle.Tpo .deps
 /libvarnishcompat_la-setproctitle.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-srandomdev.lo -MD -MP -MF .deps/libvarnishcompat_la-
 srandomdev.Tpo -c -o libvarnishcompat_la-srandomdev.lo `test -f
 'srandomdev.c' || echo './'`srandomdev.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-srandomdev.lo -MD -MP -MF .deps
 /libvarnishcompat_la-srandomdev.Tpo -c srandomdev.c  -fno-common -DPIC -o
 .libs/libvarnishcompat_la-srandomdev.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-srandomdev.lo -MD -MP -MF .deps
 /libvarnishcompat_la-srandomdev.Tpo -c srandomdev.c -o
 libvarnishcompat_la-srandomdev.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-srandomdev.Tpo .deps/libvarnishcompat_la-
 srandomdev.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-strlcat.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strlcat.Tpo -c -o libvarnishcompat_la-strlcat.lo `test -f 'strlcat.c' ||
 echo './'`strlcat.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-strlcat.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strlcat.Tpo -c strlcat.c  -fno-common -DPIC -o .libs/libvarnishcompat_la-
 strlcat.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-strlcat.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strlcat.Tpo -c strlcat.c -o libvarnishcompat_la-strlcat.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-strlcat.Tpo .deps/libvarnishcompat_la-
 strlcat.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-strlcpy.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strlcpy.Tpo -c -o libvarnishcompat_la-strlcpy.lo `test -f 'strlcpy.c' ||
 echo './'`strlcpy.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-strlcpy.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strlcpy.Tpo -c strlcpy.c  -fno-common -DPIC -o .libs/libvarnishcompat_la-
 strlcpy.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-strlcpy.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strlcpy.Tpo -c strlcpy.c -o libvarnishcompat_la-strlcpy.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-strlcpy.Tpo .deps/libvarnishcompat_la-
 strlcpy.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-strndup.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strndup.Tpo -c -o libvarnishcompat_la-strndup.lo `test -f 'strndup.c' ||
 echo './'`strndup.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-strndup.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strndup.Tpo -c strndup.c  -fno-common -DPIC -o .libs/libvarnishcompat_la-
 strndup.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-strndup.lo -MD -MP -MF .deps/libvarnishcompat_la-
 strndup.Tpo -c strndup.c -o libvarnishcompat_la-strndup.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-strndup.Tpo .deps/libvarnishcompat_la-
 strndup.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT
 libvarnishcompat_la-vis.lo -MD -MP -MF .deps/libvarnishcompat_la-vis.Tpo
 -c -o libvarnishcompat_la-vis.lo `test -f 'vis.c' || echo './'`vis.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-vis.lo -MD -MP -MF .deps/libvarnishcompat_la-
 vis.Tpo -c vis.c  -fno-common -DPIC -o .libs/libvarnishcompat_la-vis.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvarnishcompat_la-vis.lo -MD -MP -MF .deps/libvarnishcompat_la-
 vis.Tpo -c vis.c -o libvarnishcompat_la-vis.o >/dev/null 2>&1
 mv -f .deps/libvarnishcompat_la-vis.Tpo .deps/libvarnishcompat_la-vis.Plo
 /bin/sh ../../libtool --tag=CC   --mode=link gcc -include config.h -g -O2
 -o libvarnishcompat.la -rpath
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib
 libvarnishcompat_la-asprintf.lo libvarnishcompat_la-vasprintf.lo
 libvarnishcompat_la-setproctitle.lo libvarnishcompat_la-srandomdev.lo
 libvarnishcompat_la-strlcat.lo libvarnishcompat_la-strlcpy.lo
 libvarnishcompat_la-strndup.lo libvarnishcompat_la-vis.lo
 gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o
 .libs/libvarnishcompat.0.0.0.dylib  .libs/libvarnishcompat_la-asprintf.o
 .libs/libvarnishcompat_la-vasprintf.o .libs/libvarnishcompat_la-
 setproctitle.o .libs/libvarnishcompat_la-srandomdev.o .libs
 /libvarnishcompat_la-strlcat.o .libs/libvarnishcompat_la-strlcpy.o .libs
 /libvarnishcompat_la-strndup.o .libs/libvarnishcompat_la-vis.o
 -install_name
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib/libvarnishcompat.0.dylib
 -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
 (cd .libs && rm -f libvarnishcompat.0.dylib && ln -s
 libvarnishcompat.0.0.0.dylib libvarnishcompat.0.dylib)
 (cd .libs && rm -f libvarnishcompat.dylib && ln -s
 libvarnishcompat.0.0.0.dylib libvarnishcompat.dylib)
 ar cru .libs/libvarnishcompat.a  libvarnishcompat_la-asprintf.o
 libvarnishcompat_la-vasprintf.o libvarnishcompat_la-setproctitle.o
 libvarnishcompat_la-srandomdev.o libvarnishcompat_la-strlcat.o
 libvarnishcompat_la-strlcpy.o libvarnishcompat_la-strndup.o
 libvarnishcompat_la-vis.o
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-asprintf.o) has
 no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-vasprintf.o)
 has no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-srandomdev.o)
 has no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-strlcat.o) has
 no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-strlcpy.o) has
 no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-vis.o) has no
 symbols
 ranlib .libs/libvarnishcompat.a
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-asprintf.o) has
 no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-vasprintf.o)
 has no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-srandomdev.o)
 has no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-strlcat.o) has
 no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-strlcpy.o) has
 no symbols
 ranlib: file: .libs/libvarnishcompat.a(libvarnishcompat_la-vis.o) has no
 symbols
 creating libvarnishcompat.la
 (cd .libs && rm -f libvarnishcompat.la && ln -s ../libvarnishcompat.la
 libvarnishcompat.la)
 Making all in libvcl
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_acl.lo -MD -MP -MF .deps/libvcl_la-vcc_acl.Tpo -c -o libvcl_la-
 vcc_acl.lo `test -f 'vcc_acl.c' || echo './'`vcc_acl.c
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_acl.lo -MD -MP -MF .deps/libvcl_la-vcc_acl.Tpo -c
 vcc_acl.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_acl.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_acl.lo -MD -MP -MF .deps/libvcl_la-vcc_acl.Tpo -c
 vcc_acl.c -o libvcl_la-vcc_acl.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_acl.Tpo .deps/libvcl_la-vcc_acl.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_action.lo -MD -MP -MF .deps/libvcl_la-vcc_action.Tpo -c -o libvcl_la-
 vcc_action.lo `test -f 'vcc_action.c' || echo './'`vcc_action.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_action.lo -MD -MP -MF .deps/libvcl_la-vcc_action.Tpo -c
 vcc_action.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_action.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_action.lo -MD -MP -MF .deps/libvcl_la-vcc_action.Tpo -c
 vcc_action.c -o libvcl_la-vcc_action.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_action.Tpo .deps/libvcl_la-vcc_action.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_backend.lo -MD -MP -MF .deps/libvcl_la-vcc_backend.Tpo -c -o
 libvcl_la-vcc_backend.lo `test -f 'vcc_backend.c' || echo
 './'`vcc_backend.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_backend.lo -MD -MP -MF .deps/libvcl_la-vcc_backend.Tpo
 -c vcc_backend.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_backend.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_backend.lo -MD -MP -MF .deps/libvcl_la-vcc_backend.Tpo
 -c vcc_backend.c -o libvcl_la-vcc_backend.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_backend.Tpo .deps/libvcl_la-vcc_backend.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_compile.lo -MD -MP -MF .deps/libvcl_la-vcc_compile.Tpo -c -o
 libvcl_la-vcc_compile.lo `test -f 'vcc_compile.c' || echo
 './'`vcc_compile.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_compile.lo -MD -MP -MF .deps/libvcl_la-vcc_compile.Tpo
 -c vcc_compile.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_compile.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_compile.lo -MD -MP -MF .deps/libvcl_la-vcc_compile.Tpo
 -c vcc_compile.c -o libvcl_la-vcc_compile.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_compile.Tpo .deps/libvcl_la-vcc_compile.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_parse.lo -MD -MP -MF .deps/libvcl_la-vcc_parse.Tpo -c -o libvcl_la-
 vcc_parse.lo `test -f 'vcc_parse.c' || echo './'`vcc_parse.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_parse.lo -MD -MP -MF .deps/libvcl_la-vcc_parse.Tpo -c
 vcc_parse.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_parse.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_parse.lo -MD -MP -MF .deps/libvcl_la-vcc_parse.Tpo -c
 vcc_parse.c -o libvcl_la-vcc_parse.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_parse.Tpo .deps/libvcl_la-vcc_parse.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_fixed_token.lo -MD -MP -MF .deps/libvcl_la-vcc_fixed_token.Tpo -c -o
 libvcl_la-vcc_fixed_token.lo `test -f 'vcc_fixed_token.c' || echo
 './'`vcc_fixed_token.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_fixed_token.lo -MD -MP -MF .deps/libvcl_la-
 vcc_fixed_token.Tpo -c vcc_fixed_token.c  -fno-common -DPIC -o .libs
 /libvcl_la-vcc_fixed_token.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_fixed_token.lo -MD -MP -MF .deps/libvcl_la-
 vcc_fixed_token.Tpo -c vcc_fixed_token.c -o libvcl_la-vcc_fixed_token.o
 >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_fixed_token.Tpo .deps/libvcl_la-
 vcc_fixed_token.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_obj.lo -MD -MP -MF .deps/libvcl_la-vcc_obj.Tpo -c -o libvcl_la-
 vcc_obj.lo `test -f 'vcc_obj.c' || echo './'`vcc_obj.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_obj.lo -MD -MP -MF .deps/libvcl_la-vcc_obj.Tpo -c
 vcc_obj.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_obj.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_obj.lo -MD -MP -MF .deps/libvcl_la-vcc_obj.Tpo -c
 vcc_obj.c -o libvcl_la-vcc_obj.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_obj.Tpo .deps/libvcl_la-vcc_obj.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_string.lo -MD -MP -MF .deps/libvcl_la-vcc_string.Tpo -c -o libvcl_la-
 vcc_string.lo `test -f 'vcc_string.c' || echo './'`vcc_string.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_string.lo -MD -MP -MF .deps/libvcl_la-vcc_string.Tpo -c
 vcc_string.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_string.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_string.lo -MD -MP -MF .deps/libvcl_la-vcc_string.Tpo -c
 vcc_string.c -o libvcl_la-vcc_string.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_string.Tpo .deps/libvcl_la-vcc_string.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_token.lo -MD -MP -MF .deps/libvcl_la-vcc_token.Tpo -c -o libvcl_la-
 vcc_token.lo `test -f 'vcc_token.c' || echo './'`vcc_token.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_token.lo -MD -MP -MF .deps/libvcl_la-vcc_token.Tpo -c
 vcc_token.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_token.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_token.lo -MD -MP -MF .deps/libvcl_la-vcc_token.Tpo -c
 vcc_token.c -o libvcl_la-vcc_token.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_token.Tpo .deps/libvcl_la-vcc_token.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_var.lo -MD -MP -MF .deps/libvcl_la-vcc_var.Tpo -c -o libvcl_la-
 vcc_var.lo `test -f 'vcc_var.c' || echo './'`vcc_var.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_var.lo -MD -MP -MF .deps/libvcl_la-vcc_var.Tpo -c
 vcc_var.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_var.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_var.lo -MD -MP -MF .deps/libvcl_la-vcc_var.Tpo -c
 vcc_var.c -o libvcl_la-vcc_var.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_var.Tpo .deps/libvcl_la-vcc_var.Plo
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
 -I../.. -I../../include   -include config.h -g -O2 -MT libvcl_la-
 vcc_xref.lo -MD -MP -MF .deps/libvcl_la-vcc_xref.Tpo -c -o libvcl_la-
 vcc_xref.lo `test -f 'vcc_xref.c' || echo './'`vcc_xref.c
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_xref.lo -MD -MP -MF .deps/libvcl_la-vcc_xref.Tpo -c
 vcc_xref.c  -fno-common -DPIC -o .libs/libvcl_la-vcc_xref.o
  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -include config.h -g -O2
 -MT libvcl_la-vcc_xref.lo -MD -MP -MF .deps/libvcl_la-vcc_xref.Tpo -c
 vcc_xref.c -o libvcl_la-vcc_xref.o >/dev/null 2>&1
 mv -f .deps/libvcl_la-vcc_xref.Tpo .deps/libvcl_la-vcc_xref.Plo
 /bin/sh ../../libtool --tag=CC   --mode=link gcc -include config.h -g -O2
 -o libvcl.la -rpath
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib libvcl_la-
 vcc_acl.lo libvcl_la-vcc_action.lo libvcl_la-vcc_backend.lo libvcl_la-
 vcc_compile.lo libvcl_la-vcc_parse.lo libvcl_la-vcc_fixed_token.lo
 libvcl_la-vcc_obj.lo libvcl_la-vcc_string.lo libvcl_la-vcc_token.lo
 libvcl_la-vcc_var.lo libvcl_la-vcc_xref.lo
 gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o
 .libs/libvcl.0.0.0.dylib  .libs/libvcl_la-vcc_acl.o .libs/libvcl_la-
 vcc_action.o .libs/libvcl_la-vcc_backend.o .libs/libvcl_la-vcc_compile.o
 .libs/libvcl_la-vcc_parse.o .libs/libvcl_la-vcc_fixed_token.o .libs
 /libvcl_la-vcc_obj.o .libs/libvcl_la-vcc_string.o .libs/libvcl_la-
 vcc_token.o .libs/libvcl_la-vcc_var.o .libs/libvcl_la-vcc_xref.o
 -install_name
 /Users/jodok/sandbox/mycity.meinberlin/parts/varnish/lib/libvcl.0.dylib
 -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0
 (cd .libs && rm -f libvcl.0.dylib && ln -s libvcl.0.0.0.dylib
 libvcl.0.dylib)
 (cd .libs && rm -f libvcl.dylib && ln -s libvcl.0.0.0.dylib libvcl.dylib)
 ar cru .libs/libvcl.a  libvcl_la-vcc_acl.o libvcl_la-vcc_action.o
 libvcl_la-vcc_backend.o libvcl_la-vcc_compile.o libvcl_la-vcc_parse.o
 libvcl_la-vcc_fixed_token.o libvcl_la-vcc_obj.o libvcl_la-vcc_string.o
 libvcl_la-vcc_token.o libvcl_la-vcc_var.o libvcl_la-vcc_xref.o
 ranlib .libs/libvcl.a
 creating libvcl.la
 (cd .libs && rm -f libvcl.la && ln -s ../libvcl.la libvcl.la)
 make[3]: Nothing to be done for `all-am'.
 Making all in bin
 Making all in varnishadm
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishadm-varnishadm.o -MD -MP -MF .deps/varnishadm-varnishadm.Tpo -c
 -o varnishadm-varnishadm.o `test -f 'varnishadm.c' || echo
 './'`varnishadm.c
 mv -f .deps/varnishadm-varnishadm.Tpo .deps/varnishadm-varnishadm.Po
 /bin/sh ../../libtool --tag=CC   --mode=link gcc -include config.h -g -O2
 -o varnishadm varnishadm-varnishadm.o ../../lib/libvarnish/libvarnish.la
 ../../lib/libvarnishcompat/libvarnishcompat.la
 mkdir .libs
 gcc -include config.h -g -O2 -o .libs/varnishadm varnishadm-varnishadm.o
 ../../lib/libvarnish/.libs/libvarnish.dylib
 ../../lib/libvarnishcompat/.libs/libvarnishcompat.dylib
 creating varnishadm
 Making all in varnishd
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_acceptor.o -MD -MP -MF .deps/varnishd-
 cache_acceptor.Tpo -c -o varnishd-cache_acceptor.o `test -f
 'cache_acceptor.c' || echo './'`cache_acceptor.c
 mv -f .deps/varnishd-cache_acceptor.Tpo .deps/varnishd-cache_acceptor.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_acceptor_epoll.o -MD -MP -MF .deps/varnishd-
 cache_acceptor_epoll.Tpo -c -o varnishd-cache_acceptor_epoll.o `test -f
 'cache_acceptor_epoll.c' || echo './'`cache_acceptor_epoll.c
 mv -f .deps/varnishd-cache_acceptor_epoll.Tpo .deps/varnishd-
 cache_acceptor_epoll.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_acceptor_poll.o -MD -MP -MF .deps/varnishd-
 cache_acceptor_poll.Tpo -c -o varnishd-cache_acceptor_poll.o `test -f
 'cache_acceptor_poll.c' || echo './'`cache_acceptor_poll.c
 mv -f .deps/varnishd-cache_acceptor_poll.Tpo .deps/varnishd-
 cache_acceptor_poll.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_acceptor_kqueue.o -MD -MP -MF .deps/varnishd-
 cache_acceptor_kqueue.Tpo -c -o varnishd-cache_acceptor_kqueue.o `test -f
 'cache_acceptor_kqueue.c' || echo './'`cache_acceptor_kqueue.c
 mv -f .deps/varnishd-cache_acceptor_kqueue.Tpo .deps/varnishd-
 cache_acceptor_kqueue.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_backend.o -MD -MP -MF .deps/varnishd-cache_backend.Tpo
 -c -o varnishd-cache_backend.o `test -f 'cache_backend.c' || echo
 './'`cache_backend.c
 mv -f .deps/varnishd-cache_backend.Tpo .deps/varnishd-cache_backend.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_ban.o -MD -MP -MF .deps/varnishd-cache_ban.Tpo -c -o
 varnishd-cache_ban.o `test -f 'cache_ban.c' || echo './'`cache_ban.c
 mv -f .deps/varnishd-cache_ban.Tpo .deps/varnishd-cache_ban.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_center.o -MD -MP -MF .deps/varnishd-cache_center.Tpo -c
 -o varnishd-cache_center.o `test -f 'cache_center.c' || echo
 './'`cache_center.c
 mv -f .deps/varnishd-cache_center.Tpo .deps/varnishd-cache_center.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_cli.o -MD -MP -MF .deps/varnishd-cache_cli.Tpo -c -o
 varnishd-cache_cli.o `test -f 'cache_cli.c' || echo './'`cache_cli.c
 mv -f .deps/varnishd-cache_cli.Tpo .deps/varnishd-cache_cli.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_expire.o -MD -MP -MF .deps/varnishd-cache_expire.Tpo -c
 -o varnishd-cache_expire.o `test -f 'cache_expire.c' || echo
 './'`cache_expire.c
 mv -f .deps/varnishd-cache_expire.Tpo .deps/varnishd-cache_expire.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_fetch.o -MD -MP -MF .deps/varnishd-cache_fetch.Tpo -c
 -o varnishd-cache_fetch.o `test -f 'cache_fetch.c' || echo
 './'`cache_fetch.c
 mv -f .deps/varnishd-cache_fetch.Tpo .deps/varnishd-cache_fetch.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_hash.o -MD -MP -MF .deps/varnishd-cache_hash.Tpo -c -o
 varnishd-cache_hash.o `test -f 'cache_hash.c' || echo './'`cache_hash.c
 mv -f .deps/varnishd-cache_hash.Tpo .deps/varnishd-cache_hash.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_http.o -MD -MP -MF .deps/varnishd-cache_http.Tpo -c -o
 varnishd-cache_http.o `test -f 'cache_http.c' || echo './'`cache_http.c
 mv -f .deps/varnishd-cache_http.Tpo .deps/varnishd-cache_http.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_lru.o -MD -MP -MF .deps/varnishd-cache_lru.Tpo -c -o
 varnishd-cache_lru.o `test -f 'cache_lru.c' || echo './'`cache_lru.c
 mv -f .deps/varnishd-cache_lru.Tpo .deps/varnishd-cache_lru.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_main.o -MD -MP -MF .deps/varnishd-cache_main.Tpo -c -o
 varnishd-cache_main.o `test -f 'cache_main.c' || echo './'`cache_main.c
 mv -f .deps/varnishd-cache_main.Tpo .deps/varnishd-cache_main.Po
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -include config.h -g -O2
 -MT varnishd-cache_pool.o -MD -MP -MF .deps/varnishd-cache_pool.Tpo -c -o
 varnishd-cache_pool.o `test -f 'cache_pool.c' || echo './'`cache_pool.c
 cache_pool.c:43:2: error: #error Unknown sendfile() implementation
 cache_pool.c:173:2: error: #error Unknown sendfile() implementation
 make[3]: *** [varnishd-cache_pool.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 }}}

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/181>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list