From owner-freebsd-current@FreeBSD.ORG Sun Nov 9 20:23:15 2014 Return-Path: Delivered-To: freebsd-current@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 E5744E1B; Sun, 9 Nov 2014 20:23:15 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (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 A899E69C9F; Sun, 9 Nov 2014 20:23:15 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id va2so4797005obc.28 for ; Sun, 09 Nov 2014 12:23:15 -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=2ruNSKioQyDPIIvdiLlyJ0gfWNzUdbk/HE5KRaOowDQ=; b=LG+vLVgCrcOkaH5jDCQzz1yz3nDxNuiaYpbPpQBkNVW0TlXD1DlPcerEFrqNV1Ooo6 2dK/27cLiEs7ZVaACK0qrh1VvNog+H2qvsttI7B2+Cm/jg53Htb6CAc7Cv3tD8ziRgC4 9j15oqbuD5YEpncD0GUZtvtjnc65Xs+xT1CcV2JS82CC1AZ8k3C1qc0C2LpL6EPvPyCa /UoZQ+kiS2sJ6et7GgTdWuvahnnZsEaeJmQJFNpsSfd7VtjLsaNJ4WcJdqZY9J+epmXm +tn4pGSvxmy8OrUcYMsYzlOZgN/KPy8aCm1Ytr4ozVz3G7t63MeuMnw3b+cSrLZR2TKF 00bw== MIME-Version: 1.0 X-Received: by 10.202.203.149 with SMTP id b143mr3663845oig.60.1415564595029; Sun, 09 Nov 2014 12:23:15 -0800 (PST) Received: by 10.182.74.5 with HTTP; Sun, 9 Nov 2014 12:23:14 -0800 (PST) In-Reply-To: <20141107212639.2e3e71e5@hermann.walstatt.dynvpn.de> References: <20141107212639.2e3e71e5@hermann.walstatt.dynvpn.de> Date: Mon, 10 Nov 2014 00:23:14 +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: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Sun, 09 Nov 2014 20:44:18 +0000 Cc: FreeBSD CURRENT , FreeBSD Ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 20:23:16 -0000 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. -- Mikhail