From owner-freebsd-ports@FreeBSD.ORG Mon Nov 24 20:10:14 2014 Return-Path: Delivered-To: freebsd-ports@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 60F52247 for ; Mon, 24 Nov 2014 20:10:14 +0000 (UTC) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) (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 F21C1AFA for ; Mon, 24 Nov 2014 20:10:13 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id bs8so6923299wib.10 for ; Mon, 24 Nov 2014 12:10:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=8HwfxMjt4CnG53PiK7mPK6BHQCat3iYxwxDIXFU57hg=; b=Cn4elEHlEz67IT6bmv4ZG5Y2rpbEpZoYANXAJSKilIQDiilRoBUSfU7e/rveuZGzlI ZohGHNO3lOrOe8WUABeTnYG0Nc8//n80e2l3snlPLFtmKuNNLxI2cW8hziGONRu30nIo 3wACINa19e17OXMBDaIdPv8/f2yz0kAUBWtaw7uBvdRYju8w+h8oG+5DuACNq3KjCgNR vdexP8oZ3asgA034nL9/dOb+LOyoXq1ecANGG4HnjOX4OKPHQjOK+mp/UwryNswqKCi+ ikh5RYPta5XIIBcWGwbKoScV7xywUAnhA027CWDjkxBCL3jPnG9ITheq/mv9dbd7T4wZ IoEA== X-Gm-Message-State: ALoCoQnD8b0m0nt87kQEeZ/zWezlmOBQnFhuXAn/vUTJvkcyHh325TGExRD7++u5YlzBt1d6LURP MIME-Version: 1.0 X-Received: by 10.180.80.194 with SMTP id t2mr25551105wix.6.1416859805662; Mon, 24 Nov 2014 12:10:05 -0800 (PST) Received: by 10.27.85.130 with HTTP; Mon, 24 Nov 2014 12:10:05 -0800 (PST) X-Originating-IP: [203.99.129.1] Date: Tue, 25 Nov 2014 09:10:05 +1300 Message-ID: Subject: GNOME3 and nvidia-driver From: Jonathan Chen To: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 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, 24 Nov 2014 20:10:14 -0000 Hi, The latest GNOME3 update doesn't appear to live well with nvidia-driver. I'm attempting to build gnome3, but it's failing during the configure of graphics/cogl (required by graphics/cogl, required by graphics/clutter, required by accessibility/caribou): ... checking for GLIB - version >= 2.32.0... yes (version 2.42.0) checking EGL/egl.h usability... no checking EGL/egl.h presence... no checking for EGL/egl.h... no configure: error: Unable to locate required EGL headers ===> Script "configure" failed unexpectedly. ... Hmm. Okay, a quick search reveals graphics/libEGL has the headers. # cd /usr/ports/graphics/libEGL && make install clean ... ===> Checking if libEGL already installed ===> Registering installation for libEGL-10.3.3 pkg-static: libEGL-10.3.3 conflicts with nvidia-driver-340.46 (installs files into the same place). Problematic file: /usr/local/lib/libEGL.so *** Error code 70 Stop. make: stopped in /usr/ports/graphics/libEGL What should I do? Cheers -- Jonathan Chen