From owner-freebsd-stable@FreeBSD.ORG Tue Jun 3 21:20:47 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D51D21065672 for ; Tue, 3 Jun 2008 21:20:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with ESMTP id 69F988FC22 for ; Tue, 3 Jun 2008 21:20:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 22278 invoked by uid 399); 3 Jun 2008 21:07:13 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 3 Jun 2008 21:07:13 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4845AF6E.5080709@FreeBSD.org> Date: Tue, 03 Jun 2008 13:54:06 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.14 (X11/20080525) MIME-Version: 1.0 To: FreeBSD Tinderbox References: <20080603090624.865C4241A2@freebsd-legacy.sentex.ca> In-Reply-To: <20080603090624.865C4241A2@freebsd-legacy.sentex.ca> X-Enigmail-Version: 0.95.6 OpenPGP: id=D5B2F0FB Content-Type: multipart/mixed; boundary="------------030409080700030807010201" Cc: stable@freebsd.org, i386@freebsd.org Subject: Re: [releng_6 tinderbox] failure on i386/i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Jun 2008 21:20:47 -0000 This is a multi-part message in MIME format. --------------030409080700030807010201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sorry about the breakage folks, my test run last night before I committed the update went fine, so I'm not sure what happened here, still investigating. If you need to build -stable now the attached patch should be applied to src/lib/bind/bind/config.h, and it should work. I'm testing again now. I'll commit the fix as soon as I am sure it is the right one. Doug -- This .signature sanitized for your protection --------------030409080700030807010201 Content-Type: text/plain; name="config-h.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config-h.diff" Index: config.h =================================================================== --- config.h (revision 179496) +++ config.h (working copy) @@ -14,6 +14,8 @@ /* #undef POSIX_GETPWNAM_R */ /* #undef POSIX_GETGRGID_R */ /* #undef POSIX_GETGRNAM_R */ +#define HAVE_MEMMOVE +#define HAVE_MEMCHR /* #undef NEED_SETGROUPENT */ /* #undef NEED_GETGROUPLIST */ --------------030409080700030807010201--