From owner-freebsd-arm@FreeBSD.ORG Mon Jun 10 09:06:51 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6ACB749C for ; Mon, 10 Jun 2013 09:06:51 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 2DFD815F4 for ; Mon, 10 Jun 2013 09:06:50 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id e1so3500869qcx.24 for ; Mon, 10 Jun 2013 02:06:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=AEuIyx28c3X7hQo63LF0NfvpL5YzrkFG0zz/Oz8JkQE=; b=S1tGgbmcBqH5SVSWonaOsyNz42hbcUipqrQ2inB/dIlzRExqYRbK4h/H00NwwiQ8A7 NrMrhHZQf6cd0SB6/VUnC+nprzqeVzbq1ywOr1cGBcwy6qF5BEvcqZMBY0PY9kSLn4k3 QW2ks/pnfa2Bv9rHrRhTAdxFwrgGOJ5Fj10bCijH2gehrd6acKVtLkwiEeD/tdK3F6xs MHRGhbsQdOpBPfY6iEs/LczQ1aIZTCz67eMNCTlqYtnd55QkMjna7Q/rDTuJKnWMaHXn tMRK6XOxZdbWt0IXVSHNNjpVx7L7QkvSpcJlORMnySzfYrf2qiSuASfSwNh73Uk9Z1A/ eJNA== MIME-Version: 1.0 X-Received: by 10.49.24.52 with SMTP id r20mr9645867qef.54.1370855209776; Mon, 10 Jun 2013 02:06:49 -0700 (PDT) Received: by 10.49.83.8 with HTTP; Mon, 10 Jun 2013 02:06:49 -0700 (PDT) In-Reply-To: References: <20130605084224.67c84c15@bender.Home> Date: Mon, 10 Jun 2013 17:06:49 +0800 Message-ID: Subject: Re: Unable to build 10-CURRENT for Raspi From: Alie Tan To: Andrey Fesenko X-Gm-Message-State: ALoCoQlNUZq9mLs8BKLM7/pWzIc+Dr+ltb8jICaGmgqmXC5yZIVBZTnpZw1+Shu4/+qRnK9iSz4h Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 09:06:51 -0000 Getting different compilation error today: ===> lib/libprocstat (install) sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libprocstat.a /usr/obj/arm.armv6/usr/src/tmp/usr/lib install: libprocstat.a: No such file or directory *** Error code 71 Stop. make: stopped in /usr/src/lib/libprocstat *** Error code 1 Stop. make: stopped in /usr/src/lib *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** [buildworld] Error code 1 Stop in /usr/src. On Thu, Jun 6, 2013 at 6:12 PM, Andrey Fesenko wrote: > confirm the same error > apparently to blame commit > http://svnweb.freebsd.org/base?view=revision&revision=251436 > > On Thu, Jun 6, 2013 at 8:52 AM, Alie Tan wrote: > > On Wed, Jun 5, 2013 at 3:42 PM, Andrew Turner > wrote: > > > >> On Wed, 5 Jun 2013 15:04:58 +0800 > >> Alie Tan wrote: > >> > >> > This issue happens today only after i update my src, not sure why: > >> > >> This should be fixed in r251405. > >> > > > > Thanks r251405 fixed my issue but now we got another issue: > > ^~~~~~~~~~~~~~~~~ > > In file included from /usr/src/usr.bin/grep/file.c:60: > > In file included from /usr/src/usr.bin/grep/grep.h:34: > > /usr/include/gnu/regex.h:6:36: error: expected ';' after top level > > declarator > > extern reg_syntax_t __re_set_syntax _RE_ARGS ((reg_syntax_t syntax)); > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:8:40: error: expected ';' after top level > > declarator > > extern const char *__re_compile_pattern > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:12:32: error: expected ';' after top level > > declarator > > extern int __re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer > > *buffer)); > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:14:23: error: expected ';' after top level > > declarator > > extern int __re_search > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:18:25: error: expected ';' after top level > > declarator > > extern int __re_search_2 > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:23:22: error: expected ';' after top level > > declarator > > extern int __re_match > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:27:24: error: expected ';' after top level > > declarator > > extern int __re_match_2 > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:32:31: error: expected ';' after top level > > declarator > > extern void __re_set_registers > > ^ > > > > ; > > > > /usr/include/gnu/regex.h:36:21: error: expected ';' after top level > > declarator > > extern int __regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern, > > ^ > > ; > > /usr/include/gnu/regex.h:39:21: error: expected ';' after top level > > declarator > > extern int __regexec _RE_ARGS ((const regex_t *__preg, > > ^ > > ; > > /usr/include/gnu/regex.h:43:25: error: expected ';' after top level > > declarator > > extern size_t __regerror _RE_ARGS ((int __errcode, const regex_t *__preg, > > ^ > > ; > > /usr/include/gnu/regex.h:46:22: error: expected ';' after top level > > declarator > > extern void __regfree _RE_ARGS ((regex_t *__preg)); > > ^ > > ; > > 1 warning and 12 errors generated. > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src/usr.bin/grep > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src/usr.bin > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src > > *** [buildworld] Error code 1 > > > > Stop in /usr/src. > > > > > >> Andrew > >> > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >