From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 10:45:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C71816A4CE; Tue, 18 Nov 2003 10:45:15 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B720A43FCB; Tue, 18 Nov 2003 10:45:13 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMBrt-0007l1-00; Wed, 19 Nov 2003 01:50:33 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMBrq-0007fO-00; Wed, 19 Nov 2003 01:50:30 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAIIkJg1092903; Wed, 19 Nov 2003 00:46:19 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAIIkIpu092811; Wed, 19 Nov 2003 00:46:18 +0600 (NOVT) (envelope-from danfe) Date: Wed, 19 Nov 2003 00:46:18 +0600 From: Alexey Dokuchaev To: Christer Solskogen Message-ID: <20031118184618.GD49964@regency.nsu.ru> References: <1878.148.121.98.163.1069060586.squirrel@mail.carebears.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1878.148.121.98.163.1069060586.squirrel@mail.carebears.mine.nu> User-Agent: Mutt/1.4.1i X-Envelope-To: solskogen@carebears.mine.nu, anholt@FreeBSD.org, ports@FreeBSD.org cc: ports@FreeBSD.org cc: anholt@FreeBSD.org Subject: Re: FreeBSD Port: nvidia-driver-1.0.4365 & libglut X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:45:15 -0000 On Mon, Nov 17, 2003 at 10:16:26AM +0100, Christer Solskogen wrote: > It seems like those two ports dont like each other much. > libglut wont compile if nvidia-driver is installed. > > building static glut library > ranlib libglut.a > cc -fpic -DPIC -O2 -pipe -mcpu=pentiumpro -I../include > -I/usr/X11R6/include -c glut_8x13.c -o glut_8x13.So > ld: cannot find -lGL > *** Error code 1 > > Stop in /tmp/usr/ports/graphics/libglut/work/Mesa-5.0.2/src-glut. > *** Error code 1 > > Stop in /usr/ports/graphics/libglut. > > > As a work-around; you can uninstall nvidia-driver, install(or upgrade) > libglut, and reinstall nvidia-driver. > But if this is a big issue, maybe a fix should be a good thing? Thanks, I'll investigate.. I already have more than enough patches for nvidia-driver in my queue, so this one will probably be the trigger one so I finally crunch some time out of my schedule and fix it! ./danfe