(view as text)
make distcheck
 in dir /var/lib/monotone/buildslave/full-i386-debian-testing/build (timeout 1200 secs)
 watching logfiles {}
 argv: ['make', 'distcheck']
 environment: {'LANG': 'en_US.UTF-8', 'SHELL': '/bin/sh', 'XDG_SESSION_COOKIE': '794150457f888ce65a7e91382fa0d100-1255622633.180200-1784045564', 'LANGUAGE': 'en_SE:en_US:en_GB:en', 'SHLVL': '1', 'PWD': '/data/monotone/buildslave', 'LOGNAME': 'mtn-buildslave', 'PATH': '/usr/bin:/bin', 'HOME': '/var/lib/monotone/buildslave', '_': '/usr/bin/buildbot'}
Updating ./version.texi
REAL_BLDDIR=$PWD/.; \
	(cd . && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ./package_revision.txt ]; then \
	  cp ./package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
g++ -g -O2 -Wall -W -Wno-unused -o txt2c txt2c.cc
./txt2c --strip-trailing package_revision package_revision.txt package_revision.cc
REAL_BLDDIR=$PWD/.; \
	(cd . && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd . && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ./package_full_revision_dist.txt ]; then \
	  cp ./package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
set -e; if [ "`cd \".\"; pwd`" = "`pwd`" -a -f ./monotone.texi ]; then :; else \
		cp -r ./figures .; \
		cp -r ./images .; \
		cp ./texinfo.css .; \
	fi; \
	makeinfo -I . --no-split --no-headers --output monotone.html --html monotone.texi; \
	cp monotone.html monotone.html.bak; \
	sed -e 's,<head>,<head><link type="text/css" rel="stylesheet" href="texinfo.css" />,' monotone.html.bak >monotone.html; \
	rm -f monotone.html.bak
{ test ! -d "monotone-0.47dev" || { find "monotone-0.47dev" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "monotone-0.47dev"; }; }
test -d "monotone-0.47dev" || mkdir "monotone-0.47dev"
make  \
	  top_distdir="monotone-0.47dev" distdir="monotone-0.47dev" \
	  dist-info dist-hook
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build'
restore=: && backupdir=".am$$" && \
	am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
	rm -rf $backupdir && mkdir $backupdir && \
	if (/bin/sh /data/monotone/buildslave/full-i386-debian-testing/build/missing --run makeinfo --version) >/dev/null 2>&1; then \
	  for f in monotone.info monotone.info-[0-9] monotone.info-[0-9][0-9] monotone.i[0-9] monotone.i[0-9][0-9]; do \
	    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
	  done; \
	else :; fi && \
	cd "$am__cwd"; \
	if /bin/sh /data/monotone/buildslave/full-i386-debian-testing/build/missing --run makeinfo  -I . -I . \
	 -o monotone.info monotone.texi; \
	then \
	  rc=0; \
	  CDPATH="${ZSH_VERSION+.}:" && cd .; \
	else \
	  rc=$?; \
	  CDPATH="${ZSH_VERSION+.}:" && cd . && \
	  $restore $backupdir/* `echo "./monotone.info" | sed 's|[^/]*$||'`; \
	fi; \
	rm -rf $backupdir; exit $rc
/usr/bin/xgettext -omonotone.pot -D. -cTRANSLATORS: \
	  --copyright-holder='Graydon Hoare <graydon@pobox.com>' \
	  --msgid-bugs-address='monotone-devel@nongnu.org' \
	  --package-name=monotone --package-version=0.47dev --keyword=F --keyword=FP:1,2 --keyword=_ --keyword=N_ --flag=F:1:c-format --flag=FP:1:c-format --flag=FP:2:c-format \
	  sanity.cc sanity.hh quick_alloc.hh vector.hh base.hh simplestring_xform.cc simplestring_xform.hh constants.cc constants.hh numeric_vocab.hh platform.hh origin_type.hh vocab.hh vocab.cc vocab_terms.hh vocab_macros.hh vocab_cast.hh charset.cc charset.hh paths.cc paths.hh interner.hh hash_map.hh vocab_hash.hh luaext_mkstemp.cc luaext_parse_basic_io.cc luaext_guess_binary.cc luaext_platform.cc luaext_globish.cc lua.cc lua.hh mkstemp.cc file_io.cc file_io.hh globish.cc globish.hh basic_io.cc basic_io.hh char_classifiers.hh platform-wrapped.hh rev_types.hh mtn-sanity.cc mtn-sanity.hh ui.cc ui.hh app_state.cc app_state.hh automate_ostream.hh automate_ostream_demuxed.hh automate_reader.hh automate_reader.cc botan_pipe_cache.hh cache_logger.hh cache_logger.cc commands.cc commands.hh cmd.hh cmd.cc cmd_netsync.cc cmd_list.cc cmd_packet.cc cmd_key_cert.cc cmd_merging.cc cmd_db.cc cmd_diff_log.cc cmd_ws_commit.cc cmd_othervcs.cc cmd_automate.cc cmd_files.cc cmd_conflicts.cc diff_output.cc diff_output.hh lua_hooks.cc lua_hooks.hh transforms.cc transforms.hh update.cc update.hh work.cc migrate_work.cc work.hh cert.cc cert.hh cow_trie.hh project.cc project.hh outdated_indicator.cc outdated_indicator.hh database.cc database.hh key_store.cc key_store.hh ssh_agent.cc ssh_agent.hh keys.cc keys.hh packet.cc packet.hh rcs_file.cc rcs_file.hh xdelta.cc xdelta.hh migration.hh migrate_schema.cc migrate_ancestry.cc refiner.cc refiner.hh enumerator.cc enumerator.hh netsync.cc network/automate_session.hh network/automate_session.cc network/connection_info.hh network/connection_info.cc network/listener_base.hh network/listener_base.cc network/listener.hh network/listener.cc network/make_server.hh network/make_server.cc network/netsync_session.hh network/netsync_session.cc network/reactable.hh network/reactable.cc network/reactor.hh network/reactor.cc network/session.hh network/session.cc network/session_base.hh network/session_base.cc network/wrapped_session.hh network/wrapped_session.cc netxx_pipe.cc netxx_pipe.hh netcmd.cc netcmd.hh merkle_tree.cc merkle_tree.hh lcs.cc lcs.hh rcs_import.cc rcs_import.hh git_change.cc git_change.hh git_export.cc git_export.hh revision.cc ancestry.cc revision.hh cset.cc cset.hh roster.cc roster.hh mt_version.cc mt_version.hh automate.cc database_check.cc epoch.cc epoch.hh gzip.cc gzip.hh inodeprint.cc inodeprint.hh selectors.cc selectors.hh annotate.cc annotate.hh restrictions.cc restrictions.hh hmac.cc hmac.hh string_queue.hh merge_roster.cc merge_conflict.cc merge_roster.hh merge_content.cc merge_3way.cc merge_content.hh legacy.cc legacy.hh uri.cc uri.hh graph.cc graph.hh roster_delta.cc roster_delta.hh sha1.cc pcrewrap.cc pcrewrap.hh rev_height.cc rev_height.hh asciik.cc asciik.hh dates.cc dates.hh lru_writeback_cache.hh hybrid_map.hh lazy_rng.hh cleanup.hh unit_tests.hh cycle_detector.hh randomfile.hh adler32.hh netio.hh gettext.h option.cc option.hh options.cc options.hh options_list.hh specialized_lexical_cast.cc lexical_cast.hh parallel_iter.hh safe_map.hh pch.hh current_exception.hh unix/read_password.cc unix/get_system_flavour.cc unix/process.cc unix/terminal.cc unix/inodeprint.cc unix/fs.cc unix/make_io_binary.cc unix/os_strerror.cc unix/cputime.cc unix/ssh_agent_platform.cc unix/ssh_agent_platform.hh win32/read_password.cc win32/get_system_flavour.cc win32/process.cc win32/terminal.cc win32/inodeprint.cc win32/fs.cc win32/make_io_binary.cc win32/os_strerror.cc win32/cputime.cc win32/ssh_agent_platform.cc win32/ssh_agent_platform.hh monotone.cc std_hooks.lua
/usr/bin/xgettext: warning: file `std_hooks.lua' extension `lua' is unknown; will try C
/usr/bin/msgmerge po/de.po monotone.pot -q -o de.merged.po
/usr/bin/msgfmt -c --statistics -o de.gmo de.merged.po
1384 translated messages, 5 untranslated messages.
/usr/bin/msgmerge po/es.po monotone.pot -q -o es.merged.po
/usr/bin/msgfmt -c --statistics -o es.gmo es.merged.po
1249 translated messages, 61 fuzzy translations, 79 untranslated messages.
/usr/bin/msgmerge po/fr.po monotone.pot -q -o fr.merged.po
/usr/bin/msgfmt -c --statistics -o fr.gmo fr.merged.po
781 translated messages, 266 fuzzy translations, 342 untranslated messages.
/usr/bin/msgmerge po/it.po monotone.pot -q -o it.merged.po
/usr/bin/msgfmt -c --statistics -o it.gmo it.merged.po
1176 translated messages, 29 fuzzy translations, 184 untranslated messages.
/usr/bin/msgmerge po/ja.po monotone.pot -q -o ja.merged.po
/usr/bin/msgfmt -c --statistics -o ja.gmo ja.merged.po
559 translated messages, 347 fuzzy translations, 483 untranslated messages.
/usr/bin/msgmerge po/pt_BR.po monotone.pot -q -o pt_BR.merged.po
/usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.merged.po
714 translated messages, 275 fuzzy translations, 400 untranslated messages.
/usr/bin/msgmerge po/pt.po monotone.pot -q -o pt.merged.po
/usr/bin/msgfmt -c --statistics -o pt.gmo pt.merged.po
1384 translated messages, 5 untranslated messages.
/usr/bin/msgmerge po/sv.po monotone.pot -q -o sv.merged.po
/usr/bin/msgfmt -c --statistics -o sv.gmo sv.merged.po
1329 translated messages, 1 fuzzy translation, 59 untranslated messages.
cp de.gmo es.gmo fr.gmo it.gmo ja.gmo pt_BR.gmo pt.gmo sv.gmo monotone-0.47dev/po
find monotone-0.47dev \( -name '*.bak' -o -name '*.orig' -o -name '*.rej' \
	    -o -name '*~' -o -name '#*#' -o -name '*.swp' \) -delete
rm pt_BR.merged.po ja.merged.po sv.merged.po de.merged.po it.merged.po pt.merged.po es.merged.po fr.merged.po
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build'
test -n "" \
	|| find "monotone-0.47dev" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec /bin/sh /data/monotone/buildslave/full-i386-debian-testing/build/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "monotone-0.47dev"
tardir=monotone-0.47dev && tar --format=ustar -chf - "$tardir" | GZIP=--best gzip -c >monotone-0.47dev.tar.gz
{ test ! -d "monotone-0.47dev" || { find "monotone-0.47dev" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "monotone-0.47dev"; }; }
case 'monotone-0.47dev.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc monotone-0.47dev.tar.gz | tar -xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc monotone-0.47dev.tar.bz2 | tar -xf - ;;\
	*.tar.lzma*) \
	  lzma -dc monotone-0.47dev.tar.lzma | tar -xf - ;;\
	*.tar.xz*) \
	  xz -dc monotone-0.47dev.tar.xz | tar -xf - ;;\
	*.tar.Z*) \
	  uncompress -c monotone-0.47dev.tar.Z | tar -xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc monotone-0.47dev.shar.gz | unshar ;;\
	*.zip*) \
	  unzip monotone-0.47dev.zip ;;\
	esac
chmod -R a-w monotone-0.47dev; chmod a+w monotone-0.47dev
mkdir monotone-0.47dev/_build
mkdir monotone-0.47dev/_inst
chmod a-w monotone-0.47dev
test -d monotone-0.47dev/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd monotone-0.47dev/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && make  distcheck-hook \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd monotone-0.47dev/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf monotone-0.47dev.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build'
cd . && /bin/sh audit-includes \
		adler32.hh ancestry.cc annotate.cc annotate.hh app_state.cc app_state.hh asciik.cc asciik.hh automate.cc automate_ostream.hh automate_ostream_demuxed.hh automate_reader.cc automate_reader.hh base.hh basic_io.cc basic_io.hh botan_pipe_cache.hh cache_logger.cc cache_logger.hh cert.cc cert.hh char_classifiers.hh charset.cc charset.hh cleanup.hh cmd.cc cmd.hh cmd_automate.cc cmd_conflicts.cc cmd_db.cc cmd_diff_log.cc cmd_files.cc cmd_key_cert.cc cmd_list.cc cmd_merging.cc cmd_netsync.cc cmd_othervcs.cc cmd_packet.cc cmd_ws_commit.cc commands.cc commands.hh constants.cc constants.hh cow_trie.hh cset.cc cset.hh current_exception.hh cycle_detector.hh database.cc database.hh database_check.cc dates.cc dates.hh diff_output.cc diff_output.hh enumerator.cc enumerator.hh epoch.cc epoch.hh file_io.cc file_io.hh gettext.h git_change.cc git_change.hh git_export.cc git_export.hh globish.cc globish.hh graph.cc graph.hh gzip.cc gzip.hh hash_map.hh hmac.cc hmac.hh hybrid_map.hh inodeprint.cc inodeprint.hh interner.hh key_store.cc key_store.hh keys.cc keys.hh lazy_rng.hh lcs.cc lcs.hh legacy.cc legacy.hh lexical_cast.hh lru_writeback_cache.hh lua.cc lua.hh lua_hooks.cc lua_hooks.hh luaext_globish.cc luaext_guess_binary.cc luaext_mkstemp.cc luaext_parse_basic_io.cc luaext_platform.cc merge_3way.cc merge_conflict.cc merge_content.cc merge_content.hh merge_roster.cc merge_roster.hh merkle_tree.cc merkle_tree.hh migrate_ancestry.cc migrate_schema.cc migrate_work.cc migration.hh mkstemp.cc monotone.cc mt_version.cc mt_version.hh mtn-sanity.cc mtn-sanity.hh netcmd.cc netcmd.hh netio.hh netsync.cc network/automate_session.cc network/automate_session.hh network/connection_info.cc network/connection_info.hh network/listener.cc network/listener.hh network/listener_base.cc network/listener_base.hh network/make_server.cc network/make_server.hh network/netsync_session.cc network/netsync_session.hh network/reactable.cc network/reactable.hh network/reactor.cc network/reactor.hh network/session.cc network/session.hh network/session_base.cc network/session_base.hh network/wrapped_session.cc network/wrapped_session.hh netxx_pipe.cc netxx_pipe.hh numeric_vocab.hh option.cc option.hh options.cc options.hh options_list.hh origin_type.hh outdated_indicator.cc outdated_indicator.hh package_full_revision.cc package_revision.cc packet.cc packet.hh parallel_iter.hh paths.cc paths.hh pch.hh pcrewrap.cc pcrewrap.hh platform-wrapped.hh platform.hh project.cc project.hh quick_alloc.hh randomfile.hh randomizer.cc randomizer.hh rcs_file.cc rcs_file.hh rcs_import.cc rcs_import.hh refiner.cc refiner.hh restrictions.cc restrictions.hh rev_height.cc rev_height.hh rev_types.hh revision.cc revision.hh roster.cc roster.hh roster_delta.cc roster_delta.hh roster_tests.hh safe_map.hh sanity.cc sanity.hh selectors.cc selectors.hh sha1.cc simplestring_xform.cc simplestring_xform.hh specialized_lexical_cast.cc ssh_agent.cc ssh_agent.hh string_queue.hh tester.cc transforms.cc transforms.hh ui.cc ui.hh unit-tests/basic_io.cc unit-tests/charset.cc unit-tests/commands.cc unit-tests/cset.cc unit-tests/dates.cc unit-tests/git_change.cc unit-tests/globish.cc unit-tests/graph.cc unit-tests/merge_3way.cc unit-tests/merge_roster.cc unit-tests/mkstemp.cc unit-tests/netcmd.cc unit-tests/netxx_pipe.cc unit-tests/numeric_vocab.cc unit-tests/option.cc unit-tests/outdated_indicator.cc unit-tests/packet.cc unit-tests/paths.cc unit-tests/refiner.cc unit-tests/restrictions.cc unit-tests/rev_height.cc unit-tests/revision.cc unit-tests/roster.cc unit-tests/sha1.cc unit-tests/simplestring_xform.cc unit-tests/string_queue.cc unit-tests/transforms.cc unit-tests/uri.cc unit-tests/vocab.cc unit-tests/xdelta.cc unit_tester.cc unit_tests.hh unix/cputime.cc unix/fs.cc unix/get_system_flavour.cc unix/inodeprint.cc unix/main.cc unix/make_io_binary.cc unix/os_strerror.cc unix/process.cc unix/read_password.cc unix/ssh_agent_platform.cc unix/ssh_agent_platform.hh unix/terminal.cc unix/tester-plaf.cc update.cc update.hh uri.cc uri.hh vector.hh vocab.cc vocab.hh vocab_cast.hh vocab_hash.hh vocab_macros.hh vocab_terms.hh win32/cputime.cc win32/fs.cc win32/get_system_flavour.cc win32/inodeprint.cc win32/main.cc win32/make_io_binary.cc win32/os_strerror.cc win32/process.cc win32/read_password.cc win32/ssh_agent_platform.cc win32/ssh_agent_platform.hh win32/terminal.cc work.cc work.hh xdelta.cc xdelta.hh
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking category of operating system... Unix
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for C++ compiler warning flags... -Wall -W -Wno-unused
checking for ranlib... ranlib
checking for GNU msgfmt... /usr/bin/msgfmt
checking for GNU msgmerge... /usr/bin/msgmerge
checking for GNU xgettext... /usr/bin/xgettext
checking whether /usr/bin/xgettext supports --flag... yes
checking whether /usr/bin/xgettext supports --package-name and --package-version... yes
checking for libraries containing GNU gettext and ngettext... none required
checking for library containing deflate... -lz
checking boost version 1.33.0 or newer... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for botan... no
botan.pc not found
checking for botan using botan-1.8.pc... yes
checking whether botan is usable... yes
checking for idn... no
idn.pc not found
checking for idn using libidn.pc... yes
checking whether idn is usable... yes
checking for lua... no
lua.pc not found
checking for lua using lua5.1.pc... yes
checking whether lua is usable... yes
checking for pcre... no
pcre.pc not found
checking for pcre using libpcre.pc... yes
checking whether pcre is usable... yes
checking for sqlite3... yes
checking whether sqlite3 is usable... yes
checking for sockaddr_in6... yes
checking for library containing gethostbyname... none required
checking for library containing accept... none required
checking for library containing inet_aton... none required
checking for gethostbyaddr... yes
checking for inet_ntoa... yes
checking for socket... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for getaddrinfo... yes
checking whether INADDR_NONE is defined... yes
checking for socklen_t... yes
checking for cxxabi.h... yes
checking for fcntl.h... yes
checking for netinet/in.h... yes
checking whether the compiler supports typeof... yes
checking whether the compiler supports extern template... yes
checking whether the compiler supports __gnu_cxx::hash_map... yes
checking whether the compiler supports std::hash_map... no
checking whether the compiler supports tr1::unordered_map... yes
checking for early 4.0-series g++ bug in tr1 hashtables... no
checking whether C++ streams support sync_with_stdio... yes
checking whether g++ handles templates with static const members correctly... yes
checking whether char has 8 bits... yes
checking whether plain char is signed... yes
checking size of short... 2
checking size of long... 4
checking size of int... 4
checking size of long long... 8
checking for off_t... yes
checking for pid_t... yes
checking for struct stat.st_ctim.tv_nsec... yes
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_ctimespec.tv_nsec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_mtimensec... no
checking for struct dirent.d_type... yes
checking for __cxa_current_exception_type... yes
checking for __cxa_demangle... yes
checking for dirfd... yes
checking for fstatat... yes
checking for mkdtemp... yes
checking for mmap... yes
checking for putenv... yes
checking for setenv... yes
checking for strptime... yes
checking for unsetenv... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make  all-am
make[2]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
depbase=`echo unix/read_password.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/read_password.o -MD -MP -MF $depbase.Tpo -c -o unix/read_password.o ../unix/read_password.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/get_system_flavour.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/get_system_flavour.o -MD -MP -MF $depbase.Tpo -c -o unix/get_system_flavour.o ../unix/get_system_flavour.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/process.o -MD -MP -MF $depbase.Tpo -c -o unix/process.o ../unix/process.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/terminal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/terminal.o -MD -MP -MF $depbase.Tpo -c -o unix/terminal.o ../unix/terminal.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/inodeprint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/inodeprint.o -MD -MP -MF $depbase.Tpo -c -o unix/inodeprint.o ../unix/inodeprint.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/fs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DLOCALEDIR="\"/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale\"" -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/fs.o -MD -MP -MF $depbase.Tpo -c -o unix/fs.o ../unix/fs.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/make_io_binary.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/make_io_binary.o -MD -MP -MF $depbase.Tpo -c -o unix/make_io_binary.o ../unix/make_io_binary.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/os_strerror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/os_strerror.o -MD -MP -MF $depbase.Tpo -c -o unix/os_strerror.o ../unix/os_strerror.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/cputime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/cputime.o -MD -MP -MF $depbase.Tpo -c -o unix/cputime.o ../unix/cputime.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/ssh_agent_platform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/ssh_agent_platform.o -MD -MP -MF $depbase.Tpo -c -o unix/ssh_agent_platform.o ../unix/ssh_agent_platform.cc &&\
	mv -f $depbase.Tpo $depbase.Po
rm -f libplatform.a
ar cru libplatform.a  unix/read_password.o unix/get_system_flavour.o unix/process.o unix/terminal.o unix/inodeprint.o unix/fs.o unix/make_io_binary.o unix/os_strerror.o unix/cputime.o unix/ssh_agent_platform.o 
ranlib libplatform.a
depbase=`echo netxx/accept.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/accept.o -MD -MP -MF $depbase.Tpo -c -o netxx/accept.o ../netxx/accept.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/address.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/address.o -MD -MP -MF $depbase.Tpo -c -o netxx/address.o ../netxx/address.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/datagram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/datagram.o -MD -MP -MF $depbase.Tpo -c -o netxx/datagram.o ../netxx/datagram.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/datagramserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/datagramserver.o -MD -MP -MF $depbase.Tpo -c -o netxx/datagramserver.o ../netxx/datagramserver.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/osutil.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/osutil.o -MD -MP -MF $depbase.Tpo -c -o netxx/osutil.o ../netxx/osutil.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/peer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/peer.o -MD -MP -MF $depbase.Tpo -c -o netxx/peer.o ../netxx/peer.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/probe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/probe.o -MD -MP -MF $depbase.Tpo -c -o netxx/probe.o ../netxx/probe.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/probe_select.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/probe_select.o -MD -MP -MF $depbase.Tpo -c -o netxx/probe_select.o ../netxx/probe_select.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/recvfrom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/recvfrom.o -MD -MP -MF $depbase.Tpo -c -o netxx/recvfrom.o ../netxx/recvfrom.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/serverbase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/serverbase.o -MD -MP -MF $depbase.Tpo -c -o netxx/serverbase.o ../netxx/serverbase.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/sockaddr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/sockaddr.o -MD -MP -MF $depbase.Tpo -c -o netxx/sockaddr.o ../netxx/sockaddr.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/socket.o -MD -MP -MF $depbase.Tpo -c -o netxx/socket.o ../netxx/socket.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/sockopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/sockopt.o -MD -MP -MF $depbase.Tpo -c -o netxx/sockopt.o ../netxx/sockopt.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/stream.o -MD -MP -MF $depbase.Tpo -c -o netxx/stream.o ../netxx/stream.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/streambase.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/streambase.o -MD -MP -MF $depbase.Tpo -c -o netxx/streambase.o ../netxx/streambase.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/streamserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/streamserver.o -MD -MP -MF $depbase.Tpo -c -o netxx/streamserver.o ../netxx/streamserver.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx/resolve_getaddrinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx/resolve_getaddrinfo.o -MD -MP -MF $depbase.Tpo -c -o netxx/resolve_getaddrinfo.o ../netxx/resolve_getaddrinfo.cxx &&\
	mv -f $depbase.Tpo $depbase.Po
rm -f lib3rdparty.a
ar cru lib3rdparty.a  netxx/accept.o netxx/address.o netxx/datagram.o netxx/datagramserver.o netxx/osutil.o netxx/peer.o netxx/probe.o netxx/probe_select.o netxx/recvfrom.o netxx/serverbase.o netxx/sockaddr.o netxx/socket.o netxx/sockopt.o netxx/stream.o netxx/streambase.o netxx/streamserver.o    netxx/resolve_getaddrinfo.o 
ranlib lib3rdparty.a
depbase=`echo sanity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT sanity.o -MD -MP -MF $depbase.Tpo -c -o sanity.o ../sanity.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo simplestring_xform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT simplestring_xform.o -MD -MP -MF $depbase.Tpo -c -o simplestring_xform.o ../simplestring_xform.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo constants.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT constants.o -MD -MP -MF $depbase.Tpo -c -o constants.o ../constants.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vocab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT vocab.o -MD -MP -MF $depbase.Tpo -c -o vocab.o ../vocab.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo charset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT charset.o -MD -MP -MF $depbase.Tpo -c -o charset.o ../charset.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo paths.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT paths.o -MD -MP -MF $depbase.Tpo -c -o paths.o ../paths.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo luaext_mkstemp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT luaext_mkstemp.o -MD -MP -MF $depbase.Tpo -c -o luaext_mkstemp.o ../luaext_mkstemp.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo luaext_parse_basic_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT luaext_parse_basic_io.o -MD -MP -MF $depbase.Tpo -c -o luaext_parse_basic_io.o ../luaext_parse_basic_io.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo luaext_guess_binary.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT luaext_guess_binary.o -MD -MP -MF $depbase.Tpo -c -o luaext_guess_binary.o ../luaext_guess_binary.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo luaext_platform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT luaext_platform.o -MD -MP -MF $depbase.Tpo -c -o luaext_platform.o ../luaext_platform.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo luaext_globish.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT luaext_globish.o -MD -MP -MF $depbase.Tpo -c -o luaext_globish.o ../luaext_globish.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo lua.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT lua.o -MD -MP -MF $depbase.Tpo -c -o lua.o ../lua.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mkstemp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT mkstemp.o -MD -MP -MF $depbase.Tpo -c -o mkstemp.o ../mkstemp.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo file_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT file_io.o -MD -MP -MF $depbase.Tpo -c -o file_io.o ../file_io.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo globish.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT globish.o -MD -MP -MF $depbase.Tpo -c -o globish.o ../globish.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo basic_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT basic_io.o -MD -MP -MF $depbase.Tpo -c -o basic_io.o ../basic_io.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mtn-sanity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT mtn-sanity.o -MD -MP -MF $depbase.Tpo -c -o mtn-sanity.o ../mtn-sanity.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo ui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT ui.o -MD -MP -MF $depbase.Tpo -c -o ui.o ../ui.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo app_state.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT app_state.o -MD -MP -MF $depbase.Tpo -c -o app_state.o ../app_state.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo automate_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT automate_reader.o -MD -MP -MF $depbase.Tpo -c -o automate_reader.o ../automate_reader.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cache_logger.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cache_logger.o -MD -MP -MF $depbase.Tpo -c -o cache_logger.o ../cache_logger.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT commands.o -MD -MP -MF $depbase.Tpo -c -o commands.o ../commands.cc &&\
	mv -f $depbase.Tpo $depbase.Po
../commands.cc: In function ‘commands::command_id commands::complete_command(const args_vector&)’:
../commands.cc:429: warning: dereferencing type-punned pointer will break strict-aliasing rules
../commands.cc:439: warning: dereferencing type-punned pointer will break strict-aliasing rules
depbase=`echo cmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd.o -MD -MP -MF $depbase.Tpo -c -o cmd.o ../cmd.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_netsync.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_netsync.o -MD -MP -MF $depbase.Tpo -c -o cmd_netsync.o ../cmd_netsync.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_list.o -MD -MP -MF $depbase.Tpo -c -o cmd_list.o ../cmd_list.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_packet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_packet.o -MD -MP -MF $depbase.Tpo -c -o cmd_packet.o ../cmd_packet.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_key_cert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_key_cert.o -MD -MP -MF $depbase.Tpo -c -o cmd_key_cert.o ../cmd_key_cert.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_merging.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_merging.o -MD -MP -MF $depbase.Tpo -c -o cmd_merging.o ../cmd_merging.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_db.o -MD -MP -MF $depbase.Tpo -c -o cmd_db.o ../cmd_db.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_diff_log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_diff_log.o -MD -MP -MF $depbase.Tpo -c -o cmd_diff_log.o ../cmd_diff_log.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_ws_commit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_ws_commit.o -MD -MP -MF $depbase.Tpo -c -o cmd_ws_commit.o ../cmd_ws_commit.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_othervcs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_othervcs.o -MD -MP -MF $depbase.Tpo -c -o cmd_othervcs.o ../cmd_othervcs.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_automate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_automate.o -MD -MP -MF $depbase.Tpo -c -o cmd_automate.o ../cmd_automate.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_files.o -MD -MP -MF $depbase.Tpo -c -o cmd_files.o ../cmd_files.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cmd_conflicts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cmd_conflicts.o -MD -MP -MF $depbase.Tpo -c -o cmd_conflicts.o ../cmd_conflicts.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo diff_output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT diff_output.o -MD -MP -MF $depbase.Tpo -c -o diff_output.o ../diff_output.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo lua_hooks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT lua_hooks.o -MD -MP -MF $depbase.Tpo -c -o lua_hooks.o ../lua_hooks.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo transforms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT transforms.o -MD -MP -MF $depbase.Tpo -c -o transforms.o ../transforms.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo update.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT update.o -MD -MP -MF $depbase.Tpo -c -o update.o ../update.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo work.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT work.o -MD -MP -MF $depbase.Tpo -c -o work.o ../work.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo migrate_work.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT migrate_work.o -MD -MP -MF $depbase.Tpo -c -o migrate_work.o ../migrate_work.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cert.o -MD -MP -MF $depbase.Tpo -c -o cert.o ../cert.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo project.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT project.o -MD -MP -MF $depbase.Tpo -c -o project.o ../project.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo outdated_indicator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT outdated_indicator.o -MD -MP -MF $depbase.Tpo -c -o outdated_indicator.o ../outdated_indicator.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo database.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT database.o -MD -MP -MF $depbase.Tpo -c -o database.o ../database.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo key_store.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT key_store.o -MD -MP -MF $depbase.Tpo -c -o key_store.o ../key_store.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo ssh_agent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT ssh_agent.o -MD -MP -MF $depbase.Tpo -c -o ssh_agent.o ../ssh_agent.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo keys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT keys.o -MD -MP -MF $depbase.Tpo -c -o keys.o ../keys.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo packet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT packet.o -MD -MP -MF $depbase.Tpo -c -o packet.o ../packet.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo rcs_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT rcs_file.o -MD -MP -MF $depbase.Tpo -c -o rcs_file.o ../rcs_file.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo xdelta.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT xdelta.o -MD -MP -MF $depbase.Tpo -c -o xdelta.o ../xdelta.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo migrate_schema.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT migrate_schema.o -MD -MP -MF $depbase.Tpo -c -o migrate_schema.o ../migrate_schema.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo migrate_ancestry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT migrate_ancestry.o -MD -MP -MF $depbase.Tpo -c -o migrate_ancestry.o ../migrate_ancestry.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo refiner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT refiner.o -MD -MP -MF $depbase.Tpo -c -o refiner.o ../refiner.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo enumerator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT enumerator.o -MD -MP -MF $depbase.Tpo -c -o enumerator.o ../enumerator.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netsync.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netsync.o -MD -MP -MF $depbase.Tpo -c -o netsync.o ../netsync.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/automate_session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/automate_session.o -MD -MP -MF $depbase.Tpo -c -o network/automate_session.o ../network/automate_session.cc &&\
	mv -f $depbase.Tpo $depbase.Po
../network/automate_session.cc: In member function ‘virtual bool automate_session::do_work(transaction_guard&, const netcmd*)’:
../network/automate_session.cc:188: warning: dereferencing type-punned pointer will break strict-aliasing rules
../network/automate_session.cc:216: warning: dereferencing type-punned pointer will break strict-aliasing rules
depbase=`echo network/connection_info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/connection_info.o -MD -MP -MF $depbase.Tpo -c -o network/connection_info.o ../network/connection_info.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/listener_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/listener_base.o -MD -MP -MF $depbase.Tpo -c -o network/listener_base.o ../network/listener_base.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/listener.o -MD -MP -MF $depbase.Tpo -c -o network/listener.o ../network/listener.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/make_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/make_server.o -MD -MP -MF $depbase.Tpo -c -o network/make_server.o ../network/make_server.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/netsync_session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/netsync_session.o -MD -MP -MF $depbase.Tpo -c -o network/netsync_session.o ../network/netsync_session.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/reactable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/reactable.o -MD -MP -MF $depbase.Tpo -c -o network/reactable.o ../network/reactable.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/reactor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/reactor.o -MD -MP -MF $depbase.Tpo -c -o network/reactor.o ../network/reactor.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/session.o -MD -MP -MF $depbase.Tpo -c -o network/session.o ../network/session.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/session_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/session_base.o -MD -MP -MF $depbase.Tpo -c -o network/session_base.o ../network/session_base.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo network/wrapped_session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT network/wrapped_session.o -MD -MP -MF $depbase.Tpo -c -o network/wrapped_session.o ../network/wrapped_session.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netxx_pipe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netxx_pipe.o -MD -MP -MF $depbase.Tpo -c -o netxx_pipe.o ../netxx_pipe.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo netcmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT netcmd.o -MD -MP -MF $depbase.Tpo -c -o netcmd.o ../netcmd.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo merkle_tree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT merkle_tree.o -MD -MP -MF $depbase.Tpo -c -o merkle_tree.o ../merkle_tree.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo lcs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT lcs.o -MD -MP -MF $depbase.Tpo -c -o lcs.o ../lcs.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo rcs_import.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT rcs_import.o -MD -MP -MF $depbase.Tpo -c -o rcs_import.o ../rcs_import.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo git_change.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT git_change.o -MD -MP -MF $depbase.Tpo -c -o git_change.o ../git_change.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo git_export.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT git_export.o -MD -MP -MF $depbase.Tpo -c -o git_export.o ../git_export.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo revision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT revision.o -MD -MP -MF $depbase.Tpo -c -o revision.o ../revision.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo ancestry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT ancestry.o -MD -MP -MF $depbase.Tpo -c -o ancestry.o ../ancestry.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT cset.o -MD -MP -MF $depbase.Tpo -c -o cset.o ../cset.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo roster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT roster.o -MD -MP -MF $depbase.Tpo -c -o roster.o ../roster.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mt_version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT mt_version.o -MD -MP -MF $depbase.Tpo -c -o mt_version.o ../mt_version.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo automate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT automate.o -MD -MP -MF $depbase.Tpo -c -o automate.o ../automate.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo database_check.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT database_check.o -MD -MP -MF $depbase.Tpo -c -o database_check.o ../database_check.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo epoch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT epoch.o -MD -MP -MF $depbase.Tpo -c -o epoch.o ../epoch.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo gzip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT gzip.o -MD -MP -MF $depbase.Tpo -c -o gzip.o ../gzip.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo inodeprint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT inodeprint.o -MD -MP -MF $depbase.Tpo -c -o inodeprint.o ../inodeprint.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo selectors.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT selectors.o -MD -MP -MF $depbase.Tpo -c -o selectors.o ../selectors.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo annotate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT annotate.o -MD -MP -MF $depbase.Tpo -c -o annotate.o ../annotate.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo restrictions.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT restrictions.o -MD -MP -MF $depbase.Tpo -c -o restrictions.o ../restrictions.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo hmac.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT hmac.o -MD -MP -MF $depbase.Tpo -c -o hmac.o ../hmac.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo merge_roster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT merge_roster.o -MD -MP -MF $depbase.Tpo -c -o merge_roster.o ../merge_roster.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo merge_conflict.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT merge_conflict.o -MD -MP -MF $depbase.Tpo -c -o merge_conflict.o ../merge_conflict.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo merge_content.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT merge_content.o -MD -MP -MF $depbase.Tpo -c -o merge_content.o ../merge_content.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo merge_3way.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT merge_3way.o -MD -MP -MF $depbase.Tpo -c -o merge_3way.o ../merge_3way.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo legacy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT legacy.o -MD -MP -MF $depbase.Tpo -c -o legacy.o ../legacy.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo uri.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT uri.o -MD -MP -MF $depbase.Tpo -c -o uri.o ../uri.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT graph.o -MD -MP -MF $depbase.Tpo -c -o graph.o ../graph.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo roster_delta.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT roster_delta.o -MD -MP -MF $depbase.Tpo -c -o roster_delta.o ../roster_delta.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT sha1.o -MD -MP -MF $depbase.Tpo -c -o sha1.o ../sha1.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo pcrewrap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT pcrewrap.o -MD -MP -MF $depbase.Tpo -c -o pcrewrap.o ../pcrewrap.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo rev_height.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT rev_height.o -MD -MP -MF $depbase.Tpo -c -o rev_height.o ../rev_height.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo asciik.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT asciik.o -MD -MP -MF $depbase.Tpo -c -o asciik.o ../asciik.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo dates.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT dates.o -MD -MP -MF $depbase.Tpo -c -o dates.o ../dates.cc &&\
	mv -f $depbase.Tpo $depbase.Po
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
g++ -g -O2 -Wall -W -Wno-unused -o txt2c ../txt2c.cc
./txt2c --strip-trailing package_revision package_revision.txt package_revision.cc
depbase=`echo package_revision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT package_revision.o -MD -MP -MF $depbase.Tpo -c -o package_revision.o package_revision.cc &&\
	mv -f $depbase.Tpo $depbase.Po
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
depbase=`echo package_full_revision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT package_full_revision.o -MD -MP -MF $depbase.Tpo -c -o package_full_revision.o package_full_revision.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo option.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT option.o -MD -MP -MF $depbase.Tpo -c -o option.o ../option.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT options.o -MD -MP -MF $depbase.Tpo -c -o options.o ../options.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo specialized_lexical_cast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT specialized_lexical_cast.o -MD -MP -MF $depbase.Tpo -c -o specialized_lexical_cast.o ../specialized_lexical_cast.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo monotone.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT monotone.o -MD -MP -MF $depbase.Tpo -c -o monotone.o ../monotone.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/main.o -MD -MP -MF $depbase.Tpo -c -o unix/main.o ../unix/main.cc &&\
	mv -f $depbase.Tpo $depbase.Po
./txt2c std_hooks ../std_hooks.lua std_hooks.cc
depbase=`echo std_hooks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT std_hooks.o -MD -MP -MF $depbase.Tpo -c -o std_hooks.o std_hooks.cc &&\
	mv -f $depbase.Tpo $depbase.Po
./txt2c schema ../schema.sql schema.cc
depbase=`echo schema.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT schema.o -MD -MP -MF $depbase.Tpo -c -o schema.o schema.cc &&\
	mv -f $depbase.Tpo $depbase.Po
g++  -g -O2 -Wall -W -Wno-unused   -o mtn sanity.o simplestring_xform.o constants.o vocab.o charset.o paths.o luaext_mkstemp.o luaext_parse_basic_io.o luaext_guess_binary.o luaext_platform.o luaext_globish.o lua.o mkstemp.o file_io.o globish.o basic_io.o mtn-sanity.o ui.o app_state.o automate_reader.o cache_logger.o commands.o cmd.o cmd_netsync.o cmd_list.o cmd_packet.o cmd_key_cert.o cmd_merging.o cmd_db.o cmd_diff_log.o cmd_ws_commit.o cmd_othervcs.o cmd_automate.o cmd_files.o cmd_conflicts.o diff_output.o lua_hooks.o transforms.o update.o work.o migrate_work.o cert.o project.o outdated_indicator.o database.o key_store.o ssh_agent.o keys.o packet.o rcs_file.o xdelta.o migrate_schema.o migrate_ancestry.o refiner.o enumerator.o netsync.o network/automate_session.o network/connection_info.o network/listener_base.o network/listener.o network/make_server.o network/netsync_session.o network/reactable.o network/reactor.o network/session.o network/session_base.o network/wrapped_session.o netxx_pipe.o netcmd.o merkle_tree.o lcs.o rcs_import.o git_change.o git_export.o revision.o ancestry.o cset.o roster.o mt_version.o automate.o database_check.o epoch.o gzip.o inodeprint.o selectors.o annotate.o restrictions.o hmac.o merge_roster.o merge_conflict.o merge_content.o merge_3way.o legacy.o uri.o graph.o roster_delta.o sha1.o pcrewrap.o rev_height.o asciik.o dates.o package_revision.o package_full_revision.o option.o options.o specialized_lexical_cast.o monotone.o  unix/main.o std_hooks.o schema.o libplatform.a lib3rdparty.a  -lpcre   -lbotan   -llua5.1   -lsqlite3   -lidn    -lz 
sed -e 's,[@]PACKAGE_VERSION[@],0.47dev,' < ../util/mtnopt.in > mtnopt && chmod +x mtnopt
/usr/bin/xgettext -omonotone.pot -D.. -cTRANSLATORS: \
	  --copyright-holder='Graydon Hoare <graydon@pobox.com>' \
	  --msgid-bugs-address='monotone-devel@nongnu.org' \
	  --package-name=monotone --package-version=0.47dev --keyword=F --keyword=FP:1,2 --keyword=_ --keyword=N_ --flag=F:1:c-format --flag=FP:1:c-format --flag=FP:2:c-format \
	  sanity.cc sanity.hh quick_alloc.hh vector.hh base.hh simplestring_xform.cc simplestring_xform.hh constants.cc constants.hh numeric_vocab.hh platform.hh origin_type.hh vocab.hh vocab.cc vocab_terms.hh vocab_macros.hh vocab_cast.hh charset.cc charset.hh paths.cc paths.hh interner.hh hash_map.hh vocab_hash.hh luaext_mkstemp.cc luaext_parse_basic_io.cc luaext_guess_binary.cc luaext_platform.cc luaext_globish.cc lua.cc lua.hh mkstemp.cc file_io.cc file_io.hh globish.cc globish.hh basic_io.cc basic_io.hh char_classifiers.hh platform-wrapped.hh rev_types.hh mtn-sanity.cc mtn-sanity.hh ui.cc ui.hh app_state.cc app_state.hh automate_ostream.hh automate_ostream_demuxed.hh automate_reader.hh automate_reader.cc botan_pipe_cache.hh cache_logger.hh cache_logger.cc commands.cc commands.hh cmd.hh cmd.cc cmd_netsync.cc cmd_list.cc cmd_packet.cc cmd_key_cert.cc cmd_merging.cc cmd_db.cc cmd_diff_log.cc cmd_ws_commit.cc cmd_othervcs.cc cmd_automate.cc cmd_files.cc cmd_conflicts.cc diff_output.cc diff_output.hh lua_hooks.cc lua_hooks.hh transforms.cc transforms.hh update.cc update.hh work.cc migrate_work.cc work.hh cert.cc cert.hh cow_trie.hh project.cc project.hh outdated_indicator.cc outdated_indicator.hh database.cc database.hh key_store.cc key_store.hh ssh_agent.cc ssh_agent.hh keys.cc keys.hh packet.cc packet.hh rcs_file.cc rcs_file.hh xdelta.cc xdelta.hh migration.hh migrate_schema.cc migrate_ancestry.cc refiner.cc refiner.hh enumerator.cc enumerator.hh netsync.cc network/automate_session.hh network/automate_session.cc network/connection_info.hh network/connection_info.cc network/listener_base.hh network/listener_base.cc network/listener.hh network/listener.cc network/make_server.hh network/make_server.cc network/netsync_session.hh network/netsync_session.cc network/reactable.hh network/reactable.cc network/reactor.hh network/reactor.cc network/session.hh network/session.cc network/session_base.hh network/session_base.cc network/wrapped_session.hh network/wrapped_session.cc netxx_pipe.cc netxx_pipe.hh netcmd.cc netcmd.hh merkle_tree.cc merkle_tree.hh lcs.cc lcs.hh rcs_import.cc rcs_import.hh git_change.cc git_change.hh git_export.cc git_export.hh revision.cc ancestry.cc revision.hh cset.cc cset.hh roster.cc roster.hh mt_version.cc mt_version.hh automate.cc database_check.cc epoch.cc epoch.hh gzip.cc gzip.hh inodeprint.cc inodeprint.hh selectors.cc selectors.hh annotate.cc annotate.hh restrictions.cc restrictions.hh hmac.cc hmac.hh string_queue.hh merge_roster.cc merge_conflict.cc merge_roster.hh merge_content.cc merge_3way.cc merge_content.hh legacy.cc legacy.hh uri.cc uri.hh graph.cc graph.hh roster_delta.cc roster_delta.hh sha1.cc pcrewrap.cc pcrewrap.hh rev_height.cc rev_height.hh asciik.cc asciik.hh dates.cc dates.hh lru_writeback_cache.hh hybrid_map.hh lazy_rng.hh cleanup.hh unit_tests.hh cycle_detector.hh randomfile.hh adler32.hh netio.hh gettext.h option.cc option.hh options.cc options.hh options_list.hh specialized_lexical_cast.cc lexical_cast.hh parallel_iter.hh safe_map.hh pch.hh current_exception.hh unix/read_password.cc unix/get_system_flavour.cc unix/process.cc unix/terminal.cc unix/inodeprint.cc unix/fs.cc unix/make_io_binary.cc unix/os_strerror.cc unix/cputime.cc unix/ssh_agent_platform.cc unix/ssh_agent_platform.hh win32/read_password.cc win32/get_system_flavour.cc win32/process.cc win32/terminal.cc win32/inodeprint.cc win32/fs.cc win32/make_io_binary.cc win32/os_strerror.cc win32/cputime.cc win32/ssh_agent_platform.cc win32/ssh_agent_platform.hh monotone.cc std_hooks.lua
/usr/bin/xgettext: warning: file `std_hooks.lua' extension `lua' is unknown; will try C
/usr/bin/msgmerge ../po/sv.po monotone.pot -q -o sv.merged.po
/usr/bin/msgfmt -c --statistics -o sv.gmo sv.merged.po
1329 translated messages, 1 fuzzy translation, 59 untranslated messages.
/usr/bin/msgmerge ../po/it.po monotone.pot -q -o it.merged.po
/usr/bin/msgfmt -c --statistics -o it.gmo it.merged.po
1176 translated messages, 29 fuzzy translations, 184 untranslated messages.
/usr/bin/msgmerge ../po/de.po monotone.pot -q -o de.merged.po
/usr/bin/msgfmt -c --statistics -o de.gmo de.merged.po
1384 translated messages, 5 untranslated messages.
/usr/bin/msgmerge ../po/es.po monotone.pot -q -o es.merged.po
/usr/bin/msgfmt -c --statistics -o es.gmo es.merged.po
1249 translated messages, 61 fuzzy translations, 79 untranslated messages.
/usr/bin/msgmerge ../po/pt.po monotone.pot -q -o pt.merged.po
/usr/bin/msgfmt -c --statistics -o pt.gmo pt.merged.po
1384 translated messages, 5 untranslated messages.
rm de.merged.po sv.merged.po it.merged.po pt.merged.po es.merged.po
make[2]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
mkdir -p ./figures
pdftops ../figures/branch-heads.pdf figures/branch-heads.ps
ps2eps <figures/branch-heads.ps >figures/branch-heads.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 108 276 485 565
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/cert.pdf figures/cert.ps
ps2eps <figures/cert.ps >figures/cert.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 162 375 433 466
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/difference-between-versions.pdf figures/difference-between-versions.ps
ps2eps <figures/difference-between-versions.ps >figures/difference-between-versions.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 144 379 451 463
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/file-id-manifest-id.pdf figures/file-id-manifest-id.ps
ps2eps <figures/file-id-manifest-id.ps >figures/file-id-manifest-id.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 171 288 424 555
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/fork.pdf figures/fork.ps
ps2eps <figures/fork.ps >figures/fork.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 207 357 388 484
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/general-workflow.pdf figures/general-workflow.ps
ps2eps <figures/general-workflow.ps >figures/general-workflow.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 126 341 469 500
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/linear-history.pdf figures/linear-history.ps
ps2eps <figures/linear-history.ps >figures/linear-history.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 261 330 334 511
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/local-workflow.pdf figures/local-workflow.ps
ps2eps <figures/local-workflow.ps >figures/local-workflow.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 136 366 460 475
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/manifest.pdf figures/manifest.ps
ps2eps <figures/manifest.ps >figures/manifest.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 171 321 424 520
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/merge.pdf figures/merge.ps
ps2eps <figures/merge.ps >figures/merge.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 207 312 388 529
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/network-workflow.pdf figures/network-workflow.ps
ps2eps <figures/network-workflow.ps >figures/network-workflow.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 135 366 460 475
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/parent-child-hashes.pdf figures/parent-child-hashes.ps
ps2eps <figures/parent-child-hashes.ps >figures/parent-child-hashes.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 135 348 460 493
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/parent-child-names-hashes.pdf figures/parent-child-names-hashes.ps
ps2eps <figures/parent-child-names-hashes.ps >figures/parent-child-names-hashes.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 108 348 488 493
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/parent-child.pdf figures/parent-child.ps
ps2eps <figures/parent-child.ps >figures/parent-child.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 243 348 352 493
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/revision-chaining.pdf figures/revision-chaining.ps
ps2eps <figures/revision-chaining.ps >figures/revision-chaining.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 59 264 535 577
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/revision.pdf figures/revision.ps
ps2eps <figures/revision.ps >figures/revision.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 135 306 460 537
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/statement.pdf figures/statement.ps
ps2eps <figures/statement.ps >figures/statement.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 162 384 433 457
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/three-versions.pdf figures/three-versions.ps
ps2eps <figures/three-versions.ps >figures/three-versions.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 81 386 514 455
Creating output file -...ready.
mkdir -p ./figures
pdftops ../figures/two-branches.pdf figures/two-branches.ps
ps2eps <figures/two-branches.ps >figures/two-branches.eps
Input files: -
Processing: -
Rendering with existing %%BoundingBox: 0 0 595 841
Calculating Bounding Box...ready. %%BoundingBox: 63 251 532 590
Creating output file -...ready.
TEXINPUTS="..:$TEXINPUTS" \
	MAKEINFO='/bin/sh /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/missing --run makeinfo  -I . -I ..' \
	texi2dvi ../monotone.texi
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
 restricted \write18 enabled.
entering extended mode
(./../monotone.texi
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup,
glyphs, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/share/texmf-texlive/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.3 <23 July 2005>
) localization, formatting, and turning on texinfo input format.)
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../version.texi) [1] [2] [-1] [-2] Chapter 1 [1]
(figures/parent-child.eps
)
(figures/parent-child-names-hashes.eps
)
(figures/parent-child-hashes.eps
)
[2]
(figures/three-versions.eps
)

Overfull \hbox (0.99873pt too wide) in paragraph at lines 246--246
[] 
(figures/difference-between-versions.eps
)
[3]
(figures/manifest.eps
)
(figures/file-id-manifest-id.eps
)
[4] [5]
(figures/revision.eps
)
(figures/revision-chaining.eps
)

Overfull \hbox (44.15948pt too wide) in paragraph at lines 527--527
[] 
[6] [7]
(figures/statement.eps
)
(figures/cert.eps
)
[8] [9]
(figures/general-workflow.eps
)
(figures/local-workflow.eps
)
[10]
(figures/network-workflow.eps
)
[11] [12]
(figures/linear-history.eps
)
(figures/fork.eps
)
(figures/merge.eps
)
[13] [14]
(figures/two-branches.eps
)
[15]
(figures/branch-heads.eps
)
[16] Cross reference values unknown; you must run TeX again. [17] Chapter 2
[18] [19] [20] [21]
Overfull \hbox (15.80809pt too wide) in paragraph at lines 1258--1258
 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt
tsl Beth con-firms her passphrase@smalltt >[] 

Underfull \hbox (badness 2856) in paragraph at lines 1291--1296
[]@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the
 name
[22] [23] [24]
Underfull \hbox (badness 2119) in paragraph at lines 1459--1462
[]@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial 
file called
[25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39]
[40] [41]
Overfull \hbox (72.50742pt too wide) in paragraph at lines 2441--2441
 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (.
..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] 

Overfull \hbox (81.9573pt too wide) in paragraph at lines 2442--2442
 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] 
(...): <@smallttsl Jim con-firms the passphrase@smalltt >[] 
[42] [43] Chapter 3 [44] [45] [46] [47] [48]
Overfull \hbox (4.0698pt too wide) in paragraph at lines 2877--2880
 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex
trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years.

[49] [50] [51] [52] [53] [54] [55]
Overfull \hbox (62.38063pt too wide) in paragraph at lines 3212--3216
@textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re
-sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[]

Overfull \hbox (15.78836pt too wide) in paragraph at lines 3253--3255
[]@textrm Now she has her file in `@texttt thermostat-honeywell[]@textrm '[], a
nd Abe's in `@texttt thermostat-westinghouse[]@textrm '[]. 
[56] [57] [58] [59] [60]
Underfull \hbox (badness 7722) in paragraph at lines 3522--3530
@texttt get_revision_cert_trust[]@textrm , @texttt get_manifest_cert_trust[] @t
extrm and @texttt get_file_cert_trust[]@textrm .
[61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72]
Underfull \hbox (badness 10000) in paragraph at lines 4026--4032
[]@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as

Underfull \hbox (badness 2237) in paragraph at lines 4040--4044
 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi
ed by the
[73] [74] [75]
Overfull \hbox (204.80547pt too wide) in paragraph at lines 4221--4221
 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743
79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] 
[76] [77] [78] Chapter 4
Overfull \hbox (35.01012pt too wide) in paragraph at lines 4352--4352
 []@smalltt $ CVSROOT=:pserver:cvs.foo.com/wobbler[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4359--4359
 []@smalltt $ mtn pull www.foo.com com.foo.wobbler*[] 

Overfull \hbox (47.01012pt too wide) in paragraph at lines 4360--4360
 []@smalltt $ mtn check-out --revision=fe37 wobbler[] 

Overfull \hbox (37.56023pt too wide) in paragraph at lines 4391--4391
 []@smalltt $ mtn com-mit --message="log message"[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4392--4392
 []@smalltt $ mtn push www.foo.com com.foo.wobbler*[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4447--4447
 []@smalltt $ mtn pull www.foo.com com.foo.wobbler*[] 
[79]
Overfull \hbox (132.05913pt too wide) in paragraph at lines 4498--4498
 []@smalltt $ mtn up-date -r 830ac1a5f033825ab364f911608ec294fe37f7bc[] 

Overfull \hbox (32.83528pt too wide) in paragraph at lines 4538--4538
 []@smalltt $ mtn diff -r 3e7db -r 278df myfile[] 
[80]
Overfull \hbox (28.11034pt too wide) in paragraph at lines 4653--4653
 []@smalltt $ mtn --db=/path/to/database.mtn -

Overfull \hbox (13.9355pt too wide) in paragraph at lines 4653--4653
 @smalltt -branch=com.foo.wobbler setup .[] 

Overfull \hbox (56.46pt too wide) in paragraph at lines 4676--4676
 []@smalltt $ mtn db init --db=/path/to/database.mtn[] 
Chapter 5 [81] [82] [83] [84] [85] [86]
Underfull \hbox (badness 3568) in paragraph at lines 4961--4965
 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm
 '[], and the di-rec-tory

Underfull \hbox (badness 7595) in paragraph at lines 4961--4965
 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res-
o-lu-tion files in
[87] [88] [89] [90] [91] [92] [93]
Underfull \hbox (badness 10000) in paragraph at lines 5372--5377
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5372--5377
 @textrm ing in the workspace this com-mand may be re-issued with the

Underfull \hbox (badness 10000) in paragraph at lines 5385--5390
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5385--5390
 @textrm ing in the workspace this com-mand may be re-issued with the

Underfull \hbox (badness 10000) in paragraph at lines 5398--5403
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5398--5403
 @textrm ing in the workspace this com-mand may be re-issued with the
[94] [95]
Underfull \hbox (badness 10000) in paragraph at lines 5472--5476
 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their

Underfull \hbox (badness 10000) in paragraph at lines 5472--5476
 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n
[] @textrm branches.
[96] [97] [98] [99]
Overfull \hbox (12.19958pt too wide) in paragraph at lines 5683--5683
 []@smalltt 01f5da490941bee1f0000f0561fc62eabfb2fa23 gray-don@dub.net 2003-12-0
3T03:14:35[] 

Overfull \hbox (16.92453pt too wide) in paragraph at lines 5684--5684
 []@smalltt 01f992577bd8bcdcade0f89e724fd5dc2d2bbe8a kinetik@orcon.nz 2005-05-1
1T05:19:29[] 

Overfull \hbox (16.92453pt too wide) in paragraph at lines 5685--5685
 []@smalltt 01faad191d8d0474777c70b4d606782942333a78 kinetik@orcon.nz 2005-04-1
1T04:24:01[] 
[100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111]
[112] [113] [114] [115]
Overfull \hbox (147.65613pt too wide) in paragraph at lines 6774--6774
 [][] 

Overfull \hbox (383.35233pt too wide) in paragraph at lines 6774--6774
 [][] 

Underfull \hbox (badness 2368) in paragraph at lines 6778--6787
 @textrm ID af-ter the first is a par-ent (in the sense of @texttt automate

Underfull \hbox (badness 10000) in paragraph at lines 6778--6787
 @textrm 0c05e8ec9c6af4224672c7cc4c9ef05ae8bdb794 is a root node,

Underfull \hbox (badness 3872) in paragraph at lines 6778--6787
 @textrm 4e284617c80bec7da03925062a84f715c1b042bd has two par-ents,
[116] [117] [118] [119]
Overfull \hbox (113.164pt too wide) in paragraph at lines 7085--7085
 [][] 
[120] [121]
Underfull \hbox (badness 6758) in paragraph at lines 7224--7227
 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt -
-no-unknown[]@textrm '[],
[122] [123] [124] [125] [126] [127]
Underfull \hbox (badness 10000) in paragraph at lines 7535--7536
 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the

Overfull \hbox (54.49312pt too wide) in paragraph at lines 7545--7546
 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@
texttt --no-corresponding-renames[]@textrm '[]
[128] [129] [130]
Underfull \hbox (badness 4217) in paragraph at lines 7690--7694
 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex
-ists in the

Overfull \hbox (72.92319pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (49.92844pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (38.43106pt too wide) in paragraph at lines 7752--7752
 [][] 
[131]
Overfull \hbox (314.36807pt too wide) in paragraph at lines 7782--7782
 [][] 

Overfull \hbox (199.39432pt too wide) in paragraph at lines 7782--7782
 [][] 
[132]
Overfull \hbox (159.1535pt too wide) in paragraph at lines 7831--7831
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 7838--7838
 [][] 
[133] [134] [135] [136] [137]
Underfull \hbox (badness 2351) in paragraph at lines 8121--8125
 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if

Overfull \hbox (78.67188pt too wide) in paragraph at lines 8179--8179
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8179--8179
 [][] 
[138] [139]
Overfull \hbox (21.185pt too wide) in paragraph at lines 8246--8246
 [][] 
[140]
Overfull \hbox (44.17975pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (78.67188pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (113.164pt too wide) in paragraph at lines 8354--8354
 [][] 
[141] [142] [143] [144]
Overfull \hbox (78.67188pt too wide) in paragraph at lines 8602--8602
 [][] 
[145]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8680--8680
 [][] 
[146]
Overfull \hbox (141.90744pt too wide) in paragraph at lines 8693--8693
 [][] 
[147]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8815--8815
 [][] 

Overfull \hbox (141.90744pt too wide) in paragraph at lines 8815--8815
 [][] 

Overfull \hbox (141.90744pt too wide) in paragraph at lines 8815--8815
 [][] 
[148]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8892--8892
 [][] 
[149]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8935--8935
 [][] 
[150]
Underfull \hbox (badness 3872) in paragraph at lines 8992--8995
 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm
 item, there are

Overfull \hbox (21.185pt too wide) in paragraph at lines 9028--9028
 [][] 

Overfull \hbox (15.43631pt too wide) in paragraph at lines 9028--9028
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9028--9028
 [][] 
[151]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 
[152]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (136.15875pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 
[153]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (113.164pt too wide) in paragraph at lines 9257--9257
 [][] 
[154]
Overfull \hbox (153.40482pt too wide) in paragraph at lines 9300--9300
 [][] 

Underfull \hbox (badness 10000) in paragraph at lines 9322--9324
 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to
[155]
Overfull \hbox (44.17975pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (136.15875pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (32.68237pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9385--9385
 [][] 
[156] [157]
Overfull \hbox (147.65613pt too wide) in paragraph at lines 9547--9547
 [][] 
[158]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 
[159]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9701--9701
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9701--9701
 [][] 
[160]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 
[161]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 
[162]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9804--9804
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9804--9804
 [][] 
[163] [164] [165] [166] [167]
Overfull \hbox (95.58861pt too wide) in paragraph at lines 10057--10057
 [][] 

Overfull \hbox (130.08073pt too wide) in paragraph at lines 10067--10067
 [][] 
[168]
Underfull \hbox (badness 2922) in paragraph at lines 10142--10153
 @texttt refs/tags/<tag-name>[] @textrm and @texttt refs/heads/<branch-name>[]@
textrm . In ad-di-tion,

Underfull \hbox (badness 3029) in paragraph at lines 10142--10153
 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e
nces are ex-ported as

Underfull \hbox (badness 2142) in paragraph at lines 10142--10153
 @texttt refs/mtn/revs/<id>[]@textrm , @texttt refs/mtn/roots/<id>[] @textrm an
d @texttt refs/mtn/leaves/<id>[]
Chapter 6 [169] [170]
Underfull \hbox (badness 5939) in paragraph at lines 10168--10179
[]@textrm You can put new def-i-ni-tions for any of these hook func-tions in a 
file

Underfull \hbox (badness 10000) in paragraph at lines 10168--10179
@textrm `@texttt $HOME/.monotone/monotonerc[]@textrm '[], or in your workspace 
in `@texttt _MTN/monotonerc[]@textrm '[],
[171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]
[183] [184] [185] [186] [187] [188] [189] [190] Chapter 7 [191] [192] [193]
[194] [195] [196]
Underfull \hbox (badness 10000) in paragraph at lines 11715--11722
[]@textrm Some pro-po-nents of a com-pet-ing, pro-pri-etary ver-sion con-trol s
ys-tem have
[197] [198] [199] [200] [201]
Overfull \hbox (124.00272pt too wide) in paragraph at lines 12370--12370
[][] 
[202] [203] [204] [205] [206] [207] [208]
Overfull \hbox (20.89195pt too wide) in paragraph at lines 12372--12373
@textrm archives (@texttt http://thread.gmane.org/gmane.comp.version-control.mo
notone.devel/4297[]@textrm ). 
[209]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 12691--12691
[][] 
[210] [211] [212] [213] [214] [215]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 12804--12804
[][] 
[216] [217] [218]
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../pcresyntax.texi [219] [220] [221] [222] [223] [224] [225])
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../pcrepattern.texi [226] [227] [228] [229] [230] [231] [232] [233] [234]
[235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246]
[247] [248] [249] [250] [251] [252] [253] [254]) Appendix A [255] [256]
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../std_hooks.lua [257] [258]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118
[][] 
[259] [260] [261]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257
[][] 
[262] [263]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 330--330
[][][] 
[264]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 389--389
[][] 
[265]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 446--446
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 449--449
[][] 

Overfull \hbox (95.25928pt too wide) in paragraph at lines 457--457
[][] 
[266]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 473--473
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 491--491
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 496--496
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 512--512
[][] 
[267]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 521--521
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 533--533
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 541--541
[][] 

Overfull \hbox (106.75665pt too wide) in paragraph at lines 550--550
[][] 
[268]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 578--578
[][] 

Overfull \hbox (32.02371pt too wide) in paragraph at lines 587--587
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 591--591
[][] 
[269]
Overfull \hbox (290.71466pt too wide) in paragraph at lines 623--623
[][] 

Overfull \hbox (290.71466pt too wide) in paragraph at lines 651--651
[][] 

Overfull \hbox (152.74615pt too wide) in paragraph at lines 652--652
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 654--654
[][] 
[270]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 660--660
[][] 

Overfull \hbox (302.21204pt too wide) in paragraph at lines 661--661
[][] 

Overfull \hbox (284.96597pt too wide) in paragraph at lines 665--665
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 668--668
[][] 

Overfull \hbox (284.96597pt too wide) in paragraph at lines 674--674
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 683--683
[][] 

Overfull \hbox (227.4791pt too wide) in paragraph at lines 691--691
[][] 
[271]
Overfull \hbox (66.51584pt too wide) in paragraph at lines 721--721
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 731--731
[][] 
[272]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 765--765
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 785--785
[][] 
[273]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 803--803
[][] 
[274]
Overfull \hbox (175.7409pt too wide) in paragraph at lines 853--853
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 872--872
[][] 

Overfull \hbox (55.01846pt too wide) in paragraph at lines 885--885
[][] 
[275]
Overfull \hbox (66.51584pt too wide) in paragraph at lines 904--904
[][] 

Overfull \hbox (227.4791pt too wide) in paragraph at lines 909--909
[][] 

Overfull \hbox (158.49484pt too wide) in paragraph at lines 922--922
[][] 

Overfull \hbox (112.50534pt too wide) in paragraph at lines 923--923
[][] 

Overfull \hbox (106.75665pt too wide) in paragraph at lines 924--924
[][] 

Overfull \hbox (118.25403pt too wide) in paragraph at lines 928--928
[][] 

Overfull \hbox (89.51059pt too wide) in paragraph at lines 929--929
[][] 
[276] [277]
Overfull \hbox (32.02371pt too wide) in paragraph at lines 1020--1020
[][] 
[278]
Overfull \hbox (101.00797pt too wide) in paragraph at lines 1039--1039
[][] 

Overfull \hbox (244.72516pt too wide) in paragraph at lines 1044--1044
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 1053--1053
[][] 
[279]
Overfull \hbox (43.52109pt too wide) in paragraph at lines 1090--1090
[][] 

Overfull \hbox (49.26978pt too wide) in paragraph at lines 1097--1097
[][] 

Overfull \hbox (72.26453pt too wide) in paragraph at lines 1105--1105
[][] 
[280] [281]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 1187--1187
[][] 
[282]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 1238--1238
[][] 

Overfull \hbox (112.50534pt too wide) in paragraph at lines 1240--1240
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 1241--1241
[][] 

Overfull \hbox (55.01846pt too wide) in paragraph at lines 1243--1243
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 1244--1244
[][] 

Overfull \hbox (43.52109pt too wide) in paragraph at lines 1247--1247
[][] 
[283]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 1289--1289
[][][] 

Overfull \hbox (37.7724pt too wide) in paragraph at lines 1305--1305
[][] 
[284] [285]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 1375--1375
[][] 

Overfull \hbox (32.02371pt too wide) in paragraph at lines 1383--1383
[][] 
[286]) (General Index) [287] [288] [289] [290] )
(see the transcript file for additional information)
Output written on monotone.dvi (294 pages, 733804 bytes).
Transcript written on monotone.log.
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
 restricted \write18 enabled.
entering extended mode
(./../monotone.texi
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup,
glyphs, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/share/texmf-texlive/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.3 <23 July 2005>
) localization, formatting, and turning on texinfo input format.)
(./monotone.aux)
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../version.texi) [1] [2] (./monotone.toc [-1] [-2]) [-3] [-4] Chapter 1
[1]
(figures/parent-child.eps
)
(figures/parent-child-names-hashes.eps
)
(figures/parent-child-hashes.eps
)
[2]
(figures/three-versions.eps
)

Overfull \hbox (0.99873pt too wide) in paragraph at lines 246--246
[] 
(figures/difference-between-versions.eps
)
[3]
(figures/manifest.eps
)
(figures/file-id-manifest-id.eps
)
[4] [5]
(figures/revision.eps
)
(figures/revision-chaining.eps
)

Overfull \hbox (44.15948pt too wide) in paragraph at lines 527--527
[] 
[6] [7]
(figures/statement.eps
)
(figures/cert.eps
)
[8] [9]
(figures/general-workflow.eps
)
(figures/local-workflow.eps
)
[10]
(figures/network-workflow.eps
)
[11] [12]
(figures/linear-history.eps
)
(figures/fork.eps
)
(figures/merge.eps
)
[13] [14]
(figures/two-branches.eps
)
[15]
(figures/branch-heads.eps
)
[16] [17] Chapter 2 [18] [19] [20] [21]
Overfull \hbox (15.80809pt too wide) in paragraph at lines 1258--1258
 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt
tsl Beth con-firms her passphrase@smalltt >[] 

Underfull \hbox (badness 2856) in paragraph at lines 1291--1296
[]@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the
 name
[22] [23] [24]
Underfull \hbox (badness 2119) in paragraph at lines 1459--1462
[]@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial 
file called
[25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39]
[40] [41]
Overfull \hbox (72.50742pt too wide) in paragraph at lines 2441--2441
 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (.
..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] 

Overfull \hbox (81.9573pt too wide) in paragraph at lines 2442--2442
 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] 
(...): <@smallttsl Jim con-firms the passphrase@smalltt >[] 
[42] [43] Chapter 3 [44] [45] [46] [47] [48]
Overfull \hbox (4.0698pt too wide) in paragraph at lines 2877--2880
 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex
trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years.

[49] [50] [51] [52] [53] [54] [55]
Overfull \hbox (62.38063pt too wide) in paragraph at lines 3212--3216
@textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re
-sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[]

Overfull \hbox (15.78836pt too wide) in paragraph at lines 3253--3255
[]@textrm Now she has her file in `@texttt thermostat-honeywell[]@textrm '[], a
nd Abe's in `@texttt thermostat-westinghouse[]@textrm '[]. 
[56] [57] [58] [59] [60]
Underfull \hbox (badness 7722) in paragraph at lines 3522--3530
@texttt get_revision_cert_trust[]@textrm , @texttt get_manifest_cert_trust[] @t
extrm and @texttt get_file_cert_trust[]@textrm .
[61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72]
Underfull \hbox (badness 10000) in paragraph at lines 4026--4032
[]@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as

Underfull \hbox (badness 2237) in paragraph at lines 4040--4044
 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi
ed by the
[73] [74] [75]
Overfull \hbox (204.80547pt too wide) in paragraph at lines 4221--4221
 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743
79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] 
[76] [77] [78] Chapter 4
Overfull \hbox (35.01012pt too wide) in paragraph at lines 4352--4352
 []@smalltt $ CVSROOT=:pserver:cvs.foo.com/wobbler[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4359--4359
 []@smalltt $ mtn pull www.foo.com com.foo.wobbler*[] 

Overfull \hbox (47.01012pt too wide) in paragraph at lines 4360--4360
 []@smalltt $ mtn check-out --revision=fe37 wobbler[] 

Overfull \hbox (37.56023pt too wide) in paragraph at lines 4391--4391
 []@smalltt $ mtn com-mit --message="log message"[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4392--4392
 []@smalltt $ mtn push www.foo.com com.foo.wobbler*[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4447--4447
 []@smalltt $ mtn pull www.foo.com com.foo.wobbler*[] 
[79]
Overfull \hbox (132.05913pt too wide) in paragraph at lines 4498--4498
 []@smalltt $ mtn up-date -r 830ac1a5f033825ab364f911608ec294fe37f7bc[] 

Overfull \hbox (32.83528pt too wide) in paragraph at lines 4538--4538
 []@smalltt $ mtn diff -r 3e7db -r 278df myfile[] 
[80]
Overfull \hbox (28.11034pt too wide) in paragraph at lines 4653--4653
 []@smalltt $ mtn --db=/path/to/database.mtn -

Overfull \hbox (13.9355pt too wide) in paragraph at lines 4653--4653
 @smalltt -branch=com.foo.wobbler setup .[] 

Overfull \hbox (56.46pt too wide) in paragraph at lines 4676--4676
 []@smalltt $ mtn db init --db=/path/to/database.mtn[] 
Chapter 5 [81] [82] [83] [84] [85] [86]
Underfull \hbox (badness 3568) in paragraph at lines 4961--4965
 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm
 '[], and the di-rec-tory

Underfull \hbox (badness 7595) in paragraph at lines 4961--4965
 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res-
o-lu-tion files in
[87] [88] [89] [90] [91] [92] [93]
Underfull \hbox (badness 10000) in paragraph at lines 5372--5377
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5372--5377
 @textrm ing in the workspace this com-mand may be re-issued with the

Underfull \hbox (badness 10000) in paragraph at lines 5385--5390
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5385--5390
 @textrm ing in the workspace this com-mand may be re-issued with the

Underfull \hbox (badness 10000) in paragraph at lines 5398--5403
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5398--5403
 @textrm ing in the workspace this com-mand may be re-issued with the
[94] [95]
Underfull \hbox (badness 10000) in paragraph at lines 5472--5476
 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their

Underfull \hbox (badness 10000) in paragraph at lines 5472--5476
 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n
[] @textrm branches.
[96]
Underfull \hbox (badness 2088) in paragraph at lines 5514--5517
 @textrm hooks @texttt get_netsync_read_permitted[] @textrm and @texttt get_net
sync_write_permitted[]
[97] [98] [99]
Overfull \hbox (12.19958pt too wide) in paragraph at lines 5683--5683
 []@smalltt 01f5da490941bee1f0000f0561fc62eabfb2fa23 gray-don@dub.net 2003-12-0
3T03:14:35[] 

Overfull \hbox (16.92453pt too wide) in paragraph at lines 5684--5684
 []@smalltt 01f992577bd8bcdcade0f89e724fd5dc2d2bbe8a kinetik@orcon.nz 2005-05-1
1T05:19:29[] 

Overfull \hbox (16.92453pt too wide) in paragraph at lines 5685--5685
 []@smalltt 01faad191d8d0474777c70b4d606782942333a78 kinetik@orcon.nz 2005-04-1
1T04:24:01[] 
[100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111]
[112] [113] [114] [115]
Overfull \hbox (147.65613pt too wide) in paragraph at lines 6774--6774
 [][] 

Overfull \hbox (383.35233pt too wide) in paragraph at lines 6774--6774
 [][] 

Underfull \hbox (badness 2368) in paragraph at lines 6778--6787
 @textrm ID af-ter the first is a par-ent (in the sense of @texttt automate

Underfull \hbox (badness 10000) in paragraph at lines 6778--6787
 @textrm 0c05e8ec9c6af4224672c7cc4c9ef05ae8bdb794 is a root node,

Underfull \hbox (badness 3872) in paragraph at lines 6778--6787
 @textrm 4e284617c80bec7da03925062a84f715c1b042bd has two par-ents,
[116] [117] [118] [119]
Overfull \hbox (113.164pt too wide) in paragraph at lines 7085--7085
 [][] 
[120] [121]
Underfull \hbox (badness 6758) in paragraph at lines 7224--7227
 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt -
-no-unknown[]@textrm '[],
[122] [123] [124] [125] [126] [127]
Underfull \hbox (badness 10000) in paragraph at lines 7535--7536
 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the

Overfull \hbox (54.49312pt too wide) in paragraph at lines 7545--7546
 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@
texttt --no-corresponding-renames[]@textrm '[]
[128] [129] [130]
Underfull \hbox (badness 4217) in paragraph at lines 7690--7694
 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex
-ists in the

Overfull \hbox (72.92319pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (49.92844pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (38.43106pt too wide) in paragraph at lines 7752--7752
 [][] 
[131]
Overfull \hbox (314.36807pt too wide) in paragraph at lines 7782--7782
 [][] 

Overfull \hbox (199.39432pt too wide) in paragraph at lines 7782--7782
 [][] 
[132]
Overfull \hbox (159.1535pt too wide) in paragraph at lines 7831--7831
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 7838--7838
 [][] 
[133] [134] [135] [136] [137]
Underfull \hbox (badness 2351) in paragraph at lines 8121--8125
 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if

Overfull \hbox (78.67188pt too wide) in paragraph at lines 8179--8179
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8179--8179
 [][] 
[138] [139]
Overfull \hbox (21.185pt too wide) in paragraph at lines 8246--8246
 [][] 
[140]
Overfull \hbox (44.17975pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (78.67188pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (113.164pt too wide) in paragraph at lines 8354--8354
 [][] 
[141] [142] [143] [144]
Overfull \hbox (78.67188pt too wide) in paragraph at lines 8602--8602
 [][] 
[145]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8680--8680
 [][] 
[146]
Overfull \hbox (141.90744pt too wide) in paragraph at lines 8693--8693
 [][] 
[147]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8815--8815
 [][] 

Overfull \hbox (141.90744pt too wide) in paragraph at lines 8815--8815
 [][] 

Overfull \hbox (141.90744pt too wide) in paragraph at lines 8815--8815
 [][] 
[148]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8892--8892
 [][] 
[149]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8935--8935
 [][] 
[150]
Underfull \hbox (badness 3872) in paragraph at lines 8992--8995
 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm
 item, there are

Overfull \hbox (21.185pt too wide) in paragraph at lines 9028--9028
 [][] 

Overfull \hbox (15.43631pt too wide) in paragraph at lines 9028--9028
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9028--9028
 [][] 
[151]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 
[152]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (136.15875pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 
[153]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (113.164pt too wide) in paragraph at lines 9257--9257
 [][] 
[154]
Overfull \hbox (153.40482pt too wide) in paragraph at lines 9300--9300
 [][] 

Underfull \hbox (badness 10000) in paragraph at lines 9322--9324
 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to
[155]
Overfull \hbox (44.17975pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (136.15875pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (32.68237pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9385--9385
 [][] 
[156] [157]
Overfull \hbox (147.65613pt too wide) in paragraph at lines 9547--9547
 [][] 
[158]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 
[159]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9701--9701
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9701--9701
 [][] 
[160]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 
[161]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 
[162]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9804--9804
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9804--9804
 [][] 
[163] [164] [165] [166] [167]
Overfull \hbox (95.58861pt too wide) in paragraph at lines 10057--10057
 [][] 

Overfull \hbox (130.08073pt too wide) in paragraph at lines 10067--10067
 [][] 
[168]
Underfull \hbox (badness 2922) in paragraph at lines 10142--10153
 @texttt refs/tags/<tag-name>[] @textrm and @texttt refs/heads/<branch-name>[]@
textrm . In ad-di-tion,

Underfull \hbox (badness 3029) in paragraph at lines 10142--10153
 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e
nces are ex-ported as

Underfull \hbox (badness 2142) in paragraph at lines 10142--10153
 @texttt refs/mtn/revs/<id>[]@textrm , @texttt refs/mtn/roots/<id>[] @textrm an
d @texttt refs/mtn/leaves/<id>[]
Chapter 6 [169] [170]
Underfull \hbox (badness 5939) in paragraph at lines 10168--10179
[]@textrm You can put new def-i-ni-tions for any of these hook func-tions in a 
file

Underfull \hbox (badness 10000) in paragraph at lines 10168--10179
@textrm `@texttt $HOME/.monotone/monotonerc[]@textrm '[], or in your workspace 
in `@texttt _MTN/monotonerc[]@textrm '[],
[171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]
[183] [184] [185] [186] [187] [188] [189] [190] Chapter 7 [191] [192] [193]
[194] [195] [196]
Underfull \hbox (badness 10000) in paragraph at lines 11715--11722
[]@textrm Some pro-po-nents of a com-pet-ing, pro-pri-etary ver-sion con-trol s
ys-tem have
[197] [198] [199] [200] [201]
Overfull \hbox (124.00272pt too wide) in paragraph at lines 12370--12370
[][] 
[202] [203] [204] [205] [206] [207] [208]
Overfull \hbox (20.89195pt too wide) in paragraph at lines 12372--12373
@textrm archives (@texttt http://thread.gmane.org/gmane.comp.version-control.mo
notone.devel/4297[]@textrm ). 
[209]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 12691--12691
[][] 
[210] [211] [212] [213] [214] [215]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 12804--12804
[][] 
[216] [217] [218]
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../pcresyntax.texi [219] [220] [221] [222] [223] [224] [225])
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../pcrepattern.texi [226] [227] [228] [229] [230] [231] [232] [233] [234]
[235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246]
[247] [248] [249] [250] [251] [252] [253] [254]) Appendix A [255] [256]
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../std_hooks.lua [257] [258]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118
[][] 
[259] [260] [261]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257
[][] 
[262] [263]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 330--330
[][][] 
[264]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 389--389
[][] 
[265]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 446--446
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 449--449
[][] 

Overfull \hbox (95.25928pt too wide) in paragraph at lines 457--457
[][] 
[266]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 473--473
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 491--491
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 496--496
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 512--512
[][] 
[267]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 521--521
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 533--533
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 541--541
[][] 

Overfull \hbox (106.75665pt too wide) in paragraph at lines 550--550
[][] 
[268]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 578--578
[][] 

Overfull \hbox (32.02371pt too wide) in paragraph at lines 587--587
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 591--591
[][] 
[269]
Overfull \hbox (290.71466pt too wide) in paragraph at lines 623--623
[][] 

Overfull \hbox (290.71466pt too wide) in paragraph at lines 651--651
[][] 

Overfull \hbox (152.74615pt too wide) in paragraph at lines 652--652
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 654--654
[][] 
[270]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 660--660
[][] 

Overfull \hbox (302.21204pt too wide) in paragraph at lines 661--661
[][] 

Overfull \hbox (284.96597pt too wide) in paragraph at lines 665--665
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 668--668
[][] 

Overfull \hbox (284.96597pt too wide) in paragraph at lines 674--674
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 683--683
[][] 

Overfull \hbox (227.4791pt too wide) in paragraph at lines 691--691
[][] 
[271]
Overfull \hbox (66.51584pt too wide) in paragraph at lines 721--721
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 731--731
[][] 
[272]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 765--765
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 785--785
[][] 
[273]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 803--803
[][] 
[274]
Overfull \hbox (175.7409pt too wide) in paragraph at lines 853--853
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 872--872
[][] 

Overfull \hbox (55.01846pt too wide) in paragraph at lines 885--885
[][] 
[275]
Overfull \hbox (66.51584pt too wide) in paragraph at lines 904--904
[][] 

Overfull \hbox (227.4791pt too wide) in paragraph at lines 909--909
[][] 

Overfull \hbox (158.49484pt too wide) in paragraph at lines 922--922
[][] 

Overfull \hbox (112.50534pt too wide) in paragraph at lines 923--923
[][] 

Overfull \hbox (106.75665pt too wide) in paragraph at lines 924--924
[][] 

Overfull \hbox (118.25403pt too wide) in paragraph at lines 928--928
[][] 

Overfull \hbox (89.51059pt too wide) in paragraph at lines 929--929
[][] 
[276] [277]
Overfull \hbox (32.02371pt too wide) in paragraph at lines 1020--1020
[][] 
[278]
Overfull \hbox (101.00797pt too wide) in paragraph at lines 1039--1039
[][] 

Overfull \hbox (244.72516pt too wide) in paragraph at lines 1044--1044
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 1053--1053
[][] 
[279]
Overfull \hbox (43.52109pt too wide) in paragraph at lines 1090--1090
[][] 

Overfull \hbox (49.26978pt too wide) in paragraph at lines 1097--1097
[][] 

Overfull \hbox (72.26453pt too wide) in paragraph at lines 1105--1105
[][] 
[280] [281]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 1187--1187
[][] 
[282]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 1238--1238
[][] 

Overfull \hbox (112.50534pt too wide) in paragraph at lines 1240--1240
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 1241--1241
[][] 

Overfull \hbox (55.01846pt too wide) in paragraph at lines 1243--1243
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 1244--1244
[][] 

Overfull \hbox (43.52109pt too wide) in paragraph at lines 1247--1247
[][] 
[283]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 1289--1289
[][][] 

Overfull \hbox (37.7724pt too wide) in paragraph at lines 1305--1305
[][] 
[284] [285]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 1375--1375
[][] 

Overfull \hbox (32.02371pt too wide) in paragraph at lines 1383--1383
[][] 
[286]) (General Index) [287] [288] (./monotone.cps [289] [290] [291]) [292] )
(see the transcript file for additional information)
Output written on monotone.dvi (298 pages, 837384 bytes).
Transcript written on monotone.log.
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
 restricted \write18 enabled.
entering extended mode
(./../monotone.texi
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../texinfo.tex Loading texinfo [version 2009-08-14.15]: pdf, fonts, markup,
glyphs, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/share/texmf-texlive/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.3 <23 July 2005>
) localization, formatting, and turning on texinfo input format.)
(./monotone.aux)
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../version.texi) [1] [2] (./monotone.toc [-1] [-2]) [-3] [-4] Chapter 1
[1]
(figures/parent-child.eps
)
(figures/parent-child-names-hashes.eps
)
(figures/parent-child-hashes.eps
)
[2]
(figures/three-versions.eps
)

Overfull \hbox (0.99873pt too wide) in paragraph at lines 246--246
[] 
(figures/difference-between-versions.eps
)
[3]
(figures/manifest.eps
)
(figures/file-id-manifest-id.eps
)
[4] [5]
(figures/revision.eps
)
(figures/revision-chaining.eps
)

Overfull \hbox (44.15948pt too wide) in paragraph at lines 527--527
[] 
[6] [7]
(figures/statement.eps
)
(figures/cert.eps
)
[8] [9]
(figures/general-workflow.eps
)
(figures/local-workflow.eps
)
[10]
(figures/network-workflow.eps
)
[11] [12]
(figures/linear-history.eps
)
(figures/fork.eps
)
(figures/merge.eps
)
[13] [14]
(figures/two-branches.eps
)
[15]
(figures/branch-heads.eps
)
[16] [17] Chapter 2 [18] [19] [20] [21]
Overfull \hbox (15.80809pt too wide) in paragraph at lines 1258--1258
 []@smalltt confirm passphrase for key ID [beth@juicebot.co.jp] (...): <@smallt
tsl Beth con-firms her passphrase@smalltt >[] 

Underfull \hbox (badness 2856) in paragraph at lines 1291--1296
[]@textrm This out-put shows one pri-vate and one pub-lic key stored un-der the
 name
[22] [23] [24]
Underfull \hbox (badness 2119) in paragraph at lines 1459--1462
[]@textrm This com-mand pro-duces a record of Jim's in-ten-tions in a spe-cial 
file called
[25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39]
[40] [41]
Overfull \hbox (72.50742pt too wide) in paragraph at lines 2441--2441
 []@smalltt enter passphrase for key ID [monotone-server@www.juicebot.co.jp] (.
..): <@smallttsl Jim en-ters a new passphrase@smalltt >[] 

Overfull \hbox (81.9573pt too wide) in paragraph at lines 2442--2442
 []@smalltt confirm passphrase for key ID [monotone-server@www.juicebot.co.jp] 
(...): <@smallttsl Jim con-firms the passphrase@smalltt >[] 
[42] [43] Chapter 3 [44] [45] [46] [47] [48]
Overfull \hbox (4.0698pt too wide) in paragraph at lines 2877--2880
 []@textrm Expands to to-day date, mi-nus the spec-i-fied @texttt number[] @tex
trm of days@texttt |@textrm weeks@texttt |@textrm months@texttt |@textrm years.

[49] [50] [51] [52] [53] [54] [55]
Overfull \hbox (62.38063pt too wide) in paragraph at lines 3212--3216
@textrm `@texttt _MTN/resolutions/checkout.sh-abe[]@textrm '[], leav-ing the re
-sults in `@texttt _MTN/resolutions/checkout.sh-merge[]@textrm '[]

Overfull \hbox (15.78836pt too wide) in paragraph at lines 3253--3255
[]@textrm Now she has her file in `@texttt thermostat-honeywell[]@textrm '[], a
nd Abe's in `@texttt thermostat-westinghouse[]@textrm '[]. 
[56] [57] [58] [59] [60]
Underfull \hbox (badness 7722) in paragraph at lines 3522--3530
@texttt get_revision_cert_trust[]@textrm , @texttt get_manifest_cert_trust[] @t
extrm and @texttt get_file_cert_trust[]@textrm .
[61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72]
Underfull \hbox (badness 10000) in paragraph at lines 4026--4032
[]@textrm Monotone au-thor names of-ten look like raw email ad-dresses such as

Underfull \hbox (badness 2237) in paragraph at lines 4040--4044
 []@textrm both au-thor and com-mit-ter will be looked up in the file spec-i-fi
ed by the
[73] [74] [75]
Overfull \hbox (204.80547pt too wide) in paragraph at lines 4221--4221
 []@smalltt mtn -d A au-to-mate packet_for_fdelta 8714e0ef31edb00e33683f5752743
79955b3526c 8b52d96d4fab6c1e56d6364b0a2673f4111b228e >> PACKETS2[] 
[76] [77] [78] Chapter 4
Overfull \hbox (35.01012pt too wide) in paragraph at lines 4352--4352
 []@smalltt $ CVSROOT=:pserver:cvs.foo.com/wobbler[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4359--4359
 []@smalltt $ mtn pull www.foo.com com.foo.wobbler*[] 

Overfull \hbox (47.01012pt too wide) in paragraph at lines 4360--4360
 []@smalltt $ mtn check-out --revision=fe37 wobbler[] 

Overfull \hbox (37.56023pt too wide) in paragraph at lines 4391--4391
 []@smalltt $ mtn com-mit --message="log message"[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4392--4392
 []@smalltt $ mtn push www.foo.com com.foo.wobbler*[] 

Overfull \hbox (51.73506pt too wide) in paragraph at lines 4447--4447
 []@smalltt $ mtn pull www.foo.com com.foo.wobbler*[] 
[79]
Overfull \hbox (132.05913pt too wide) in paragraph at lines 4498--4498
 []@smalltt $ mtn up-date -r 830ac1a5f033825ab364f911608ec294fe37f7bc[] 

Overfull \hbox (32.83528pt too wide) in paragraph at lines 4538--4538
 []@smalltt $ mtn diff -r 3e7db -r 278df myfile[] 
[80]
Overfull \hbox (28.11034pt too wide) in paragraph at lines 4653--4653
 []@smalltt $ mtn --db=/path/to/database.mtn -

Overfull \hbox (13.9355pt too wide) in paragraph at lines 4653--4653
 @smalltt -branch=com.foo.wobbler setup .[] 

Overfull \hbox (56.46pt too wide) in paragraph at lines 4676--4676
 []@smalltt $ mtn db init --db=/path/to/database.mtn[] 
Chapter 5 [81] [82] [83] [84] [85] [86]
Underfull \hbox (badness 3568) in paragraph at lines 4961--4965
 []@textrm Delete the de-fault con-flicts file `@texttt _MTN/conflicts[]@textrm
 '[], and the di-rec-tory

Underfull \hbox (badness 7595) in paragraph at lines 4961--4965
 @textrm `@texttt _MTN/resolutions[]@textrm '[]. Users may store con-flict res-
o-lu-tion files in
[87] [88] [89] [90] [91] [92] [93]
Underfull \hbox (badness 10000) in paragraph at lines 5372--5377
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5372--5377
 @textrm ing in the workspace this com-mand may be re-issued with the

Underfull \hbox (badness 10000) in paragraph at lines 5385--5390
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5385--5390
 @textrm ing in the workspace this com-mand may be re-issued with the

Underfull \hbox (badness 10000) in paragraph at lines 5398--5403
 []@textrm If the up-date is blocked by con-flict-ing un-ver-sioned paths ex-is
t-

Underfull \hbox (badness 7888) in paragraph at lines 5398--5403
 @textrm ing in the workspace this com-mand may be re-issued with the
[94] [95]
Underfull \hbox (badness 10000) in paragraph at lines 5472--5476
 []@textrm For ex-am-ple, per-haps Bob and Al-ice wish to syn-chro-nize their

Underfull \hbox (badness 10000) in paragraph at lines 5472--5476
 @texttt net.venge.monotone.win32[] @textrm and @texttt net.venge.monotone.i18n
[] @textrm branches.
[96]
Underfull \hbox (badness 2088) in paragraph at lines 5514--5517
 @textrm hooks @texttt get_netsync_read_permitted[] @textrm and @texttt get_net
sync_write_permitted[]
[97] [98] [99]
Overfull \hbox (12.19958pt too wide) in paragraph at lines 5683--5683
 []@smalltt 01f5da490941bee1f0000f0561fc62eabfb2fa23 gray-don@dub.net 2003-12-0
3T03:14:35[] 

Overfull \hbox (16.92453pt too wide) in paragraph at lines 5684--5684
 []@smalltt 01f992577bd8bcdcade0f89e724fd5dc2d2bbe8a kinetik@orcon.nz 2005-05-1
1T05:19:29[] 

Overfull \hbox (16.92453pt too wide) in paragraph at lines 5685--5685
 []@smalltt 01faad191d8d0474777c70b4d606782942333a78 kinetik@orcon.nz 2005-04-1
1T04:24:01[] 
[100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111]
[112] [113] [114] [115]
Overfull \hbox (147.65613pt too wide) in paragraph at lines 6774--6774
 [][] 

Overfull \hbox (383.35233pt too wide) in paragraph at lines 6774--6774
 [][] 

Underfull \hbox (badness 2368) in paragraph at lines 6778--6787
 @textrm ID af-ter the first is a par-ent (in the sense of @texttt automate

Underfull \hbox (badness 10000) in paragraph at lines 6778--6787
 @textrm 0c05e8ec9c6af4224672c7cc4c9ef05ae8bdb794 is a root node,

Underfull \hbox (badness 3872) in paragraph at lines 6778--6787
 @textrm 4e284617c80bec7da03925062a84f715c1b042bd has two par-ents,
[116] [117] [118] [119]
Overfull \hbox (113.164pt too wide) in paragraph at lines 7085--7085
 [][] 
[120] [121]
Underfull \hbox (badness 6758) in paragraph at lines 7224--7227
 []@textrm 7.0 -- added op-tions `@texttt --no-ignored[]@textrm '[], `@texttt -
-no-unknown[]@textrm '[],
[122] [123] [124] [125] [126] [127]
Underfull \hbox (badness 10000) in paragraph at lines 7535--7536
 []@textrm Renamed and re-stricted to `@texttt original[]@textrm '[] with the

Overfull \hbox (54.49312pt too wide) in paragraph at lines 7545--7546
 []@textrm Renamed and re-stricted to `@texttt renamed[]@textrm '[] with the `@
texttt --no-corresponding-renames[]@textrm '[]
[128] [129] [130]
Underfull \hbox (badness 4217) in paragraph at lines 7690--7694
 @textrm `@texttt invalid[]@textrm '[]@textsl path @textrm is ver-sioned and ex
-ists in the

Overfull \hbox (72.92319pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (49.92844pt too wide) in paragraph at lines 7752--7752
 [][] 

Overfull \hbox (38.43106pt too wide) in paragraph at lines 7752--7752
 [][] 
[131]
Overfull \hbox (314.36807pt too wide) in paragraph at lines 7782--7782
 [][] 

Overfull \hbox (199.39432pt too wide) in paragraph at lines 7782--7782
 [][] 
[132]
Overfull \hbox (159.1535pt too wide) in paragraph at lines 7831--7831
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 7838--7838
 [][] 
[133] [134] [135] [136] [137]
Underfull \hbox (badness 2351) in paragraph at lines 8121--8125
 []@textrm Keyboard in-ter-ac-tion is dis-abled on the server, just as if

Overfull \hbox (78.67188pt too wide) in paragraph at lines 8179--8179
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8179--8179
 [][] 
[138] [139]
Overfull \hbox (21.185pt too wide) in paragraph at lines 8246--8246
 [][] 
[140]
Overfull \hbox (44.17975pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (78.67188pt too wide) in paragraph at lines 8354--8354
 [][] 

Overfull \hbox (113.164pt too wide) in paragraph at lines 8354--8354
 [][] 
[141] [142] [143] [144]
Overfull \hbox (78.67188pt too wide) in paragraph at lines 8602--8602
 [][] 
[145]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8680--8680
 [][] 
[146]
Overfull \hbox (141.90744pt too wide) in paragraph at lines 8693--8693
 [][] 
[147]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8815--8815
 [][] 

Overfull \hbox (141.90744pt too wide) in paragraph at lines 8815--8815
 [][] 

Overfull \hbox (141.90744pt too wide) in paragraph at lines 8815--8815
 [][] 
[148]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8853--8853
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8892--8892
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8892--8892
 [][] 
[149]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (84.42056pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 8935--8935
 [][] 

Overfull \hbox (44.17975pt too wide) in paragraph at lines 8935--8935
 [][] 
[150]
Underfull \hbox (badness 3872) in paragraph at lines 8992--8995
 []@textrm 11.0 -- In-stead of hav-ing a @texttt "@textrm name@texttt " @textrm
 item, there are

Overfull \hbox (21.185pt too wide) in paragraph at lines 9028--9028
 [][] 

Overfull \hbox (15.43631pt too wide) in paragraph at lines 9028--9028
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9028--9028
 [][] 
[151]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9073--9073
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 
[152]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (136.15875pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (55.67712pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9138--9138
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9175--9175
 [][] 
[153]
Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (95.91794pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9214--9214
 [][] 

Overfull \hbox (113.164pt too wide) in paragraph at lines 9257--9257
 [][] 
[154]
Overfull \hbox (153.40482pt too wide) in paragraph at lines 9300--9300
 [][] 

Underfull \hbox (badness 10000) in paragraph at lines 9322--9324
 []@textrm 7.0 -- con-verted out-put to ba-sic[]io, re-named to
[155]
Overfull \hbox (44.17975pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (136.15875pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (32.68237pt too wide) in paragraph at lines 9345--9345
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9385--9385
 [][] 
[156] [157]
Overfull \hbox (147.65613pt too wide) in paragraph at lines 9547--9547
 [][] 
[158]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 
[159]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9642--9642
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9701--9701
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9701--9701
 [][] 
[160]
Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (26.93369pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9735--9735
 [][] 
[161]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9771--9771
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9786--9786
 [][] 
[162]
Overfull \hbox (21.185pt too wide) in paragraph at lines 9804--9804
 [][] 

Overfull \hbox (21.185pt too wide) in paragraph at lines 9804--9804
 [][] 
[163] [164] [165] [166] [167]
Overfull \hbox (95.58861pt too wide) in paragraph at lines 10057--10057
 [][] 

Overfull \hbox (130.08073pt too wide) in paragraph at lines 10067--10067
 [][] 
[168]
Underfull \hbox (badness 2922) in paragraph at lines 10142--10153
 @texttt refs/tags/<tag-name>[] @textrm and @texttt refs/heads/<branch-name>[]@
textrm . In ad-di-tion,

Underfull \hbox (badness 3029) in paragraph at lines 10142--10153
 @textrm and `@texttt --refs=leaves[]@textrm '[] re-spec-tively. These ref-er-e
nces are ex-ported as

Underfull \hbox (badness 2142) in paragraph at lines 10142--10153
 @texttt refs/mtn/revs/<id>[]@textrm , @texttt refs/mtn/roots/<id>[] @textrm an
d @texttt refs/mtn/leaves/<id>[]
Chapter 6 [169] [170]
Underfull \hbox (badness 5939) in paragraph at lines 10168--10179
[]@textrm You can put new def-i-ni-tions for any of these hook func-tions in a 
file

Underfull \hbox (badness 10000) in paragraph at lines 10168--10179
@textrm `@texttt $HOME/.monotone/monotonerc[]@textrm '[], or in your workspace 
in `@texttt _MTN/monotonerc[]@textrm '[],
[171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]
[183] [184] [185] [186] [187] [188] [189] [190] Chapter 7 [191] [192] [193]
[194] [195] [196]
Underfull \hbox (badness 10000) in paragraph at lines 11715--11722
[]@textrm Some pro-po-nents of a com-pet-ing, pro-pri-etary ver-sion con-trol s
ys-tem have
[197] [198] [199] [200] [201]
Overfull \hbox (124.00272pt too wide) in paragraph at lines 12370--12370
[][] 
[202] [203] [204] [205] [206] [207] [208]
Overfull \hbox (20.89195pt too wide) in paragraph at lines 12372--12373
@textrm archives (@texttt http://thread.gmane.org/gmane.comp.version-control.mo
notone.devel/4297[]@textrm ). 
[209]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 12691--12691
[][] 
[210] [211] [212] [213] [214] [215]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 12804--12804
[][] 
[216] [217] [218]
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../pcresyntax.texi [219] [220] [221] [222] [223] [224] [225])
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../pcrepattern.texi [226] [227] [228] [229] [230] [231] [232] [233] [234]
[235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246]
[247] [248] [249] [250] [251] [252] [253] [254]) Appendix A [255] [256]
(/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_bui
ld/../std_hooks.lua [257] [258]
Overfull \hbox (78.01321pt too wide) in paragraph at lines 118--118
[][] 
[259] [260] [261]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 257--257
[][] 
[262] [263]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 330--330
[][][] 
[264]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 389--389
[][] 
[265]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 446--446
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 449--449
[][] 

Overfull \hbox (95.25928pt too wide) in paragraph at lines 457--457
[][] 
[266]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 473--473
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 491--491
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 496--496
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 512--512
[][] 
[267]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 521--521
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 533--533
[][] 

Overfull \hbox (66.51584pt too wide) in paragraph at lines 541--541
[][] 

Overfull \hbox (106.75665pt too wide) in paragraph at lines 550--550
[][] 
[268]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 578--578
[][] 

Overfull \hbox (32.02371pt too wide) in paragraph at lines 587--587
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 591--591
[][] 
[269]
Overfull \hbox (290.71466pt too wide) in paragraph at lines 623--623
[][] 

Overfull \hbox (290.71466pt too wide) in paragraph at lines 651--651
[][] 

Overfull \hbox (152.74615pt too wide) in paragraph at lines 652--652
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 654--654
[][] 
[270]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 660--660
[][] 

Overfull \hbox (302.21204pt too wide) in paragraph at lines 661--661
[][] 

Overfull \hbox (284.96597pt too wide) in paragraph at lines 665--665
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 668--668
[][] 

Overfull \hbox (284.96597pt too wide) in paragraph at lines 674--674
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 683--683
[][] 

Overfull \hbox (227.4791pt too wide) in paragraph at lines 691--691
[][] 
[271]
Overfull \hbox (66.51584pt too wide) in paragraph at lines 721--721
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 731--731
[][] 
[272]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 765--765
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 785--785
[][] 
[273]
Overfull \hbox (14.77765pt too wide) in paragraph at lines 803--803
[][] 
[274]
Overfull \hbox (175.7409pt too wide) in paragraph at lines 853--853
[][] 

Overfull \hbox (20.52634pt too wide) in paragraph at lines 872--872
[][] 

Overfull \hbox (55.01846pt too wide) in paragraph at lines 885--885
[][] 
[275]
Overfull \hbox (66.51584pt too wide) in paragraph at lines 904--904
[][] 

Overfull \hbox (227.4791pt too wide) in paragraph at lines 909--909
[][] 

Overfull \hbox (158.49484pt too wide) in paragraph at lines 922--922
[][] 

Overfull \hbox (112.50534pt too wide) in paragraph at lines 923--923
[][] 

Overfull \hbox (106.75665pt too wide) in paragraph at lines 924--924
[][] 

Overfull \hbox (118.25403pt too wide) in paragraph at lines 928--928
[][] 

Overfull \hbox (89.51059pt too wide) in paragraph at lines 929--929
[][] 
[276] [277]
Overfull \hbox (32.02371pt too wide) in paragraph at lines 1020--1020
[][] 
[278]
Overfull \hbox (101.00797pt too wide) in paragraph at lines 1039--1039
[][] 

Overfull \hbox (244.72516pt too wide) in paragraph at lines 1044--1044
[][] 

Overfull \hbox (279.21729pt too wide) in paragraph at lines 1053--1053
[][] 
[279]
Overfull \hbox (43.52109pt too wide) in paragraph at lines 1090--1090
[][] 

Overfull \hbox (49.26978pt too wide) in paragraph at lines 1097--1097
[][] 

Overfull \hbox (72.26453pt too wide) in paragraph at lines 1105--1105
[][] 
[280] [281]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 1187--1187
[][] 
[282]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 1238--1238
[][] 

Overfull \hbox (112.50534pt too wide) in paragraph at lines 1240--1240
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 1241--1241
[][] 

Overfull \hbox (55.01846pt too wide) in paragraph at lines 1243--1243
[][] 

Overfull \hbox (14.77765pt too wide) in paragraph at lines 1244--1244
[][] 

Overfull \hbox (43.52109pt too wide) in paragraph at lines 1247--1247
[][] 
[283]
Overfull \hbox (20.52634pt too wide) in paragraph at lines 1289--1289
[][][] 

Overfull \hbox (37.7724pt too wide) in paragraph at lines 1305--1305
[][] 
[284] [285]
Overfull \hbox (26.27502pt too wide) in paragraph at lines 1375--1375
[][] 

Overfull \hbox (32.02371pt too wide) in paragraph at lines 1383--1383
[][] 
[286]) (General Index) [287] [288] (./monotone.cps [289] [290] [291]) [292] )
(see the transcript file for additional information)
Output written on monotone.dvi (298 pages, 837384 bytes).
Transcript written on monotone.log.
rm figures/three-versions.ps figures/two-branches.ps figures/fork.ps figures/parent-child.ps figures/general-workflow.ps figures/manifest.ps figures/parent-child-names-hashes.ps figures/revision.ps figures/difference-between-versions.ps figures/merge.ps figures/cert.ps figures/branch-heads.ps figures/local-workflow.ps figures/linear-history.ps figures/parent-child-hashes.ps figures/revision-chaining.ps figures/network-workflow.ps figures/file-id-manifest-id.ps figures/statement.ps
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make  check-am
make[2]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
make  unit_tester tester check_net
make[3]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
depbase=`echo unit-tests/basic_io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/basic_io.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/basic_io.o ../unit-tests/basic_io.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/charset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/charset.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/charset.o ../unit-tests/charset.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/commands.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/commands.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/commands.o ../unit-tests/commands.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/cset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/cset.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/cset.o ../unit-tests/cset.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/git_change.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/git_change.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/git_change.o ../unit-tests/git_change.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/globish.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/globish.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/globish.o ../unit-tests/globish.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/graph.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/graph.o ../unit-tests/graph.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/merge_3way.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/merge_3way.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/merge_3way.o ../unit-tests/merge_3way.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/merge_roster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/merge_roster.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/merge_roster.o ../unit-tests/merge_roster.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/mkstemp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/mkstemp.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/mkstemp.o ../unit-tests/mkstemp.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/netcmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/netcmd.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/netcmd.o ../unit-tests/netcmd.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/netxx_pipe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/netxx_pipe.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/netxx_pipe.o ../unit-tests/netxx_pipe.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/option.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/option.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/option.o ../unit-tests/option.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/outdated_indicator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/outdated_indicator.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/outdated_indicator.o ../unit-tests/outdated_indicator.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/refiner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/refiner.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/refiner.o ../unit-tests/refiner.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/restrictions.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/restrictions.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/restrictions.o ../unit-tests/restrictions.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/revision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/revision.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/revision.o ../unit-tests/revision.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/simplestring_xform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/simplestring_xform.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/simplestring_xform.o ../unit-tests/simplestring_xform.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/transforms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/transforms.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/transforms.o ../unit-tests/transforms.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/uri.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/uri.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/uri.o ../unit-tests/uri.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/vocab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/vocab.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/vocab.o ../unit-tests/vocab.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/xdelta.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/xdelta.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/xdelta.o ../unit-tests/xdelta.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/numeric_vocab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/numeric_vocab.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/numeric_vocab.o ../unit-tests/numeric_vocab.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/sha1.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/sha1.o ../unit-tests/sha1.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/string_queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/string_queue.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/string_queue.o ../unit-tests/string_queue.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit_tester.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit_tester.o -MD -MP -MF $depbase.Tpo -c -o unit_tester.o ../unit_tester.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/dates.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/dates.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/dates.o ../unit-tests/dates.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/packet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/packet.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/packet.o ../unit-tests/packet.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/paths.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/paths.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/paths.o ../unit-tests/paths.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/rev_height.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/rev_height.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/rev_height.o ../unit-tests/rev_height.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unit-tests/roster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unit-tests/roster.o -MD -MP -MF $depbase.Tpo -c -o unit-tests/roster.o ../unit-tests/roster.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo randomizer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT randomizer.o -MD -MP -MF $depbase.Tpo -c -o randomizer.o ../randomizer.cc &&\
	mv -f $depbase.Tpo $depbase.Po
g++  -g -O2 -Wall -W -Wno-unused   -o unit_tester unit-tests/basic_io.o unit-tests/charset.o unit-tests/commands.o unit-tests/cset.o unit-tests/git_change.o unit-tests/globish.o unit-tests/graph.o unit-tests/merge_3way.o unit-tests/merge_roster.o unit-tests/mkstemp.o unit-tests/netcmd.o unit-tests/netxx_pipe.o unit-tests/option.o unit-tests/outdated_indicator.o unit-tests/refiner.o unit-tests/restrictions.o unit-tests/revision.o unit-tests/simplestring_xform.o unit-tests/transforms.o unit-tests/uri.o unit-tests/vocab.o unit-tests/xdelta.o unit-tests/numeric_vocab.o unit-tests/sha1.o unit-tests/string_queue.o unit_tester.o unit-tests/dates.o unit-tests/packet.o unit-tests/paths.o unit-tests/rev_height.o unit-tests/roster.o basic_io.o charset.o commands.o cset.o git_change.o globish.o graph.o merge_3way.o merge_roster.o mkstemp.o netcmd.o netxx_pipe.o option.o outdated_indicator.o refiner.o restrictions.o revision.o simplestring_xform.o transforms.o uri.o vocab.o xdelta.o constants.o file_io.o gzip.o hmac.o lcs.o merkle_tree.o randomizer.o roster_delta.o sanity.o specialized_lexical_cast.o libplatform.a lib3rdparty.a  -lpcre   -lbotan   -llua5.1   -lsqlite3   -lidn    -lz 
depbase=`echo tester.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT tester.o -MD -MP -MF $depbase.Tpo -c -o tester.o ../tester.cc &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unix/tester-plaf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/tester-plaf.o -MD -MP -MF $depbase.Tpo -c -o unix/tester-plaf.o ../unix/tester-plaf.cc &&\
	mv -f $depbase.Tpo $depbase.Po
./txt2c testlib ../testlib.lua testlib.cc
depbase=`echo testlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT testlib.o -MD -MP -MF $depbase.Tpo -c -o testlib.o testlib.cc &&\
	mv -f $depbase.Tpo $depbase.Po
g++  -g -O2 -Wall -W -Wno-unused   -o tester tester.o transforms.o gzip.o sanity.o simplestring_xform.o constants.o vocab.o charset.o paths.o luaext_mkstemp.o luaext_parse_basic_io.o luaext_guess_binary.o luaext_platform.o luaext_globish.o lua.o mkstemp.o file_io.o globish.o basic_io.o pcrewrap.o  unix/tester-plaf.o testlib.o libplatform.a lib3rdparty.a  -lpcre   -lbotan   -llua5.1   -lsqlite3   -lidn    -lz 
depbase=`echo unix/tester-check-net.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++  -I. -I..     -I/usr/include/lua5.1           -g -O2 -Wall -W -Wno-unused -MT unix/tester-check-net.o -MD -MP -MF $depbase.Tpo -c -o unix/tester-check-net.o ../unix/tester-check-net.cc &&\
	mv -f $depbase.Tpo $depbase.Po
g++  -g -O2 -Wall -W -Wno-unused   -o check_net unix/tester-check-net.o libplatform.a lib3rdparty.a  -lpcre   -lbotan   -llua5.1   -lsqlite3   -lidn    -lz 
make[3]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make  check-local
make[3]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
{ echo '#!/bin/sh';					  \
	  echo 'export LANG=C';						  \
	  echo 'PATH=.:$PATH';				  \
	  echo './tester ../tester-testsuite.lua "$@"'; \
	  echo 'echo $? > tester_tests.status';				  \
	  echo 'exit 0'; } > run_tester_tests && \
	chmod 755 run_tester_tests
./run_tester_tests
Running tests...
  1 cleanup-1                                     ok 0:00, 0:00 on CPU
  2 cleanup-2                                     ok 0:00, 0:00 on CPU
  3 isolated-1                                    ok 0:00, 0:00 on CPU
  4 isolated-2                                    ok 0:00, 0:00 on CPU
  5 remove-unwriteable                            ok 0:00, 0:00 on CPU
  6 running_commands                              ok 0:00, 0:00 on CPU

Of 6 tests run:
	6 succeeded
	0 failed
	0 had expected failures
	0 succeeded unexpectedly
	0 were skipped
{ echo '#!/bin/sh';					  \
	  echo 'export LANG=C';						  \
	  echo 'PATH=.:$PATH';				  \
	  echo './tester ../unit-testsuite.lua "$@"'; \
	  echo 'echo $? > unit_tests.status';				  \
	  echo 'exit 0'; } > run_unit_tests && \
	chmod 755 run_unit_tests
./run_unit_tests
Running tests...
  1 _unit_tester_fail_check                       ok 0:00, 0:00 on CPU
  2 _unit_tester_fail_nothrow                     ok 0:00, 0:00 on CPU
  3 _unit_tester_fail_require                     ok 0:00, 0:00 on CPU
  4 _unit_tester_fail_throw                       ok 0:00, 0:00 on CPU
  5 _unit_tester_uncaught                         ok 0:00, 0:00 on CPU
  6 _unit_tester_uncaught_std                     ok 0:00, 0:00 on CPU
  7 _unit_tester_uncaught_std_what                ok 0:00, 0:00 on CPU
  8 basic_io_binary_transparency                  ok 0:00, 0:00 on CPU
  9 charset_idna_encoding                         ok 0:00, 0:00 on CPU
 10 charset_utf8_validation                       ok 0:00, 0:00 on CPU
 11 commands_command_complete_command             ok 0:00, 0:00 on CPU
 12 commands_command_find_command                 ok 0:00, 0:00 on CPU
 13 commands_complete_command                     ok 0:00, 0:00 on CPU
 14 commands_make_command_id                      ok 0:00, 0:00 on CPU
 15 cset_basic_csets                              ok 0:00, 0:00 on CPU
 16 cset_cset_written                             ok 0:00, 0:00 on CPU
 17 cset_invalid_csets                            ok 0:00, 0:00 on CPU
 18 cset_root_dir                                 ok 0:00, 0:00 on CPU
 19 dates_comparisons                             ok 0:00, 0:00 on CPU
 20 dates_from_string                             ok 0:00, 0:00 on CPU
 21 dates_from_unix_epoch                         ok 0:00, 0:00 on CPU
 22 dates_our_timegm                              ok 0:00, 0:00 on CPU
 23 git_change_reorder_chained_renames            ok 0:00, 0:00 on CPU
 24 git_change_reorder_rename_loop                ok 0:00, 0:00 on CPU
 25 git_change_reorder_reversed_rename_loop       ok 0:00, 0:00 on CPU
 26 git_change_reorder_swapped_renames            ok 0:00, 0:00 on CPU
 27 globish_complex_matches                       ok 0:00, 0:00 on CPU
 28 globish_from_vector                           ok 0:00, 0:00 on CPU
 29 globish_nested_matches                        ok 0:00, 0:00 on CPU
 30 globish_simple_matches                        ok 0:00, 0:00 on CPU
 31 globish_syntax                                ok 0:00, 0:00 on CPU
 32 graph_get_uncommon_ancestors_nasty_convexity_case ok 0:00, 0:00 on CPU
 33 graph_get_uncommon_ancestors_randomly         ok 0:23, 0:21 on CPU
 34 graph_random_get_reconstruction_path          ok 0:02, 0:02 on CPU
 35 merge_3way_merge_additions                    ok 0:00, 0:00 on CPU
 36 merge_3way_merge_append                       ok 0:00, 0:00 on CPU
 37 merge_3way_merge_deletions                    ok 0:00, 0:00 on CPU
 38 merge_3way_merge_prepend                      ok 0:00, 0:00 on CPU
 39 merge_3way_randomizing_merge                  ok 0:01, 0:00 on CPU
 40 merge_roster_attr_lifecycle                   ok 0:00, 0:00 on CPU
 41 merge_roster_complex_structural_conflicts     ok 0:00, 0:00 on CPU
 42 merge_roster_node_lifecycle                   ok 0:00, 0:00 on CPU
 43 merge_roster_scalar_merges                    ok 0:00, 0:00 on CPU
 44 merge_roster_simple_structural_conflicts      ok 0:00, 0:00 on CPU
 45 mkstemp_basic                                 ok 0:00, 0:00 on CPU
 46 netcmd_functions                              ok 0:00, 0:00 on CPU
 47 netcmd_mac                                    ok 0:00, 0:00 on CPU
 48 netxx_pipe_simple_pipe                        ok 0:00, 0:00 on CPU
 49 numeric_vocab_widen                           ok 0:00, 0:00 on CPU
 50 option_concrete_options                       ok 0:00, 0:00 on CPU
 51 outdated_indicator_basic                      ok 0:00, 0:00 on CPU
 52 packet_roundabout                             ok 0:00, 0:00 on CPU
 53 packet_validators                             ok 0:00, 0:00 on CPU
 54 paths_access_tracker                          ok 0:00, 0:00 on CPU
 55 paths_basename                                ok 0:00, 0:00 on CPU
 56 paths_bookkeeping                             ok 0:01, 0:00 on CPU
 57 paths_depth                                   ok 0:00, 0:00 on CPU
 58 paths_dirname                                 ok 0:00, 0:00 on CPU
 59 paths_file_path_external_null_prefix          ok 0:00, 0:00 on CPU
 60 paths_file_path_external_prefix__MTN          ok 0:00, 0:00 on CPU
 61 paths_file_path_external_prefix_a_b           ok 0:00, 0:00 on CPU
 62 paths_file_path_internal                      ok 0:00, 0:00 on CPU
 63 paths_find_old_new_path_for                   ok 0:00, 0:00 on CPU
 64 paths_ordering                                ok 0:00, 0:00 on CPU
 65 paths_ordering_random                         ok 0:00, 0:00 on CPU
 66 paths_path_component                          ok 0:00, 0:00 on CPU
 67 paths_system                                  ok 0:00, 0:00 on CPU
 68 paths_test_external_string_is_bookkeeping_path_prefix__MTN ok 0:00, 0:00 on CPU
 69 paths_test_external_string_is_bookkeeping_path_prefix_a_b ok 0:00, 0:00 on CPU
 70 paths_test_external_string_is_bookkeeping_path_prefix_none ok 0:00, 0:00 on CPU
 71 paths_test_internal_string_is_bookkeeping_path ok 0:00, 0:00 on CPU
 72 refiner_count_0_1                             ok 0:00, 0:00 on CPU
 73 refiner_count_1024                            ok 2:36, 2:27 on CPU
 74 refiner_count_128                             ok 0:20, 0:18 on CPU
 75 restrictions_empty_restriction                ok 0:00, 0:00 on CPU
 76 restrictions_exclude_include                  ok 0:00, 0:00 on CPU
 77 restrictions_ignored_invalid_workspace_paths  ok 0:00, 0:00 on CPU
 78 restrictions_include_depth_0                  ok 0:00, 0:00 on CPU
 79 restrictions_include_depth_1                  ok 0:00, 0:00 on CPU
 80 restrictions_include_depth_1_empty_restriction ok 0:00, 0:00 on CPU
 81 restrictions_include_depth_2                  ok 0:00, 0:00 on CPU
 82 restrictions_include_exclude                  ok 0:00, 0:00 on CPU
 83 restrictions_invalid_roster_paths             ok 0:00, 0:00 on CPU
 84 restrictions_invalid_workspace_paths          ok 0:00, 0:00 on CPU
 85 restrictions_simple_exclude                   ok 0:00, 0:00 on CPU
 86 restrictions_simple_include                   ok 0:00, 0:00 on CPU
 87 rev_height_children                           ok 0:00, 0:00 on CPU
 88 rev_height_comparisons                        ok 0:00, 0:00 on CPU
 89 rev_height_count_up                           ok 0:00, 0:00 on CPU
 90 revision_from_network                         ok 0:00, 0:00 on CPU
 91 roster_all_0_scalar_parent_mark_scenarios     ok 0:01, 0:00 on CPU
 92 roster_all_1_scalar_parent_mark_scenarios     ok 0:00, 0:00 on CPU
 93 roster_all_2_scalar_parent_mark_scenarios     ok 0:00, 0:00 on CPU
 94 roster_bad_attr                               ok 0:00, 0:00 on CPU
 95 roster_check_sane_against                     ok 0:00, 0:00 on CPU
 96 roster_check_sane_roster                      ok 0:00, 0:00 on CPU
 97 roster_check_sane_roster_loop                 ok 0:00, 0:00 on CPU
 98 roster_check_sane_roster_screwy_dir_map       ok 0:00, 0:00 on CPU
 99 roster_die_die_die_merge                      ok 0:00, 0:00 on CPU
100 roster_random_actions                         ok 2:38, 2:33 on CPU
101 roster_residual_attr_mark_scenario            ok 0:00, 0:00 on CPU
102 roster_same_nid_diff_type                     ok 0:00, 0:00 on CPU
103 roster_unify_rosters_end_to_end_attr_corpses  ok 0:00, 0:00 on CPU
104 roster_unify_rosters_end_to_end_ids           ok 0:00, 0:00 on CPU
105 roster_unify_rosters_randomized_tempids       ok 0:00, 0:00 on CPU
106 roster_unify_rosters_randomized_trueids       ok 0:01, 0:00 on CPU
107 roster_write_roster                           ok 0:00, 0:00 on CPU
108 sha1_long_message                             ok 0:00, 0:00 on CPU
109 sha1_pseudo_message                           ok 0:02, 0:01 on CPU
110 sha1_short_message                            ok 0:00, 0:00 on CPU
111 simplestring_xform_caseconv                   ok 0:00, 0:00 on CPU
112 simplestring_xform_join_lines                 ok 0:00, 0:00 on CPU
113 simplestring_xform_join_words                 ok 0:00, 0:00 on CPU
114 simplestring_xform_split_into_words           ok 0:00, 0:00 on CPU
115 simplestring_xform_trimming                   ok 0:00, 0:00 on CPU
116 string_queue_basic                            ok 0:00, 0:00 on CPU
117 transforms_calculate_ident                    ok 0:00, 0:00 on CPU
118 transforms_corruption_check                   ok 0:00, 0:00 on CPU
119 transforms_enc                                ok 0:00, 0:00 on CPU
120 uri_basic                                     ok 0:00, 0:00 on CPU
121 uri_bizarre                                   ok 0:00, 0:00 on CPU
122 uri_invalid                                   ok 0:00, 0:00 on CPU
123 uri_urldecode                                 ok 0:00, 0:00 on CPU
124 vocab_verify_hexenc_id                        ok 0:00, 0:00 on CPU
125 xdelta_basic                                  ok 0:00, 0:00 on CPU
126 xdelta_random_piecewise_delta                 ok 0:02, 0:01 on CPU
127 xdelta_random_simple_delta                    ok 0:02, 0:02 on CPU
128 xdelta_rolling_sanity_check                   ok 0:00, 0:00 on CPU
129 xdelta_simple_cases                           ok 0:00, 0:00 on CPU

Of 129 tests run:
	129 succeeded
	0 failed
	0 had expected failures
	0 succeeded unexpectedly
	0 were skipped
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
{ echo '#!/bin/sh';					  \
	  echo 'export LANG=C';						  \
	  echo 'PATH=.:$PATH';				  \
	  echo './tester ../lua-testsuite.lua "$@"'; \
	  echo 'echo $? > lua_tests.status';				  \
	  echo 'exit 0'; } > run_lua_tests && \
	chmod 755 run_lua_tests
./run_lua_tests
Running tests...
  1 (imp)_deleting_directories                    ok 0:02, 0:01 on CPU
  2 (imp)_merge((patch_foo_a),_(delete_foo_))     ok 0:01, 0:00 on CPU
  3 (imp)_persistent_netsync_server_-_keys_2      ok 0:03, 0:00 on CPU
  4 (minor)_add_own_db                            ok 0:00, 0:00 on CPU
  5 (minor)_drop_in_subdir                        ok 0:01, 0:00 on CPU
  6 (minor)_test_a_merge_3                        expected failure (line 30) 0:00, 0:00 on CPU
  7 (minor)_test_a_merge_4                        expected failure (line 30) 0:01, 0:00 on CPU
  8 (minor)_update_cleans_emptied_directories     ok 0:00, 0:00 on CPU
  9 (normal)_netsync_on_partially_unrelated_revisions expected failure (line 40) 0:03, 0:00 on CPU
 10 (normal)_netsync_revision_with_no_certs       ok 0:03, 0:00 on CPU
 11 (normal)_update_across_discontinuity          ok 0:01, 0:00 on CPU
 12 (todo)_design_approval_semantics              expected failure (line 3) 0:00, 0:00 on CPU
 13 (todo)_undo_update_command                    expected failure (line 3) 0:00, 0:00 on CPU
 14 (todo)_vcheck                                 expected failure (line 5) 0:00, 0:00 on CPU
 15 (todo)_write_monotone-agent                   expected failure (line 5) 0:00, 0:00 on CPU
 16 CRLF_line_normalization                       ok 0:01, 0:00 on CPU
 17 _--author,_--date                             ok 0:00, 0:00 on CPU
 18 _--confdir_option_and_get_confdir_lua_function_work ok 0:00, 0:00 on CPU
 19 _--db_with_parent_dir                         ok 0:00, 0:00 on CPU
 20 _--no-workspace                               ok 0:01, 0:00 on CPU
 21 _--rcfile=-                                   ok 0:00, 0:00 on CPU
 22 _--rcfile=directory                           ok 0:00, 0:00 on CPU
 23 _--rcfile_requires_extant_file                ok 0:00, 0:00 on CPU
 24 _MTN_case-folding_security_patch              ok 0:02, 0:01 on CPU
 25 _MTN_files_handled_correctly_in_aborted_commit ok 0:00, 0:00 on CPU
 26 _MTN_revision_is_required                     ok 0:01, 0:00 on CPU
 27 add_and_then_drop_file_does_nothing           ok 0:00, 0:00 on CPU
 28 add_executable                                ok 0:00, 0:00 on CPU
 29 add_ignored                                   ok 0:01, 0:00 on CPU
 30 add_ignores__MTN                              ok 0:00, 0:00 on CPU
 31 add_in_subdir                                 ok 0:01, 0:00 on CPU
 32 add_inside__MTN_                              ok 0:00, 0:00 on CPU
 33 add_unknown_ignored                           ok 0:00, 0:00 on CPU
 34 add_unknown_recursive                         ok 0:00, 0:00 on CPU
 35 add_unknown_recursive_ignored                 ok 0:01, 0:00 on CPU
 36 add_workspace_commit_in_another               expected failure (line 34) 0:00, 0:00 on CPU
 37 addition_of_files_and_directories             ok 0:01, 0:00 on CPU
 38 alias_command                                 ok 0:02, 0:01 on CPU
 39 annotate_accidental_clean_merge               ok 0:01, 0:01 on CPU
 40 annotate_file_added_on_different_forks        expected failure (line 27) 0:01, 0:00 on CPU
 41 annotate_file_on_multirooted_branch           expected failure (line 32) 0:01, 0:00 on CPU
 42 annotate_file_whose_name_changed              ok 0:01, 0:00 on CPU
 43 annotate_where_line_splits                    ok 0:01, 0:00 on CPU
 44 annotate_where_lineage_depends_on_traversal   ok 0:01, 0:00 on CPU
 45 annotate_where_one_parent_is_full_copy        ok 0:01, 0:00 on CPU
 46 annotate_with_human_output                    ok 0:00, 0:00 on CPU
 47 annotate_with_no_revs                         ok 0:00, 0:00 on CPU
 48 attr_command_in_subdirs                       ok 0:01, 0:00 on CPU
 49 attr_drop                                     ok 0:00, 0:00 on CPU
 50 attr_init_functions                           ok 0:00, 0:00 on CPU
 51 attr_mtn_execute                              ok 0:01, 0:00 on CPU
 52 attr_set_attr_get                             ok 0:01, 0:00 on CPU
 53 attr_set_drop                                 ok 0:00, 0:00 on CPU
 54 attr_set_get_commands                         ok 0:01, 0:00 on CPU
 55 automate_ancestors                            ok 0:01, 0:01 on CPU
 56 automate_ancestry_difference                  ok 0:02, 0:01 on CPU
 57 automate_branches                             ok 0:01, 0:00 on CPU
 58 automate_cert                                 ok 0:00, 0:00 on CPU
 59 automate_certs                                ok 0:01, 0:00 on CPU
 60 automate_commands_are_not_completed           ok 0:00, 0:00 on CPU
 61 automate_common_ancestors                     ok 0:01, 0:01 on CPU
 62 automate_content_diff                         ok 0:01, 0:00 on CPU
 63 automate_db_variables                         ok 0:01, 0:00 on CPU
 64 automate_descendents                          ok 0:02, 0:01 on CPU
 65 automate_erase_ancestors                      ok 0:02, 0:01 on CPU
 66 automate_file_merge                           ok 0:01, 0:00 on CPU
 67 automate_genkey                               ok 0:01, 0:01 on CPU
 68 automate_get_attributes                       ok 0:01, 0:00 on CPU
 69 automate_get_base_revision_id                 ok 0:00, 0:00 on CPU
 70 automate_get_content_changed                  ok 0:01, 0:00 on CPU
 71 automate_get_corresponding_path               ok 0:00, 0:00 on CPU
 72 automate_get_current_revision                 ok 0:01, 0:00 on CPU
 73 automate_get_current_revision_id              ok 0:01, 0:00 on CPU
 74 automate_get_file,_automate_get_file_of       ok 0:00, 0:00 on CPU
 75 automate_get_manifest_of                      ok 0:01, 0:00 on CPU
 76 automate_get_options                          ok 0:00, 0:00 on CPU
 77 automate_get_revision                         ok 0:01, 0:00 on CPU
 78 automate_get_workspace_root                   ok 0:00, 0:00 on CPU
 79 automate_graph                                ok 0:01, 0:01 on CPU
 80 automate_heads                                ok 0:02, 0:01 on CPU
 81 automate_identify                             ok 0:00, 0:00 on CPU
 82 automate_interface_version                    ok 0:00, 0:00 on CPU
 83 automate_inventory                            ok 0:03, 0:02 on CPU
 84 automate_inventory_ignore_dirs                ok 0:01, 0:00 on CPU
 85 automate_inventory_options                    ok 0:01, 0:01 on CPU
 86 automate_inventory_restricted                 ok 0:01, 0:01 on CPU
 87 automate_keys                                 ok 0:01, 0:00 on CPU
 88 automate_leaves                               ok 0:01, 0:01 on CPU
 89 automate_lua                                  ok 0:01, 0:00 on CPU
 90 automate_netsync                              ok 0:05, 0:01 on CPU
 91 automate_parents,_automate_children           ok 0:02, 0:01 on CPU
 92 automate_put_file                             ok 0:01, 0:00 on CPU
 93 automate_put_revision                         ok 0:01, 0:00 on CPU
 94 automate_put_revision_for_merge               ok 0:01, 0:00 on CPU
 95 automate_put_revision_unknown_file            ok 0:00, 0:00 on CPU
 96 automate_read_packets                         ok 0:00, 0:00 on CPU
 97 automate_roots                                ok 0:01, 0:00 on CPU
 98 automate_select                               ok 0:01, 0:00 on CPU
 99 automate_set_drop_attribute                   ok 0:01, 0:00 on CPU
100 automate_show_conflicts                       ok 0:17, 0:15 on CPU
101 automate_show_conflicts_defaults              ok 0:02, 0:01 on CPU
102 automate_stdio                                ok 0:01, 0:00 on CPU
103 automate_stdio_band_output                    ok 0:02, 0:00 on CPU
104 automate_stdio_options                        ok 0:00, 0:00 on CPU
105 automate_tags                                 ok 0:01, 0:00 on CPU
106 automate_toposort                             ok 0:02, 0:01 on CPU
107 b_and_h_selectors                             ok 0:01, 0:00 on CPU
108 b_t_and_a_selector_globbing                   ok 0:02, 0:01 on CPU
109 bad_packet_args                               ok 0:00, 0:00 on CPU
110 basic_invocation_and_options                  ok 0:01, 0:00 on CPU
111 bisect                                        ok 0:05, 0:05 on CPU
112 bisect_blocked                                ok 0:02, 0:01 on CPU
113 bisect_linear                                 ok 0:02, 0:02 on CPU
114 branch-based_checkout                         ok 0:01, 0:00 on CPU
115 branch_handling_in_disapprove                 expected failure (line 16) 0:00, 0:00 on CPU
116 calculation_of_other_unidiffs                 ok 0:00, 0:00 on CPU
117 calculation_of_unidiffs                       ok 0:03, 0:02 on CPU
118 calculation_of_unidiffs_start_of_file         ok 0:00, 0:00 on CPU
119 can_execute_things                            ok 0:00, 0:00 on CPU
120 cat_-r_REV_PATH                               ok 0:01, 0:00 on CPU
121 changing_passphrase_of_a_private_key          ok 0:01, 0:01 on CPU
122 check_--log                                   ok 0:01, 0:00 on CPU
123 check_later_and_earlier_selectors             ok 0:01, 0:01 on CPU
124 check_same_db_contents_macro                  ok 0:02, 0:01 on CPU
125 check_that_--xargs_and_-(at)_behave_correctly ok 0:00, 0:00 on CPU
126 checking_a_few_command_specific_options       ok 0:00, 0:00 on CPU
127 checking_that_certain_commands_ignores_the_contents_of__MTN_options ok 0:03, 0:00 on CPU
128 checkout_-r_no_dir                            ok 0:01, 0:00 on CPU
129 checkout_creates__MTN_log                     ok 0:00, 0:00 on CPU
130 checkout_creates_right__MTN_options           ok 0:01, 0:00 on CPU
131 checkout_does_not_clobber_workspace           ok 0:00, 0:00 on CPU
132 checkout_fails_with_multiple_heads            ok 0:01, 0:00 on CPU
133 checkout_in_windows_root                      skipped (line 3) 0:00, 0:00 on CPU
134 checkout_validates_target_directory           ok 0:01, 0:00 on CPU
135 checkout_without_--branch_sets_branch         ok 0:00, 0:00 on CPU
136 clobbered_attrs                               ok 0:01, 0:00 on CPU
137 clone_branch_no_dir                           ok 0:01, 0:00 on CPU
138 clone_creates__MTN_log                        ok 0:00, 0:00 on CPU
139 clone_creates_right__MTN_options              ok 0:01, 0:01 on CPU
140 clone_validates_target_directory              ok 0:01, 0:00 on CPU
141 clone_warning_with_multiple_heads             ok 0:01, 0:00 on CPU
142 command_completion                            ok 0:01, 0:00 on CPU
143 commit_default_editor                         ok 0:00, 0:00 on CPU
144 commit_update_multiple_heads_message          ok 0:01, 0:01 on CPU
145 commit_use_workspace_keydir                   ok 0:01, 0:00 on CPU
146 commit_using__MTN_log                         ok 0:00, 0:00 on CPU
147 commit_using__MTN_log_and_--message           ok 0:00, 0:00 on CPU
148 commit_validation_lua_hook                    ok 0:01, 0:00 on CPU
149 commit_w_o__MTN_log_being_present             ok 0:00, 0:00 on CPU
150 commit_with_--message-file                    ok 0:01, 0:00 on CPU
151 commit_writes_message_back_to__MTN_log        ok 0:00, 0:00 on CPU
152 committing_with_a_non-english_message         ok 0:01, 0:00 on CPU
153 conflict_messages                             ok 0:26, 0:23 on CPU
154 creating_a_bad_criss-cross_merge              ok 0:01, 0:01 on CPU
155 creating_a_fork                               ok 0:01, 0:00 on CPU
156 creating_a_fork_and_merging                   ok 0:01, 0:00 on CPU
157 creating_a_fork_and_updating                  ok 0:01, 0:00 on CPU
158 creating_a_good_and_bad_test_result           ok 0:01, 0:00 on CPU
159 database_check                                ok 0:02, 0:01 on CPU
160 database_dump_load                            ok 0:03, 0:03 on CPU
161 date_formatting                               ok 0:02, 0:01 on CPU
162 db_check_(heights)                            ok 0:01, 0:00 on CPU
163 db_check_and_non-serious_errors               ok 0:01, 0:00 on CPU
164 db_data_format_checking                       ok 0:00, 0:00 on CPU
165 db_execute                                    ok 0:01, 0:00 on CPU
166 db_fix_certs                                  ok 0:00, 0:00 on CPU
167 db_info_of_new_database                       ok 0:00, 0:00 on CPU
168 db_kill_branch_certs_locally_command          ok 0:01, 0:00 on CPU
169 db_kill_rev_locally                           ok 0:01, 0:00 on CPU
170 db_kill_rev_locally_and_recommit              ok 0:01, 0:00 on CPU
171 db_kill_rev_locally_workspace                 ok 0:01, 0:00 on CPU
172 db_kill_tag_locally                           ok 0:01, 0:01 on CPU
173 db_load_must_create_a_new_db                  ok 0:00, 0:00 on CPU
174 db_missing                                    ok 0:01, 0:00 on CPU
175 db_rosterify_on_a_db_with_a_root_suture       ok 0:00, 0:00 on CPU
176 db_rosterify_preserves_renames                ok 0:01, 0:00 on CPU
177 db_rosterify_twice_gives_an_error_second_time ok 0:00, 0:00 on CPU
178 default_command_options                       ok 0:01, 0:00 on CPU
179 defecting_attributes                          ok 0:01, 0:00 on CPU
180 delete_work_file_on_checkout                  ok 0:00, 0:00 on CPU
181 delta_directions                              ok 0:14, 0:02 on CPU
182 diagnostics_with--timestamps                  ok 0:01, 0:00 on CPU
183 diff_--external                               ok 0:00, 0:00 on CPU
184 diff_-rREV1_-rREV2_UNCHANGED-FILE             ok 0:01, 0:00 on CPU
185 diff_a_binary_file                            ok 0:00, 0:00 on CPU
186 diff_against_empty_file                       ok 0:00, 0:00 on CPU
187 diff_in_a_never-committed_project             ok 0:00, 0:00 on CPU
188 diff_on_missing_trailing_newline_at_end_of_file ok 0:01, 0:00 on CPU
189 diff_output_formats                           ok 0:04, 0:03 on CPU
190 diff_respects_restrictions                    ok 0:00, 0:00 on CPU
191 diff_restriction_renamed_parent               expected failure (line 16) 0:01, 0:00 on CPU
192 diff_reverse                                  ok 0:00, 0:00 on CPU
193 diff_shows_renames                            expected failure (line 23) 0:01, 0:00 on CPU
194 diffing_a_file_within_revision_outside_a_workspace ok 0:01, 0:00 on CPU
195 diffing_a_revision_with_an_added_file         ok 0:00, 0:00 on CPU
196 diffing_with_explicit_rev_same_as_wc_rev      ok 0:01, 0:00 on CPU
197 disallowing_persistence_of_passphrase         ok 0:00, 0:00 on CPU
198 disapproving_of_a_revision                    ok 0:01, 0:00 on CPU
199 disapproving_with_message                     ok 0:01, 0:00 on CPU
200 do_not_log_the_result_of_hook_get_passphrase  ok 0:00, 0:00 on CPU
201 drop_a_public_and_private_key                 ok 0:01, 0:00 on CPU
202 drop_a_public_key                             ok 0:00, 0:00 on CPU
203 drop_directory_with_unversioned_files_and_update ok 0:01, 0:00 on CPU
204 drop_missing_and_unknown_files                ok 0:00, 0:00 on CPU
205 drop_removes_attributes                       ok 0:01, 0:00 on CPU
206 drop_root                                     ok 0:00, 0:00 on CPU
207 drop_with_actual_removal                      ok 0:03, 0:02 on CPU
208 dump_on_crash                                 ok 0:00, 0:00 on CPU
209 duplicate_key_id                              ok 0:01, 0:00 on CPU
210 empty_environment                             ok 0:00, 0:00 on CPU
211 empty_id_completion                           ok 0:01, 0:00 on CPU
212 empty_string_as_a_path_name                   ok 0:00, 0:00 on CPU
213 escaped_selectors                             ok 0:01, 0:00 on CPU
214 exception-in-luaext                           ok 0:00, 0:00 on CPU
215 exchanging_work_via_netsync                   ok 0:04, 0:01 on CPU
216 exchanging_work_via_netsync,_with_notes       ok 0:05, 0:01 on CPU
217 exchanging_work_via_netsync_sent_notes        ok 0:05, 0:01 on CPU
218 explicit_merge                                ok 0:01, 0:01 on CPU
219 explicit_merge_LEFT_RIGHT_ANC_BRANCH          expected failure (line 26) 0:01, 0:00 on CPU
220 external_unit_test_of_the_line_merger         ok 0:00, 0:00 on CPU
221 fail_cleanly_on_unreadable__MTN_options       ok 0:01, 0:00 on CPU
222 fail_cleanly_on_unreadable_db                 ok 0:01, 0:01 on CPU
223 fail_cleanly_when__MTN_format_corrupt         ok 0:00, 0:00 on CPU
224 failed_checkout_is_a_no-op                    ok 0:01, 0:00 on CPU
225 fetching_nonexistent_entry_from_children_bug  ok 0:00, 0:00 on CPU
226 filenames_in_diff_after_rename                ok 0:00, 0:00 on CPU
227 files_with_intermediate__MTN_path_elements    ok 0:02, 0:01 on CPU
228 files_with_spaces_at_the_end                  ok 0:00, 0:00 on CPU
229 first_extent_normalization_pass               ok 0:00, 0:00 on CPU
230 generating_and_extracting_keys_and_certs      ok 0:03, 0:02 on CPU
231 get_netsync_read_permitted                    ok 0:03, 0:01 on CPU
232 git_export                                    skipped (line 1) 0:00, 0:00 on CPU
233 git_export_invalid_mapped_author              ok 0:01, 0:00 on CPU
234 git_export_rename_loop                        skipped (line 1) 0:00, 0:00 on CPU
235 git_export_unmapped_authors                   ok 0:01, 0:00 on CPU
236 heads                                         ok 0:01, 0:01 on CPU
237 heads_with_discontinuous_branches             ok 0:01, 0:00 on CPU
238 i18n_commit_messages                          ok 0:00, 0:00 on CPU
239 i_selector                                    ok 0:01, 0:00 on CPU
240 imp_test_filesync_confdir                     ok 0:00, 0:00 on CPU
241 import                                        ok 0:02, 0:01 on CPU
242 importing_a_file                              ok 0:01, 0:00 on CPU
243 importing_cvs_branches                        expected failure (line 54) 0:00, 0:00 on CPU
244 importing_cvs_deleted_file                    ok 0:01, 0:00 on CPU
245 importing_cvs_file_added_on_a_branch          ok 0:01, 0:00 on CPU
246 importing_cvs_file_dead_on_head_and_branch    ok 0:00, 0:00 on CPU
247 importing_cvs_file_with_one_version           ok 0:00, 0:00 on CPU
248 importing_cvs_files                           ok 0:01, 0:00 on CPU
249 importing_cvs_files_with_identical_logs       ok 0:01, 0:00 on CPU
250 importing_cvs_metadata                        ok 0:00, 0:00 on CPU
251 importing_cvs_problematic_repo                expected failure (line 13) 0:00, 0:00 on CPU
252 importing_cvs_small_real_repo                 ok 0:01, 0:00 on CPU
253 importing_cvs_tricky_repo_with_tags           ok 0:01, 0:00 on CPU
254 importing_cvs_with_vendor_imports_and_branches ok 0:00, 0:00 on CPU
255 importing_files_with_non-english_names        ok 0:01, 0:01 on CPU
256 in_memory_database                            ok 0:04, 0:01 on CPU
257 include()_includedir()_and_includedirpattern()_lua_functions ok 0:00, 0:00 on CPU
258 inodeprints                                   ok 0:11, 0:00 on CPU
259 invalid_--root_settings                       ok 0:00, 0:00 on CPU
260 invalid__MTN_options                          ok 0:00, 0:00 on CPU
261 invoke_subcommands                            ok 0:01, 0:00 on CPU
262 invoke_toplevel_group                         ok 0:00, 0:00 on CPU
263 key_files_created_securely                    ok 0:00, 0:00 on CPU
264 key_management_without_a_database             ok 0:01, 0:00 on CPU
265 keydir_defaults_to_under_confdir              ok 0:00, 0:00 on CPU
266 largish_file                                  ok 0:07, 0:06 on CPU
267 list_branches                                 ok 0:01, 0:00 on CPU
268 list_missing_files                            ok 0:01, 0:00 on CPU
269 listing_changed_files                         ok 0:01, 0:01 on CPU
270 listing_workspace_manifests                   ok 0:01, 0:00 on CPU
271 locked_workspace                              ok 0:00, 0:00 on CPU
272 log_--brief                                   ok 0:01, 0:00 on CPU
273 log_--diffs                                   ok 0:01, 0:00 on CPU
274 log_--last=N_--next=N                         ok 0:01, 0:00 on CPU
275 log_--last=N_FILENAME                         ok 0:00, 0:00 on CPU
276 log_--no-files_and_--merges                   ok 0:02, 0:01 on CPU
277 log_--to                                      ok 0:01, 0:01 on CPU
278 log_and_selectors_returning_multiple_rids     ok 0:00, 0:00 on CPU
279 log_dir                                       ok 0:02, 0:01 on CPU
280 log_from_to_revision                          ok 0:01, 0:01 on CPU
281 log_hides_deleted_renamed_files               ok 0:01, 0:01 on CPU
282 log_quits_on_SIGPIPE                          ok 0:01, 0:00 on CPU
283 log_with_restriction                          ok 0:02, 0:02 on CPU
284 logging_a_file_within_revision_outside_a_workspace ok 0:01, 0:00 on CPU
285 ls_duplicates_with_duplicates                 ok 0:01, 0:00 on CPU
286 ls_duplicates_with_workspace                  ok 0:01, 0:01 on CPU
287 ls_duplicates_without_duplicates              ok 0:00, 0:00 on CPU
288 ls_epochs                                     ok 0:01, 0:00 on CPU
289 ls_tags_with_ambiguous_tags                   ok 0:01, 0:00 on CPU
290 ls_unknown_in_subdir                          ok 0:00, 0:00 on CPU
291 ls_unknown_of_unknown_subdir                  ok 0:00, 0:00 on CPU
292 lua_function_existsonpath                     ok 0:00, 0:00 on CPU
293 m_selector                                    ok 0:01, 0:00 on CPU
294 magic__MTN_in_restrictions                    ok 0:01, 0:00 on CPU
295 manifest_restrictions                         ok 0:03, 0:02 on CPU
296 merge((),_(add_a,_drop_a,_add_a))             ok 0:01, 0:01 on CPU
297 merge((),_(add_a,_patch_a,_drop_a,_add_a))    ok 0:01, 0:01 on CPU
298 merge((),_(drop_a,_rename_b_a,_patch_a))      ok 0:02, 0:01 on CPU
299 merge((),_(patch_a,_drop_a,_add_a))           ok 0:01, 0:01 on CPU
300 merge((add_a),_(add_a,_drop_a,_add_a))        expected failure (line 37) 0:01, 0:01 on CPU
301 merge((drop_a),_(drop_a,_add_a))              ok 0:01, 0:01 on CPU
302 merge((drop_a),_(rename_a_b,_patch_b))        ok 0:01, 0:00 on CPU
303 merge((patch_a),_(drop_a))                    ok 0:01, 0:00 on CPU
304 merge((patch_a),_(drop_a,_add_a))             ok 0:01, 0:00 on CPU
305 merge((patch_foo_a),_(rename_foo__bar_))      ok 0:01, 0:00 on CPU
306 merge((rename_a_b),_(rename_a_c))             ok 0:01, 0:00 on CPU
307 merge_a_project_into_a_subdirectory_of_an_unrelated_project ok 0:00, 0:00 on CPU
308 merge_conflict_with_no_lca                    ok 0:06, 0:01 on CPU
309 merge_into_workspace                          ok 0:02, 0:01 on CPU
310 merge_into_workspace_attr_corpse              ok 0:01, 0:01 on CPU
311 merge_into_workspace_files_added              ok 0:01, 0:01 on CPU
312 merge_into_workspace_mtn_execute              ok 0:01, 0:00 on CPU
313 merge_into_workspace_no_changes               ok 0:02, 0:01 on CPU
314 merge_into_workspace_same_rev                 ok 0:00, 0:00 on CPU
315 merge_manual_file                             ok 0:03, 0:02 on CPU
316 merge_multiple_heads_1                        ok 0:01, 0:01 on CPU
317 merge_normalization_edge_case                 ok 0:01, 0:00 on CPU
318 merge_rename_file_and_rename_dir              ok 0:01, 0:00 on CPU
319 merge_rev_with_ancestor                       ok 0:00, 0:00 on CPU
320 merge_update_part_of_file                     expected failure (line 46) 0:01, 0:00 on CPU
321 merge_with_add,_rename_file,_and_rename_dir   ok 0:01, 0:01 on CPU
322 merge_with_conflicting_name_and_renamed_dir   ok 0:01, 0:00 on CPU
323 merging_(add_a)_with_(add_a,_drop_a)          ok 0:02, 0:01 on CPU
324 merging_(add_a,_rename_a_b)_with_(add_b)      ok 0:01, 0:00 on CPU
325 merging_a_rename_twice                        ok 0:03, 0:02 on CPU
326 merging_adds                                  ok 0:01, 0:00 on CPU
327 merging_adds_in_unrelated_revisions           expected failure (line 18) 0:00, 0:00 on CPU
328 merging_an_add_edge                           expected failure (line 26) 0:01, 0:00 on CPU
329 merging_data_in_unrelated_files               expected failure (line 22) 0:01, 0:00 on CPU
330 merging_data_in_unrelated_revisions           expected failure (line 19) 0:01, 0:00 on CPU
331 migrate_workspace                             ok 0:00, 0:00 on CPU
332 missing_empty_dir                             ok 0:01, 0:00 on CPU
333 mkdir                                         ok 0:00, 0:00 on CPU
334 modification_of_an_empty_file                 ok 0:01, 0:00 on CPU
335 move_conflicting_unversioned                  ok 0:02, 0:01 on CPU
336 mtn_add_dot                                   ok 0:00, 0:00 on CPU
337 mtn_execute_attr_respects_umask               ok 0:01, 0:00 on CPU
338 mtn_read_FILE                                 ok 0:00, 0:00 on CPU
339 mtn_up                                        ok 0:01, 0:00 on CPU
340 multiple_message_commit                       ok 0:00, 0:00 on CPU
341 multiple_version_committing                   ok 0:03, 0:02 on CPU
342 netsync,--exclude,defaults                    ok 0:16, 0:04 on CPU
343 netsync,--set-default                         ok 0:09, 0:01 on CPU
344 netsync_badhost_gives_nice_error              ok 0:01, 0:00 on CPU
345 netsync_client_absorbs_and_checks_epochs      ok 0:10, 0:01 on CPU
346 netsync_client_absorbs_server_key             ok 0:02, 0:00 on CPU
347 netsync_default_server_pattern                ok 0:04, 0:01 on CPU
348 netsync_default_server_pattern_setting        ok 0:05, 0:00 on CPU
349 netsync_duplicate_keys                        ok 0:03, 0:01 on CPU
350 netsync_epoch_refinement                      ok 0:03, 0:00 on CPU
351 netsync_epochs_are_not_sent_upstream_by_pull  ok 0:03, 0:00 on CPU
352 netsync_hook_errcodes                         ok 0:09, 0:01 on CPU
353 netsync_is_not_interrupted_by_SIGPIPE         ok 0:03, 0:00 on CPU
354 netsync_key_hook                              ok 0:03, 0:01 on CPU
355 netsync_largish_file                          ok 1:01, 0:56 on CPU
356 netsync_mtn_uri_scheme                        ok 0:03, 0:00 on CPU
357 netsync_negotiation                           ok 0:32, 0:07 on CPU
358 netsync_over_pipes                            ok 0:02, 0:00 on CPU
359 netsync_permissions                           ok 0:11, 0:06 on CPU
360 netsync_permissions_wildcards                 ok 0:05, 0:00 on CPU
361 netsync_server_absorbs_and_checks_epochs      ok 0:10, 0:01 on CPU
362 netsync_stop_server                           ok 0:01, 0:00 on CPU
363 netsync_transfers_public_keys                 ok 0:08, 0:01 on CPU
364 netsync_verifies_server_keys                  ok 0:04, 0:00 on CPU
365 netsync_with_globs                            ok 0:04, 0:01 on CPU
366 netsync_with_suspended_branch                 ok 0:03, 0:00 on CPU
367 no-change_deltas_disappear                    ok 0:01, 0:00 on CPU
368 non_workspace_keydir                          ok 0:00, 0:00 on CPU
369 noop_merge_into_workspace                     ok 0:01, 0:00 on CPU
370 normalized_filenames                          ok 0:00, 0:00 on CPU
371 one-way_netsync_where_the_sink_has_more_epochs ok 0:03, 0:00 on CPU
372 p_selector                                    ok 0:01, 0:00 on CPU
373 persistence_of_passphrase                     ok 0:00, 0:00 on CPU
374 persistent_netsync_server_-_keys              ok 0:03, 0:01 on CPU
375 persistent_netsync_server_-_revs_&_certs      ok 0:05, 0:02 on CPU
376 pid_file_and_log_handles_open_failures        ok 0:01, 0:00 on CPU
377 pid_file_cleanup                              expected failure (line 24) 0:02, 0:00 on CPU
378 pivot_root                                    ok 0:01, 0:00 on CPU
379 pivot_root_to_new_dir                         ok 0:00, 0:00 on CPU
380 pluck_basics                                  ok 0:01, 0:00 on CPU
381 pluck_directory_bug_1                         expected failure (line 38) 0:02, 0:01 on CPU
382 pluck_directory_bug_2                         expected failure (line 35) 0:01, 0:00 on CPU
383 pluck_does_not_clobber_workspace              ok 0:01, 0:00 on CPU
384 pluck_lifecycle                               ok 0:01, 0:01 on CPU
385 pluck_mtn_execute                             ok 0:01, 0:00 on CPU
386 pluck_restricted                              ok 0:01, 0:01 on CPU
387 propagate_a_descendent                        ok 0:01, 0:00 on CPU
388 propagate_an_ancestor                         ok 0:04, 0:03 on CPU
389 pull_a_netsync_branch_which_has_a_parent_from_another_branch ok 0:03, 0:00 on CPU
390 quiet_turns_off_tickers_but_not_warnings      ok 0:02, 0:00 on CPU
391 read_and_convert_old_privkey_packet           ok 0:01, 0:00 on CPU
392 reallyquiet_turns_off_tickers_and_warnings    ok 0:02, 0:00 on CPU
393 refresh_inodeprints                           ok 0:00, 0:00 on CPU
394 rename_cannot_overwrite_files                 ok 0:01, 0:00 on CPU
395 rename_dir_to_non-sibling                     ok 0:01, 0:01 on CPU
396 rename_file_to_dir                            ok 0:01, 0:00 on CPU
397 rename_files_into_a_directory                 ok 0:02, 0:01 on CPU
398 rename_in_new_workspace                       ok 0:00, 0:00 on CPU
399 rename_in_subdir                              ok 0:01, 0:00 on CPU
400 rename_moves_attributes                       ok 0:01, 0:00 on CPU
401 rename_with_actual_file_rename                ok 0:00, 0:00 on CPU
402 renaming_a_deleted_file                       ok 0:01, 0:00 on CPU
403 renaming_a_directory                          ok 0:01, 0:00 on CPU
404 renaming_a_directory_and_then_adding_a_new_with_the_old_name ok 0:00, 0:00 on CPU
405 renaming_a_file                               ok 0:02, 0:01 on CPU
406 renaming_a_patched_file                       ok 0:01, 0:00 on CPU
407 renaming_and_editing_a_file                   ok 0:01, 0:01 on CPU
408 repeatedly_exchanging_work_via_netsync        ok 0:06, 0:01 on CPU
409 replace_dir_with_file                         ok 0:00, 0:00 on CPU
410 replace_file_with_dir                         ok 0:00, 0:00 on CPU
411 resolve_conflicts_all_merge_commands          ok 0:02, 0:01 on CPU
412 resolve_conflicts_all_resolutions             ok 0:02, 0:02 on CPU
413 resolve_conflicts_content                     ok 0:01, 0:00 on CPU
414 resolve_conflicts_duplicate_name              ok 0:02, 0:01 on CPU
415 resolve_conflicts_duplicate_name_directory    ok 0:01, 0:01 on CPU
416 resolve_conflicts_errors                      ok 0:03, 0:01 on CPU
417 resolve_conflicts_multiple_names              ok 0:00, 0:00 on CPU
418 resolve_conflicts_none                        ok 0:01, 0:01 on CPU
419 resolve_conflicts_orphaned_file               ok 0:03, 0:02 on CPU
420 resolve_conflicts_propagate                   ok 0:02, 0:01 on CPU
421 resolve_conflicts_read_all                    ok 0:18, 0:16 on CPU
422 restricted_commands_are_consistent            ok 0:03, 0:03 on CPU
423 restricted_commit_with_inodeprints            expected failure (line 37) 0:00, 0:00 on CPU
424 restricted_diff_bug                           expected failure (line 51) 0:01, 0:00 on CPU
425 restriction_excludes_parent_dir               ok 0:00, 0:00 on CPU
426 restrictions_when_pwd_is_mixed_case           ok 0:01, 0:00 on CPU
427 restrictions_with_deletes                     ok 0:00, 0:00 on CPU
428 restrictions_with_renames_and_adds            ok 0:01, 0:01 on CPU
429 revert_--missing_in_subdir                    ok 0:01, 0:00 on CPU
430 revert_attrs                                  ok 0:01, 0:00 on CPU
431 revert_contents_not_parent_rename             ok 0:00, 0:00 on CPU
432 revert_directories                            ok 0:00, 0:00 on CPU
433 revert_directory_blocked_by_unversioned_directory expected failure (line 19) 0:01, 0:00 on CPU
434 revert_directory_blocked_by_unversioned_file  expected failure (line 17) 0:00, 0:00 on CPU
435 revert_directory_replaced_by_file             expected failure (line 15) 0:01, 0:00 on CPU
436 revert_drop_not_rename                        ok 0:01, 0:00 on CPU
437 revert_file_blocked_by_unversioned_directory  expected failure (line 16) 0:00, 0:00 on CPU
438 revert_file_blocked_by_unversioned_file       expected failure (line 18) 0:01, 0:00 on CPU
439 revert_file_in_new_project                    ok 0:00, 0:00 on CPU
440 revert_file_replaced_by_directory             expected failure (line 14) 0:01, 0:00 on CPU
441 revert_file_to_base_revision                  ok 0:02, 0:01 on CPU
442 revert_ignored_files                          ok 0:00, 0:00 on CPU
443 revert_in_subdirs                             ok 0:01, 0:00 on CPU
444 revert_moving_a_file_to_a_renamed_directory   ok 0:00, 0:00 on CPU
445 revert_renamed_directory_replaced_by_file     expected failure (line 19) 0:00, 0:00 on CPU
446 revert_renamed_file_replaced_by_directory     expected failure (line 18) 0:01, 0:00 on CPU
447 revert_renames                                ok 0:00, 0:00 on CPU
448 revert_the_middle_of_a_sequence               expected failure (line 28) 0:01, 0:00 on CPU
449 revert_unchanged_file_preserves_mtime         ok 0:06, 0:00 on CPU
450 revert_uncommitted_execute_attr               expected failure (line 16) 0:01, 0:00 on CPU
451 revert_works_with_restrictions                ok 0:00, 0:00 on CPU
452 reverting_a_pivot_root                        expected failure (line 43) 0:01, 0:00 on CPU
453 rosterify_--drop-attr                         ok 0:00, 0:00 on CPU
454 rosterify_handles_.mt-ignore_files            ok 0:01, 0:00 on CPU
455 rosterify_migrates_file_dir_attrs             ok 0:01, 0:00 on CPU
456 rosterify_on_a_db_with_1_rev                  ok 0:00, 0:00 on CPU
457 rosterify_on_a_db_with_an_empty_manifest      ok 0:01, 0:00 on CPU
458 scanning_trees                                ok 0:01, 0:00 on CPU
459 schema_migration                              ok 0:21, 0:19 on CPU
460 schema_migration_bad_schema                   ok 0:00, 0:00 on CPU
461 schema_migration_error_recovery               ok 0:01, 0:00 on CPU
462 schema_migration_with_rosterify               ok 0:15, 0:13 on CPU
463 select_partial_id                             ok 0:00, 0:00 on CPU
464 selecting_arbitrary_certs                     ok 0:01, 0:00 on CPU
465 serve-automate                                ok 0:05, 0:00 on CPU
466 serve-automate-single-run                     ok 0:05, 0:01 on CPU
467 serve_pull_with_--exclude                     ok 0:04, 0:01 on CPU
468 server_initiated_sync                         ok 0:24, 0:00 on CPU
469 setup_checkout_touch_new__MTN_options_only    ok 0:01, 0:00 on CPU
470 setup_creates__MTN_log                        ok 0:00, 0:00 on CPU
471 setup_in_subdirectory                         ok 0:01, 0:00 on CPU
472 setup_on_existing_path                        ok 0:00, 0:00 on CPU
473 short_options_work_correctly                  ok 0:00, 0:00 on CPU
474 signature_round_trip                          ok 0:01, 0:00 on CPU
475 single_character_filename_support             ok 0:01, 0:00 on CPU
476 single_manifest_netsync                       ok 0:02, 0:00 on CPU
477 skip_invalid_paths                            ok 0:01, 0:00 on CPU
478 spawn_pipe                                    ok 0:00, 0:00 on CPU
479 sql_function_gunzip_(which_replaced_unpack)   ok 0:00, 0:00 on CPU
480 ssh_agent                                     ok 0:07, 0:05 on CPU
481 status                                        ok 0:00, 0:00 on CPU
482 status_with_attrs                             ok 0:01, 0:00 on CPU
483 status_with_missing_files                     ok 0:00, 0:00 on CPU
484 sticky_branches                               ok 0:03, 0:01 on CPU
485 subdirectory_restrictions                     ok 0:00, 0:00 on CPU
486 suspend                                       ok 0:02, 0:02 on CPU
487 sync_server_--exclude_foo                     ok 0:01, 0:00 on CPU
488 sync_use_ws_opts                              ok 0:02, 0:00 on CPU
489 syntax_errors_in_.mtn-ignore                  ok 0:01, 0:00 on CPU
490 tags_and_tagging_of_revisions                 ok 0:01, 0:01 on CPU
491 test_a_merge                                  ok 0:01, 0:00 on CPU
492 test_a_merge_2                                ok 0:01, 0:00 on CPU
493 test_a_merge_5                                ok 0:01, 0:00 on CPU
494 test_a_merge_6                                ok 0:00, 0:00 on CPU
495 test_a_merge_7                                ok 0:02, 0:01 on CPU
496 test_a_merge_8                                ok 0:01, 0:00 on CPU
497 test_a_merge_9                                expected failure (line 30) 0:00, 0:00 on CPU
498 test_annotate_command                         ok 0:03, 0:02 on CPU
499 test_some_hook_helper_functions               ok 0:00, 0:00 on CPU
500 test_the_approve_command                      ok 0:01, 0:00 on CPU
501 test_the_help_command                         ok 0:00, 0:00 on CPU
502 test_the_version_command                      ok 0:00, 0:00 on CPU
503 things_in_.mtn-ignore_get_ignored             ok 0:01, 0:00 on CPU
504 trust_hooks_and_trusted_command               ok 0:01, 0:01 on CPU
505 two_parent_workspace_add_drop_rename          ok 0:01, 0:00 on CPU
506 two_parent_workspace_annotate                 expected failure (line 32) 0:01, 0:00 on CPU
507 two_parent_workspace_attrs                    ok 0:02, 0:01 on CPU
508 two_parent_workspace_commands_that_fail       ok 0:01, 0:01 on CPU
509 two_parent_workspace_inodeprint_from_birth    ok 0:31, 0:00 on CPU
510 two_parent_workspace_inodeprints              ok 0:11, 0:01 on CPU
511 two_parent_workspace_list                     ok 0:02, 0:01 on CPU
512 two_parent_workspace_pivot_root               ok 0:01, 0:00 on CPU
513 two_parent_workspace_pluck                    ok 0:01, 0:01 on CPU
514 u_selector                                    ok 0:01, 0:00 on CPU
515 unnormalized_paths_in_database                ok 0:00, 0:00 on CPU
516 update_-b_foo_updates__MTN_options_correctly  ok 0:01, 0:00 on CPU
517 update_-b_switches_branches_even_when_noop    ok 0:00, 0:00 on CPU
518 update_1                                      ok 0:01, 0:00 on CPU
519 update_does_not_clobber_workspace             ok 0:01, 0:00 on CPU
520 update_does_not_stomp_non-monotone_files      ok 0:00, 0:00 on CPU
521 update_loses_execute                          ok 0:01, 0:00 on CPU
522 update_no-ops_when_no_parent_revision         ok 0:00, 0:00 on CPU
523 update_to_non-existent_rev                    ok 0:01, 0:00 on CPU
524 update_to_off-branch_rev                      ok 0:01, 0:01 on CPU
525 update_updates_inodeprints                    ok 0:00, 0:00 on CPU
526 update_with_blocked_rename                    expected failure (line 41) 0:01, 0:00 on CPU
527 update_with_multiple_candidates               ok 0:02, 0:01 on CPU
528 update_with_pending_add                       expected failure (line 18) 0:00, 0:00 on CPU
529 update_with_pending_drop                      ok 0:01, 0:00 on CPU
530 update_with_pending_modification              expected failure (line 26) 0:00, 0:00 on CPU
531 update_with_pending_rename                    ok 0:01, 0:00 on CPU
532 updating_from_a_merge_which_adds_a_file       ok 0:01, 0:00 on CPU
533 updating_through_a_pivot_root                 ok 0:01, 0:00 on CPU
534 updating_to_a_given_revision                  ok 0:01, 0:00 on CPU
535 usage_output_streams                          ok 0:00, 0:00 on CPU
536 use_inodeprints_hook                          ok 0:00, 0:00 on CPU
537 use_restrictions_with_--exclude               ok 0:01, 0:00 on CPU
538 use_restrictions_with_--exclude_and_inodeprints ok 0:01, 0:00 on CPU
539 user_commands                                 ok 0:01, 0:00 on CPU
540 util_mtnopt                                   ok 0:00, 0:00 on CPU
541 vars                                          ok 0:01, 0:00 on CPU
542 verification_of_command_line_options          ok 0:00, 0:00 on CPU
543 w_selector                                    ok 0:01, 0:00 on CPU
544 warn_on_bad_restriction                       ok 0:00, 0:00 on CPU
545 workspace_migration                           ok 0:03, 0:02 on CPU
546 wrong_options_override_workspace_options      ok 0:00, 0:00 on CPU
547 ws_ops_with_wrong_node_type                   ok 0:01, 0:00 on CPU

Of 547 tests run:
	501 succeeded
	0 failed
	43 had expected failures
	0 succeeded unexpectedly
	3 were skipped
========================
All 3 test suites passed
make[3]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[2]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make  install-am
make[2]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
make[3]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin" || /bin/mkdir -p "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin"
  /usr/bin/install -c mtn '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin'
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin" || /bin/mkdir -p "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin"
 /usr/bin/install -c mtnopt '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin'
+ for lang in '$linguas'
+ dir=/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES
+ /bin/mkdir -p /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES
+ /usr/bin/install -c -m 644 sv.gmo /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES
+ /bin/mkdir -p /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES
+ /usr/bin/install -c -m 644 it.gmo /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES
+ /bin/mkdir -p /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES
+ /usr/bin/install -c -m 644 de.gmo /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES
+ /bin/mkdir -p /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES
+ /usr/bin/install -c -m 644 es.gmo /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES
+ /bin/mkdir -p /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES
+ /usr/bin/install -c -m 644 pt.gmo /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES/monotone.mo
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone" || /bin/mkdir -p "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone"
 /usr/bin/install -c -m 644 ../monotone.html ../texinfo.css '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone'
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/figures" || /bin/mkdir -p "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/figures"
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/images" || /bin/mkdir -p "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/images"
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info" || /bin/mkdir -p "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info"
 /usr/bin/install -c -m 644 ../monotone.info ../monotone.info-1 ../monotone.info-2 ../monotone.info-3 '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info'
 install-info --info-dir='/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info' '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info/monotone.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
make[3]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[2]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
bad=0; pid=$$; list="mtn"; for p in $list; do \
	  case '  ' in \
	   *" $p "* | *" ../$p "*) continue;; \
	  esac; \
	  f=`echo "$p" | \
	     sed 's,^.*/,,;s/$//;s,x,x,;s/$//'`; \
	  for opt in --help --version; do \
	    if "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin/$f" $opt >c${pid}_.out \
	         2>c${pid}_.err </dev/null \
		 && test -n "`cat c${pid}_.out`" \
		 && test -z "`cat c${pid}_.err`"; then :; \
	    else echo "$f does not support $opt" 1>&2; bad=1; fi; \
	  done; \
	done; rm -f c${pid}_.???; exit $bad
bad=0; pid=$$; list="mtnopt"; for p in $list; do \
	  case '  ' in \
	   *" $p "* | *" ../$p "*) continue;; \
	  esac; \
	  f=`echo "$p" | sed 's,^.*/,,;s,x,x,'`; \
	  for opt in --help --version; do \
	    if "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin/$f" $opt >c${pid}_.out \
	         2>c${pid}_.err </dev/null \
		 && test -n "`cat c${pid}_.out`" \
		 && test -z "`cat c${pid}_.err`"; then :; \
	    else echo "$f does not support $opt" 1>&2; bad=1; fi; \
	  done; \
	done; rm -f c${pid}_.???; exit $bad
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
 ( cd '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin' && rm -f mtn )
 ( cd '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin' && rm -f mtnopt )
 rm -f '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.dvi'
 rm -rf '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.html'
 ( cd '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone' && rm -f monotone.html texinfo.css )
 install-info --info-dir='/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info' --remove '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info/monotone.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
 cd '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info' && rm -f monotone.info monotone.info-[0-9] monotone.info-[0-9][0-9] monotone.i[0-9] monotone.i[0-9][0-9]
+ for lang in '$linguas'
+ rm -f /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES/monotone.mo
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv
+ for lang in '$linguas'
+ rm -f /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES/monotone.mo
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it
+ for lang in '$linguas'
+ rm -f /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES/monotone.mo
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de
+ for lang in '$linguas'
+ rm -f /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES/monotone.mo
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es
+ for lang in '$linguas'
+ rm -f /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES/monotone.mo
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES
+ rmdir /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt
 rm -f '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.pdf'
 rm -f '/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.ps'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make  install-am
make[2]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
make[3]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin" || /bin/mkdir -p "/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin"
  /usr/bin/install -c mtn '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin'
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin" || /bin/mkdir -p "/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin"
 /usr/bin/install -c mtnopt '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin'
+ for lang in '$linguas'
+ dir=/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES
+ /bin/mkdir -p /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES
+ /usr/bin/install -c -m 644 sv.gmo /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES
+ /bin/mkdir -p /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES
+ /usr/bin/install -c -m 644 it.gmo /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES
+ /bin/mkdir -p /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES
+ /usr/bin/install -c -m 644 de.gmo /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES
+ /bin/mkdir -p /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES
+ /usr/bin/install -c -m 644 es.gmo /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES/monotone.mo
+ for lang in '$linguas'
+ dir=/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES
+ /bin/mkdir -p /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES
+ /usr/bin/install -c -m 644 pt.gmo /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES/monotone.mo
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone" || /bin/mkdir -p "/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone"
 /usr/bin/install -c -m 644 ../monotone.html ../texinfo.css '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone'
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/figures" || /bin/mkdir -p "/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/figures"
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/images" || /bin/mkdir -p "/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/images"
test -z "/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info" || /bin/mkdir -p "/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info"
 /usr/bin/install -c -m 644 ../monotone.info ../monotone.info-1 ../monotone.info-2 ../monotone.info-3 '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info'
 install-info --info-dir='/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info' '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info/monotone.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
make[3]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[2]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
 ( cd '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin' && rm -f mtn )
 ( cd '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/bin' && rm -f mtnopt )
 rm -f '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.dvi'
 rm -rf '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.html'
 ( cd '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone' && rm -f monotone.html texinfo.css )
 install-info --info-dir='/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info' --remove '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info/monotone.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
 cd '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/info' && rm -f monotone.info monotone.info-[0-9] monotone.info-[0-9][0-9] monotone.i[0-9] monotone.i[0-9][0-9]
+ for lang in '$linguas'
+ rm -f /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES/monotone.mo
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv/LC_MESSAGES
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/sv
+ for lang in '$linguas'
+ rm -f /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES/monotone.mo
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it/LC_MESSAGES
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/it
+ for lang in '$linguas'
+ rm -f /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES/monotone.mo
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de/LC_MESSAGES
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/de
+ for lang in '$linguas'
+ rm -f /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES/monotone.mo
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es/LC_MESSAGES
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/es
+ for lang in '$linguas'
+ rm -f /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES/monotone.mo
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt/LC_MESSAGES
+ rmdir /tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/locale/pt
 rm -f '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.pdf'
 rm -f '/tmp/am-dc-27236//data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_inst/share/doc/monotone/monotone.ps'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_base_revision_id) 2>/dev/null >package_revision_raw.txt \
	|| rm -f package_revision_raw.txt
set -e; if [ -f package_revision_raw.txt ]; then \
	  cp package_revision_raw.txt package_revision.txt; \
	fi; \
	if [ ! -f package_revision.txt -a -f ../package_revision.txt ]; then \
	  cp ../package_revision.txt package_revision.txt; \
	fi; \
	[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
REAL_BLDDIR=$PWD/.; \
	(cd .. && $REAL_BLDDIR/mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| (cd .. && mtn --root=. automate get_current_revision) 2>/dev/null >package_full_revision_raw.txt \
	|| rm -f package_full_revision_raw.txt
set -e; if [ -f package_full_revision_raw.txt ]; then \
	  cp -f package_full_revision_raw.txt package_full_revision_dist.txt \
	  && (echo ''; \
	      echo '  Generated from data cached in the distribution;'; \
	      echo '  further changes may have been made.') >> package_full_revision_dist.txt; \
	fi; \
	if [ ! -f package_full_revision_dist.txt -a -f ../package_full_revision_dist.txt ]; then \
	  cp ../package_full_revision_dist.txt package_full_revision_dist.txt; \
	fi; \
	[ -f package_full_revision_dist.txt ] || echo "unknown" > package_full_revision_dist.txt
rm -f package_full_revision.txt; \
	for SRC in package_full_revision_raw.txt package_full_revision_dist.txt; do \
	    ([ -f $SRC -a ! -f package_full_revision.txt ] && cp -f $SRC package_full_revision.txt) || true; \
	done
./txt2c package_full_revision package_full_revision.txt package_full_revision.cc
{ test ! -d "monotone-0.47dev" || { find "monotone-0.47dev" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "monotone-0.47dev"; }; }
test -d "monotone-0.47dev" || mkdir "monotone-0.47dev"
make  \
	  top_distdir="monotone-0.47dev" distdir="monotone-0.47dev" \
	  dist-info dist-hook
make[2]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
/usr/bin/msgmerge ../po/fr.po monotone.pot -q -o fr.merged.po
/usr/bin/msgfmt -c --statistics -o fr.gmo fr.merged.po
781 translated messages, 266 fuzzy translations, 342 untranslated messages.
/usr/bin/msgmerge ../po/ja.po monotone.pot -q -o ja.merged.po
/usr/bin/msgfmt -c --statistics -o ja.gmo ja.merged.po
559 translated messages, 347 fuzzy translations, 483 untranslated messages.
/usr/bin/msgmerge ../po/pt_BR.po monotone.pot -q -o pt_BR.merged.po
/usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.merged.po
714 translated messages, 275 fuzzy translations, 400 untranslated messages.
cp de.gmo es.gmo fr.gmo it.gmo ja.gmo pt_BR.gmo pt.gmo sv.gmo monotone-0.47dev/po
find monotone-0.47dev \( -name '*.bak' -o -name '*.orig' -o -name '*.rej' \
	    -o -name '*~' -o -name '#*#' -o -name '*.swp' \) -delete
rm pt_BR.merged.po ja.merged.po fr.merged.po
make[2]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
test -n "" \
	|| find "monotone-0.47dev" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec /bin/sh /data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "monotone-0.47dev"
tardir=monotone-0.47dev && tar --format=ustar -chf - "$tardir" | GZIP=--best gzip -c >monotone-0.47dev.tar.gz
{ test ! -d "monotone-0.47dev" || { find "monotone-0.47dev" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "monotone-0.47dev"; }; }
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
make[1]: Entering directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
test -z "monotone.dvi monotone.pdf monotone.ps monotone.html" \
	|| rm -rf monotone.dvi monotone.pdf monotone.ps monotone.html
test -z "mtn" || rm -f mtn
test -z "unit_tester tester check_net" || rm -f unit_tester tester check_net
test -z "mtnopt   std_hooks.cc testlib.cc schema.cc package_revision.cc package_full_revision.cc package_revision_raw.txt package_full_revision.txt package_full_revision_raw.txt ./figures/branch-heads.eps ./figures/cert.eps ./figures/difference-between-versions.eps ./figures/file-id-manifest-id.eps ./figures/fork.eps ./figures/general-workflow.eps ./figures/linear-history.eps ./figures/local-workflow.eps ./figures/manifest.eps ./figures/merge.eps ./figures/network-workflow.eps ./figures/parent-child-hashes.eps ./figures/parent-child-names-hashes.eps ./figures/parent-child.eps ./figures/revision-chaining.eps ./figures/revision.eps ./figures/statement.eps ./figures/three-versions.eps ./figures/two-branches.eps de.gmo es.gmo fr.gmo it.gmo ja.gmo pt_BR.gmo pt.gmo sv.gmo de.merged.po es.merged.po fr.merged.po it.merged.po ja.merged.po pt_BR.merged.po pt.merged.po sv.merged.po monotone.pot" || rm -f mtnopt   std_hooks.cc testlib.cc schema.cc package_revision.cc package_full_revision.cc package_revision_raw.txt package_full_revision.txt package_full_revision_raw.txt ./figures/branch-heads.eps ./figures/cert.eps ./figures/difference-between-versions.eps ./figures/file-id-manifest-id.eps ./figures/fork.eps ./figures/general-workflow.eps ./figures/linear-history.eps ./figures/local-workflow.eps ./figures/manifest.eps ./figures/merge.eps ./figures/network-workflow.eps ./figures/parent-child-hashes.eps ./figures/parent-child-names-hashes.eps ./figures/parent-child.eps ./figures/revision-chaining.eps ./figures/revision.eps ./figures/statement.eps ./figures/three-versions.eps ./figures/two-branches.eps de.gmo es.gmo fr.gmo it.gmo ja.gmo pt_BR.gmo pt.gmo sv.gmo de.merged.po es.merged.po fr.merged.po it.merged.po ja.merged.po pt_BR.merged.po pt.merged.po sv.merged.po monotone.pot
test -z "libplatform.a lib3rdparty.a" || rm -f libplatform.a lib3rdparty.a
test -z "txt2c" || rm -f txt2c
rm -rf monotone.aux monotone.cp monotone.cps monotone.fn monotone.ky \
	  monotone.kys monotone.log monotone.pg monotone.pgs \
	  monotone.tmp monotone.toc monotone.tp monotone.tps \
	  monotone.vr monotone.vrs
rm -f *.o
rm -f network/automate_session.o
rm -f network/connection_info.o
rm -f network/listener.o
rm -f network/listener_base.o
rm -f network/make_server.o
rm -f network/netsync_session.o
rm -f network/reactable.o
rm -f network/reactor.o
rm -f network/session.o
rm -f network/session_base.o
rm -f network/wrapped_session.o
rm -f netxx/accept.o
rm -f netxx/address.o
rm -f netxx/datagram.o
rm -f netxx/datagramserver.o
rm -f netxx/inet_ntop.o
rm -f netxx/inet_pton.o
rm -f netxx/osutil.o
rm -f netxx/peer.o
rm -f netxx/probe.o
rm -f netxx/probe_select.o
rm -f netxx/recvfrom.o
rm -f netxx/resolve_getaddrinfo.o
rm -f netxx/resolve_gethostbyname.o
rm -f netxx/resolve_getservbyname.o
rm -f netxx/serverbase.o
rm -f netxx/sockaddr.o
rm -f netxx/socket.o
rm -f netxx/sockopt.o
rm -f netxx/stream.o
rm -f netxx/streambase.o
rm -f netxx/streamserver.o
rm -f unit-tests/basic_io.o
rm -f unit-tests/charset.o
rm -f unit-tests/commands.o
rm -f unit-tests/cset.o
rm -f unit-tests/dates.o
rm -f unit-tests/git_change.o
rm -f unit-tests/globish.o
rm -f unit-tests/graph.o
rm -f unit-tests/merge_3way.o
rm -f unit-tests/merge_roster.o
rm -f unit-tests/mkstemp.o
rm -f unit-tests/netcmd.o
rm -f unit-tests/netxx_pipe.o
rm -f unit-tests/numeric_vocab.o
rm -f unit-tests/option.o
rm -f unit-tests/outdated_indicator.o
rm -f unit-tests/packet.o
rm -f unit-tests/paths.o
rm -f unit-tests/refiner.o
rm -f unit-tests/restrictions.o
rm -f unit-tests/rev_height.o
rm -f unit-tests/revision.o
rm -f unit-tests/roster.o
rm -f unit-tests/sha1.o
rm -f unit-tests/simplestring_xform.o
rm -f unit-tests/string_queue.o
rm -f unit-tests/transforms.o
rm -f unit-tests/uri.o
rm -f unit-tests/vocab.o
rm -f unit-tests/xdelta.o
rm -f unix/cputime.o
rm -f unix/fs.o
rm -f unix/get_system_flavour.o
rm -f unix/inodeprint.o
rm -f unix/main.o
rm -f unix/make_io_binary.o
rm -f unix/os_strerror.o
rm -f unix/process.o
rm -f unix/read_password.o
rm -f unix/ssh_agent_platform.o
rm -f unix/terminal.o
rm -f unix/tester-check-net.o
rm -f unix/tester-plaf.o
rm -f win32/cputime.o
rm -f win32/fs.o
rm -f win32/get_system_flavour.o
rm -f win32/inodeprint.o
rm -f win32/main.o
rm -f win32/make_io_binary.o
rm -f win32/os_strerror.o
rm -f win32/process.o
rm -f win32/read_password.o
rm -f win32/ssh_agent_platform.o
rm -f win32/terminal.o
rm -f win32/tester-check-net.o
rm -f win32/tester-plaf.o
rm -rf tester_dir html
set -ex; for d in unit-tests/*/__driver__.lua; do \
	  rm -f $d; \
	  rmdir ${d%/*} || :; \
	done
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/basic_io_binary_transparency/__driver__.lua
+ rmdir unit-tests/basic_io_binary_transparency
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/charset_idna_encoding/__driver__.lua
+ rmdir unit-tests/charset_idna_encoding
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/charset_utf8_validation/__driver__.lua
+ rmdir unit-tests/charset_utf8_validation
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/commands_command_complete_command/__driver__.lua
+ rmdir unit-tests/commands_command_complete_command
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/commands_command_find_command/__driver__.lua
+ rmdir unit-tests/commands_command_find_command
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/commands_complete_command/__driver__.lua
+ rmdir unit-tests/commands_complete_command
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/commands_make_command_id/__driver__.lua
+ rmdir unit-tests/commands_make_command_id
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/cset_basic_csets/__driver__.lua
+ rmdir unit-tests/cset_basic_csets
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/cset_cset_written/__driver__.lua
+ rmdir unit-tests/cset_cset_written
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/cset_invalid_csets/__driver__.lua
+ rmdir unit-tests/cset_invalid_csets
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/cset_root_dir/__driver__.lua
+ rmdir unit-tests/cset_root_dir
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/dates_comparisons/__driver__.lua
+ rmdir unit-tests/dates_comparisons
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/dates_from_string/__driver__.lua
+ rmdir unit-tests/dates_from_string
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/dates_from_unix_epoch/__driver__.lua
+ rmdir unit-tests/dates_from_unix_epoch
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/dates_our_timegm/__driver__.lua
+ rmdir unit-tests/dates_our_timegm
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/git_change_reorder_chained_renames/__driver__.lua
+ rmdir unit-tests/git_change_reorder_chained_renames
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/git_change_reorder_rename_loop/__driver__.lua
+ rmdir unit-tests/git_change_reorder_rename_loop
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/git_change_reorder_reversed_rename_loop/__driver__.lua
+ rmdir unit-tests/git_change_reorder_reversed_rename_loop
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/git_change_reorder_swapped_renames/__driver__.lua
+ rmdir unit-tests/git_change_reorder_swapped_renames
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/globish_complex_matches/__driver__.lua
+ rmdir unit-tests/globish_complex_matches
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/globish_from_vector/__driver__.lua
+ rmdir unit-tests/globish_from_vector
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/globish_nested_matches/__driver__.lua
+ rmdir unit-tests/globish_nested_matches
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/globish_simple_matches/__driver__.lua
+ rmdir unit-tests/globish_simple_matches
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/globish_syntax/__driver__.lua
+ rmdir unit-tests/globish_syntax
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/graph_get_uncommon_ancestors_nasty_convexity_case/__driver__.lua
+ rmdir unit-tests/graph_get_uncommon_ancestors_nasty_convexity_case
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/graph_get_uncommon_ancestors_randomly/__driver__.lua
+ rmdir unit-tests/graph_get_uncommon_ancestors_randomly
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/graph_random_get_reconstruction_path/__driver__.lua
+ rmdir unit-tests/graph_random_get_reconstruction_path
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_3way_merge_additions/__driver__.lua
+ rmdir unit-tests/merge_3way_merge_additions
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_3way_merge_append/__driver__.lua
+ rmdir unit-tests/merge_3way_merge_append
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_3way_merge_deletions/__driver__.lua
+ rmdir unit-tests/merge_3way_merge_deletions
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_3way_merge_prepend/__driver__.lua
+ rmdir unit-tests/merge_3way_merge_prepend
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_3way_randomizing_merge/__driver__.lua
+ rmdir unit-tests/merge_3way_randomizing_merge
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_roster_attr_lifecycle/__driver__.lua
+ rmdir unit-tests/merge_roster_attr_lifecycle
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_roster_complex_structural_conflicts/__driver__.lua
+ rmdir unit-tests/merge_roster_complex_structural_conflicts
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_roster_node_lifecycle/__driver__.lua
+ rmdir unit-tests/merge_roster_node_lifecycle
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_roster_scalar_merges/__driver__.lua
+ rmdir unit-tests/merge_roster_scalar_merges
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/merge_roster_simple_structural_conflicts/__driver__.lua
+ rmdir unit-tests/merge_roster_simple_structural_conflicts
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/mkstemp_basic/__driver__.lua
+ rmdir unit-tests/mkstemp_basic
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/netcmd_functions/__driver__.lua
+ rmdir unit-tests/netcmd_functions
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/netcmd_mac/__driver__.lua
+ rmdir unit-tests/netcmd_mac
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/netxx_pipe_simple_pipe/__driver__.lua
+ rmdir unit-tests/netxx_pipe_simple_pipe
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/numeric_vocab_widen/__driver__.lua
+ rmdir unit-tests/numeric_vocab_widen
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/option_concrete_options/__driver__.lua
+ rmdir unit-tests/option_concrete_options
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/outdated_indicator_basic/__driver__.lua
+ rmdir unit-tests/outdated_indicator_basic
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/packet_roundabout/__driver__.lua
+ rmdir unit-tests/packet_roundabout
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/packet_validators/__driver__.lua
+ rmdir unit-tests/packet_validators
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_access_tracker/__driver__.lua
+ rmdir unit-tests/paths_access_tracker
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_basename/__driver__.lua
+ rmdir unit-tests/paths_basename
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_bookkeeping/__driver__.lua
+ rmdir unit-tests/paths_bookkeeping
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_depth/__driver__.lua
+ rmdir unit-tests/paths_depth
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_dirname/__driver__.lua
+ rmdir unit-tests/paths_dirname
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_file_path_external_null_prefix/__driver__.lua
+ rmdir unit-tests/paths_file_path_external_null_prefix
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_file_path_external_prefix_a_b/__driver__.lua
+ rmdir unit-tests/paths_file_path_external_prefix_a_b
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_file_path_external_prefix__MTN/__driver__.lua
+ rmdir unit-tests/paths_file_path_external_prefix__MTN
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_file_path_internal/__driver__.lua
+ rmdir unit-tests/paths_file_path_internal
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_find_old_new_path_for/__driver__.lua
+ rmdir unit-tests/paths_find_old_new_path_for
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_ordering/__driver__.lua
+ rmdir unit-tests/paths_ordering
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_ordering_random/__driver__.lua
+ rmdir unit-tests/paths_ordering_random
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_path_component/__driver__.lua
+ rmdir unit-tests/paths_path_component
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_system/__driver__.lua
+ rmdir unit-tests/paths_system
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_test_external_string_is_bookkeeping_path_prefix_a_b/__driver__.lua
+ rmdir unit-tests/paths_test_external_string_is_bookkeeping_path_prefix_a_b
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_test_external_string_is_bookkeeping_path_prefix__MTN/__driver__.lua
+ rmdir unit-tests/paths_test_external_string_is_bookkeeping_path_prefix__MTN
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_test_external_string_is_bookkeeping_path_prefix_none/__driver__.lua
+ rmdir unit-tests/paths_test_external_string_is_bookkeeping_path_prefix_none
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/paths_test_internal_string_is_bookkeeping_path/__driver__.lua
+ rmdir unit-tests/paths_test_internal_string_is_bookkeeping_path
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/refiner_count_0_1/__driver__.lua
+ rmdir unit-tests/refiner_count_0_1
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/refiner_count_1024/__driver__.lua
+ rmdir unit-tests/refiner_count_1024
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/refiner_count_128/__driver__.lua
+ rmdir unit-tests/refiner_count_128
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_empty_restriction/__driver__.lua
+ rmdir unit-tests/restrictions_empty_restriction
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_exclude_include/__driver__.lua
+ rmdir unit-tests/restrictions_exclude_include
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_ignored_invalid_workspace_paths/__driver__.lua
+ rmdir unit-tests/restrictions_ignored_invalid_workspace_paths
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_include_depth_0/__driver__.lua
+ rmdir unit-tests/restrictions_include_depth_0
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_include_depth_1/__driver__.lua
+ rmdir unit-tests/restrictions_include_depth_1
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_include_depth_1_empty_restriction/__driver__.lua
+ rmdir unit-tests/restrictions_include_depth_1_empty_restriction
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_include_depth_2/__driver__.lua
+ rmdir unit-tests/restrictions_include_depth_2
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_include_exclude/__driver__.lua
+ rmdir unit-tests/restrictions_include_exclude
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_invalid_roster_paths/__driver__.lua
+ rmdir unit-tests/restrictions_invalid_roster_paths
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_invalid_workspace_paths/__driver__.lua
+ rmdir unit-tests/restrictions_invalid_workspace_paths
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_simple_exclude/__driver__.lua
+ rmdir unit-tests/restrictions_simple_exclude
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/restrictions_simple_include/__driver__.lua
+ rmdir unit-tests/restrictions_simple_include
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/rev_height_children/__driver__.lua
+ rmdir unit-tests/rev_height_children
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/rev_height_comparisons/__driver__.lua
+ rmdir unit-tests/rev_height_comparisons
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/rev_height_count_up/__driver__.lua
+ rmdir unit-tests/rev_height_count_up
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/revision_from_network/__driver__.lua
+ rmdir unit-tests/revision_from_network
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_all_0_scalar_parent_mark_scenarios/__driver__.lua
+ rmdir unit-tests/roster_all_0_scalar_parent_mark_scenarios
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_all_1_scalar_parent_mark_scenarios/__driver__.lua
+ rmdir unit-tests/roster_all_1_scalar_parent_mark_scenarios
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_all_2_scalar_parent_mark_scenarios/__driver__.lua
+ rmdir unit-tests/roster_all_2_scalar_parent_mark_scenarios
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_bad_attr/__driver__.lua
+ rmdir unit-tests/roster_bad_attr
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_check_sane_against/__driver__.lua
+ rmdir unit-tests/roster_check_sane_against
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_check_sane_roster/__driver__.lua
+ rmdir unit-tests/roster_check_sane_roster
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_check_sane_roster_loop/__driver__.lua
+ rmdir unit-tests/roster_check_sane_roster_loop
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_check_sane_roster_screwy_dir_map/__driver__.lua
+ rmdir unit-tests/roster_check_sane_roster_screwy_dir_map
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_die_die_die_merge/__driver__.lua
+ rmdir unit-tests/roster_die_die_die_merge
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_random_actions/__driver__.lua
+ rmdir unit-tests/roster_random_actions
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_residual_attr_mark_scenario/__driver__.lua
+ rmdir unit-tests/roster_residual_attr_mark_scenario
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_same_nid_diff_type/__driver__.lua
+ rmdir unit-tests/roster_same_nid_diff_type
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_unify_rosters_end_to_end_attr_corpses/__driver__.lua
+ rmdir unit-tests/roster_unify_rosters_end_to_end_attr_corpses
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_unify_rosters_end_to_end_ids/__driver__.lua
+ rmdir unit-tests/roster_unify_rosters_end_to_end_ids
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_unify_rosters_randomized_tempids/__driver__.lua
+ rmdir unit-tests/roster_unify_rosters_randomized_tempids
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_unify_rosters_randomized_trueids/__driver__.lua
+ rmdir unit-tests/roster_unify_rosters_randomized_trueids
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/roster_write_roster/__driver__.lua
+ rmdir unit-tests/roster_write_roster
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/sha1_long_message/__driver__.lua
+ rmdir unit-tests/sha1_long_message
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/sha1_pseudo_message/__driver__.lua
+ rmdir unit-tests/sha1_pseudo_message
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/sha1_short_message/__driver__.lua
+ rmdir unit-tests/sha1_short_message
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/simplestring_xform_caseconv/__driver__.lua
+ rmdir unit-tests/simplestring_xform_caseconv
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/simplestring_xform_join_lines/__driver__.lua
+ rmdir unit-tests/simplestring_xform_join_lines
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/simplestring_xform_join_words/__driver__.lua
+ rmdir unit-tests/simplestring_xform_join_words
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/simplestring_xform_split_into_words/__driver__.lua
+ rmdir unit-tests/simplestring_xform_split_into_words
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/simplestring_xform_trimming/__driver__.lua
+ rmdir unit-tests/simplestring_xform_trimming
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/string_queue_basic/__driver__.lua
+ rmdir unit-tests/string_queue_basic
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/transforms_calculate_ident/__driver__.lua
+ rmdir unit-tests/transforms_calculate_ident
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/transforms_corruption_check/__driver__.lua
+ rmdir unit-tests/transforms_corruption_check
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/transforms_enc/__driver__.lua
+ rmdir unit-tests/transforms_enc
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_fail_check/__driver__.lua
+ rmdir unit-tests/_unit_tester_fail_check
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_fail_nothrow/__driver__.lua
+ rmdir unit-tests/_unit_tester_fail_nothrow
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_fail_require/__driver__.lua
+ rmdir unit-tests/_unit_tester_fail_require
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_fail_throw/__driver__.lua
+ rmdir unit-tests/_unit_tester_fail_throw
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_uncaught/__driver__.lua
+ rmdir unit-tests/_unit_tester_uncaught
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_uncaught_std/__driver__.lua
+ rmdir unit-tests/_unit_tester_uncaught_std
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/_unit_tester_uncaught_std_what/__driver__.lua
+ rmdir unit-tests/_unit_tester_uncaught_std_what
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/uri_basic/__driver__.lua
+ rmdir unit-tests/uri_basic
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/uri_bizarre/__driver__.lua
+ rmdir unit-tests/uri_bizarre
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/uri_invalid/__driver__.lua
+ rmdir unit-tests/uri_invalid
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/uri_urldecode/__driver__.lua
+ rmdir unit-tests/uri_urldecode
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/vocab_verify_hexenc_id/__driver__.lua
+ rmdir unit-tests/vocab_verify_hexenc_id
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/xdelta_basic/__driver__.lua
+ rmdir unit-tests/xdelta_basic
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/xdelta_random_piecewise_delta/__driver__.lua
+ rmdir unit-tests/xdelta_random_piecewise_delta
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/xdelta_random_simple_delta/__driver__.lua
+ rmdir unit-tests/xdelta_random_simple_delta
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/xdelta_rolling_sanity_check/__driver__.lua
+ rmdir unit-tests/xdelta_rolling_sanity_check
+ for d in 'unit-tests/*/__driver__.lua'
+ rm -f unit-tests/xdelta_simple_cases/__driver__.lua
+ rmdir unit-tests/xdelta_simple_cases
rm -f vti.tmp
rm -f *.tab.c
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f network/.deps/.dirstamp
rm -f network/.dirstamp
rm -f netxx/.deps/.dirstamp
rm -f netxx/.dirstamp
rm -f unit-tests/.deps/.dirstamp
rm -f unit-tests/.dirstamp
rm -f unix/.deps/.dirstamp
rm -f unix/.dirstamp
rm -f win32/.deps/.dirstamp
rm -f win32/.dirstamp
test -z "mt-stdint.h xgettext.opts pch-build.hh.gch.dep run_tester_tests run_unit_tests run_lua_tests tester_tests.status unit_tests.status lua_tests.status" || rm -f mt-stdint.h xgettext.opts pch-build.hh.gch.dep run_tester_tests run_unit_tests run_lua_tests tester_tests.status unit_tests.status lua_tests.status
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf ./.deps network/.deps netxx/.deps unit-tests/.deps unix/.deps win32/.deps
rm -f Makefile
make[1]: Leaving directory `/data/monotone/buildslave/full-i386-debian-testing/build/monotone-0.47dev/_build'
{ test ! -d "monotone-0.47dev" || { find "monotone-0.47dev" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "monotone-0.47dev"; }; }
==================================================
monotone-0.47dev archives ready for distribution: 
monotone-0.47dev.tar.gz
==================================================
program finished with exit code 0