Date: Mon, 01 Dec 2014 23:38:10 +0100 From: Barbara Guida <barbara.freebsd@gmail.com> To: Koop Mast <kwm@FreeBSD.org> Cc: multimedia@FreeBSD.org Subject: Re: svn commit: r373483 - in head: graphics/libEGL graphics/libGL graphics/libGL/files graphics/libGL/files-old graphics/libglesv2 x11/nvidia-driver x11/nvidia-driver/files Message-ID: <547CEDD2.5050200@gmail.com> In-Reply-To: <547AF570.4010500@gmail.com> References: <201411271314.sARDE500026269@svn.freebsd.org> <547AF570.4010500@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Barbara Guida wrote: > Koop Mast wrote: >> Author: kwm Date: Thu Nov 27 13:14:04 2014 New Revision: 373483 >> URL: https://svnweb.freebsd.org/changeset/ports/373483 QAT: >> https://qat.redports.org/buildarchive/r373483/ > >> Log: Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 >> and the nvidia-driver port in the same fashion it was done as >> the conflict with the libGL port. > > Hi, after this commit I can finally build graphics/libEGL, but I > can't build multimedia/gstreamer1-plugins-bad because it stops with > the following linking error: > > libtool: link: cc -std=gnu99 -o > /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspecte5iu5h/.libs/GstEGL-1.0 > > - -I/usr/local/include -O2 -pipe -fno-strict-aliasing -march=prescott > -O2 -Wno-format -pthread > /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspecte5iu5h/GstEGL-1.0.o > > - -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/usr/local/lib > -L. ./.libs/libgstegl-1.0.so -lgio-2.0 -lgmodule-2.0 > /usr/local/lib/libgstvideo-1.0.so /usr/local/lib/libgstbase-1.0.so > /usr/local/lib/libgstreamer-1.0.so -lgobject-2.0 -lglib-2.0 -lintl > -pthread -Wl,-rpath -Wl,/usr/local/lib ./.libs/libgstegl-1.0.so: > undefined reference to `eglDestroyImageKHR' > > > $ nm -D /usr/local/lib/.mesa/libEGL.so.1.0.0 | grep > eglDestroyImageKHR 0000513f T eglDestroyImageKHR $ nm -D > /usr/local/lib/.nvidia/libEGL.so.1 | grep eglDestroyImageKHR <no > output> > > Regards Barbara > > This problem should have been fixed upstream in gst-plugins-bad-1.3.2. Barbara
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?547CEDD2.5050200>