Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 10:47:21 +0800
From:      k simon <chio1990@gmail.com>
To:        freebsd-stable@FreeBSD.org
Subject:   11.0-stable can not buildworld
Message-ID:  <0afcde33-5127-6ee3-fcdc-54a252d02ff2@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,lists,

   11.0-stable r306419 can not buildworld. The output as below:

clang  -O2 -pipe -fno-omit-frame-pointer -march=core2 
-I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include 
-I/usr/src/lib/libc/amd64 -DNLS  -D__DBINTERFACE_PRIVATE 
-I/usr/src/lib/libc/../../contrib/gdtoa 
-I/usr/src/lib/libc/../../contrib/libc-vis -DINET6 
-I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE 
-DPOSIX_MISTAKE -I/usr/src/lib/libc/../libmd 
-I/usr/src/lib/libc/../../contrib/jemalloc/include -DMALLOC_PRODUCTION 
-I/usr/src/lib/libc/../../contrib/tzcode/stdtime 
-I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES 
-DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING 
-DSYMBOL_VERSIONING -MD  -MF.depend.__vdso_gettimeofday.o 
-MT__vdso_gettimeofday.o -std=gnu99 -fstack-protector-strong 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized 
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion 
-Wno-unused-local-typedef -Wno-switch -Wno-switch-enum 
-Wno-knr-promoted-parameter  -Qunused-arguments  -I/usr/src/lib/libutil 
-I/usr/src/lib/msun/amd64 -I/usr/src/lib/msun/x86 
-I/usr/src/lib/msun/src -c /usr/src/lib/libc/sys/__vdso_gettimeofday.c 
-o __vdso_gettimeofday.o
/usr/src/lib/libc/sys/__vdso_gettimeofday.c:43:27: error: too many 
arguments to function call, expected single argument 'vdso_th', have 2 
arguments
         error = __vdso_gettc(th, &tc);
                 ~~~~~~~~~~~~     ^~~
/usr/include/sys/vdso.h:65:1: note: '__vdso_gettc' declared here
u_int __vdso_gettc(const struct vdso_timehands *vdso_th);
^
1 error generated.
--- __error.o ---
--- __vdso_gettimeofday.o ---
*** [__vdso_gettimeofday.o] Error code 1

make[4]: stopped in /usr/src/lib/libc
--- __error.o ---




Simon
200922



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0afcde33-5127-6ee3-fcdc-54a252d02ff2>