From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 06:16:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0C2E816A41F for ; Wed, 18 Jan 2006 06:16:58 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55E743D46 for ; Wed, 18 Jan 2006 06:16:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 95BFC1A3C1B; Tue, 17 Jan 2006 22:16:57 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CA89454A42; Wed, 18 Jan 2006 01:16:56 -0500 (EST) Date: Wed, 18 Jan 2006 01:16:56 -0500 From: Kris Kennaway To: "P.U.Kruppa" Message-ID: <20060118061656.GA99517@xor.obsecurity.org> References: <20060118041836.L884@www.pukruppa.net> <20060118052156.GA98468@xor.obsecurity.org> <20060118065305.X884@www.pukruppa.net> <20060118055509.GA99295@xor.obsecurity.org> <20060118071126.B884@www.pukruppa.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20060118071126.B884@www.pukruppa.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: portupgrade eats my swap space 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: Wed, 18 Jan 2006 06:16:58 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote: > On Wed, 18 Jan 2006, Kris Kennaway wrote: >=20 > >>> > >>>You are setting an illegal variable in your make.conf or environment > >>>that is causing the port makefile to recurse. Probably USE_GCC or > >>>some other USE_*. > >>That could be a hint. I can find legal options in > >> /usr/ports/Mk/bsd.port.mk > >>can I ? > > > >Sort of..but it also lists options that are only legal within specific > >port makefiles (like USE_*). > > > >Post your make.conf and I'll probably be able to tell you what's wrong. > This is it: > ---------------------------------------- > X_WINDOW_SYSTEM=3D xorg >=20 > CUPS_OVERWRITE_BASE=3Dyes > NO_LPR=3Dyes >=20 > # WITH_FAM=3D yes > USE_FAM=3Dyes As I said, USE_* are illegal here and cause recursion. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDzd1YWry0BWjoQKURAuxPAKC6iJ35qTDjS7Qhkd17hn2MkQ0WQQCg5aEL c3rMr+Vi9sWSRHE59uU1GHA= =Absb -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--