From owner-freebsd-questions@freebsd.org Fri Aug 7 12:01:10 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0424D9B1152 for ; Fri, 7 Aug 2015 12:01:10 +0000 (UTC) (envelope-from lists@olivarim.com) Received: from 16.mo5.mail-out.ovh.net (16.mo5.mail-out.ovh.net [87.98.174.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95BABA63 for ; Fri, 7 Aug 2015 12:01:09 +0000 (UTC) (envelope-from lists@olivarim.com) Received: from mail422.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo5.mail-out.ovh.net (Postfix) with SMTP id 5ACC4FF8FCF for ; Fri, 7 Aug 2015 14:01:05 +0200 (CEST) Received: from localhost (HELO queueout) (127.0.0.1) by localhost with SMTP; 7 Aug 2015 14:01:04 +0200 Received: from 112-172-190-109.dsl.ovh.fr (HELO nic-ppc-marin.cloud.olivarim.com) (lists@olivarim.com@109.190.172.112) by ns0.ovh.net with SMTP; 7 Aug 2015 14:01:02 +0200 Date: Fri, 7 Aug 2015 13:59:54 +0200 From: Marin Bernard To: freebsd-questions@freebsd.org Subject: Re: buildworld failure on FreeBSD 10-STABLE Message-ID: <20150807115954.GA80388@nic-ppc-marin.cloud.olivarim.com> References: <20150806121931.GA933@nic-ppc-marin.cloud.olivarim.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150806121931.GA933@nic-ppc-marin.cloud.olivarim.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Ovh-Tracer-Id: 11384536908607020805 X-Ovh-Remote: 109.190.172.112 (112-172-190-109.dsl.ovh.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekfedrvdegucetufdoteggucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenuc X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekfedrvdegucetufdoteggucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenuc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 12:01:10 -0000 Hi again, I finally fixed the problem by deleting the whole /usr/src folder and pulling the sources again. I don't know what happened. Thanks to Roland for supporting me. On Thu, Aug 06, 2015 at 02:19:31PM +0200, Marin Bernard wrote: > Hi, > > I've been trying for several days to build world for FreeBSD 10-STABLE > (r286362 and several older revisions) from FreeBSD 10.1-RELEASE. Each > time, thee build process fails at libntp (see logs below). > > Below are some clues about my system. Am I missing something? Thanks! > > # cat /etc/make.conf > WITH_PKGNG="YES" > > # uname -a > FreeBSD nic-ppc-marin.cloud.olivarim.com 10.1-RELEASE-p16 FreeBSD > 10.1-RELEASE-p16 #0: Tue Jul 28 12:04:19 UTC 2015 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > # ls /usr/obj > ls: /usr/obj: No such file or directory > > # make buildworld > > > cc -O2 -pipe > -I/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/include > -I/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/lib/isc/include > -I/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/lib/isc/unix/include > -I/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/lib/isc/pthreads/include > -I/usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/sntp/libopts > -I/usr/src/usr.sbin/ntp/libntp/../../../lib/libc/amd64 > -I/usr/src/usr.sbin/ntp/libntp/../../../lib/libedit/edit > -I/usr/src/usr.sbin/ntp/libntp/../ -I/usr/src/usr.sbin/ntp/libntp/ > -DHAVE_BSD_NICE -DHAVE_STDINT_H -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H > -DOPENSSL -DUSE_OPENSSL_CRYPTO_RAND -DAUTOKEY -std=gnu99 > -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum > -Wno-knr-promoted-parameter -Wno-parentheses -c > /usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/lib_strbuf.c -o > lib_strbuf.o > /usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/lib_strbuf.c:20:1: > error: unknown type name 'libbufstr' > libbufstr lib_stringbuf[LIB_NUMBUF]; > ^ > /usr/src/usr.sbin/ntp/libntp/../../../contrib/ntp/libntp/lib_strbuf.c:20:25: > error: use of undeclared identifier 'LIB_NUMBUF' > libbufstr lib_stringbuf[LIB_NUMBUF]; > ^ > 2 errors generated. > *** Error code 1 > > Stop. > make[5]: stopped in /usr/src/usr.sbin/ntp/libntp > *** Error code 1 > > Stop. > make[4]: stopped in /usr/src/usr.sbin/ntp > *** Error code 1 > > Stop. > make[3]: stopped in /usr/src/usr.sbin > *** Error code 1 > > Stop. > make[2]: stopped in /usr/src > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > --- > Marin Bernard > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"