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

Re: filesystem build broken or is it just me?

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-02-27 14:43:44 CET

Sorry about this; this was an intentional breakage. It's a big
change, and we'll finish fixing it today.

"B. W. Fitzpatrick" <fitz@red-bean.com> writes:

> Finally decided to start poking around in the filesystem and can't get
> it to build. Applied Yoshiki's patch to dag.h first. Up to date
> working copy and clean build.
>
> $ cvs up -d
> $ make distclean
> $ ./autogen.sh && ./configure --with-maintainer-mode \
> --disable-shared \
> --with-berkeley-db=/usr/local/BerkeleyDB.3.2 \
> && make
>
> <massive elision>...
> Making all in libsvn_fs
> make[3]: Entering directory `/disk/hdb1/bwf/cvs-work/subversion/subversion/libsvn_fs'
> /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../subversion/include -I../../apr/include -I../../expat-lite -D_REENTRANT -I/usr/local/BerkeleyDB.3.2/include -pthread -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -g -Wall -c dag.c
> dag.c: In function `find_dir_entry':
> dag.c:229: structure has no member named `contents'
> dag.c:238: structure has no member named `contents'
> dag.c:242: structure has no member named `entry'
> dag.c: In function `node_is_kind_p':
> dag.c:264: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_is_mutable':
> dag.c:315: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_get_proplist':
> dag.c:328: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_set_proplist':
> dag.c:382: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_revision_root':
> dag.c:416: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_txn_root':
> dag.c:440: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_clone_child':
> dag.c:486: structure has no member named `contents'
> dag.c:503: structure has no member named `contents'
> dag.c:503: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_clone_root':
> dag.c:557: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_delete':
> dag.c:599: structure has no member named `contents'
> dag.c: In function `make_entry':
> dag.c:812: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_set_contents':
> dag.c:863: structure has no member named `contents'
> dag.c: In function `svn_fs__dag_open':
> dag.c:947: structure has no member named `contents'
> dag.c: At top level:
> dag.c:168: warning: `get_node_revision_cached' defined but not used
> dag.c:193: warning: `set_node_revision_cached' defined but not used
> make[3]: *** [dag.lo] Error 1
> make[3]: Leaving directory `/disk/hdb1/bwf/cvs-work/subversion/subversion/libsvn_fs'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/disk/hdb1/bwf/cvs-work/subversion/subversion'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/disk/hdb1/bwf/cvs-work/subversion'
> make: *** [all-recursive-am] Error 2
> ..cvs-work/subversion$
>
>
> Am I missing something?
>
> -Fitz
Received on Sat Oct 21 14:36:23 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.