From owner-freebsd-questions@FreeBSD.ORG Mon Feb 8 02:15:04 2010 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 51663106566B for ; Mon, 8 Feb 2010 02:15:04 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id 242BA8FC15 for ; Mon, 8 Feb 2010 02:15:04 +0000 (UTC) Received: by pzk32 with SMTP id 32so3728169pzk.27 for ; Sun, 07 Feb 2010 18:15:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=YK68ZEolwXzTscMkUAfe7N2Bw2HFtITulfkEJ39Xo8Q=; b=vqbLJu7au+2mHOl7mld+lKdLoiHFK6PEodlJfMZgjD6bdiOsM2wxn4SBPLLE8Cb1Pw taezkBwXcneb8JXjIwa1SFAUzsU62jM5KIx+hWJIi+hoIFYEL1SM4PQXDNRdoGytbcxd HddEFYl97/K3ASWf7hvzU1uSLQd0Hi/D+hfAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FrhUrR4mix/kD+uFqMGEBwWraR13NY9AGmaSUv2fqSpk0izp/KDbDhT3ppnwuH7hal 2m0wO4vI4aAqqyNZemFiHs/NafjFgD3GIZUbXpcfNXntVZzTpge8eVvvf8fWbesAWGHG q3wuaeqtU2egWCSSCt4UBOEt3gtripZ5pw5RI= MIME-Version: 1.0 Received: by 10.142.66.12 with SMTP id o12mr3848380wfa.171.1265595297648; Sun, 07 Feb 2010 18:14:57 -0800 (PST) In-Reply-To: References: <20100208015150.A89D11F3EA5@spike.porcupine.org> Date: Sun, 7 Feb 2010 20:14:57 -0600 Message-ID: <6201873e1002071814i718cb790u160c77d4c6c26c2b@mail.gmail.com> From: Adam Vande More To: Danny Edge Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: autogen gcc makefile.def error Postfix 2.5.6 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: Mon, 08 Feb 2010 02:15:04 -0000 On Sun, Feb 7, 2010 at 7:55 PM, Danny Edge wrote: > I haven't used FreeBSD in eight years and haven't installed Postfix since > then. Can someone please help with the GCC error below? > > Thanks. > You'll need to include a lot more info than that. You can review this page to get the best experience here: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/article.html Since you've been away so long a review of the handbook would be helpful for you as well. The best guess I can make given the info you provided is that you're trying to built a port without being root. That isn't going to work, you need appropriate permissions. -- Adam Vande More