Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167134 - app-emulation/virtualbox typo in RDEPEND
Summary: app-emulation/virtualbox typo in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 23:05 UTC by Andrew Thompson
Modified: 2007-02-16 00:16 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 Andrew Thompson 2007-02-15 23:05:58 UTC
snippets from my last failed `emerge -a virtualbox`:

Checking for libIDL: found version 0.8.7, OK.

Checking for SDL: 
  SDL not found at -lSDL -lSDLmain -I/usr/include/SDL or SDL headers not found
  Check the file configure.log for detailed error information.


They are both listed in RDEPEND, I *think* they should be moved to DEPEND.

I did not save the first error, but the configure portion of the compile bombed out on me originally because of some missing libIDL files. (Perhaps there's a header package or something that can be substituted?) All I can say is that after emerging libIDL, the configure moved right on to the SDL section above where it promptly died. Emerging libsdl seems to have fixed that one as well.

My most recent `emerge -a virtualbox` is still running.

Reproducible: Always

Steps to Reproduce:
1. emerge -a virtualbox
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-15 23:08:57 UTC
Except that it already depends on both - DEPEND="${RDEPEND} ... "

Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-15 23:09:52 UTC
Eh... REPEND != RDEPEND :P
Comment 3 Andrew Thompson 2007-02-15 23:32:33 UTC
I saw that, and thought it was for something else... Didn't realize it was a typo.
Comment 4 Markus Ullmann (RETIRED) gentoo-dev 2007-02-16 00:16:54 UTC
whops... ;)