[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Automatic Build Help

From: David Summers <dsummers_at_digital-realms.com>
Date: 2002-02-12 07:12:39 CET

I thought I was just about ready to build the automatic builds for Linux
tonight and I started a test as another user and EVERYTHING broke!
Currently I can't even build APR and APR-UTIL separately like I used to a
week or so ago (I've been building APR and APR-UTIL along with APACHE for
the last week or so and that worked up until tonight also).

Could someone take a look at this APR/APR-UTIL build and tell me what I'm
doing wrong?

Executing(%prep): /bin/sh -e /home/dsummers/rpms/tmp/rpm-tmp.27198
+ umask 022
+ cd /home/dsummers/rpms/build
+ cd /home/dsummers/rpms/build
+ rm -rf apr
+ /bin/gzip -dc /home/dsummers/rpms/sources/apr-0.2002.02.11-1/apr-0.2002.02.11.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd apr
+ /bin/gzip -dc /home/dsummers/rpms/sources/apr-0.2002.02.11-1/apr-util-0.2002.02.11.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.52 (ok)
buildconf: libtool version 1.4.2 (ok)
Copying libtool helper files ...
Creating include/arch/unix/apr_private.h.in ...
Creating configure ...
+ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
Applying APR hints file rules for i686-pc-linux-gnu
  setting CPPFLAGS to "-DLINUX=2"
  adding "-D_REENTRANT" to CPPFLAGS
(Default will be unix)
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for mawk... no
checking for gawk... gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for rm... rm
checking for ar... ar
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether system uses EBCDIC... no
performing libtool configuration...
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 how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool

Check for compiler flags...

checking for gethostbyname in -lnsl... yes
checking for library containing gethostname... none required
checking for socket in -lsocket... no
checking for library containing crypt... -lcrypt
checking for main in -ltruerand... no
checking for iconv in -liconv... no
checking for modf in -lm... yes

Checking for Threads...

checking for pthread.h... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... yes
  adding "-D_XOPEN_SOURCE=500" to CPPFLAGS
  adding "-D_BSD_SOURCE" to CPPFLAGS
  adding "-D_SVID_SOURCE" to CPPFLAGS
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...

checking for sys/mman.h... yes
checking for MAP_ANON in sys/mman.h... yes
checking for mmap... yes
checking for munmap... yes
checking for shm_open... no
checking for shm_unlink... no
checking for /dev/zero... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for sys/file.h... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for kernel/OS.h... no
checking for create_area... no
checking for os2.h... no
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
decision on namebased memory allocation method... SysV IPC shmget()
checking for calloc... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for setsid... yes
checking for nl_langinfo... yes
checking for isinf... yes
checking for isnan... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for writev... yes
checking for sendfilev in -lsendfile... no
checking for sendfile... yes
checking for send_file... no
checking for sendfilev... no
checking for sigaction... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for fork... yes
checking for getpass... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for strerror_r... yes
checking for type of return code from strerror_r... pointer
checking for iconv... yes
checking for type of inbuf parameter to iconv... char **
checking for mmap... (cached) yes
checking for hstrerror... yes
checking for memmove... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for ANSI C header files... yes
checking for ByteOrder.h... no
checking for conio.h... no
checking for crypt.h... yes
checking for ctype.h... yes
checking for dir.h... no
checking for dirent.h... yes
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for iconv.h... yes
checking for io.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for mach-o/dyld.h... no
checking for malloc.h... yes
checking for memory.h... yes
checking for netdb.h... yes
checking for osreldate.h... no
checking for poll.h... yes
checking for process.h... no
checking for pwd.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for sysapi.h... no
checking for sysgtime.h... no
checking for termios.h... yes
checking for time.h... yes
checking for tpfeq.h... no
checking for tpfio.h... no
checking for unistd.h... yes
checking for unix.h... no
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking for net/errno.h... no
checking for netinet/in.h... yes
checking for sys/file.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sem.h... yes
checking for sys/sendfile.h... yes
checking for sys/signal.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/syslimits.h... no
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/uio.h... yes
checking for sys/un.h... yes
checking for sys/wait.h... yes
checking for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking whether setpgrp takes no argument... yes
checking for socklen_t... yes
checking whether system defines INADDR_NONE... yes
checking for char... yes
checking size of char... 1
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for short... yes
checking size of short... 2
checking for long double... yes
checking size of long double... 12
checking for long long... yes
checking size of long long... 8
checking for INT64_C in stdint.h... yes
checking size of ssize_t... 4
checking size of size_t... 4
checking size of off_t... 4
checking size of pid_t... 4
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... (cached) no
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for strstr... yes
checking for memchr... yes

Checking for DSO...

checking for NSLinkModule... no
checking for dlopen in -ldl... yes
  adding "-ldl" to LIBS

Checking for Processes...

checking for waitpid... yes
checking struct rlimit... yes

Checking for Locking...

checking for semget... yes
checking for semctl... yes
checking for flock... yes
checking for /dev/zero... (cached) yes
checking for union semun in sys/sem.h... no
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for CODESET in langinfo.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
decision on apr_lock implementation method... SVR4-style fcntl()
checking if interprocess lock affects threads... no
checking for /dev/random... /dev/random

Checking for Time Support...

checking for tm_gmtoff in struct tm... yes

Checking for Networking support...

checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking for sockaddr sa_len... no
checking for gethostbyname() which handles numeric address strings... yes
checking style of gethostbyname_r routine... glibc2
checking 3rd argument to the gethostbyname_r routines... char
checking if TCP_NODELAY setting is inherited from listening sockets... yes
checking for TCP_CORK in netinet/tcp.h... yes
checking for TCP_NOPUSH in netinet/tcp.h... no
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking for set_h_errno... no

Checking for IPv6 Networking support...

checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... yes
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking if APR supports IPv6... "yes"

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to "-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to "-g -O2 -pthread"
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lm -lcrypt -lnsl -ldl"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""

Construct Makefiles and header files.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating strings/Makefile
config.status: creating passwd/Makefile
config.status: creating tables/Makefile
config.status: creating build/Makefile
config.status: creating file_io/unix/Makefile
config.status: creating network_io/unix/Makefile
config.status: creating threadproc/unix/Makefile
config.status: creating misc/unix/Makefile
config.status: creating locks/unix/Makefile
config.status: creating time/unix/Makefile
config.status: creating mmap/unix/Makefile
config.status: creating shmem/unix/Makefile
config.status: creating i18n/unix/Makefile
config.status: creating user/unix/Makefile
config.status: creating memory/unix/Makefile
config.status: creating dso/unix/Makefile
config.status: creating test/Makefile
config.status: creating include/apr.h
config.status: creating APRVARS
config.status: creating build/rules.mk
config.status: creating apr-config
config.status: creating include/arch/unix/apr_private.h
+ cd apr-util
+ ./buildconf
Creating include/private/apu_config.h ...
Creating configure ...
Invoking xml/expat/buildconf.sh ...
Incorporating /usr/share/aclocal/libtool.m4 into aclocal.m4 ...
Copying libtool helper files ...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `conftools'.
Creating config.h.in ...
Creating configure ...
+ ./configure --with-apr=/home/dsummers/rpms/build/apr
configure: error: cannot find install-sh or install.sh in ../apr/build ./../apr/build
+ exit 0

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:06 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.