From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 15:29:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15B0616A541; Sun, 28 Oct 2007 15:29:59 +0000 (UTC) (envelope-from weif@maxine.cjones.org) Received: from maxine.cjones.org (chris.static.MT.net [206.127.66.35]) by mx1.freebsd.org (Postfix) with ESMTP id 604AF13C4A5; Sun, 28 Oct 2007 15:29:57 +0000 (UTC) (envelope-from weif@maxine.cjones.org) Received: from maxine.cjones.org (localhost [IPv6:::1]) by maxine.cjones.org (8.13.8/8.12.11) with ESMTP id l9SFTsBG025520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Oct 2007 09:29:54 -0600 (MDT) Received: (from weif@localhost) by maxine.cjones.org (8.13.8/8.13.3) id l9SFTrLI019694; Sun, 28 Oct 2007 09:29:54 -0600 (MDT) Date: Sun, 28 Oct 2007 09:29:54 -0600 (MDT) Message-Id: <200710281529.l9SFTrLI019694@maxine.cjones.org> From: Keith Seyffarth To: Beech Rintoul In-reply-to: <200710271844.37010.beech@freebsd.org> (message from Beech Rintoul on Sat, 27 Oct 2007 18:44:32 -0800) References: <200710222014.l9MKE5QW013875@maxine.cjones.org> <200710280038.l9S0cccD010691@maxine.cjones.org> <200710271844.37010.beech@freebsd.org> X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (maxine.cjones.org [IPv6:::1]); Sun, 28 Oct 2007 09:29:54 -0600 (MDT) X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on maxine.cjones.org Cc: jahilliya@gmail.com, questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: can't upgrade - catch-22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 15:29:59 -0000 > try: setenv X11BASE /usr/X11R6 > > then rebuild portupgrade. That still gives the 'cannot set X11BASE' error... If I run env after setting the X11BASE as instructed above, it is set, but I still get the error. Keith