Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2016 16:28:44 +0800
From:      k simon <chio1990@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: FreeBSD 11.0-stable buildworld failured, maybe it's broken by r305866
Message-ID:  <fc0d46d7-c8e2-58ca-925f-4007f6bad07f@gmail.com>
In-Reply-To: <e1b5fa7c-d3f5-5ba9-b532-c8c9520b1e2a@gmail.com>
References:  <2ac28abf-3458-616f-b83d-12bf16d990e7@gmail.com> <e1b5fa7c-d3f5-5ba9-b532-c8c9520b1e2a@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok, I solved it by copy those headers from /usr/src to /usr/include.


Simon K.
20161009

> P.S.  It's a quite old machine, it has not HPET device.
>
>
>
> Simon
> 20161004
>
>
>  2016/10/4 20:40, k simon write:
>> Hi,Lists,
>>
>>    This is full source based "make buildworld" failure to r306669.
>>
>>
>> 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 code 1
>>
>> Stop.
>> make[4]: stopped in /usr/src/lib/libc
>> *** Error code 1
>>
>>
>>
>>  Maybe it's broken by r305866.
>>
>>
>>
>>
>> Simon
>> 20161004



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fc0d46d7-c8e2-58ca-925f-4007f6bad07f>