From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 17:41:24 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F23516A41A for ; Sun, 28 Oct 2007 17:41:24 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id B5BA513C48A for ; Sun, 28 Oct 2007 17:41:23 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so883948nzf for ; Sun, 28 Oct 2007 10:41:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=mMSqGyC42O/RU83Mhzqd64V7BNT9Mqfrjef8ogYkTEA=; b=O14hT1ehr0whqnVprnXjpD227KgcP3ct23MGKuB0MQh8VEVcJaZFx0N9ZT9FhtxT7mJy2hErqx91gkXn2+Txq6Hfs+X7Rwa+oIO08iECLAr1GygwNsHHgFezT+kN2peMZpC/VXG37aR+chqxFvHkbWeVOsPBVIZHp2GEzkfjxm8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=iYOt2nAJ1us5M+NFAvkId+hxtIq6NopIzAX9dJy+3hgJ7hCApmDJJNZ/fL4gy5NZKj+tMxxlCEYXHP1BGPprn+fQsgnGGlGUuq/zpo/gj0TL78FghcwwO3V2VctHUHguxN1N31SIw4t5fQhouzqQXPuF064LfRG0K7QDfvgXY5o= Received: by 10.143.17.13 with SMTP id u13mr1152401wfi.1193591606587; Sun, 28 Oct 2007 10:13:26 -0700 (PDT) Received: by 10.142.232.11 with HTTP; Sun, 28 Oct 2007 10:13:26 -0700 (PDT) Message-ID: Date: Sun, 28 Oct 2007 11:13:26 -0600 From: James To: weif@weif.net In-Reply-To: <200710281529.l9SFTrLI019694@maxine.cjones.org> MIME-Version: 1.0 References: <200710222014.l9MKE5QW013875@maxine.cjones.org> <200710280038.l9S0cccD010691@maxine.cjones.org> <200710271844.37010.beech@freebsd.org> <200710281529.l9SFTrLI019694@maxine.cjones.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: jahilliya@gmail.com, questions@freebsd.org, Beech Rintoul , 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 17:41:24 -0000 On 10/28/07, Keith Seyffarth wrote: > > > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Silly question: are you running env as root or as your user ID? i.e. are you running env as the user who needs this variable? James