Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing package #1986

Closed
svalaskevicius opened this issue Jun 14, 2015 · 7 comments
Closed

missing package #1986

svalaskevicius opened this issue Jun 14, 2015 · 7 comments

Comments

@svalaskevicius
Copy link

after an upgrade I get this error: Package php-extras is unavailable. Is the package name misspelled?

it looks like its only available in marmalade repo, but its not available and is only added like this:

 26   ;; Emacs 24.3 and above ships with python.el but in some Emacs 24.3.1 packages
 27   ;; for Ubuntu, python.el seems to be missing.
 28   ;; This hack adds marmalade repository for this case only.
 29   (unless (or (package-installed-p 'python) (version< emacs-version "24.3"))
 30     (add-to-list 'package-archives
 31                  '("marmalade" . "http://marmalade-repo.org/packages/")))

a) is there a quick way to enable it from user's spacemacs config?
b) wouldn't it be better to enable it for all cases? (not sure whats the reason its disabled in non python case)

@lufeihaidao
Copy link

Same problem

@CestDiego
Copy link
Contributor

same , even though I'm using Emacs 24.5 Thing is it's a package that is not in melpa but marmalade, nad doesn't get loaded.

@syl20bnr
Copy link
Owner

I'm not for mixing too much repositories since it can lead to issues, and I don't want to use the pinning functionality in spacemacs either. Since php-mode is on MELPA then php-extras should be on MELPA too if we want it to be in spacemacs layer.

I won't add marmalade or MELPA stable in spacemacs.

@CestDiego
Copy link
Contributor

Then shall we take php-extras out of the layer or submit ask the mantainer to submit it to MELPA?

@syl20bnr
Copy link
Owner

I would go for increasing MELPA coverage :-)

@madand
Copy link
Contributor

madand commented Jul 1, 2015

This issue is a duplicate of #1314

stormpat added a commit to stormpat/spacemacs that referenced this issue Aug 12, 2015
The php-extras package is not available on elpa. I suggest we remove it
for now, and add it when/if its available on elpa. Closes syl20bnr#1986 syl20bnr#2503
syl20bnr#1314
syl20bnr pushed a commit that referenced this issue Aug 13, 2015
The php-extras package is not available on elpa. I suggest we remove it
for now, and add it when/if its available on elpa. Closes #1986 #2503
#1314
bmag pushed a commit to bmag/spacemacs that referenced this issue Aug 13, 2015
The php-extras package is not available on elpa. I suggest we remove it
for now, and add it when/if its available on elpa. Closes syl20bnr#1986 syl20bnr#2503
syl20bnr#1314
@StreakyCobra
Copy link
Contributor

This is an old issue, duplicate of #1314 that has been fixed both in master and develop. I'm closing it, but feel free to open a new issue in case of troubles ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants