Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 15:37:56 +0200
From:      Marco Hafke <marco.hafke@gmx.de>
To:        freebsd-arm@freebsd.org
Subject:   Re: Unable to build 10-CURRENT for Raspi
Message-ID:  <51B5D6B4.6060902@gmx.de>
In-Reply-To: <CANuCnH98GdNhrgUdt%2BkhF3GUrndym7dGkXyOMjiVdCLM4RYTtA@mail.gmail.com>
References:  <CANuCnH9fEo0ukVF5cRbJQzd3Tka=WSFhE2wwgxB8tDy6o54gJQ@mail.gmail.com> <20130605084224.67c84c15@bender.Home> <CANuCnH8UrUSeSOK21%2BXuv5kazO_kLw3a9UHc2i7jbuLG7HJK4g@mail.gmail.com> <CA%2BK5SrM=tugCsPR-1iFiOBByw6OTFsBh3B8OqqC%2ByWtGseM4Zw@mail.gmail.com> <CANuCnH91tY3D24x7ogq9r9V6hQot6T9xkbi0H2JyLkpKzOowDQ@mail.gmail.com> <CANuCnH98GdNhrgUdt%2BkhF3GUrndym7dGkXyOMjiVdCLM4RYTtA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Same mistake here. Is there any known patch or workaround?


Am 10.06.2013 11:08, schrieb Alie Tan:
> Seems this is the root cause of the issue
> http://freshbsd.org/commit/freebsd/r251520
> 
> 
> On Mon, Jun 10, 2013 at 5:06 PM, Alie Tan <alie@affle.com> wrote:
> 
>> 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 <f0andrey@gmail.com> 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 <alie@affle.com> wrote:
>>>> On Wed, Jun 5, 2013 at 3:42 PM, Andrew Turner <andrew@fubar.geek.nz>
>>> wrote:
>>>>
>>>>> On Wed, 5 Jun 2013 15:04:58 +0800
>>>>> Alie Tan <alie@affle.com> 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"
>>>
>>
>>
> _______________________________________________
> 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"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51B5D6B4.6060902>