emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Trouble compiling
@ 2011-07-27  9:18 Avery Chan
  2011-07-27 16:22 ` Bastien
  2011-07-27 20:02 ` Marc-Oliver Ihm
  0 siblings, 2 replies; 4+ messages in thread
From: Avery Chan @ 2011-07-27  9:18 UTC (permalink / raw)
  To: emacs-orgmode

To whom it may concern,

I am trying to load orgmode via the emacs-starter kit. Following the  
instructions, I did the following:

   508  cp -R emacs-starter-kit ~/.emacs.d
   509  cd /Users/avery/.emacs.d
   511  git submodule init
   515  git submodule update

The update procedure failed with the following output:

Cloning into src/org...
error: Unable to get pack file http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack
transfer closed with 49103369 bytes remaining to read
error: Unable to find db094c320412204a990668024f88eef00d307a44 under http://orgmode.org/org-mode.git
Cannot obtain needed object db094c320412204a990668024f88eef00d307a44
error: Fetch failed.
Clone of 'http://orgmode.org/org-mode.git' into submodule path 'src/ 
org' failed

Is there a way for me to fix this? I suspect that it is a  
configuration issue since when I tried the URL I got a 403.

Thanks!

Avery

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Trouble compiling
  2011-07-27  9:18 Trouble compiling Avery Chan
@ 2011-07-27 16:22 ` Bastien
  2011-07-27 20:02 ` Marc-Oliver Ihm
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2011-07-27 16:22 UTC (permalink / raw)
  To: Avery Chan; +Cc: emacs-orgmode

Avery Chan <misteravery@gmail.com> writes:

> Cloning into src/org...
> error: Unable to get pack file
> http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack

This URL works okay for me.

> transfer closed with 49103369 bytes remaining to read
> error: Unable to find db094c320412204a990668024f88eef00d307a44 under http://orgmode.org/org-mode.git
> Cannot obtain needed object db094c320412204a990668024f88eef00d307a44
> error: Fetch failed.
> Clone of 'http://orgmode.org/org-mode.git' into submodule path 'src/org'
> failed
>
> Is there a way for me to fix this? I suspect that it is a configuration
> issue since when I tried the URL I got a 403.

Sorry I can't help further.  Hope someone will jump in.

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Trouble compiling
  2011-07-27  9:18 Trouble compiling Avery Chan
  2011-07-27 16:22 ` Bastien
@ 2011-07-27 20:02 ` Marc-Oliver Ihm
  2011-07-28  8:09   ` Avery Chan
  1 sibling, 1 reply; 4+ messages in thread
From: Marc-Oliver Ihm @ 2011-07-27 20:02 UTC (permalink / raw)
  To: Avery Chan; +Cc: emacs-orgmode

On 27.07.2011 11:18, Avery Chan wrote:
> To whom it may concern,
>
> I am trying to load orgmode via the emacs-starter kit. Following the
> instructions, I did the following:
>
> 508 cp -R emacs-starter-kit ~/.emacs.d
> 509 cd /Users/avery/.emacs.d
> 511 git submodule init
> 515 git submodule update
>
> The update procedure failed with the following output:
>
> Cloning into src/org...
> error: Unable to get pack file
> http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack
>
> transfer closed with 49103369 bytes remaining to read
> error: Unable to find db094c320412204a990668024f88eef00d307a44 under
> http://orgmode.org/org-mode.git
> Cannot obtain needed object db094c320412204a990668024f88eef00d307a44
> error: Fetch failed.
> Clone of 'http://orgmode.org/org-mode.git' into submodule path 'src/org'
> failed
>
> Is there a way for me to fix this? I suspect that it is a configuration
> issue since when I tried the URL I got a 403.
>
> Thanks!
>
> Avery
>
>
Hi !
Just try to download this with my browser, and it worked Okay for my. 
Maybe you hav become victim of a network glitch ? In which case a retry 
would help (if you not already have done this)
regards, Marc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Trouble compiling
  2011-07-27 20:02 ` Marc-Oliver Ihm
@ 2011-07-28  8:09   ` Avery Chan
  0 siblings, 0 replies; 4+ messages in thread
From: Avery Chan @ 2011-07-28  8:09 UTC (permalink / raw)
  To: Marc-Oliver Ihm; +Cc: emacs-orgmode

That's unfortunate. I /am/ in China; sounds like the Great Firewall  
might be at work. Thanks for the input...

Avery


On Jul 28, 2011, at 4:02 AM, Marc-Oliver Ihm wrote:

> On 27.07.2011 11:18, Avery Chan wrote:
>> To whom it may concern,
>>
>> I am trying to load orgmode via the emacs-starter kit. Following the
>> instructions, I did the following:
>>
>> 508 cp -R emacs-starter-kit ~/.emacs.d
>> 509 cd /Users/avery/.emacs.d
>> 511 git submodule init
>> 515 git submodule update
>>
>> The update procedure failed with the following output:
>>
>> Cloning into src/org...
>> error: Unable to get pack file
>> http://orgmode.org/org-mode.git/objects/pack/pack-beb4230c6615129746e9adfd39b5a38d78a4c191.pack
>>
>> transfer closed with 49103369 bytes remaining to read
>> error: Unable to find db094c320412204a990668024f88eef00d307a44 under
>> http://orgmode.org/org-mode.git
>> Cannot obtain needed object db094c320412204a990668024f88eef00d307a44
>> error: Fetch failed.
>> Clone of 'http://orgmode.org/org-mode.git' into submodule path 'src/ 
>> org'
>> failed
>>
>> Is there a way for me to fix this? I suspect that it is a  
>> configuration
>> issue since when I tried the URL I got a 403.
>>
>> Thanks!
>>
>> Avery
>>
>>
> Hi !
> Just try to download this with my browser, and it worked Okay for  
> my. Maybe you hav become victim of a network glitch ? In which case  
> a retry would help (if you not already have done this)
> regards, Marc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-28  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-27  9:18 Trouble compiling Avery Chan
2011-07-27 16:22 ` Bastien
2011-07-27 20:02 ` Marc-Oliver Ihm
2011-07-28  8:09   ` Avery Chan

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).