emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manish <mailtomanish.sharma@gmail.com>
To: Tim O'Callaghan <tim.ocallaghan@gmail.com>
Cc: Emacs-orgmode@gnu.org
Subject: Re: Re: problems cloning the org mode git repo
Date: Wed, 19 Mar 2008 17:46:15 +0530	[thread overview]
Message-ID: <e7cdbe30803190516k3bca68a3j7bd3457f1196962e@mail.gmail.com> (raw)
In-Reply-To: <3d6808890803181256w1809fb9ao95780c905e76b854@mail.gmail.com>

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

  parent reply	other threads:[~2008-03-19 12:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-18 16:16 problems cloning the org mode git repo Jose Robins
2008-03-18 19:01 ` Tim O'Callaghan
2008-03-18 19:48   ` Bernt Hansen
2008-03-18 19:56     ` Tim O'Callaghan
2008-03-18 20:18       ` Bernt Hansen
2008-03-18 21:09         ` Bernt Hansen
2008-03-20 13:12           ` Detlef Steuer
2008-03-20 15:51             ` Bernt Hansen
2008-03-19 12:16       ` Manish [this message]
2008-03-19 12:52         ` Tim O'Callaghan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7cdbe30803190516k3bca68a3j7bd3457f1196962e@mail.gmail.com \
    --to=mailtomanish.sharma@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    --cc=tim.ocallaghan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).