Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280607 - media-sound/dir2ogg-0.11.6 fails with python-2.6
Summary: media-sound/dir2ogg-0.11.6 fails with python-2.6
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 21:04 UTC by lucapost
Modified: 2009-09-14 07:36 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 lucapost 2009-08-06 21:04:49 UTC
dir2ogg fails with python-2.6

Reproducible: Always

Steps to Reproduce:
1. emerge dir2ogg
2.dir2ogg -r -q6 -a --delete-input .
Actual Results:  
dir2ogg 0.11.6 (2008-07-14), converts audio files into ogg vorbis.

Traceback (most recent call last):
  File "/usr/bin/dir2ogg", line 627, in <module>
    main()
  File "/usr/bin/dir2ogg", line 616, in main
    ConvertDirectory(conf, directory, files) 
  File "/usr/bin/dir2ogg", line 577, in __init__
    Convert(directory + song, conf)
  File "/usr/bin/dir2ogg", line 326, in __init__
    getattr(self, 'grab_%s_tags' % ext)()
  File "/usr/bin/dir2ogg", line 285, in grab_mp3_tags
    from mutagen.id3 import ID3, error
ImportError: No module named mutagen.id3
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-08-06 21:09:49 UTC
Did you use python-updater to remerge mutagen against python 2.6?
Try to reemerge it.
Comment 2 lucapost 2009-08-07 06:35:13 UTC
(In reply to comment #1)
> Did you use python-updater to remerge mutagen against python 2.6?
> Try to reemerge it.
> 

#> python-updater -o python-2.5
* Starting Python Updater from python-2.5 to 2.6 :
* Couldn't find old libpython soname
* Disabling soname check.
* No packages needs to be remerged.

and after

#> emerge dir2ogg ; emerge mutagen -1

I get the same error
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-09-14 07:36:49 UTC
+  14 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +dir2ogg-0.11.8.ebuild:
+  Version bump.

Try 0.11.8 and reopen if it's still a issue.