Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350951 - media/abcde missing depend on media-sound/id3v2
Summary: media/abcde missing depend on media-sound/id3v2
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 11:43 UTC by JusSx
Modified: 2014-09-19 11:47 UTC (History)
2 users (show)

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 JusSx 2011-01-07 11:43:12 UTC
abcde depends on id3v2. by now abcde ebuild doesn't require id3v2 for compiling

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-01-07 12:24:03 UTC
Please attach the failing build log (or some other appropriate log of failure).
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) gentoo-dev 2011-01-08 06:39:49 UTC
Please list the exact versions of the affected packages.
Comment 3 Panagiotis Christopoulos (RETIRED) gentoo-dev 2011-01-14 11:48:24 UTC
I resolve this as NEEDINFO. Please reopen only when you have submitted your "emerge --info" output, and *more* information. The media-sound/abcde ebuilds depend on media-sound/id3v2 when "id3" use flag is enabled. Is this not what you want?
Comment 4 Arnaud Vallette d'Osia 2014-09-19 11:47:28 UTC
I think I just encountered this problem :
at emerging, I was able to de-activate id3tag (even though having lame on)
id3tag not emerged, for nothing requests it =D

At run-time though, if ever wanting mp3 output
abcde searches for id3tag path, even with no tagging action to perform.

$ abcde
which: no eyeD3 in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3:/home/arnaud/.local/bin:/usr/sbin:)
[ERROR] abcde: eyeD3 is not in your path.
[INFO] Define the full path to the executable if it exists on your system.

Here is selection from my config file :
"
OUTPUTTYPE=ogg,mp3,flac
#ACTIONS=cddb,read,encode,tag,move,clean
ACTIONS=cddb,read,encode,move,clean
"

I wanted to fill the bug upstream, but their requirements list
does not make id3tag optional.

requestion re-opening this bug so...
Arnaudv6