After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760992 - gstgl does not compile anymore on Pi2
gstgl does not compile anymore on Pi2
Status: RESOLVED DUPLICATE of bug 760960
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-22 16:13 UTC by Florent Thiéry
Modified: 2016-01-25 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Florent Thiéry 2016-01-22 16:13:35 UTC
Using a fresh uninstalled setup

./configure CFLAGS="-I/opt/vc/include -I /opt/vc/include/interface/vcos/pthreads -I /opt/vc/include/interface/vmcs_host/linux/" LDFLAGS="-L/opt/vc/lib" --disable-gtk-doc --disable-opengl --enable-gles2 --enable-egl --disable-glx --disable-x11 --disable-wayland --enable-dispmanx --with-gles2-module-name=/opt/vc/lib/libGLESv2.so --with-egl-module-name=/opt/vc/lib/libEGL.so
make -j4

make[5]: Entering directory '/home/alarm/gst/master/gst-plugins-bad/gst-libs/gst/gl/egl'
  CC       libgstgl_egl_la-gsteglimagememory.lo
gsteglimagememory.c: In function 'gst_egl_image_memory_from_dmabuf':
gsteglimagememory.c:430:21: error: 'EGL_LINUX_DRM_FOURCC_EXT' undeclared (first use in this function)
   attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT;
                     ^
gsteglimagememory.c:430:21: note: each undeclared identifier is reported only once for each function it appears in
gsteglimagememory.c:433:21: error: 'EGL_DMA_BUF_PLANE0_FD_EXT' undeclared (first use in this function)
   attribs[atti++] = EGL_DMA_BUF_PLANE0_FD_EXT;
                     ^
gsteglimagememory.c:436:21: error: 'EGL_DMA_BUF_PLANE0_OFFSET_EXT' undeclared (first use in this function)
   attribs[atti++] = EGL_DMA_BUF_PLANE0_OFFSET_EXT;
                     ^
gsteglimagememory.c:438:21: error: 'EGL_DMA_BUF_PLANE0_PITCH_EXT' undeclared (first use in this function)
   attribs[atti++] = EGL_DMA_BUF_PLANE0_PITCH_EXT;
                     ^
gsteglimagememory.c:449:7: error: 'EGL_LINUX_DMA_BUF_EXT' undeclared (first use in this function)
       EGL_LINUX_DMA_BUF_EXT, NULL, attribs);
       ^
Makefile:908: recipe for target 'libgstgl_egl_la-gsteglimagememory.lo' failed
Comment 1 Sebastian Dröge (slomo) 2016-01-22 16:16:03 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 760960 ***
Comment 2 Tim-Philipp Müller 2016-01-22 16:23:59 UTC
(make sure you use raspbian jessy not the old wheezy-based raspbian, if that's the reason)
Comment 3 Nicolas Dufresne (ndufresne) 2016-01-22 17:18:24 UTC
Should build on Jessy, we'll need to fix for wheezy, follow #760960 for progress, if you have a patch ready, feel free to post.
Comment 4 Florent Thiéry 2016-01-25 15:06:06 UTC
(In reply to Tim-Philipp Müller from comment #2)
> (make sure you use raspbian jessy not the old wheezy-based raspbian, if
> that's the reason)

Using Arch, so that's pretty recent i guess (20160124-1 https://github.com/archlinuxarm/PKGBUILDs/tree/master/alarm/raspberrypi-firmware)