From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 03:29:12 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C31416A4CF for ; Mon, 28 Feb 2005 03:29:12 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D291D43D31 for ; Mon, 28 Feb 2005 03:29:11 +0000 (GMT) (envelope-from bent@munat.com) Received: from [192.168.123.141] (c-24-18-111-28.client.comcast.net[24.18.111.28]) by comcast.net (rwcrmhc13) with ESMTP id <2005022803291101500l4quie>; Mon, 28 Feb 2005 03:29:11 +0000 Message-ID: <422291F9.6080004@munat.com> Date: Sun, 27 Feb 2005 19:37:29 -0800 From: Ben Munat User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD User Questions List References: <42226EF2.9080300@munat.com> <1109554116.39851.36.camel@shumai.marcuscom.com> In-Reply-To: <1109554116.39851.36.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnomeapplets build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 03:29:12 -0000 Ah. Thanks. That did it. Maybe the build script should just check for the existence of the kernel source and error out immediately with an informative message rather than print a message that just flies by amidst thousands of lines of output? Ben Joe Marcus Clarke wrote: > On Sun, 2005-02-27 at 17:08 -0800, Ben Munat wrote: > >>Hello. I've been using gentoo for awhile, but when a disk failure meant a reinstall of my >>OS, I figured I'd give FreeBSD a shot. I got my system up and running fairly quickly by >>using all binary packages off the CD. Liked the quickness of that, but I've been >>struggling to get everything upgraded to the latest versions from the ports tree ever >>since. Maybe I've been doing stuff wrong, but I've had about a dozen build failures, >>mostly due to portupgrade's reluctance to upgrade some packages. I've slowly whittled away >>at these by deinstalling/reinstalling and I'm down to two packages... gnomeapplets and >>gnome2-lite. But now I get a real build error and I'm stuck... something to do with acpi. >>I'll paste the output below. Would appreciate any help. > > > Read the message that's printed when you start to build gnomeapplets2. > You need the FreeBSD kernel source installed in /usr/src (or you need to > set the FREEBSD_SYS variable to point to the location where the kernel > source is installed). > > Hopefully, this need will go away in the future when the ACPI headers > are copied to /usr/include. > > Joe >