Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136935 - flac-1.1.2-r3 ebuild missing dependency
Summary: flac-1.1.2-r3 ebuild missing dependency
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-15 16:15 UTC by Jesse Van Volkinburg
Modified: 2006-06-15 16:17 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 Jesse Van Volkinburg 2006-06-15 16:15:56 UTC
The flac-1.1.2-r3 ebuild currently in portage appears to be missing the libogg dependency. Manual merging of libogg fixes the problem, after which emerge --resume will cause flac to compile correctly.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-15 16:17:51 UTC
<snip>
RDEPEND="ogg? ( >=media-libs/libogg-1.0_rc2 )
        xmms? ( media-sound/xmms )"
DEPEND="${RDEPEND}
        x86? ( dev-lang/nasm )
        sys-apps/gawk
        doc? ( app-doc/doxygen )
        dev-util/pkgconfig"
<snip>

Reopen with some errors and emerge --info, we can't guess.