From owner-freebsd-ports@FreeBSD.ORG Fri Apr 25 11:30:54 2014 Return-Path: Delivered-To: freebsd-ports@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 39F497D9 for ; Fri, 25 Apr 2014 11:30:54 +0000 (UTC) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) (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 CA31F15B4 for ; Fri, 25 Apr 2014 11:30:53 +0000 (UTC) Received: from yokozuna.lan (a83-160-85-125.adsl.xs4all.nl [83.160.85.125]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id s3PBUpK6094216 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 25 Apr 2014 13:30:52 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.8/8.14.8) with ESMTP id s3PBUpNA001218 for ; Fri, 25 Apr 2014 13:30:51 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Fri, 25 Apr 2014 13:30:51 +0200 (CEST) From: Marco Beishuizen Sender: marco@yokozuna.lan To: freebsd-ports@freebsd.org Subject: conflict nvidia-drivers-331.49 and libEGL-9.1.7_1 Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Marco Beishuizen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 11:30:54 -0000 Hi, Since the 'official' use of the new Xorg (I already used it on my system), I have a conflict between the Nvidia driver and libEGL. I think the driver is actually installed but when registering I get: ... ===> Installing for nvidia-driver-331.49 ===> Registering installation for nvidia-driver-331.49 Installing nvidia-driver-331.49...pkg-static: nvidia-driver-331.49 conflicts with libEGL-9.1.7_1 (installs files into the same place). Problematic file: /usr/local/lib/libEGL.so ... and ... *** [fake-pkg] Error code 70 Stop in /usr/ports/x11/nvidia-driver. ... I can deinstall libEGL but a lot of ports depend on it so that's not a good solution either. Has anyone got a clue how to solve this? Regards, Marco -- The trouble with doing something right the first time is that nobody appreciates how difficult it was.