Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583802 - >=media-libs/libdc1394-2.2.1[X]: SDL_opengl.h:47:10: fatal error: GL/glu.h: No such file or directory
Summary: >=media-libs/libdc1394-2.2.1[X]: SDL_opengl.h:47:10: fatal error: GL/glu.h: N...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard: fixed in 2.2.5-r1
Keywords:
: 644680 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-22 18:39 UTC by Jocelyn Mayer
Modified: 2018-02-19 10:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
failed build log when media-libs/glu is not present (media-libs:libdc1394-2.2.1:20160522-133954.log,61.90 KB, text/plain)
2016-05-31 09:15 UTC, Jocelyn Mayer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Mayer 2016-05-22 18:39:00 UTC
media-libs/libdc1394 needs /usr/include/GL/glu.h header file to build with USE flag "X" set, thus should have a dependency on media-libs/glu to make sure glu is installed first.
Comment 1 Pacho Ramos gentoo-dev 2016-05-24 10:14:59 UTC
please provide the build.log with the failure
Comment 2 Jocelyn Mayer 2016-05-31 09:15:03 UTC
Created attachment 435906 [details]
failed build log when media-libs/glu is not present

Looking at this build log, the missing dependency might likely to be on media-libs/libsdl instead of media-libs/glu, libsdl having the proper dependency on virtual/glu.
Comment 3 Andreas Sturmlechner gentoo-dev 2018-02-18 22:13:02 UTC
*** Bug 644680 has been marked as a duplicate of this bug. ***
Comment 4 Andreas Sturmlechner gentoo-dev 2018-02-18 22:18:37 UTC
From configure:

>    Build examples:                     Yes
>      Build SDL/OpenGL examples:        Yes
>      Build XV examples:                Yes
>      Build V4L examples:               No

If this is just about examples we should simply disable them.
Comment 5 Larry the Git Cow gentoo-dev 2018-02-19 10:17:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26315428020eb0c504938a55329ae1f67415f30f

commit 26315428020eb0c504938a55329ae1f67415f30f
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-02-18 22:38:48 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-02-19 10:17:04 +0000

    media-libs/libdc1394: Unconditionally --disable-examples
    
    Bug: https://bugs.gentoo.org/583802
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)}