Ben Collins-Sussman <sussman@newton.ch.collab.net> writes:
> Sorry about this; this was an intentional breakage. It's a big
> change, and we'll finish fixing it today.
But let's try to remember:
If you consciously break the build, please state so _prominently_ in
your commit message, so anyone casually reviewing the logs (say,
because they can't build) will see the notice.
-K
> "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