From owner-freebsd-questions@FreeBSD.ORG Fri Oct 22 13:46:50 2004 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 BE11916A4CE for ; Fri, 22 Oct 2004 13:46:50 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F73043D3F for ; Fri, 22 Oct 2004 13:46:50 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31209 invoked from network); 22 Oct 2004 13:46:49 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Oct 2004 13:46:49 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 68E0A69; Fri, 22 Oct 2004 09:46:49 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Olivier Gautherot References: <41772D08.8000805@gautherot.net> From: Lowell Gilbert Date: 22 Oct 2004 09:46:49 -0400 In-Reply-To: <41772D08.8000805@gautherot.net> Message-ID: <44r7nqeugm.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: something: DESTDIR is not a user settable variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 13:46:50 -0000 Olivier Gautherot writes: > I'm hitting regularly the same problem with various ports that deinstall > properly during upgrades but won't reinstall. I had the case with firefox > this morning. > > The typical message is: > > bash-2.05b$ sudo make install clean > firefox-1.0.1.p_4: DESTDIR is not a user settable variable > *** Error code 1 > > Can anyone tell me where the message is coming from and how to > overcome it? I've tried to grep "user settable" but did not find it... > > For what it's worth, here is my uname -a: > FreeBSD ogautherot.og-lan.freesurf.fr 5.2.1-RELEASE > FreeBSD 5.2.1-RELEASE #0: Mon Jul 5 19:32:44 CEST 2004 > root@ogautherot.og-lan.freesurf.fr:/usr/obj/usr/src/sys/OG_CONF i386 What's in your make.conf file? [Not DESTDIR, is it?]