[FUG-BR] erro no buildworld
Danilo Egea
daniloegea em yahoo.com.br
Quinta Junho 27 01:26:49 BRT 2013
On 6/27/13 1:21 AM, Nilton Jose Rizzo wrote:
>
> alguem pode me dar uma luz? já atualizei hoje de novo a árvore
> src (stable) mas continua a dar esse erro aqui:
>
>
> /usr/bin/clang -O2 -pipe -DPTHREAD_KERNEL -
> I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -
> I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/amd64/include -
> I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -
> I/usr/src/lib/libthr/../../libexec/rtld-elf/amd64 -
> I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -
> D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -DSYSCALL_COMPAT -std=gnu99 -
> Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-
> unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -
> Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-
> tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-
> function -Wno-conversion -c /usr/src/lib/libthr/thread/thr_setschedparam.c -o
> thr_setschedparam.o
> /usr/bin/clang -O2 -pipe -DPTHREAD_KERNEL -
> I/usr/src/lib/libthr/../libc/include -I/usr/src/lib/libthr/thread -
> I/usr/src/lib/libthr/../../include -I/usr/src/lib/libthr/arch/amd64/include -
> I/usr/src/lib/libthr/sys -I/usr/src/lib/libthr/../../libexec/rtld-elf -
> I/usr/src/lib/libthr/../../libexec/rtld-elf/amd64 -
> I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -
> D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -DSYSCALL_COMPAT -std=gnu99 -
> Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-
> unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -
> Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-
> tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-
> function -Wno-conversion -c /usr/src/lib/libthr/thread/thr_sig.c -o thr_sig.o
> /usr/src/lib/libthr/thread/thr_sig.c:331:2: error: implicit declaration of
> function '__fillcontextx2' is invalid in C99
> [-Werror,-Wimplicit-function-declaration]
> __fillcontextx2((char *)uc);
> ^
> /usr/src/lib/libthr/thread/thr_sig.c:331:2: note: did you mean
> '__fillcontextx'?
> __fillcontextx2((char *)uc);
> ^~~~~~~~~~~~~~~
> __fillcontextx
> /usr/include/ucontext.h:83:5: note: '__fillcontextx' declared here
> int __fillcontextx(char *ctx);
> ^
> 1 error generated.
> *** [thr_sig.o] Error code 1
>
> Stop in /usr/src/lib/libthr.
> *** [lib/libthr__L] Error code 1
>
> Stop in /usr/src.
> *** [libraries] Error code 1
>
> Stop in /usr/src.
> *** [_libraries] Error code 1
>
> Stop in /usr/src.
> *** [buildworld] Error code 1
>
> Stop in /usr/src.
> valfenda#
>
>
> Se alguem puder agradeço
>
>
> Rizzo
> -------------------------
> Histórico: http://www.fug.com.br/historico/html/freebsd/
> Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
>
O seu make.conf está com as linhas abaixo?
# This setting to build world without -Werror:
NO_WERROR=
# This setting to build kernel without -Werror:
WERROR=
Mais detalhes sobre a lista de discussão freebsd