From owner-freebsd-standards@FreeBSD.ORG Thu Feb 10 07:44:41 2011 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6326D106566C for ; Thu, 10 Feb 2011 07:44:41 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E3DF48FC0C for ; Thu, 10 Feb 2011 07:44:40 +0000 (UTC) Received: by bwz12 with SMTP id 12so1743029bwz.13 for ; Wed, 09 Feb 2011 23:44:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=7PliiE6Q7Y0LQh3CCC3zcn4StQFZUFM9ggvHW1BIUtw=; b=kYiiGsA0zXpCq9TIXvTd3EVBc7oTF/bPpDqbXjnN3ofuxCZ3p8uoMyebGIuJZvM8SC DXMQ+IGAwwtmFtRj2Mg5DRNyCwqhxH8sv2ART55JpU0M6E1HXgDtb+lCFiHKW9sXV7vX oZFktLJdqB47EHvlKGaJpKvhELYnHyib+ITZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding; b=np8wCiAX15EpmOiGaPRE20lXvOWQiF9tJviaqOuF99L8P93y88hntBwMUhE/dX7cs0 TT26+G4e88dNlpL6iIijOuwX8GftbfFRsCSJ284qmQ1fWEHwk3wg3gsyWaRcz7rP5SKu DaW+a5Gw+WPoLndg38K6dMGeodsYCDU13KOQc= Received: by 10.204.46.130 with SMTP id j2mr12010609bkf.169.1297323879693; Wed, 09 Feb 2011 23:44:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.76.18 with HTTP; Wed, 9 Feb 2011 23:44:09 -0800 (PST) In-Reply-To: <20110210000059.GA95033@zim.MIT.EDU> References: <4D53064B.7090901@delphij.net> <20110210000059.GA95033@zim.MIT.EDU> From: Chris Rees Date: Thu, 10 Feb 2011 07:44:09 +0000 Message-ID: To: d@delphij.net, utisoft@gmail.com, freebsd-standards@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Should we imitate GNU test's insanity? X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 07:44:41 -0000 On 10 February 2011 00:00, David Schultz wrote: > On Wed, Feb 09, 2011, Xin LI wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA256 >> >> On 02/09/11 12:46, Chris Rees wrote: >> > Hi all, >> > >> > I've found so many cases of autoconf failing when porting Linux apps >> > over, for example scilab and musicpd due to the happiness of GNU test >> > to accept a =3D=3D b rather than a =3D b. >> > >> > Rather than making a bug report that'll be brushed off (as my bug >> > report for GNU find was), would it be unthinkable for me to make a >> > patch for our test to make =3D=3D acceptable, to stop some wasted port= ers' >> > time? >> >> I don't think =3D=3D is unacceptable extension to the POSIX standard bas= ed >> on my reading. =A0If there is no objection I'll commit the attached patc= h >> on Friday. > > I agree; unobtrusive extensions that improve compatibility are welcome. > Wow, that was quick. Thanks! Chris