emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Melpa crashed?
@ 2016-02-19 14:11 童俊翔
  2016-02-19 15:05 ` Josiah Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: 童俊翔 @ 2016-02-19 14:11 UTC (permalink / raw)
  To: Org mode

I’m trying to install packages with melpa, the result is 


error in process filter: Error retrieving: https://melpa.org/packagesarchive-contents (error http 404) [2 times]

What’s the problem?

Thank you!


Junxiang

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

* Re: Melpa crashed?
  2016-02-19 14:11 Melpa crashed? 童俊翔
@ 2016-02-19 15:05 ` Josiah Schwab
  2016-02-19 16:29   ` 童俊翔
  0 siblings, 1 reply; 5+ messages in thread
From: Josiah Schwab @ 2016-02-19 15:05 UTC (permalink / raw)
  To: 童俊翔; +Cc: Org mode

Hello Junxiang,

On 19 February 2016 at 06:11 PST, 童俊翔 wrote:

> error in process filter: Error retrieving: https://melpa.org/packagesarchive-contents (error http 404) [2 times]
>
> What’s the problem?

This suggests to me that you forgot the final slash in the MELPA URL.

Does your configuration match https://github.com/melpa/melpa#usage ?

Best,
Josiah

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

* Re: Melpa crashed?
  2016-02-19 15:05 ` Josiah Schwab
@ 2016-02-19 16:29   ` 童俊翔
  2016-02-19 16:49     ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: 童俊翔 @ 2016-02-19 16:29 UTC (permalink / raw)
  To: Josiah Schwab; +Cc: Org mode

[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]


Yes, my configuration is the same as https://github.com/melpa/melpa#usage <https://github.com/melpa/melpa#usage>



For information about GNU Emacs and the GNU system, type C-h C-a.
Opening TLS connection to ‘melpa.org’...
Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 melpa.org’...failed
Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 melpa.org --protocols ssl3’...failed
Opening TLS connection with ‘openssl s_client -connect melpa.org:443 -no_ssl2 -ign_eof’...
error in process sentinel: Error retrieving: http://elpa.gnu.org/packages/archive-contents (error connection-failed "failed with code 22
" :host "elpa.gnu.org" :service 80)
error in process sentinel: Error retrieving: http://elpa.gnu.org/packages/archive-contents (error connection-failed "failed with code 22
" :host "elpa.gnu.org" :service 80)
Opening TLS connection with ‘openssl s_client -connect melpa.org:443 -no_ssl2 -ign_eof’...done
Opening TLS connection to ‘melpa.org’...done
Mark saved where search started
Package refresh done
Install package ‘org-20160215’? (y or n) y
Package menu: Operation started [Installing 1]
Saving file /Users/mac/.emacs...
Wrote /Users/mac/.emacs [2 times]
Contacting host: elpa.gnu.org:80
Parsing tar file...done
cl--assertion-failed: Assertion failed: (or (= (buffer-size tar-data-buffer) (buffer-size)) (eq tar-data-swapped (> (buffer-size tar-data-buffer) (buffer-size))))





It seems that I can not connect to elpa, although I can connect melpa, I still can not install packages through melpa.

What’s the problem?











> On 19 Feb 2016, at 23:05, Josiah Schwab <jschwab@gmail.com> wrote:
> 
> Hello Junxiang,
> 
> On 19 February 2016 at 06:11 PST, 童俊翔 wrote:
> 
>> error in process filter: Error retrieving: https://melpa.org/packagesarchive-contents (error http 404) [2 times]
>> 
>> What’s the problem?
> 
> This suggests to me that you forgot the final slash in the MELPA URL.
> 
> Does your configuration match https://github.com/melpa/melpa#usage ?
> 
> Best,
> Josiah


[-- Attachment #2: Type: text/html, Size: 4440 bytes --]

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

* Re: Melpa crashed?
  2016-02-19 16:29   ` 童俊翔
@ 2016-02-19 16:49     ` Nick Dokos
  2016-02-19 19:09       ` Will O'Brien
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2016-02-19 16:49 UTC (permalink / raw)
  To: emacs-orgmode

童俊翔 <tongjunxiang@gmail.com> writes:

> Yes, my configuration is the same as https://github.com/melpa/melpa#usage
>
> For information about GNU Emacs and the GNU system, type C-h C-a.
> Opening TLS connection to ‘melpa.org’...
> Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 melpa.org’...failed
> Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 melpa.org --protocols ssl3’...failed
> Opening TLS connection with ‘openssl s_client -connect melpa.org:443 -no_ssl2 -ign_eof’...
> error in process sentinel: Error retrieving: http://elpa.gnu.org/packages/archive-contents (error connection-failed
> "failed with code 22
> " :host "elpa.gnu.org" :service 80)
> error in process sentinel: Error retrieving: http://elpa.gnu.org/packages/archive-contents (error connection-failed
> "failed with code 22
> " :host "elpa.gnu.org" :service 80)
> Opening TLS connection with ‘openssl s_client -connect melpa.org:443 -no_ssl2 -ign_eof’...done
> Opening TLS connection to ‘melpa.org’...done
> Mark saved where search started
> Package refresh done
> Install package ‘org-20160215’? (y or n) y
> Package menu: Operation started [Installing 1]
> Saving file /Users/mac/.emacs...
> Wrote /Users/mac/.emacs [2 times]
> Contacting host: elpa.gnu.org:80
> Parsing tar file...done
> cl--assertion-failed: Assertion failed: (or (= (buffer-size tar-data-buffer) (buffer-size)) (eq tar-data-swapped (>
> (buffer-size tar-data-buffer) (buffer-size))))
>
> It seems that I can not connect to elpa, although I can connect melpa, I still can not install packages through
> melpa.
>
> What’s the problem?
>
>     On 19 Feb 2016, at 23:05, Josiah Schwab <jschwab@gmail.com> wrote:
>    
>     Hello Junxiang,
>    
>     On 19 February 2016 at 06:11 PST, 童俊翔 wrote:
>
>         error in process filter: Error retrieving: https://melpa.org/packagesarchive-contents (error http 404) [2
>         times]

What Josiah Schwab pointed out is that this URL

    https://melpa.org/packagesarchive-contents

looks wrong. It should look like this:

    https://melpa.org/packages/archive-contents

                              ^---Note the slash
                              
so his suggestion is that wherever you configured this, you probably typed

    https://melpa.org/packages

but you should have typed

    https://melpa.org/packages/

instead.

>        
>         What’s the problem?
>
>     This suggests to me that you forgot the final slash in the MELPA URL.
>    
>     Does your configuration match https://github.com/melpa/melpa#usage ?
>    
>     Best,
>     Josiah

--
Nick

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

* Re: Melpa crashed?
  2016-02-19 16:49     ` Nick Dokos
@ 2016-02-19 19:09       ` Will O'Brien
  0 siblings, 0 replies; 5+ messages in thread
From: Will O'Brien @ 2016-02-19 19:09 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 2986 bytes --]

On 19 Feb 2016 16:55, "Nick Dokos" <ndokos@gmail.com> wrote:
>
> 童俊翔 <tongjunxiang@gmail.com> writes:
>
> > Yes, my configuration is the same as
https://github.com/melpa/melpa#usage
> >
> > For information about GNU Emacs and the GNU system, type C-h C-a.
> > Opening TLS connection to ‘melpa.org’...
> > Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443
melpa.org’...failed
> > Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443
melpa.org --protocols ssl3’...failed
> > Opening TLS connection with ‘openssl s_client -connect melpa.org:443
-no_ssl2 -ign_eof’...
> > error in process sentinel: Error retrieving:
http://elpa.gnu.org/packages/archive-contents (error connection-failed
> > "failed with code 22
> > " :host "elpa.gnu.org" :service 80)
> > error in process sentinel: Error retrieving:
http://elpa.gnu.org/packages/archive-contents (error connection-failed
> > "failed with code 22
> > " :host "elpa.gnu.org" :service 80)
> > Opening TLS connection with ‘openssl s_client -connect melpa.org:443
-no_ssl2 -ign_eof’...done
> > Opening TLS connection to ‘melpa.org’...done
> > Mark saved where search started
> > Package refresh done
> > Install package ‘org-20160215’? (y or n) y
> > Package menu: Operation started [Installing 1]
> > Saving file /Users/mac/.emacs...
> > Wrote /Users/mac/.emacs [2 times]
> > Contacting host: elpa.gnu.org:80
> > Parsing tar file...done
> > cl--assertion-failed: Assertion failed: (or (= (buffer-size
tar-data-buffer) (buffer-size)) (eq tar-data-swapped (>
> > (buffer-size tar-data-buffer) (buffer-size))))
> >
> > It seems that I can not connect to elpa, although I can connect melpa,
I still can not install packages through
> > melpa.
> >
> > What’s the problem?
> >
> >     On 19 Feb 2016, at 23:05, Josiah Schwab <jschwab@gmail.com> wrote:
> >
> >     Hello Junxiang,
> >
> >     On 19 February 2016 at 06:11 PST, 童俊翔 wrote:
> >
> >         error in process filter: Error retrieving:
https://melpa.org/packagesarchive-contents (error http 404) [2
> >         times]
>
> What Josiah Schwab pointed out is that this URL
>
>     https://melpa.org/packagesarchive-contents
>
> looks wrong. It should look like this:
>
>     https://melpa.org/packages/archive-contents
>
>                               ^---Note the slash
>
> so his suggestion is that wherever you configured this, you probably typed
>
>     https://melpa.org/packages
>
> but you should have typed
>
>     https://melpa.org/packages/
>
> instead.

It's elpa.gnu.org which is the problem, not melpa, this is causing a
problem for me too today. Anyone know if this is a planned outage or if
there is anyone to contact about this?

It seems that let-alist is only available from the GNU site -- are there
any mirrors? A quick google doesn't turn much up (but I'm very short
sighted with Google results).

Many thanks,

Will

[-- Attachment #2: Type: text/html, Size: 4619 bytes --]

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

end of thread, other threads:[~2016-02-19 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-19 14:11 Melpa crashed? 童俊翔
2016-02-19 15:05 ` Josiah Schwab
2016-02-19 16:29   ` 童俊翔
2016-02-19 16:49     ` Nick Dokos
2016-02-19 19:09       ` Will O'Brien

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