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

Re: building on unix

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-06-23 20:25:23 CEST

solo turn <soloturn@gmail.com> writes:

> hi,
>
> when building 1.2.0 we get:
>
> $ ./autogen.sh
> buildcheck: checking installation...
> buildcheck: autoconf version 2.59 (ok)
> buildcheck: autoheader version 2.59 (ok)
> buildcheck: libtool version 1.5.14 (ok)
> Copying libtool helper: /wf/local/share/aclocal/libtool.m4
> Creating build-outputs.mk...
> Traceback (most recent call last):
> File "./gen-make.py", line 222, in ?
> main(conf, gentype, skip_depends=skip, other_options=rest.list)
> File "./gen-make.py", line 36, in main
> generator.compute_hdr_deps()
> File "build/generator/gen_base.py", line 153, in compute_hdr_deps
> for include_file in include_deps.query(native_path(source.filename)):
> File "build/generator/gen_base.py", line 862, in query
> hdrs = self._scan_for_includes(fname, self._deps.keys())
> File "build/generator/gen_base.py", line 887, in _scan_for_includes
> for line in fileinput.input(fname):
> File "/wf/local/lib/python2.3/fileinput.py", line 231, in next
> line = self.readline()
> File "/wf/local/lib/python2.3/fileinput.py", line 320, in readline
> self._file = open(self._filename, "r")
> IOError: [Errno 2] No such file or directory:
> 'subversion/tests/libsvn_diff/diff3-test.c'
> ERROR: gen-make.py failed
>
> are you not expected to run autogen and genmake?

When building from a release tarball, no. "configure + make +
make-install".

When checking out a working copy of Subversion, it's "autogen.sh +
configure + make + make-install" the first time, "configure + make +
make install" thereafter, unless source files are added and removed
(in which case you can prepend gen-make.py or autogen.sh to that
routine just once to pick up the source file list changes.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 23 20:28:46 2005

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.