From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 1 22:38:12 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7D49799; Mon, 1 Dec 2014 22:38:12 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42BAC21A; Mon, 1 Dec 2014 22:38:12 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so26200775wiv.17 for ; Mon, 01 Dec 2014 14:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KElIkT4GJJrT53dl3wYy9ksmvjWXi/+pfcGm1iM/j5g=; b=fZwnB3q4VN/S0eB9yn44TFmKfgKIFvnp0oRQpzEXDmnsg6+dm2RrOU1bzOti2/+6EO Db2KmuawfuPqpbju4/1Fd3kOya7Xg4R+nY3xweFfHluRVnIyD7nGKisrFBET0o6f7zLc ZTzVQwSCF26qNv/13nfd/OsMHlEO1Up8GsEgjdlaYMic80JDUZEzBg+StcfNvlsGVt3i SRSmzNIu2hdQo1BC72WSAhmBtM4K/fXa/Wo9vFgB5SIL4s2Q3blFsCfrzIyrCOJ8hhKJ 7k4NA4ue1wm4P0W/nlU6tP8Q81CHxtMXiVrU3q2vE7ZG6CtkozRJzFG+GqWvSl2gk83c GN+Q== X-Received: by 10.180.73.175 with SMTP id m15mr309188wiv.0.1417473490609; Mon, 01 Dec 2014 14:38:10 -0800 (PST) Received: from satanasso.local.net (host195-233-dynamic.117-80-r.retail.telecomitalia.it. [80.117.233.195]) by mx.google.com with ESMTPSA id wz5sm29394794wjc.29.2014.12.01.14.38.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Dec 2014 14:38:09 -0800 (PST) Message-ID: <547CEDD2.5050200@gmail.com> Date: Mon, 01 Dec 2014 23:38:10 +0100 From: Barbara Guida Reply-To: bar@FreeBSD.org User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: Koop Mast 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 References: <201411271314.sARDE500026269@svn.freebsd.org> <547AF570.4010500@gmail.com> In-Reply-To: <547AF570.4010500@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 22:38:12 -0000 -----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 output> > > Regards Barbara > > This problem should have been fixed upstream in gst-plugins-bad-1.3.2. Barbara