monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] build failure of 0.36 release on linux


From: Joe Brenner
Subject: [Monotone-devel] build failure of 0.36 release on linux
Date: Fri, 03 Aug 2007 14:57:17 -0700

I'm seeing a build failure of the 0.36 code.

I'm on a Gnu/Linux box, with an AMD64 architecture (dual core
opteron) running Kubuntu (dapper):

[...]

g++ -DLOCALEDIR=\"/usr/local/monotone/monotone-0.36/share/locale\" 
-DHAVE_CONFIG_H -I.  -I./lua     -g -O2 -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
mv -f .deps/mtn-cmd_netsync.Tpo .deps/mtn-cmd_netsync.Po
g++ -DLOCALEDIR=\"/usr/local/monotone/monotone-0.36/share/locale\" 
-DHAVE_CONFIG_H -I.  -I./lua     -g -O2 -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
hybrid_map.hh: In constructor ‘hybrid_map<Key, 
Val>::const_iterator::const_iterator(const hybrid_map<Key, Val>*, const 
typename std::map<Key, Val, std::less<_Key>, std::allocator<std::pair<const 
_Key, _Tp> > >::const_iterator&) [with Key = unsigned int, Val = 
boost::shared_ptr<node>]’:
hybrid_map.hh:190:   instantiated from ‘hybrid_map<Key, Val>::const_iterator 
hybrid_map<Key, Val>::begin() const [with Key = unsigned int, Val = 
boost::shared_ptr<node>]â
cmd_list.cc:376:   instantiated from here
hybrid_map.hh:119: error: no matching function for call to 
‘Internal::hashtable_iterator<std::pair<const unsigned int, 
boost::shared_ptr<node> >, true, false>::hashtable_iterator()â
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/tr1/hashtable:237:
 note: candidates are: Internal::hashtable_iterator<Value, is_const, 
cache>::hashtable_iterator(const Internal::hashtable_iterator<Value, false, 
cache>&) [with Value = std::pair<const unsigned int, boost::shared_ptr<node> >, 
bool is_const = true, bool cache = false]
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/tr1/hashtable:235:
 note:                 Internal::hashtable_iterator<Value, is_const, 
cache>::hashtable_iterator(Internal::hash_node<Value, cache>**) [with Value = 
std::pair<const unsigned int, boost::shared_ptr<node> >, bool is_const = true, 
bool cache = false]
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/tr1/hashtable:233:
 note:                 Internal::hashtable_iterator<Value, is_const, 
cache>::hashtable_iterator(Internal::hash_node<Value, cache>*, 
Internal::hash_node<Value, cache>**) [with Value = std::pair<const unsigned 
int, boost::shared_ptr<node> >, bool is_const = true, bool cache = false]
/usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/tr1/hashtable:226:
 note:                 Internal::hashtable_iterator<std::pair<const unsigned 
int, boost::shared_ptr<node> >, true, false>::hashtable_iterator(const 
Internal::hashtable_iterator<std::pair<const unsigned int, 
boost::shared_ptr<node> >, true, false>&)
make[2]: *** [mtn-cmd_list.o] Error 1
make[2]: Leaving directory `/home/doom/End/Slot/Monotone/monotone-0.36'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/doom/End/Slot/Monotone/monotone-0.36'
make: *** [all] Error 2
address@hidden:~/End/Slot/Monotone/monotone-0.36$


I'm pretty sure I have libboost 1.31.1 installed (and "configure"
doesn't complain about it).  The installed packages with names
matching "libboost" are:

  libboost-date-time1.33.1
  libboost-date-time-dev
  libboost-dev
  libboost-doc
  libboost-filesystem1.33.1
  libboost-filesystem-dev
  libboost-graph-dev
  libboost-iostreams1.33.1
  libboost-iostreams-dev
  libboost-program-options1.33.1
  libboost-program-options-dev
  libboost-python1.33.1
  libboost-python-dev
  libboost-regex1.33.1
  libboost-regex-dev
  libboost-serialization-dev
  libboost-signals1.33.1
  libboost-signals-dev
  libboost-test1.33.1
  libboost-test-dev
  libboost-thread1.33.1
  libboost-thread-dev
  libboost-wave-dev

Let me know if any other information would be of use.





reply via email to

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