monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Cannot pull from server


From: Lorenzo Campedelli
Subject: [Monotone-devel] Cannot pull from server
Date: Sat, 07 Aug 2004 17:31:42 +0200
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040803)

Hello,

trying to pull from a client database I get a failure:

monotone --key="" --db=../DBASim80.db pull rmdh91.homedomain.org main
monotone: warning: doing anonymous pull
monotone: rebuilding merkle trees for collection main
monotone: connecting to rmdh91.homedomain.org
monotone: discarding debug log
monotone: fatal: std::runtime_error: trapped network exception: failed to connect: No route to host


This happens on a RH9 box, both with the official binary monotone.bz2
and with a self-compiled one.
By the way, to compile it against boost 1.30.2 I had to change
line 52 of sanity.cc as follows:
--- start patch ---
--- sanity.cc.orig      2004-08-01 00:37:19.000000000 +0200
+++ sanity.cc   2004-08-07 17:03:39.000000000 +0200
@@ -49,7 +49,7 @@
        ui.inform("failed to write debugging log to " + filename + "\n");
     }
   else
-    ui.inform("discarding debug log\n");
+    ui.inform((string)"discarding debug log\n");
 }

 void
--- end patch ---

Is boost 1.30.2 no more supported ?

Regards,
Lorenzo





reply via email to

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