Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444758 - games-emulation/dosbox USE=opengl should depend on virtual/glu
Summary: games-emulation/dosbox USE=opengl should depend on virtual/glu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 06:50 UTC by Clemens Kaposi
Modified: 2012-11-26 22:10 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 Clemens Kaposi 2012-11-26 06:50:14 UTC
I just emerged `games-emulation/dosbox-0.74` with the `opengl` USE flag enabled, and compilation failed:

    /usr/include/SDL/SDL_opengl.h:47:58: fatal error: GL/glu.h: No such file or directory

After manually installing `media-libs/freeglut`, it compiled fine.  It seems this dependency is missing in the ebuild.

Reproducible: Always

Steps to Reproduce:
Emerge `games-emulation/dosbox` without the `opengl` USE flag and without `media-libs/freeglut` being installed.
Actual Results:  
The compilation crashes with the error message

    /usr/include/SDL/SDL_opengl.h:47:58: fatal error: GL/glu.h: No such file or directory
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2012-11-26 22:10:18 UTC
fixed.