From owner-freebsd-ports@FreeBSD.ORG Tue Sep 21 00:18:28 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81C5E106564A for ; Tue, 21 Sep 2010 00:18:28 +0000 (UTC) (envelope-from rdunkle@smallcatbrain.com) Received: from smallcatbrain.com (m209-39.dsl.rawbw.com [198.144.209.39]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7878FC0A for ; Tue, 21 Sep 2010 00:18:27 +0000 (UTC) Received: from smp5.smallcatbrain.com (smp5.smallcatbrain.com [192.168.0.3]) (authenticated bits=0) by smallcatbrain.com (8.14.4/8.14.3) with ESMTP id o8KNxZXu004393 for ; Mon, 20 Sep 2010 16:59:35 -0700 (PDT) (envelope-from rdunkle@smallcatbrain.com) Message-ID: <4C97F567.9080801@smallcatbrain.com> Date: Mon, 20 Sep 2010 16:59:35 -0700 From: Rich Dunkle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smp5.smallcatbrain.com Subject: autoconf problem ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 00:18:28 -0000 Starting last weekend I am having problems with some ports compiling. I am seeing warnings and errors from automake - autoconf when I compile certain ports. Here is an example from compile of libX11: ===> libX11-1.3.3_1,1 depends on file: /usr/local/bin/automake-1.10 - found ===> libX11-1.3.3_1,1 depends on file: /usr/local/bin/autoconf-2.67 - found ===> libX11-1.3.3_1,1 depends on package: libtool>=2.2 - found ===> libX11-1.3.3_1,1 depends on executable: pkg-config - found ===> Configuring for libX11-1.3.3_1,1 /usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC /usr/local/share/aclocal/linc.m4:1: run info '(automake)Extending aclocal' /usr/local/share/aclocal/linc.m4:1: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.ac:5: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure.ac:5: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure.ac:5: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure:14326: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. *** Error code 1 Stop in /usr/ports/x11/libX11. smp5#