From owner-freebsd-questions@FreeBSD.ORG Mon Feb 8 22:09:08 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 286941065693 for ; Mon, 8 Feb 2010 22:09:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f203.google.com (mail-px0-f203.google.com [209.85.216.203]) by mx1.freebsd.org (Postfix) with ESMTP id F23018FC15 for ; Mon, 8 Feb 2010 22:09:07 +0000 (UTC) Received: by pxi41 with SMTP id 41so7270065pxi.27 for ; Mon, 08 Feb 2010 14:09:07 -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=wfGzssFexaRdrNuDOxeI6qwV6vAKZBtNj6Sy1KMbLNk=; b=kjI+PFpJO3pVV/TX00THwM3qABO82+9FImQvDeJ9E8CFjNNxkewq8gvbZ6vpEOE0j1 JrW53/D570O73M3LQ7usG/Tbw7t7eqwuhvMSgNWhX3nQZ9ZDpyG3UO1d53Atz+yKwk6c 5C5qhNaiOlNRJMXP/mjoRrxOjhja6tmvSrmT4= 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=HzFaxuydWUEMO6wpr+UHgf2EAAS4ZIo2XXgaUe+AbHsuhQ6Gt4U+Nyx8aEcAgLQkD0 duWGijlLBgo5E5BkcMrCU2qBI8ZyisbsCxLnNlLDbC/JWPRwDhG4lsdI/ng4AAZG6DQI Eh4wp0TUV+stM5aJYZhezf1YluuHL89q2lXbI= MIME-Version: 1.0 Received: by 10.142.117.25 with SMTP id p25mr4675271wfc.301.1265666947439; Mon, 08 Feb 2010 14:09:07 -0800 (PST) In-Reply-To: References: Date: Mon, 8 Feb 2010 16:09:07 -0600 Message-ID: <6201873e1002081409j5bf332c3s37d5acdad82bef3a@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: Problem building GCC - Postfix install from ports failed 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 22:09:08 -0000 On Mon, Feb 8, 2010 at 3:59 PM, Danny Edge wrote: > I was advised to try this again. New install FreeBSD 7.2 R, installing > Postfix from cd /usr/ports/mail/postfix && make install clean > > I receive the following error near the end of the install: > > checking whether -fkeep-inline-functions is supported... yes > updating cache ./config.cache > creating ./config.status > creating Makefile > ===> Building for gcc-4.2.5_20090325 > cd ./..//gcc-4.2-20090325 && autogen Makefile.def > autogen: not found > gmake: *** [..//gcc-4.2-20090325/Makefile.in] Error 127 > *** Error code 1 > > Stop in /usr/ports/lang/gcc42. > *** Error code 1 > > Stop in /usr/ports/mail/addresses. > *** Error code 1 > > Stop in /usr/ports/mail. > mx# > I guess gcc42 requires /usr/ports/devel/autogen Looks like the port is missing a dependency for some reason. Try installing that port, and resume your gcc build. If it works you could file a bug report. -- Adam Vande More