From owner-freebsd-x11@FreeBSD.ORG Wed Feb 18 16:33:40 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92FAE1065670; Wed, 18 Feb 2009 16:33:40 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [66.119.213.2]) by mx1.freebsd.org (Postfix) with ESMTP id 66F458FC0A; Wed, 18 Feb 2009 16:33:39 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from kstewart2.owt.com (kstewart2.owt.com [64.146.237.228]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id n1IG9aaU010865; Wed, 18 Feb 2009 08:09:37 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1234973378; bh=AIJ7aILRORudwH2JN0VTW7HedZvBKVa0Ol6N1tJZQz8=; h=From:To:Subject:Date:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=hruAKlrPKXdIk J5jEUUyGR0yR/VoSjyq7toz7vOLKFQqXPWRJSJMRFomWJ6oKQonp8vZTYFjYutH7Adv 9qXInQBC6j2tceejsex/V2r63VUtvyKjC7upk8GUXIs0NRi1b01+1KzYjhFmgwVJm2r rt7biHlxiGJj1cm9k/b8G0jU= From: Kent Stewart To: freebsd-x11@freebsd.org Date: Wed, 18 Feb 2009 08:09:35 -0800 User-Agent: KMail/1.9.10 References: <1362042479.149331234969530471.JavaMail.root@cl04-host02.roch.ny.frontiernet.net> In-Reply-To: <1362042479.149331234969530471.JavaMail.root@cl04-host02.roch.ny.frontiernet.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902180809.35984.kstewart@owt.com> Cc: maintainer , rjrobin@frontiernet.net Subject: Re: Failed complie of boinc-milkyway X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 16:33:41 -0000 On Wednesday 18 February 2009 07:05:30 am rjrobin@frontiernet.net wrote: > Folks, > Received the following message while compiling boinc-milkyway: > > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/graphics/libglut/work/Mesa-7.3/config.log" including the output > of the failure of your make command. Also, it might be a good idea to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Since the problem is not immediately obvious to me, I am including all > those files for your perusal. > Your failed-make file shows 2 problems. It wants libglut-7.3_1 and in the process of building it. It found that your version of libdrm is out of date. checking for LIBDRM... configure: error: Package requirements (libdrm >= 2.4.3) were not met: Requested 'libdrm >= 2.4.3' but version of libdrm is 2.3.0 Make found that your libdrm is too old and quit. FWIW, the current version of libdrm is 2.4.4. Your port tree needs to be updated. Libdrm was updated to 2.4.3 on 23 January 2009. When you saw this problem, you should have immediately updated your port tree. I use cvsup, make my INDEX-*, and then use portupgrade to keep everything current. I don't know how you are maintaining your ports but it didn't work in this instance. Kent -- kent Stewart Richland, WA http://users.owt.com/kstewart/index.html