From owner-freebsd-stable@FreeBSD.ORG Tue Sep 21 17:01:36 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7861416A4CE for ; Tue, 21 Sep 2004 17:01:36 +0000 (GMT) Received: from email.eurowings.com (email.eurowings.com [193.96.182.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281C143D48 for ; Tue, 21 Sep 2004 17:01:36 +0000 (GMT) (envelope-from h.kipp@eurowings.com) Received: from localhost (localhost [127.0.0.1]) by email.eurowings.com (Postfix) with ESMTP id 3D51714E244; Tue, 21 Sep 2004 19:01:35 +0200 (CEST) Received: from eurowings.com (unknown [10.100.24.81]) by email.eurowings.com (Postfix) with ESMTP id 313A414E23D; Tue, 21 Sep 2004 19:01:33 +0200 (CEST) Message-ID: <41505E6C.50007@eurowings.com> Date: Tue, 21 Sep 2004 19:01:32 +0200 From: Holger Kipp User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040602 X-Accept-Language: de, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at eurowings.com Subject: RE: Building port textproc/intltool loops indefinitely on FreeBSD 5.3-BETA4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 17:01:36 -0000 Hello, I have hit a very interesting problem: the infinite loop I encountered with textproc/intltool during build of print/apsfilter also happens with obviously all other ports apsfilter depends on, eg devel/libbonobo graphics/libgnomecanvas devel/libIDL devel/ORBit2 etc., all with a message similar to: configure: creating ./config.status cd . && /usr/local/bin/bash ./config.status Makefile config.status: creating Makefile cd . && /bin/sh /usr/ports/accessibility/gail/work/gail-1.6.6/missing --run aclocal-1.7 aclocal-1.7: not found WARNING: `aclocal-1.7' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && \ /bin/sh /usr/ports/accessibility/gail/work/gail-1.6.6/missing --run automake-1.7 --gnu Makefile automake-1.7: not found WARNING: `automake-1.7' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/ports/accessibility/gail/work/gail-1.6.6/missing --run autoconf autoconf: not found WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck (some won't output this, but just go within a loop around forever) If I press ctrl-C, change to the offending directory/port - in this case /usr/ports/accessibility/gail and do a make port there, it just plain succeeds (even though I only have autoconf14 and autoconf18 installed). Any ideas? Or am I just plain stupid, not seeing the obvious? Regards, Holger Kipp