Hello folks.
While I do have a real bug here, I suppose I should introduce myself first.
I'm Mike Sussman, a CollabNet QA guy, and newbie Subversion tester. As you
may be able to guess from my name, I'm Ben Collins-Sussman's brother as
well. Expect to see some python tests from me some time in the future.
Anyway, down to the real nitty gritty. On my first attempt to build
Subversion today on FreeBSD 4.2, I ran across what seems to be a major
problem. After running autogen.sh with the necessary APR and neon dirs in
place, configure appears to be giving me some grief. Specifically, it's
asking for an install.sh in /ac-helpers which appears to be suspiciously
missing. Here's my output:
bash-2.03$ ./autogen.sh
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: libtool version 1.3.4 (ok)
Copying libtool helper files...
Creating build-outputs.mk...
Creating svn_private_config.h.in...
Creating configure...
Creating config files for APR...
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: libtool version 1.3.4 (ok)
Copying libtool helper files ...
Creating include/arch/unix/apr_private.h.in ...
Creating configure ...
You can run ./configure now.
Running autogen.sh implies you are a maintainer. You may prefer
to run configure in one of the following ways:
./configure --enable-maintainer-mode
./configure --disable-shared
./configure --enable-maintainer-mode --disable-shared
bash-2.03$ ./configure --enable-maintainer-mode --disable-shared
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in ac-helpers
./ac-helpers
After looking in /ac-helpers, lo and behold, there is no install script
there. Karl and Ben suspect that nobody else is experiencing this because
they have a copt of the file left from a previous build system. Being that
I just did a CVS checkout today, I'm not seeing it.
Rock On.
Mike.
---------------------------------------------------------------------
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:30 2006