From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 22 17:18:13 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF5433DD for ; Mon, 22 Sep 2014 17:18:13 +0000 (UTC) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69BBA8E8 for ; Mon, 22 Sep 2014 17:18:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=o9CJi2/8zgdMlYE9j1Pq4HXeFaq3yZxVKuuVhmhRt5Y=; b=NWgTLcBqjisgvSwX34hrB6AGrAcQheglRUBISd6RkzCto5bs1s1eSEDPy9E9TGOdTUccMiPtNRQJWUsD0vKdfVDyXAFK+orGOiZuK+o7S9yiZy0scXgDuOxfGLxnDChPFGgW+Q3+UQIrphEVdtRCySBkGGWuyFHmKbzcNwF+uA0=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1XW7FZ-0002mB-JY for emulation@FreeBSD.org; Mon, 22 Sep 2014 19:18:09 +0200 Received: from 194-96-167-102.adsl.highway.telekom.at ([194.96.167.102] helo=[10.0.0.36]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1XW7FZ-0000d4-H7 for emulation@FreeBSD.org; Mon, 22 Sep 2014 19:18:09 +0200 Message-ID: <542059CA.2020000@utanet.at> Date: Mon, 22 Sep 2014 19:18:02 +0200 From: Walter Schwarzenfeld User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: emulation@FreeBSD.org Subject: libGL.so.1 conflict Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 17:18:14 -0000 Hallo !! I've changed from linux-f10\* to the linux-c6-package. LibGL.so.1 from the package try to install in the same place as the libGL.so.1 from the nvidia-port. (In my case nvidia-drivers-304). I think it's only need to copy the Nvidia_GL option from x11-toolkits/linux-c6-qt47-x11 to the emulator/linux-c6-Makefile to prevent this. (I try this for myself, and it seems to work). I've posted same thing in the freebsd-forum, maybe it's a little puzzled, but you can read the problem there: https://forums.freebsd.org/viewtopic.php?f=5&t=48130. greeting Walter Schwarzenfeld