monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Re: Build errors with VC8


From: Richard Levitte
Subject: Re: [Monotone-devel] Re: Build errors with VC8
Date: Sat, 16 Jun 2007 19:09:45 +0200 (CEST)

In message <address@hidden> on Sat, 16 Jun 2007 18:23:23 +0200 (CEST), Richard 
Levitte <address@hidden> said:

richard> In message <address@hidden> on Fri, 15 Jun 2007 11:49:39 +0100, 
Anthony Williams <address@hidden> said:
richard> 
richard> anthony_w.geo> Attached is the output of mtn diff on my
richard> anthony_w.geo> workspace.
richard> 
richard> Good, I'll try it on my systems and go from there.  It's
richard> promising, since it seems to fix Solaris problems as well...

Well, tried it, and it fails miserably with g++ 4.1.3 on Debian
[unstable].  Here's the log:

cd /home/levitte/monotonework/off.net/monotone/monotone/
LANG=C make -k
make  all-recursive
make[1]: Entering directory 
`/home/levitte/monotonework/off.net/monotone/monotone'
Making all in po
make[2]: Entering directory 
`/home/levitte/monotonework/off.net/monotone/monotone/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory 
`/home/levitte/monotonework/off.net/monotone/monotone/po'
make[2]: Entering directory 
`/home/levitte/monotonework/off.net/monotone/monotone'
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-commands.o -MD -MP -MF 
".deps/mtn-commands.Tpo" -c -o mtn-commands.o `test -f 'commands.cc' || echo 
'./'`commands.cc; \
        then mv -f ".deps/mtn-commands.Tpo" ".deps/mtn-commands.Po"; else rm -f 
".deps/mtn-commands.Tpo"; exit 1; fi
commands.cc: In function 'commands::command_id commands::complete_command(const 
args_vector&)':
commands.cc:496: error: call of overloaded 'join_words(commands::command_id&)' 
is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:508: error: call of overloaded 'join_words(commands::command_id&)' 
is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:511: error: call of overloaded 'join_words(const std::vector<utf8, 
std::allocator<utf8> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc: In function 'void commands::explain_children(const 
std::set<commands::command*, std::less<commands::command*>, 
std::allocator<commands::command*> >&, std::ostream&)':
commands.cc:565: error: call of overloaded 'join_words(const std::set<utf8, 
std::less<utf8>, std::allocator<utf8> >&, const char [3])' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::set, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::set, T2 = utf8, T3 = std::less<utf8>]
simplestring_xform.hh:76: note:                 T2 join_words(const T1<T2, T3, 
T4>&, const std::string&) [with T1 = std::set, T2 = utf8, T3 = std::less<utf8>, 
T4 = std::allocator<utf8>]
commands.cc:577: error: call of overloaded 'join_words(const std::set<utf8, 
std::less<utf8>, std::allocator<utf8> >&, const char [3])' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::set, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::set, T2 = utf8, T3 = std::less<utf8>]
simplestring_xform.hh:76: note:                 T2 join_words(const T1<T2, T3, 
T4>&, const std::string&) [with T1 = std::set, T2 = utf8, T3 = std::less<utf8>, 
T4 = std::allocator<utf8>]
commands.cc: In function 'void commands::explain_cmd_usage(const 
commands::command_id&, std::ostream&)':
commands.cc:589: error: call of overloaded 'join_words(std::vector<utf8, 
std::allocator<utf8> >)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:593: error: call of overloaded 'join_words(const std::vector<utf8, 
std::allocator<utf8> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:628: error: call of overloaded 'join_words(const std::vector<utf8, 
std::allocator<utf8> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:642: error: call of overloaded 'join_words(std::set<utf8, 
std::less<utf8>, std::allocator<utf8> >&, const char [3])' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::set, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::set, T2 = utf8, T3 = std::less<utf8>]
simplestring_xform.hh:76: note:                 T2 join_words(const T1<T2, T3, 
T4>&, const std::string&) [with T1 = std::set, T2 = utf8, T3 = std::less<utf8>, 
T4 = std::allocator<utf8>]
commands.cc: In function 'void commands::process(app_state&, const 
commands::command_id&, const args_vector&)':
commands.cc:682: error: call of overloaded 'join_words(std::vector<utf8, 
std::allocator<utf8> >)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:684: error: call of overloaded 'join_words(const std::vector<utf8, 
std::allocator<utf8> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
commands.cc:690: error: call of overloaded 'join_words(const 
std::vector<arg_type, std::allocator<arg_type> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = arg_type]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = arg_type, T3 = 
std::allocator<arg_type>]
make[2]: *** [mtn-commands.o] Error 1
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_netsync.o -MD -MP -MF 
".deps/mtn-cmd_netsync.Tpo" -c -o mtn-cmd_netsync.o `test -f 'cmd_netsync.cc' 
|| echo './'`cmd_netsync.cc; \
        then mv -f ".deps/mtn-cmd_netsync.Tpo" ".deps/mtn-cmd_netsync.Po"; else 
rm -f ".deps/mtn-cmd_netsync.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_list.o -MD -MP -MF 
".deps/mtn-cmd_list.Tpo" -c -o mtn-cmd_list.o `test -f 'cmd_list.cc' || echo 
'./'`cmd_list.cc; \
        then mv -f ".deps/mtn-cmd_list.Tpo" ".deps/mtn-cmd_list.Po"; else rm -f 
".deps/mtn-cmd_list.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_packet.o -MD -MP -MF 
".deps/mtn-cmd_packet.Tpo" -c -o mtn-cmd_packet.o `test -f 'cmd_packet.cc' || 
echo './'`cmd_packet.cc; \
        then mv -f ".deps/mtn-cmd_packet.Tpo" ".deps/mtn-cmd_packet.Po"; else 
rm -f ".deps/mtn-cmd_packet.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_key_cert.o -MD -MP -MF 
".deps/mtn-cmd_key_cert.Tpo" -c -o mtn-cmd_key_cert.o `test -f 
'cmd_key_cert.cc' || echo './'`cmd_key_cert.cc; \
        then mv -f ".deps/mtn-cmd_key_cert.Tpo" ".deps/mtn-cmd_key_cert.Po"; 
else rm -f ".deps/mtn-cmd_key_cert.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_merging.o -MD -MP -MF 
".deps/mtn-cmd_merging.Tpo" -c -o mtn-cmd_merging.o `test -f 'cmd_merging.cc' 
|| echo './'`cmd_merging.cc; \
        then mv -f ".deps/mtn-cmd_merging.Tpo" ".deps/mtn-cmd_merging.Po"; else 
rm -f ".deps/mtn-cmd_merging.Tpo"; exit 1; fi
cmd_merging.cc: In member function 'virtual void 
commands::cmd_merge_into_workspace::exec(app_state&, const 
commands::command_id&, const args_vector&) const':
cmd_merging.cc:638: error: call of overloaded 'join_words(const 
std::vector<utf8, std::allocator<utf8> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
make[2]: *** [mtn-cmd_merging.o] Error 1
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_db.o -MD -MP -MF 
".deps/mtn-cmd_db.Tpo" -c -o mtn-cmd_db.o `test -f 'cmd_db.cc' || echo 
'./'`cmd_db.cc; \
        then mv -f ".deps/mtn-cmd_db.Tpo" ".deps/mtn-cmd_db.Po"; else rm -f 
".deps/mtn-cmd_db.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_diff_log.o -MD -MP -MF 
".deps/mtn-cmd_diff_log.Tpo" -c -o mtn-cmd_diff_log.o `test -f 
'cmd_diff_log.cc' || echo './'`cmd_diff_log.cc; \
        then mv -f ".deps/mtn-cmd_diff_log.Tpo" ".deps/mtn-cmd_diff_log.Po"; 
else rm -f ".deps/mtn-cmd_diff_log.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_ws_commit.o -MD -MP -MF 
".deps/mtn-cmd_ws_commit.Tpo" -c -o mtn-cmd_ws_commit.o `test -f 
'cmd_ws_commit.cc' || echo './'`cmd_ws_commit.cc; \
        then mv -f ".deps/mtn-cmd_ws_commit.Tpo" ".deps/mtn-cmd_ws_commit.Po"; 
else rm -f ".deps/mtn-cmd_ws_commit.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_othervcs.o -MD -MP -MF 
".deps/mtn-cmd_othervcs.Tpo" -c -o mtn-cmd_othervcs.o `test -f 
'cmd_othervcs.cc' || echo './'`cmd_othervcs.cc; \
        then mv -f ".deps/mtn-cmd_othervcs.Tpo" ".deps/mtn-cmd_othervcs.Po"; 
else rm -f ".deps/mtn-cmd_othervcs.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_automate.o -MD -MP -MF 
".deps/mtn-cmd_automate.Tpo" -c -o mtn-cmd_automate.o `test -f 
'cmd_automate.cc' || echo './'`cmd_automate.cc; \
        then mv -f ".deps/mtn-cmd_automate.Tpo" ".deps/mtn-cmd_automate.Po"; 
else rm -f ".deps/mtn-cmd_automate.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cmd_files.o -MD -MP -MF 
".deps/mtn-cmd_files.Tpo" -c -o mtn-cmd_files.o `test -f 'cmd_files.cc' || echo 
'./'`cmd_files.cc; \
        then mv -f ".deps/mtn-cmd_files.Tpo" ".deps/mtn-cmd_files.Po"; else rm 
-f ".deps/mtn-cmd_files.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-diff_patch.o -MD -MP -MF 
".deps/mtn-diff_patch.Tpo" -c -o mtn-diff_patch.o `test -f 'diff_patch.cc' || 
echo './'`diff_patch.cc; \
        then mv -f ".deps/mtn-diff_patch.Tpo" ".deps/mtn-diff_patch.Po"; else 
rm -f ".deps/mtn-diff_patch.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-lua_hooks.o -MD -MP -MF 
".deps/mtn-lua_hooks.Tpo" -c -o mtn-lua_hooks.o `test -f 'lua_hooks.cc' || echo 
'./'`lua_hooks.cc; \
        then mv -f ".deps/mtn-lua_hooks.Tpo" ".deps/mtn-lua_hooks.Po"; else rm 
-f ".deps/mtn-lua_hooks.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-transforms.o -MD -MP -MF 
".deps/mtn-transforms.Tpo" -c -o mtn-transforms.o `test -f 'transforms.cc' || 
echo './'`transforms.cc; \
        then mv -f ".deps/mtn-transforms.Tpo" ".deps/mtn-transforms.Po"; else 
rm -f ".deps/mtn-transforms.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-update.o -MD -MP -MF 
".deps/mtn-update.Tpo" -c -o mtn-update.o `test -f 'update.cc' || echo 
'./'`update.cc; \
        then mv -f ".deps/mtn-update.Tpo" ".deps/mtn-update.Po"; else rm -f 
".deps/mtn-update.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-work.o -MD -MP -MF 
".deps/mtn-work.Tpo" -c -o mtn-work.o `test -f 'work.cc' || echo './'`work.cc; \
        then mv -f ".deps/mtn-work.Tpo" ".deps/mtn-work.Po"; else rm -f 
".deps/mtn-work.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-work_migration.o -MD -MP -MF 
".deps/mtn-work_migration.Tpo" -c -o mtn-work_migration.o `test -f 
'work_migration.cc' || echo './'`work_migration.cc; \
        then mv -f ".deps/mtn-work_migration.Tpo" 
".deps/mtn-work_migration.Po"; else rm -f ".deps/mtn-work_migration.Tpo"; exit 
1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cert.o -MD -MP -MF 
".deps/mtn-cert.Tpo" -c -o mtn-cert.o `test -f 'cert.cc' || echo './'`cert.cc; \
        then mv -f ".deps/mtn-cert.Tpo" ".deps/mtn-cert.Po"; else rm -f 
".deps/mtn-cert.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-project.o -MD -MP -MF 
".deps/mtn-project.Tpo" -c -o mtn-project.o `test -f 'project.cc' || echo 
'./'`project.cc; \
        then mv -f ".deps/mtn-project.Tpo" ".deps/mtn-project.Po"; else rm -f 
".deps/mtn-project.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-outdated_indicator.o -MD -MP 
-MF ".deps/mtn-outdated_indicator.Tpo" -c -o mtn-outdated_indicator.o `test -f 
'outdated_indicator.cc' || echo './'`outdated_indicator.cc; \
        then mv -f ".deps/mtn-outdated_indicator.Tpo" 
".deps/mtn-outdated_indicator.Po"; else rm -f 
".deps/mtn-outdated_indicator.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-database.o -MD -MP -MF 
".deps/mtn-database.Tpo" -c -o mtn-database.o `test -f 'database.cc' || echo 
'./'`database.cc; \
        then mv -f ".deps/mtn-database.Tpo" ".deps/mtn-database.Po"; else rm -f 
".deps/mtn-database.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-key_store.o -MD -MP -MF 
".deps/mtn-key_store.Tpo" -c -o mtn-key_store.o `test -f 'key_store.cc' || echo 
'./'`key_store.cc; \
        then mv -f ".deps/mtn-key_store.Tpo" ".deps/mtn-key_store.Po"; else rm 
-f ".deps/mtn-key_store.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-ssh_agent.o -MD -MP -MF 
".deps/mtn-ssh_agent.Tpo" -c -o mtn-ssh_agent.o `test -f 'ssh_agent.cc' || echo 
'./'`ssh_agent.cc; \
        then mv -f ".deps/mtn-ssh_agent.Tpo" ".deps/mtn-ssh_agent.Po"; else rm 
-f ".deps/mtn-ssh_agent.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-keys.o -MD -MP -MF 
".deps/mtn-keys.Tpo" -c -o mtn-keys.o `test -f 'keys.cc' || echo './'`keys.cc; \
        then mv -f ".deps/mtn-keys.Tpo" ".deps/mtn-keys.Po"; else rm -f 
".deps/mtn-keys.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-packet.o -MD -MP -MF 
".deps/mtn-packet.Tpo" -c -o mtn-packet.o `test -f 'packet.cc' || echo 
'./'`packet.cc; \
        then mv -f ".deps/mtn-packet.Tpo" ".deps/mtn-packet.Po"; else rm -f 
".deps/mtn-packet.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-rcs_file.o -MD -MP -MF 
".deps/mtn-rcs_file.Tpo" -c -o mtn-rcs_file.o `test -f 'rcs_file.cc' || echo 
'./'`rcs_file.cc; \
        then mv -f ".deps/mtn-rcs_file.Tpo" ".deps/mtn-rcs_file.Po"; else rm -f 
".deps/mtn-rcs_file.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-xdelta.o -MD -MP -MF 
".deps/mtn-xdelta.Tpo" -c -o mtn-xdelta.o `test -f 'xdelta.cc' || echo 
'./'`xdelta.cc; \
        then mv -f ".deps/mtn-xdelta.Tpo" ".deps/mtn-xdelta.Po"; else rm -f 
".deps/mtn-xdelta.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-schema_migration.o -MD -MP 
-MF ".deps/mtn-schema_migration.Tpo" -c -o mtn-schema_migration.o `test -f 
'schema_migration.cc' || echo './'`schema_migration.cc; \
        then mv -f ".deps/mtn-schema_migration.Tpo" 
".deps/mtn-schema_migration.Po"; else rm -f ".deps/mtn-schema_migration.Tpo"; 
exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-refiner.o -MD -MP -MF 
".deps/mtn-refiner.Tpo" -c -o mtn-refiner.o `test -f 'refiner.cc' || echo 
'./'`refiner.cc; \
        then mv -f ".deps/mtn-refiner.Tpo" ".deps/mtn-refiner.Po"; else rm -f 
".deps/mtn-refiner.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-enumerator.o -MD -MP -MF 
".deps/mtn-enumerator.Tpo" -c -o mtn-enumerator.o `test -f 'enumerator.cc' || 
echo './'`enumerator.cc; \
        then mv -f ".deps/mtn-enumerator.Tpo" ".deps/mtn-enumerator.Po"; else 
rm -f ".deps/mtn-enumerator.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-netsync.o -MD -MP -MF 
".deps/mtn-netsync.Tpo" -c -o mtn-netsync.o `test -f 'netsync.cc' || echo 
'./'`netsync.cc; \
        then mv -f ".deps/mtn-netsync.Tpo" ".deps/mtn-netsync.Po"; else rm -f 
".deps/mtn-netsync.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-netxx_pipe.o -MD -MP -MF 
".deps/mtn-netxx_pipe.Tpo" -c -o mtn-netxx_pipe.o `test -f 'netxx_pipe.cc' || 
echo './'`netxx_pipe.cc; \
        then mv -f ".deps/mtn-netxx_pipe.Tpo" ".deps/mtn-netxx_pipe.Po"; else 
rm -f ".deps/mtn-netxx_pipe.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-netcmd.o -MD -MP -MF 
".deps/mtn-netcmd.Tpo" -c -o mtn-netcmd.o `test -f 'netcmd.cc' || echo 
'./'`netcmd.cc; \
        then mv -f ".deps/mtn-netcmd.Tpo" ".deps/mtn-netcmd.Po"; else rm -f 
".deps/mtn-netcmd.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-merkle_tree.o -MD -MP -MF 
".deps/mtn-merkle_tree.Tpo" -c -o mtn-merkle_tree.o `test -f 'merkle_tree.cc' 
|| echo './'`merkle_tree.cc; \
        then mv -f ".deps/mtn-merkle_tree.Tpo" ".deps/mtn-merkle_tree.Po"; else 
rm -f ".deps/mtn-merkle_tree.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-lcs.o -MD -MP -MF 
".deps/mtn-lcs.Tpo" -c -o mtn-lcs.o `test -f 'lcs.cc' || echo './'`lcs.cc; \
        then mv -f ".deps/mtn-lcs.Tpo" ".deps/mtn-lcs.Po"; else rm -f 
".deps/mtn-lcs.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-rcs_import.o -MD -MP -MF 
".deps/mtn-rcs_import.Tpo" -c -o mtn-rcs_import.o `test -f 'rcs_import.cc' || 
echo './'`rcs_import.cc; \
        then mv -f ".deps/mtn-rcs_import.Tpo" ".deps/mtn-rcs_import.Po"; else 
rm -f ".deps/mtn-rcs_import.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-revision.o -MD -MP -MF 
".deps/mtn-revision.Tpo" -c -o mtn-revision.o `test -f 'revision.cc' || echo 
'./'`revision.cc; \
        then mv -f ".deps/mtn-revision.Tpo" ".deps/mtn-revision.Po"; else rm -f 
".deps/mtn-revision.Tpo"; exit 1; fi
revision.cc: In function 'void make_restricted_revision(const parent_map&, 
const roster_t&, const node_restriction&, revision_t&, cset&, const 
commands::command_id&)':
revision.cc:735: error: call of overloaded 'join_words(const std::vector<utf8, 
std::allocator<utf8> >&)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
make[2]: *** [mtn-revision.o] Error 1
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-cset.o -MD -MP -MF 
".deps/mtn-cset.Tpo" -c -o mtn-cset.o `test -f 'cset.cc' || echo './'`cset.cc; \
        then mv -f ".deps/mtn-cset.Tpo" ".deps/mtn-cset.Po"; else rm -f 
".deps/mtn-cset.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-roster.o -MD -MP -MF 
".deps/mtn-roster.Tpo" -c -o mtn-roster.o `test -f 'roster.cc' || echo 
'./'`roster.cc; \
        then mv -f ".deps/mtn-roster.Tpo" ".deps/mtn-roster.Po"; else rm -f 
".deps/mtn-roster.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-mt_version.o -MD -MP -MF 
".deps/mtn-mt_version.Tpo" -c -o mtn-mt_version.o `test -f 'mt_version.cc' || 
echo './'`mt_version.cc; \
        then mv -f ".deps/mtn-mt_version.Tpo" ".deps/mtn-mt_version.Po"; else 
rm -f ".deps/mtn-mt_version.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-automate.o -MD -MP -MF 
".deps/mtn-automate.Tpo" -c -o mtn-automate.o `test -f 'automate.cc' || echo 
'./'`automate.cc; \
        then mv -f ".deps/mtn-automate.Tpo" ".deps/mtn-automate.Po"; else rm -f 
".deps/mtn-automate.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-database_check.o -MD -MP -MF 
".deps/mtn-database_check.Tpo" -c -o mtn-database_check.o `test -f 
'database_check.cc' || echo './'`database_check.cc; \
        then mv -f ".deps/mtn-database_check.Tpo" 
".deps/mtn-database_check.Po"; else rm -f ".deps/mtn-database_check.Tpo"; exit 
1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-epoch.o -MD -MP -MF 
".deps/mtn-epoch.Tpo" -c -o mtn-epoch.o `test -f 'epoch.cc' || echo 
'./'`epoch.cc; \
        then mv -f ".deps/mtn-epoch.Tpo" ".deps/mtn-epoch.Po"; else rm -f 
".deps/mtn-epoch.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-inodeprint.o -MD -MP -MF 
".deps/mtn-inodeprint.Tpo" -c -o mtn-inodeprint.o `test -f 'inodeprint.cc' || 
echo './'`inodeprint.cc; \
        then mv -f ".deps/mtn-inodeprint.Tpo" ".deps/mtn-inodeprint.Po"; else 
rm -f ".deps/mtn-inodeprint.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-selectors.o -MD -MP -MF 
".deps/mtn-selectors.Tpo" -c -o mtn-selectors.o `test -f 'selectors.cc' || echo 
'./'`selectors.cc; \
        then mv -f ".deps/mtn-selectors.Tpo" ".deps/mtn-selectors.Po"; else rm 
-f ".deps/mtn-selectors.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-annotate.o -MD -MP -MF 
".deps/mtn-annotate.Tpo" -c -o mtn-annotate.o `test -f 'annotate.cc' || echo 
'./'`annotate.cc; \
        then mv -f ".deps/mtn-annotate.Tpo" ".deps/mtn-annotate.Po"; else rm -f 
".deps/mtn-annotate.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-restrictions.o -MD -MP -MF 
".deps/mtn-restrictions.Tpo" -c -o mtn-restrictions.o `test -f 
'restrictions.cc' || echo './'`restrictions.cc; \
        then mv -f ".deps/mtn-restrictions.Tpo" ".deps/mtn-restrictions.Po"; 
else rm -f ".deps/mtn-restrictions.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-hmac.o -MD -MP -MF 
".deps/mtn-hmac.Tpo" -c -o mtn-hmac.o `test -f 'hmac.cc' || echo './'`hmac.cc; \
        then mv -f ".deps/mtn-hmac.Tpo" ".deps/mtn-hmac.Po"; else rm -f 
".deps/mtn-hmac.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-string_queue.o -MD -MP -MF 
".deps/mtn-string_queue.Tpo" -c -o mtn-string_queue.o `test -f 
'string_queue.cc' || echo './'`string_queue.cc; \
        then mv -f ".deps/mtn-string_queue.Tpo" ".deps/mtn-string_queue.Po"; 
else rm -f ".deps/mtn-string_queue.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-roster_merge.o -MD -MP -MF 
".deps/mtn-roster_merge.Tpo" -c -o mtn-roster_merge.o `test -f 
'roster_merge.cc' || echo './'`roster_merge.cc; \
        then mv -f ".deps/mtn-roster_merge.Tpo" ".deps/mtn-roster_merge.Po"; 
else rm -f ".deps/mtn-roster_merge.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-merge.o -MD -MP -MF 
".deps/mtn-merge.Tpo" -c -o mtn-merge.o `test -f 'merge.cc' || echo 
'./'`merge.cc; \
        then mv -f ".deps/mtn-merge.Tpo" ".deps/mtn-merge.Po"; else rm -f 
".deps/mtn-merge.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-legacy.o -MD -MP -MF 
".deps/mtn-legacy.Tpo" -c -o mtn-legacy.o `test -f 'legacy.cc' || echo 
'./'`legacy.cc; \
        then mv -f ".deps/mtn-legacy.Tpo" ".deps/mtn-legacy.Po"; else rm -f 
".deps/mtn-legacy.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-uri.o -MD -MP -MF 
".deps/mtn-uri.Tpo" -c -o mtn-uri.o `test -f 'uri.cc' || echo './'`uri.cc; \
        then mv -f ".deps/mtn-uri.Tpo" ".deps/mtn-uri.Po"; else rm -f 
".deps/mtn-uri.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-graph.o -MD -MP -MF 
".deps/mtn-graph.Tpo" -c -o mtn-graph.o `test -f 'graph.cc' || echo 
'./'`graph.cc; \
        then mv -f ".deps/mtn-graph.Tpo" ".deps/mtn-graph.Po"; else rm -f 
".deps/mtn-graph.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-roster_delta.o -MD -MP -MF 
".deps/mtn-roster_delta.Tpo" -c -o mtn-roster_delta.o `test -f 
'roster_delta.cc' || echo './'`roster_delta.cc; \
        then mv -f ".deps/mtn-roster_delta.Tpo" ".deps/mtn-roster_delta.Po"; 
else rm -f ".deps/mtn-roster_delta.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-sha1.o -MD -MP -MF 
".deps/mtn-sha1.Tpo" -c -o mtn-sha1.o `test -f 'sha1.cc' || echo './'`sha1.cc; \
        then mv -f ".deps/mtn-sha1.Tpo" ".deps/mtn-sha1.Po"; else rm -f 
".deps/mtn-sha1.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-rev_height.o -MD -MP -MF 
".deps/mtn-rev_height.Tpo" -c -o mtn-rev_height.o `test -f 'rev_height.cc' || 
echo './'`rev_height.cc; \
        then mv -f ".deps/mtn-rev_height.Tpo" ".deps/mtn-rev_height.Po"; else 
rm -f ".deps/mtn-rev_height.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-asciik.o -MD -MP -MF 
".deps/mtn-asciik.Tpo" -c -o mtn-asciik.o `test -f 'asciik.cc' || echo 
'./'`asciik.cc; \
        then mv -f ".deps/mtn-asciik.Tpo" ".deps/mtn-asciik.Po"; else rm -f 
".deps/mtn-asciik.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-dates.o -MD -MP -MF 
".deps/mtn-dates.Tpo" -c -o mtn-dates.o `test -f 'dates.cc' || echo 
'./'`dates.cc; \
        then mv -f ".deps/mtn-dates.Tpo" ".deps/mtn-dates.Po"; else rm -f 
".deps/mtn-dates.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-randomizer.o -MD -MP -MF 
".deps/mtn-randomizer.Tpo" -c -o mtn-randomizer.o `test -f 'randomizer.cc' || 
echo './'`randomizer.cc; \
        then mv -f ".deps/mtn-randomizer.Tpo" ".deps/mtn-randomizer.Po"; else 
rm -f ".deps/mtn-randomizer.Tpo"; exit 1; fi
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
if [ -f package_revision_raw.txt ]; then \
          cp package_revision_raw.txt package_revision.txt; \
        fi
[ -f package_revision.txt ] || echo "unknown" > package_revision.txt
g++ -g -O0 -Wall -W -Wno-unused -fno-strict-aliasing -o txt2c txt2c.cc
chmod 0755 txt2c
./txt2c --strip-trailing --no-static package_revision.txt package_revision 
>package_revision.c.tmp
cmp -s package_revision.c.tmp package_revision.c || mv -f 
package_revision.c.tmp package_revision.c
rm -f package_revision.c.tmp
if gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DTEMP_STORE=1 -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION 
-DSQLITE_OMIT_CURSOR -DSQLITE_OMIT_LOAD_EXTENSION -DTHREADSAFE=0 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1   -g -O0 -fno-strict-aliasing -fexceptions -MT 
mtn-package_revision.o -MD -MP -MF ".deps/mtn-package_revision.Tpo" -c -o 
mtn-package_revision.o `test -f 'package_revision.c' || echo 
'./'`package_revision.c; \
        then mv -f ".deps/mtn-package_revision.Tpo" 
".deps/mtn-package_revision.Po"; else rm -f ".deps/mtn-package_revision.Tpo"; 
exit 1; fi
package_revision.c:6: warning: 'package_revision_constant' initialized and 
declared 'extern'
REAL_BLDDIR=$PWD/.; \
        (cd . && $REAL_BLDDIR/mtn --root=. automate get_revision) 2>/dev/null 
>package_full_revision_raw.txt \
        || (cd . && mtn --root=. automate get_revision) 2>/dev/null 
>package_full_revision_raw.txt \
        || rm -f package_full_revision_raw.txt
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
[ -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  --no-static package_full_revision.txt package_full_revision 
>package_full_revision.c.tmp
cmp -s package_full_revision.c.tmp package_full_revision.c || mv -f 
package_full_revision.c.tmp package_full_revision.c
rm -f package_full_revision.c.tmp
if gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DTEMP_STORE=1 -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION 
-DSQLITE_OMIT_CURSOR -DSQLITE_OMIT_LOAD_EXTENSION -DTHREADSAFE=0 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1   -g -O0 -fno-strict-aliasing -fexceptions -MT 
mtn-package_full_revision.o -MD -MP -MF ".deps/mtn-package_full_revision.Tpo" 
-c -o mtn-package_full_revision.o `test -f 'package_full_revision.c' || echo 
'./'`package_full_revision.c; \
        then mv -f ".deps/mtn-package_full_revision.Tpo" 
".deps/mtn-package_full_revision.Po"; else rm -f 
".deps/mtn-package_full_revision.Tpo"; exit 1; fi
package_full_revision.c:6: warning: 'package_full_revision_constant' 
initialized and declared 'extern'
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-option.o -MD -MP -MF 
".deps/mtn-option.Tpo" -c -o mtn-option.o `test -f 'option.cc' || echo 
'./'`option.cc; \
        then mv -f ".deps/mtn-option.Tpo" ".deps/mtn-option.Po"; else rm -f 
".deps/mtn-option.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-options.o -MD -MP -MF 
".deps/mtn-options.Tpo" -c -o mtn-options.o `test -f 'options.cc' || echo 
'./'`options.cc; \
        then mv -f ".deps/mtn-options.Tpo" ".deps/mtn-options.Po"; else rm -f 
".deps/mtn-options.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-specialized_lexical_cast.o 
-MD -MP -MF ".deps/mtn-specialized_lexical_cast.Tpo" -c -o 
mtn-specialized_lexical_cast.o `test -f 'specialized_lexical_cast.cc' || echo 
'./'`specialized_lexical_cast.cc; \
        then mv -f ".deps/mtn-specialized_lexical_cast.Tpo" 
".deps/mtn-specialized_lexical_cast.Po"; else rm -f 
".deps/mtn-specialized_lexical_cast.Tpo"; exit 1; fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-monotone.o -MD -MP -MF 
".deps/mtn-monotone.Tpo" -c -o mtn-monotone.o `test -f 'monotone.cc' || echo 
'./'`monotone.cc; \
        then mv -f ".deps/mtn-monotone.Tpo" ".deps/mtn-monotone.Po"; else rm -f 
".deps/mtn-monotone.Tpo"; exit 1; fi
monotone.cc: In function 'int cpp_main(int, char**)':
monotone.cc:288: error: call of overloaded 'join_words(std::vector<utf8, 
std::allocator<utf8> >)' is ambiguous
simplestring_xform.hh:64: note: candidates are: T2 join_words(const T1<T2>&, 
const std::string&) [with T1 = std::vector, T2 = utf8]
simplestring_xform.hh:70: note:                 T2 join_words(const T1<T2, 
T3>&, const std::string&) [with T1 = std::vector, T2 = utf8, T3 = 
std::allocator<utf8>]
make[2]: *** [mtn-monotone.o] Error 1
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION   -g -O0 
-Wall -W -Wno-unused -fno-strict-aliasing -MT unix/mtn-main.o -MD -MP -MF 
"unix/.deps/mtn-main.Tpo" -c -o unix/mtn-main.o `test -f 'unix/main.cc' || echo 
'./'`unix/main.cc; \
        then mv -f "unix/.deps/mtn-main.Tpo" "unix/.deps/mtn-main.Po"; else rm 
-f "unix/.deps/mtn-main.Tpo"; exit 1; fi
./txt2c  --no-static std_hooks.lua std_hooks >std_hooks.c.tmp
cmp -s std_hooks.c.tmp std_hooks.c || mv -f std_hooks.c.tmp std_hooks.c
rm -f std_hooks.c.tmp
if gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DTEMP_STORE=1 -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION 
-DSQLITE_OMIT_CURSOR -DSQLITE_OMIT_LOAD_EXTENSION -DTHREADSAFE=0 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1   -g -O0 -fno-strict-aliasing -fexceptions -MT 
mtn-std_hooks.o -MD -MP -MF ".deps/mtn-std_hooks.Tpo" -c -o mtn-std_hooks.o 
`test -f 'std_hooks.c' || echo './'`std_hooks.c; \
        then mv -f ".deps/mtn-std_hooks.Tpo" ".deps/mtn-std_hooks.Po"; else rm 
-f ".deps/mtn-std_hooks.Tpo"; exit 1; fi
std_hooks.c:6: warning: 'std_hooks_constant' initialized and declared 'extern'
./txt2c  --no-static schema.sql schema >schema.c.tmp
cmp -s schema.c.tmp schema.c || mv -f schema.c.tmp schema.c
rm -f schema.c.tmp
if gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  
-I./lua -I./sqlite   -DTEMP_STORE=1 -DNDEBUG -DBOOST_DISABLE_THREADS 
-DBOOST_SP_DISABLE_THREADS -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION 
-DSQLITE_OMIT_CURSOR -DSQLITE_OMIT_LOAD_EXTENSION -DTHREADSAFE=0 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1   -g -O0 -fno-strict-aliasing -fexceptions -MT 
mtn-schema.o -MD -MP -MF ".deps/mtn-schema.Tpo" -c -o mtn-schema.o `test -f 
'schema.c' || echo './'`schema.c; \
        then mv -f ".deps/mtn-schema.Tpo" ".deps/mtn-schema.Po"; else rm -f 
".deps/mtn-schema.Tpo"; exit 1; fi
schema.c:6: warning: 'schema_constant' initialized and declared 'extern'
if [ "`cd \".\"; pwd`" = "`pwd`" -a -f ./monotone.texi ]; then :; else \
                cp -r ./figures .; \
                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
make[2]: Target `all-am' not remade because of errors.
make[2]: Leaving directory 
`/home/levitte/monotonework/off.net/monotone/monotone'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/levitte/monotonework/off.net/monotone/monotone'
make: *** [all] Error 2

Compilation exited abnormally with code 2 at Sat Jun 16 19:08:30

Cheers,
Richard

-- 
Richard Levitte                         address@hidden
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]