From owner-freebsd-ports@FreeBSD.ORG Mon Nov 10 02:04:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A039E15 for ; Mon, 10 Nov 2014 02:04:30 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (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 29ABD280 for ; Mon, 10 Nov 2014 02:04:30 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id m8so4977553obr.38 for ; Sun, 09 Nov 2014 18:04:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fviE+TqkTOEvw/hKFhi02uahS/aZSylZkZrQpro+LtM=; b=FSH3bkZg19kKFF3C7/tN8bRTnR7ndeWbDVOeW2G20moDFrGbI1h1/HfVbWWAX6f6Pm oH4rtyG5gQ9NIRENQGbKp1nr1UqXLE7wQpPv7YsqbkSK+sBU24G/h5/P86IMIOEbze4z 6HmHXB1oqgWKtZAxKan3DsfCsiI2WElALVf+B9RiYGk/cYu/fSzk5ZeKIAAQfdNvH9JD L3PpsWqZCKwMy9obaF5id0jE9vF1uET2Q/RBE9nv/udRBp6lgieEZt6YRRvkqJ1oKklE A90blkCgCti08VfifiiXYkNHBp5ODl5LVje4XNFx7Z28ZgNU4nkVm2THAB7Lq6hfTDvq AN2Q== MIME-Version: 1.0 X-Received: by 10.202.169.7 with SMTP id s7mr19851447oie.7.1415585069592; Sun, 09 Nov 2014 18:04:29 -0800 (PST) Received: by 10.182.74.5 with HTTP; Sun, 9 Nov 2014 18:04:29 -0800 (PST) In-Reply-To: <201411100005.sAA05Xt2014099@pozo.com> References: <20141107212639.2e3e71e5@hermann.walstatt.dynvpn.de> <20141109170906.1f09d165@scorpio> <201411100005.sAA05Xt2014099@pozo.com> Date: Mon, 10 Nov 2014 06:04:29 +0400 Message-ID: Subject: Re: CURRENT breaks build of x11/nvidia-driver: pkg-static: nvidia-driver-343.22 conflicts with libEGL-10.3.2 From: Mikhail Tsatsenko To: Manfred Antar Content-Type: text/plain; charset=UTF-8 Cc: Henry Hu , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2014 02:04:30 -0000 2014-11-10 3:05 GMT+03:00 Manfred Antar : > At 02:13 PM 11/9/2014, Henry Hu wrote: >>On Sun, Nov 9, 2014 at 5:09 PM, Jerry wrote: >> >>> On Mon, 10 Nov 2014 00:23:14 +0400, Mikhail Tsatsenko stated: >>> >>> >2014-11-07 23:26 GMT+03:00 O. Hartmann : >>> >> Out of the blue the build of port x11/nvidia-driver fails - portmaster >>> is >>> >> that sloppy that it can not check BEFORE it kills the existent driver >>> and >>> >> fails to install after the deletion! >>> >> >>> >> The src tree is at Revision: 274250 and with Revision r274177 the build >>> >> works. The failure is: >>> >> >>> >> ===> Registering installation for nvidia-driver-343.22 >>> >> pkg-static: nvidia-driver-343.22 conflicts with libEGL-10.3.2 (installs >>> >> files into the same place). Problematic file: /usr/local/lib/libEGL.so >>> To >>> >> use these drivers, make sure that you have loaded the NVidia kernel >>> >> module, by doing >>> >> >>> >> [...] >>> >> >>> >> Please can someone fix this? I have three boxes now without graphics due >>> >> to this. >>> >> >>> >> Regards, >>> >> >>> >> Oliver >>> > >>> >I had exactly the same problem with latest nvidia-driver port. >>> >For now I deinstalled both libglesv2 and libEGL with pkg delete -f >>> >after that I was able to install nvidia-driver. >>> >>> I had that problem too this morning. If no one has submitted a PR against >>> this, I will tomorrow. >>> >>> BTW, when you uninstalled libglesv2 and libEGL, did you suffer any adverse >>> effects? I am not sure exactly what they are required for; but then again, >>> I >>> did not investigate all the thoroughly. It is a Sunday, my birthday, and I >>> have far more important things to do than figure out why a port is bombing >>> out. >>> >> >>At least libEGL is required by x11/kde4-workspace. >>I think that they need to be handled similarly as libGL, which is also >>installed by both libGL and nvidia-drivers. > > Same problem here. Would have to uninstall libglesv2 and libEGL. But then KDE would not work. > Without KDE I don't really need the nvidia driver. just have a console terminal :) I am running KDE with nvidia-driver and without libglesv2 and libEGL. KDE works fine. So I guess nvidia-driver comes with its own libglesv2 and libEGL > I did a port downgrade to the last version and it works and installs fine. > > ======================== > || null@pozo.com || > || || > ======================== > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Mikhail