From owner-freebsd-ports@FreeBSD.ORG Tue Dec 5 21:50:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EC6116A407 for ; Tue, 5 Dec 2006 21:50:48 +0000 (UTC) (envelope-from eps@anna.ana.com) Received: from anna.ana.com (anna.ana.com [208.69.41.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121B643C9D for ; Tue, 5 Dec 2006 21:50:07 +0000 (GMT) (envelope-from eps@anna.ana.com) Received: from anna.ana.com (localhost [127.0.0.1]) by anna.ana.com (8.13.8/8.13.8) with ESMTP id kB5LuorU000352 for ; Tue, 5 Dec 2006 13:56:50 -0800 (PST) Received: (from eps@localhost) by anna.ana.com (8.13.8/8.13.8/Submit) id kB5LunAN000351; Tue, 5 Dec 2006 13:56:49 -0800 (PST) Date: Tue, 5 Dec 2006 13:56:49 -0800 (PST) Message-Id: <200612052156.kB5LunAN000351@anna.ana.com> From: eps+pcom0612@ana.com (Eric P. Scott) To: freebsd-ports@freebsd.org Subject: Re: devel/m4 - build fail on 4.11-STABLE 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, 05 Dec 2006 21:50:48 -0000 The "useless keyword or type name in empty declaration" problems should go away if you add as files/patch-ac: --- configure.orig Mon Nov 20 06:25:55 2006 +++ configure @@ -15426,6 +15426,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include #include Try make USE_GCC=3.4 and the other warnings should disappear as well. They're using their own stdbool.h instead of FreeBSD's, and it doesn't seem to get along well with older versions of gcc (e.g. 2.95.4). I can't reproduce the other problem; do you have print/texinfo-4.8_3 installed? -=EPS=-