From owner-freebsd-current@FreeBSD.ORG Fri Jul 6 16:55:09 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DC3716A46F for ; Fri, 6 Jul 2007 16:55:09 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id D998613C468 for ; Fri, 6 Jul 2007 16:55:08 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id EFBC4EB4F72; Sat, 7 Jul 2007 00:55:07 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id hd4HG8bJ8X3J; Sat, 7 Jul 2007 00:55:04 +0800 (CST) Received: from LI-Xins-MacBook.local (unknown [61.49.185.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id B8B90EB4F6C; Sat, 7 Jul 2007 00:55:04 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:x-enigmail-version:openpgp:content-type; b=d73KNFVO1V8esj1gD3McP1PMg/ULJhdKVp795QIe4dypqjhlMXUssSgfs0RMJbIGZ Zkt2GvhGkIckLIetRrcJA== Message-ID: <468E73E0.3020907@delphij.net> Date: Sat, 07 Jul 2007 00:54:56 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: FreeBSD Current X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigDFE0FF0E10DF5762AEC2D1D2" Subject: mini-headsup: about sed(1) breakage (world broken at src/lib/libmd) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2007 16:55:09 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDFE0FF0E10DF5762AEC2D1D2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, A recent change made to sed(1) to make it to accept an 'I' flag which means to ignore case have introduced a bug, causing the ignorance to be enforced for all sed(1) expressions. Currently, our building infrastructure rely on the already installed version of sed(1), thus you will have to build and install sed(1) from newer code (make sure that either you have src/usr.bin/sed/compile.c,v 1.28 or 1.30) *before* building world. In short, if you have encountered some compiling time error like this: %%%%%%%%%%%%%%%% cc -O1 -pipe -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF -c md2hl.c md2hl.c:25: error: expected ')' before '*' token %%%%%%%%%%%%%%%% Do the following: - Update src/usr.bin/sed/compile.c to rev. 1.30 or rollback to 1.28. - cd /usr/src/usr.bin/sed - make cleandir - make cleandir - make obj - make depend - make - make install Then you will be able to do 'buildworld' again. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigDFE0FF0E10DF5762AEC2D1D2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGjnPgOfuToMruuMARCkUcAJ9yQqs+hgHESUENY8nvG8IaZnBdlwCfdiD6 90s7c3K7kdeCF6vhRRUdKfg= =cOPg -----END PGP SIGNATURE----- --------------enigDFE0FF0E10DF5762AEC2D1D2--