From owner-svn-src-head@FreeBSD.ORG Thu Jun 6 18:30:16 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C10974FD; Thu, 6 Jun 2013 18:30:16 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by mx1.freebsd.org (Postfix) with ESMTP id 854D11112; Thu, 6 Jun 2013 18:30:16 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id x10so3723130pdj.15 for ; Thu, 06 Jun 2013 11:30:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=DzwYdXqTIR21SDdIjkhL5+2DIpelP5SW1WKRi78lpFw=; b=S++JSIzf3/vLvgdV0D+NcyT0eCzhJOjUYZ4CKHIP5z/m8TW2kyXk7Gh8BViMfOHZMh yug5NJfKp8EBntuULfDqZ0yXqyJ6qrq7BpEU4/ZbfPUEFUUb0GFc6wTXAHXBwzWi6iaq noADPVV05aaaQ18yENLzOlsgG0SKMcSiE05W+tOyqJIZvFbns1Jp+9IodTr3mEicrHmN ellsMumqArACy5utu/qFirWgL6FqT+2tdA6zNs2jBkuH2MnV9k9vKPFkl33LfRaYVSWp /lL1rR8z+9KkU72As9Y6rKAksv5H78m9YsJbhqxXEAdwRAqcvDqffaTCGQkXlB82bqpq BeGg== X-Received: by 10.66.121.108 with SMTP id lj12mr14373863pab.52.1370543410413; Thu, 06 Jun 2013 11:30:10 -0700 (PDT) Received: from [192.168.20.5] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPSA id yj2sm73818329pbb.40.2013.06.06.11.30.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 11:30:09 -0700 (PDT) Subject: Re: svn commit: r251438 - in head/gnu: lib/libregex lib/libregex/posix usr.bin/diff usr.bin/grep Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <89C1FBF4-C82A-48C4-95B4-C28C2C5D9EA8@fh-muenster.de> Date: Thu, 6 Jun 2013 11:30:06 -0700 Content-Transfer-Encoding: 7bit Message-Id: <1188506E-8955-49F1-BC25-F6873C9472CC@gmail.com> References: <201306052131.r55LV6t8052710@svn.freebsd.org> <20130606032752.GR1716@glenbarber.us> <20130606105058.GI64948@glenbarber.us> <89C1FBF4-C82A-48C4-95B4-C28C2C5D9EA8@fh-muenster.de> To: Michael Tuexen X-Mailer: Apple Mail (2.1283) Cc: svn-src-head@freebsd.org, Glen Barber , svn-src-all@freebsd.org, src-committers@freebsd.org, Jung-uk Kim X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 18:30:16 -0000 On Jun 6, 2013, at 11:18 AM, Michael Tuexen wrote: > On Jun 6, 2013, at 12:50 PM, Glen Barber wrote: > >> On Wed, Jun 05, 2013 at 11:27:52PM -0400, Glen Barber wrote: >>> On Wed, Jun 05, 2013 at 09:31:06PM +0000, Jung-uk Kim wrote: >>>> Author: jkim >>>> Date: Wed Jun 5 21:31:06 2013 >>>> New Revision: 251438 >>>> URL: http://svnweb.freebsd.org/changeset/base/251438 >>>> >>>> Log: >>>> Connect libgnuregex 2.17 to the build. >>>> >>> >>> I think this breaks the build. I am seeing the following: >>> >>> /usr/obj/usr/src/tmp/usr/include/gnu/posix/regex.h:369:3: error: >>> declaration does not declare anything [-Werror,-Wmissing-declarations] >>> unsigned long int __REPB_PREFIX(used); >>> ^~~~~~~~~~~~~~~~~ >>> >> >> I think this is a local problem. Sorry for the noise. > I do see the same problem when cross building for ARM. How did you fix it? See r251468.