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

path bug during ./configure?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-06-17 00:54:55 CEST

Just installed a virgin FreeBSD 4.2 box at home, and I'm following the
procedure to create a subversion-enabled httpd.

As per notes/dav_setup.txt, I have successfully built and installed
httpd-2.0. I make sure that autoconf, automake, python2.0, db3.2.9,
and the mm library are all installed.

I now check out subversion, apr, and neon, and run ./autogen.sh.

Then I run `./configure --with-apxs=/usr/local/apache2/bin/apxs`:

---------------------

loading cache ./config.cache
checking host system type... i386-unknown-freebsd4.2
checking target system type... i386-unknown-freebsd4.2
checking build system type... i386-unknown-freebsd4.2
Configuring APR library
Platform: i386-unknown-freebsd4.2
Applying APR hints file rules for i386-unknown-freebsd4.2
  setting LIBS to "-lcrypt"
  setting enable_threads to "no"
  setting CPPFLAGS to "-D_REENTRANT -D_THREAD_SAFE"
(Default will be unix)
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for mawk... (cached) awk
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for rm... (cached) rm
checking for ar... (cached) ar
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether system uses EBCDIC... (cached) no
performing libtool configuration...

Check for compiler flags...

Checking for Threads...
APR will be non-threaded
checking for sigsuspend... (cached) yes
checking for sigwait... (cached) no
checking for poll... (cached) yes
checking for getpwnam_r... (cached) no
checking for getpwuid_r... (cached) no
checking for getgrgid_r... (cached) no

Checking for Shared Memory Support...
updating cache ./config.cache
eval: /usr/home/sussman/projects/subversion/shmem/unix/mm/configure: not found
configuring package in shmem/unix/mm now
configure failed for shmem/unix/mm

-----------------

It looks like there's some kind of path
bug in the 3rd-to-last line there -- it's leaving the "apr" subdir out
of the path. Any ideas?

---------------------------------------------------------------------
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:36:32 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.