Im very new to monotone, i just emerged v0.23 to try and pull down the
openembedded build system, instructions are at
http://oe.handhelds.org/cgi-bin/moin.cgi/GettingStarted
It notes;
"If you are compiling from source, make sure you use -fno-omit-frame-pointer and
-fno-strict-aliasing; if you don't, monotone will not be able to connect to any
repository because the cryptography library will be miscompiled [verified with
monotone 0.19 and gcc 3.4.4 and 4.0.1]"
Gentoo currently only sets -fno-strict-aliasing, and indeed i did have
connection problems.
I added -fno-omit-frame-pointer to the append-flags command, deleted the
Manifest file, re-emerged and now its connected and started to sync.
So i have verified this connection problem and solution, i recommend the flag be
added to the monotone build.
Reproducible: Always
Steps to Reproduce: