Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184920 - app-emacs/emms-3.0 version bump
Summary: app-emacs/emms-3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Emacs project
URL: http://www.gnu.org/software/emms/
Whiteboard:
Keywords:
Depends on:
Blocks: 174469
  Show dependency tree
 
Reported: 2007-07-11 04:03 UTC by Timothy Stotts
Modified: 2007-07-11 22:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Stotts 2007-07-11 04:03:53 UTC
New major version released upstream. Please bump.


Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2007-07-11 11:40:05 UTC
emms-3.0 looks o.k. with Emacs 22. However, with Emacs 21 I get:

>>> Compiling source in /var/tmp/portage/app-emacs/emms-3.0/work/emms-3.0 ...
While compiling toplevel forms in file /var/tmp/portage/app-emacs/emms-3.0/work/emms-3.0/emms-lastfm.el:
  !! File error (("Cannot open load file" "url"))
Done
make: *** [emms-lastfm.elc] Error 1

Seems it does not work with Emacs 21 anymore. OTOH, I can find nothing in the documentation saying that Emacs 22 would be required now.

Could you ask upstream for clarification?
Comment 2 Tassilo Horn 2007-07-11 18:37:32 UTC
Hi,

emms, or at least the emms-lastfm.el module, require the url library. That library is part of GNU Emacs 22.1. In Emacs 21 it was part of the w3 browser package, so that has to be a dependency for emacsen < 21.

But since there were some recent changes to the url library short before emms 3.0 was released, I'm not too sure if emms-lastfm will work with it. At least it should compile...

Bye,
Tassilo (emms dev)
Comment 3 Tassilo Horn 2007-07-11 18:38:32 UTC
Ups, that has to be "...so that has to be a dependency for emacsen < 22."
Comment 4 Ulrich Müller gentoo-dev 2007-07-11 22:00:33 UTC
(In reply to comment #2)
> emms, or at least the emms-lastfm.el module, require the url library. That
> library is part of GNU Emacs 22.1. In Emacs 21 it was part of the w3 browser
> package, so that has to be a dependency for emacsen < 21.

Thanks for the info. Emacs/w3 is not in portage and I think that it makes no sense to add it to satisfy emms's dependencies with Emacs 21.

*emms-3.0 (11 Jul 2007)

  11 Jul 2007; Ulrich Mueller <ulm@gentoo.org> files/50emms-gentoo.el,
  emms-2.1.ebuild, +emms-3.0.ebuild:
  Version bump; Emacs 22 is needed now, updated SRC_URI, LICENSE changed to
  GPL-3; fixes bug #184920. Use autoload mechanism in site-init file.