From owner-freebsd-ports@FreeBSD.ORG Wed Mar 23 15:57:17 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59A391065674 for ; Wed, 23 Mar 2011 15:57:17 +0000 (UTC) (envelope-from behrnetworks@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 14AEC8FC13 for ; Wed, 23 Mar 2011 15:57:16 +0000 (UTC) Received: by ywf9 with SMTP id 9so4014787ywf.13 for ; Wed, 23 Mar 2011 08:57:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Y48jI8lljffAzUUl8sE4RyHUKPqO6b8hJLdRhosnnD0=; b=RWM7mw8OXC3EfkACn8auFIHdlTr/khCDexZtdaDhX477ZJTZus9tkC518F6FIwHpXZ Mfkdd0BFWazdGMZFOsvuBCCoOu7lqqQxa2acMhCvjCWHxg8WLcuvewfx55f7DlaLI1FD yTox6PvZAxSprYfLufmdSZh8pJhOBk8dB+cww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=iFxc21T7pMXsPUz23mwsEnsHfRecOmlanW6nMGsZM+/I8iZ1Z/aDvM0twor0vuHR53 WMFTsjXmC5osAasO512bzianHOPf8cxbu12ookmSprVB/0qnE/aHsm19Tg4EVgDMInAc Kg0HBy0zeLDQstuGGGeGojnSuww80SO9LiH4g= MIME-Version: 1.0 Received: by 10.52.88.225 with SMTP id bj1mr7183030vdb.61.1300895835880; Wed, 23 Mar 2011 08:57:15 -0700 (PDT) Received: by 10.52.66.4 with HTTP; Wed, 23 Mar 2011 08:57:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Mar 2011 11:57:15 -0400 Message-ID: From: Chris To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: graphics/mesa-demos fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2011 15:57:17 -0000 Just following up here... I apparently missed the option of "Use Nvidia's libraries" in the make options for this port. Doh! After checking that option, the port builds with no problem, however, I still have to fetch MesaLib-7.6.1.tar.bz2 manually from the freedesktop.org site. On Tue, Mar 22, 2011 at 10:49 AM, Chris wrote: > Hello, > > I'm seeing this when I try to build from ports: > > > /var/tmp//ccNBgj1B.o(.text+0x1c5): In function `main': > : undefined reference to `glXCreateGLXPixmapMESA' > gmake[2]: *** [glxpixmap] Error 1 > gmake[2]: *** Waiting for unfinished jobs.... > gmake[2]: Leaving directory > `/usr/ports/graphics/mesa-demos/work/Mesa-7.6.1/progs/xdemos' > gmake[1]: *** [subdirs] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/mesa-demos/work/Mesa-7.6.1/progs' > gmake: *** [default] Error 1 > *** Error code 1 > > Stop in /usr/ports/graphics/mesa-demos. > *** Error code 1 > > I'm on 8.2-STABLE, amd64. Also, I had to manually download > MesaLib-7.6.1.tar.bz2 from the freedesktop.org site since there seems > to be an MD5 and SHA256 checksum error with the mirror sites. The > MesaDemos-7.6.1.tar.bz2 file seems to be fine, however. > > Any help here would greatly be appreciated! > > Thanks! > > Chris >