Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42326 - vlc is missing a dependancy on Lame
Summary: vlc is missing a dependancy on Lame
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 20:48 UTC by Jim Stickley
Modified: 2004-03-16 12:29 UTC (History)
1 user (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 Jim Stickley 2004-02-20 20:48:45 UTC
When I emerge VLC I get a build error stating lame/lame.h is missing.  If I emerge lame, then emerge vlc, then vlc works correctly.  Please add lame as a dependant package to vlc.

Thanks.

Reproducible: Always
Steps to Reproduce:
1. from a fresh install of GenToo version i686 20030911 (emerge nothing extra)
2.  configure portage to accept non-safe packages
2.1  add ACCEPT_KEYWORDS="~x86"
2. execute 'emerge vlc'


Actual Results:  
After emerging twenty something packages get an error stating that lame/lame.h
can not be included.

Expected Results:  
It should automatically emerge lame prior to emerging vlc.

I was able to work around this issue by executing the following:

  emerge lame
  emerge vlc   (a second time)
Comment 1 Joel Martin (RETIRED) gentoo-dev 2004-03-16 12:29:11 UTC
vlc-0.7.1.ebuild now has this dependency.