From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: Re: problems cloning the org mode git repo Date: Wed, 19 Mar 2008 13:52:47 +0100 Message-ID: <3d6808890803190552g4255a72ei684ef73300c0fa7b@mail.gmail.com> References: <47DFEAED.6040903@yahoo.com> <3d6808890803181201l2839b87fhf421624b37189f60@mail.gmail.com> <87y78fddad.fsf@gollum.intra.norang.ca> <3d6808890803181256w1809fb9ao95780c905e76b854@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jbxmj-0002SS-QF for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 08:52:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbxmj-0002S9-F9 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 08:52:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbxmj-0002S6-48 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 08:52:49 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jbxmi-0002ZH-38 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 08:52:48 -0400 Received: by fg-out-1718.google.com with SMTP id d23so457148fga.30 for ; Wed, 19 Mar 2008 05:52:47 -0700 (PDT) In-Reply-To: Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Tried it at home. seems to be an issue with the corporate firewall. Tim. On 19/03/2008, Manish wrote: > On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: > > Still broken for me. > > > > /tmp>git clone git://repo.or.cz/org-mode.git > > Initialized empty Git repository in /tmp/org-mode/.git/ > > repo.or.cz[0: 62.24.64.27]: errno=Connection timed out > > fatal: unable to connect a socket (Connection timed out) > > fetch-pack from 'git://repo.or.cz/org-mode.git' failed. > > > > Tim. > > > > > lappy:~/elisp/org-mode $ uname -a > CYGWIN_NT-5.1 326001553L 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin > > lappy:~/elisp/org-mode $ date > Wed Mar 19 17:43:15 IST 2008 > > lappy:~/elisp/org-mode $ git pull > remote: Counting objects: 51, done. > remote: Compressing objecremote: ts: 100% (20/20), done. > remote: Total 43 (delta 26), reused 40 (delta 23) > Unpacking objects: 100% (43/43), done. > From git://repo.or.cz/org-mode > 96e02e3..07ced08 master -> origin/master > Updating 96e02e3..07ced08 > Fast forward > ChangeLog | 52 + > Makefile | 3 +- > ORGWEBPAGE/tmp/faq.html | 663 ------------- > ORGWEBPAGE/tmp/index.html | 420 -------- > ORGWEBPAGE/tmp/qanda.html | 449 --------- > ORGWEBPAGE/tmp/survey.html | 2169 ----------------------------------------- > ORGWEBPAGE/tmp/todo.html | 965 ------------------ > ORGWEBPAGE/tmp/tutorials.html | 21 - > org-bbdb.el | 94 ++ > org-gnus.el | 127 +++ > org-info.el | 79 ++ > org-mhe.el | 211 ++++ > org-rmail.el | 107 ++ > org-vm.el | 129 +++ > org-wl.el | 117 +++ > org.el | 598 ++---------- > 16 files changed, 1003 insertions(+), 5201 deletions(-) > delete mode 100644 ORGWEBPAGE/tmp/faq.html > delete mode 100644 ORGWEBPAGE/tmp/index.html > delete mode 100644 ORGWEBPAGE/tmp/qanda.html > delete mode 100644 ORGWEBPAGE/tmp/survey.html > delete mode 100644 ORGWEBPAGE/tmp/todo.html > delete mode 100644 ORGWEBPAGE/tmp/tutorials.html > create mode 100644 org-bbdb.el > create mode 100644 org-gnus.el > create mode 100644 org-info.el > create mode 100644 org-mhe.el > create mode 100644 org-rmail.el > create mode 100644 org-vm.el > create mode 100644 org-wl.el > > lappy:~/elisp/org-mode $ make > emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" > -f batch-byte-compile org.el > > In end of data: > org.el:28646:1:Warning: the following functions might not be defined at > runtime: calendar-forward-day, parse-time-string, calendar-goto-date, > calendar-goto-today, calendar-iso-date-string, > calendar-julian-date-string, calendar-astro-date-string, > calendar-hebrew-date-string, calendar-islamic-date-string, > calendar-french-date-string, calendar-bahai-date-string, > calendar-mayan-date-string, calendar-coptic-date-string, > calendar-ethiopic-date-string, calendar-persian-date-string, > calendar-chinese-date-string > org.el:28646:1:Warning: the following functions are not known to be defined: > add-local-hook, table--at-cell-p, dired-get-filename, mouse-set-point, > org-gnus-follow-link, bibtex-generate-autokey, bibtex-beginning-of-entry, > bibtex-parse-entry, bibtex-url, remember-finalize, remember, > remember-buffer-desc, add-to-diary-list, cdlatex-tab, clear-image-cache, > org-export-latex-cleaned-string, speedbar-line-directory > Wrote /home/zms/elisp/org-mode/org.elc > emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" > -f batch-byte-compile org-bbdb.el > > In end of data: > org-bbdb.el:95:1:Warning: the following functions are not known to be defined: > bbdb-record-name, bbdb-current-record, bbdb-record-getprop, bbdb-name, > bbdb-company, bbdb > > [ snipped lots of compile lines] > > Generating autoloads for org-wl.el...done > Generating autoloads for org-install.el... > Generating autoloads for org-install.el...done > Wrote /home/zms/elisp/org-mode/org-install.el > emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") > (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))" > -f batch-byte-compile org-install.el > Wrote /home/zms/elisp/org-mode/org-install.elc > > Everything seems fine here. > > > -- Manish >