From owner-cvs-all Fri Oct 26 16:23:29 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 45AE837B401; Fri, 26 Oct 2001 16:23:16 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 0FE254CE20; Fri, 26 Oct 2001 19:23:12 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id TAA26073; Fri, 26 Oct 2001 19:23:11 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id QAA14607; Fri, 26 Oct 2001 16:23:10 -0700 (PDT) Message-Id: <200110262323.QAA14607@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: jhay@icomtek.csir.co.za Subject: Re: cvs commit: ports/devel/automake Makefile distinfo pkg-plist Cc: sobomax@freebsd.org, jhb@freebsd.org, cvs-all@freebsd.org, cvs-committers@freebsd.org, obrien@freebsd.org Date: Fri, 26 Oct 2001 16:23:09 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >How much of this "breakage" is truth and how much FUD? I ran "make configure" on all 220 ports with USE_AUTOCONF or USE_AUTOMAKE using autoconf 2.52, 2.13-000227 (today's autoconf port) and 2.13 (last week's autoconf port). I used NO_DEPENDS, so the data is somewhat noisy, however the baseline with 2.13 helps to put an upper bound on the noise. The raw data: 2.52 failure rate: 81 + 45 / 220 2.13-000227 failure rate: 14 + 74 / 220 2.13 baseline failure rate: 14 + 74 / 220 These are "autoconf failures" + "./configure failures" / "total ports". At best, there are 38 ports (81+45 - (14+74)), 17% that fail with autoconf 2.52 . At worst, there are 67 (81 - 14), 30%. I think the docs overstate 2.52's backwards compatability. A port-by-port list is at http://people.freebsd.org/~fenner/autoconf.txt . The output of the 2.52 and 2.13 runs are http://people.freebsd.org/~fenner/autoconfcheck-2.{52,13}.txt . The output of the 2.13-000227 run is different from the 2.13 run in unimportant ways, but I guess I could publish that too if anyone cared. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message