Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#27596 - [python2-eyed3] package is empty
Attached to Project:
Community Packages
Opened by Jacob (Yacoby) - Friday, 16 December 2011, 18:38 GMT
Last edited by Eric Belanger (Snowman) - Friday, 16 December 2011, 21:50 GMT
Opened by Jacob (Yacoby) - Friday, 16 December 2011, 18:38 GMT
Last edited by Eric Belanger (Snowman) - Friday, 16 December 2011, 21:50 GMT
|
DetailsDescription:
The python2-eyed3 package is empty (fairly obviously it shouldn't be, and the package it replaced, python-eyed3 wasn't) https://www.archlinux.org/packages/community/any/python2-eyed3/ |
This task depends upon
This doesn't look empty: http://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/python2-eyed3
$ sudo pacman -S python2-eyed3
resolving dependencies...
looking for inter-conflicts...
Targets (1): python2-eyed3-0.6.18-1
[...]
$ python2 -c "help('modules')" | grep "eyeD3"
/usr/lib/python2.7/site-packages/anki/deck.py:3597: SAWarning: Unicode column received non-unicode default value.
Column('name', UnicodeText, nullable=False, default=""),
/usr/lib/python2.7/site-packages/nltk/app/__init__.py:30: UserWarning: nltk.app package not loaded (please install Tkinter library).
warnings.warn("nltk.app package not loaded "
/usr/lib/python2.7/site-packages/nltk/draw/__init__.py:16: UserWarning: nltk.draw package not loaded (please install Tkinter library).
warnings.warn("nltk.draw package not loaded "
/usr/lib/python2.7/site-packages/twisted/words/im/__init__.py:8: UserWarning: twisted.im will be undergoing a rewrite at some point in the future.
warnings.warn("twisted.im will be undergoing a rewrite at some point in the future.")
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
set_interactive(1)
$
However, I note that I am using python2-eyed3-0.6.18-1 but the most recent version is python2-eyed3-0.6.18-2 (as of an hour ago) which from looking at the changes to the build script linked, probably fixes it. I am assuming packages take a few hours to roll out to mirrors which is why I haven't seen it.
Alternatively, Allan could be dragged into this, as he's the maintainer of the only package that (opt)depends on python2-eyed3, which is gpodder.