Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 11:46:08 +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:  <547AF570.4010500@gmail.com>
In-Reply-To: <201411271314.sARDE500026269@svn.freebsd.org>
References:  <201411271314.sARDE500026269@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

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


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJUevVrAAoJECfdb9Y99fdQeLcH/1aRhzH5bqE7giumzNWsr7WK
x0O/viY8DcW5o2jxtEvTEhB2o+WIKeiEWczmrz8GeKhxmapebKiTdaH5oUJJ3P8f
0eUo9qQUqi7DQHV+KR/w7Ka2MbqGgVX9iWbNsFGPxMVpz/NabBxhhT78E38wkX4F
/q03BsDeJ4+/AKyl0fHfuvO2qIA5Y71wK2jqI+7pf3E15p60jpRrFKkAkX6TanlN
qhuLL88SVwVd2XdwFP9eX1PlA5cbXQC0loBA2d2pH/JK1E3efd7rkkdnPp/Onkbl
k/Dt3VZ8+xVRVdJBwK5c+mCBhml9gotjCy5U0AxH4V4nCi1slggjAzdpmdpCsVs=
=dvhQ
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?547AF570.4010500>