From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 19 00:52:20 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14383106566B for ; Sat, 19 Jun 2010 00:52:20 +0000 (UTC) (envelope-from swun2010@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id B17D68FC14 for ; Sat, 19 Jun 2010 00:52:19 +0000 (UTC) Received: by vws20 with SMTP id 20so232369vws.13 for ; Fri, 18 Jun 2010 17:52:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=4UXz9068X+BHts+sEMoCrTS8taQcunHQOAcU4oJTf+g=; b=UcKZrPXkzk240BgkTGfVcOzk7Zd2CCEM8Lab48o7l/2FnzbOCVic1XFOWGyhyp55vZ EgWf+D76Gj5NyoQgtD+S2DasJ4NuAsFcB54J/m7UCcIXefEQXp3DYrlqXxcCtcMwX1L/ Fr7JjAhqEe3YGP6TxMRliLyimPAs+VkRs3rco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PZjZDb9N8iZUtcv1G+JFWOAsVSSvfq63rwV3i0jP6yXWPPgEfEcW3SGDkxCm/eYSKn pFcC/5cUd34UQSwEHdyFcURv2/Pnf7G1318cc59MfE4jtg8LnY20qkTnEjA0KpWzFyEn mzicqQKdo89NVC8tBZ7JDqIxzkHUS7V9WJIvU= MIME-Version: 1.0 Received: by 10.220.126.130 with SMTP id c2mr712069vcs.165.1276907192637; Fri, 18 Jun 2010 17:26:32 -0700 (PDT) Received: by 10.220.72.21 with HTTP; Fri, 18 Jun 2010 17:26:32 -0700 (PDT) Date: Sat, 19 Jun 2010 10:26:32 +1000 Message-ID: From: Sam Wun To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: autom4te: not found in FreeBSD 8.1RC1 - please help. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2010 00:52:20 -0000 Hi, With FreeBSD 8.1 RC1, I got the following error when building cyrus-sasl2 in the Ports: .... configure: creating ./config.status autom4te --language=m4sh -B libltdl/config libltdl/config/ltmain.m4sh > libltdl/config/ltmain.in autom4te: not found *** Error code 127 Can anyone tell me how to resolve this problem? Your help is very much appreciated. Thanks Sam