From owner-freebsd-stable@FreeBSD.ORG Fri Oct 5 09:27:27 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66FEC106564A for ; Fri, 5 Oct 2012 09:27:27 +0000 (UTC) (envelope-from mbsd@isgroup.com.ua) Received: from mail.standard.com.ua (mail.isgroup.com.ua [46.229.54.104]) by mx1.freebsd.org (Postfix) with ESMTP id A2C028FC14 for ; Fri, 5 Oct 2012 09:27:25 +0000 (UTC) Received: from [192.168.11.5] (unused-213.111.71.228.bilink.ua [213.111.71.228] (may be forged)) (authenticated bits=0) by mail.standard.com.ua (8.14.3/8.14.3) with ESMTP id q959KKbn073393 for ; Fri, 5 Oct 2012 12:20:20 +0300 (EEST) (envelope-from mbsd@isgroup.com.ua) From: mbsd To: freebsd-stable@freebsd.org In-Reply-To: <506E7742.6060308@gmx.us> References: <506E7742.6060308@gmx.us> Content-Type: text/plain; charset="UTF-8" Date: Fri, 05 Oct 2012 12:26:43 +0300 Message-ID: <1349429203.6324.3.camel@eva02> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-101.1 required=9.0 tests=BAYES_00,HELO_MISC_IP, RDNS_NONE,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.isgroup.com.ua Subject: Re: error while building stable world X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 09:27:27 -0000 Is your time set correct? No, there are different targets. On Fri, 2012-10-05 at 13:59 +0800, Mike Manilone wrote: > Hi all, > > I'm trying to build a STABLE world. But now I've got an error. > > /usr/local/bin/clang -O2 -pipe -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 -DINET6 > -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE > -DPOSIX_MISTAKE -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 -std=gnu99 -Qunused-arguments -fstack-protector > -Wsystem-headers -Wall -Wno-format-y2k -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 -Wno-switch -Wno-switch-enum -c > /usr/src/lib/libc/amd64/sys/__vdso_gettc.c -o __vdso_gettc.o > /usr/src/lib/libc/amd64/sys/__vdso_gettc.c:31:10: fatal error: > 'sys/vdso.h' file not found > #include > ^ > 1 error generated. > *** [__vdso_gettc.o] Error code 1 > > > How can I fix this error? > > Another question: will buildworld also build the kernel? > > Thanks. > > Cheers, > Mike Manilone > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"