nicferrier / marmalade

Nic's clone of nex3's original marmalade. Nic is maintaining this now and updating this repo.
http://marmalade-repo.org
GNU General Public License v3.0
32 stars 8 forks source link

<name>.el required in multi-file packages? #63

Closed larsbrinkhoff closed 10 years ago

larsbrinkhoff commented 10 years ago

I tried to upload a multi-package emacs-cl-0.5.tar to marmalade, but it failed with the error message

500 Error: ENOENT, no such file or directory '/tmp/marmalade.6EBWNI6iut/emacs-cl-0.5/emacs-cl.el'

My tarball does not include any emacs-cl.el file, but then, according to my reading of the documentation, it shouldn't be required.

nicferrier commented 10 years ago

The documentation is horribly poor. Have you tried loading it with:

M-x package-install-file [RET] your-filename [RET]

and seeing what happens? if that uploads it ok then new marmalade should do so as well.

larsbrinkhoff commented 10 years ago

I tried this in Emacs 24.3, and it seemed to work fine.

larsbrinkhoff commented 10 years ago

Tried it in Marmalade now too, and it worked.

nicferrier commented 10 years ago

yay!