Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466632 - media-video/gpac-0.5.0 should depend on virtual/glu - compositor/gl_inc.h:75:20: fatal error: GL/glu.h: No such file or directory
Summary: media-video/gpac-0.5.0 should depend on virtual/glu - compositor/gl_inc.h:75:...
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 09:33 UTC by andcycle-gentoo.bugs
Modified: 2013-08-14 19:56 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 andcycle-gentoo.bugs 2013-04-21 09:33:23 UTC
looks like gpac is depend on media-libs/glu, should be easy to fix

Reproducible: Always

Steps to Reproduce:
1. emerge media-video/gpac-0.5.0
2.
3.
Actual Results:  
IC -DPIC  -c -o compositor/compositor_2d.o compositor/compositor_2d.c
x86_64-pc-linux-gnu-gcc -march=native -O3 -pipe -fomit-frame-pointer -I"/var/tmp/portage/media-video/gpac-0.5.0/work/gpac/include"  -DGPAC_HAS_GLU -Wall -fno-strict-aliasing -fPIC -DPIC  -c -o compositor/compositor_3d.o compositor/compositor_3d.c
compositor/compositor.c: In function ‘gf_sc_get_selected_text’:
compositor/compositor.c:2937:2: warning: pointer targets in passing argument 1 of ‘gf_utf8_wcstombs’ differ in signedness [-Wpointer-sign]
/var/tmp/portage/media-video/gpac-0.5.0/work/gpac/include/gpac/utf.h:59:8: note: expected ‘char *’ but argument is of type ‘u8 *’
compositor/compositor.c:2942:2: warning: pointer targets in return differ in signedness [-Wpointer-sign]
x86_64-pc-linux-gnu-gcc -march=native -O3 -pipe -fomit-frame-pointer -I"/var/tmp/portage/media-video/gpac-0.5.0/work/gpac/include"  -DGPAC_HAS_GLU -Wall -fno-strict-aliasing -fPIC -DPIC  -c -o compositor/compositor_node_init.o compositor/compositor_node_init.c
x86_64-pc-linux-gnu-gcc -march=native -O3 -pipe -fomit-frame-pointer -I"/var/tmp/portage/media-video/gpac-0.5.0/work/gpac/include"  -DGPAC_HAS_GLU -Wall -fno-strict-aliasing -fPIC -DPIC  -c -o compositor/drawable.o compositor/drawable.c
x86_64-pc-linux-gnu-gcc -march=native -O3 -pipe -fomit-frame-pointer -I"/var/tmp/portage/media-video/gpac-0.5.0/work/gpac/include"  -DGPAC_HAS_GLU -Wall -fno-strict-aliasing -fPIC -DPIC  -c -o compositor/events.o compositor/events.c
In file included from compositor/compositor_2d.c:32:0:
compositor/gl_inc.h:75:20: fatal error: GL/glu.h: No such file or directory
compilation terminated.
make[1]: *** [compositor/compositor_2d.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/media-video/gpac-0.5.0/work/gpac/src'
make: *** [all] Error 2
 * ERROR: media-video/gpac-0.5.0 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=media-video/gpac-0.5.0'`,
 * the complete build log and the output of `emerge -pqv '=media-video/gpac-0.5.0'`.
 * The complete build log is located at '/var/tmp/portage/media-video/gpac-0.5.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/gpac-0.5.0/temp/environment'.
 * Working directory: '/var/tmp/portage/media-video/gpac-0.5.0/work/gpac'
 * S: '/var/tmp/portage/media-video/gpac-0.5.0/work/gpac'

>>> Failed to emerge media-video/gpac-0.5.0, Log file:


Expected Results:  
successful build
Comment 1 Alexis Ballier gentoo-dev 2013-08-14 19:56:36 UTC
+  14 Aug 2013; Alexis Ballier <aballier@gentoo.org> gpac-0.5.0.ebuild:
+  depend on virtual/glu, bug #466632 by andcycle-gentoo.bugs@andcycle.idv.tw
+