Closed jeffi closed 10 years ago
Could you share explicit instructions for "I manually downloaded the archive-contents file and placed it in the right spot"? I'm a newbie to the use of Marmalade and would like to work-around this issue on my Aquamacs 2.5 installation.
I can confirm this is an issue for me too (emacs23.4+1 on Debian). Running the following takes care of it:
find ~ -path "*/archives/marmalade/archive-contents" -exec perl -i.bak -pe 's/201203310931/20120331/' {} \;
this may be fixed now with new marmalade? please try and let me know.
I still see the issue as of today:
~ # ll ~/.emacs.d/elpa/archives/marmalade/archive-contents -rw-r--r-- 1 seb seb 102K Jun 4 10:22 /home/seb/.emacs.d/elpa/archives/marmalade/archive-contents ~ # grep 201203310931 ~/.emacs.d/elpa/archives/marmalade/archive-contents [(201203310931)
Hopefully this is fixed now. Marmalade got pretty stable I hope.
The string 01203310931 is still in ~/.emacs.d/elpa/archives/marmalade/archive-contents after today's upgrade, but emacs (24.3+1) doesn't choke on it anymore. So, I'd say this is fixed, although I'm not exactly sure how :)
When attempting installing the marmalade repo, 'package.el' repeatedly issued the message:
Having no such problem with the "gnu" repo, I manually downloaded the archive-contents file and placed it in the right spot. Package.el then gave the message:
This problem was then fixed by editing the marmalade archive-contents and replacing "201203310931" with "20120331" which was the version number attached to the "groovy-mode" package.
I'm using Aquamacs 2.5 if that helps.