From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 15:51:20 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7C87B71; Tue, 11 Nov 2014 15:51:19 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A587AE4C; Tue, 11 Nov 2014 15:51:19 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sABFpbRN084898; Tue, 11 Nov 2014 07:51:37 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: Steve Kargl In-Reply-To: <8a1fd922bfe9a1c28726e82230c2cced@ultimatedns.net> References: , <20141111032231.GA3751@troutmask.apl.washington.edu>, <8a1fd922bfe9a1c28726e82230c2cced@ultimatedns.net> From: "Chris H" Subject: Re: Unable to build world w/o clang on 11 Date: Tue, 11 Nov 2014 07:51:37 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit Cc: FreeBSD toolchain , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 15:51:20 -0000 On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl > wrote > > > On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: > > > ===> lib/libdpv (depend) > > > rm -f .depend > > > CC='cc ' mkdep -f .depend -a -I/usr/src/lib/libdpv -std=gnu99 > > > /usr/src/lib > > > /libdpv/dialog_util.c /usr/src/lib/libdpv/dialogrc.c > > > /usr/src/lib/libdpv/dprompt > > > c /usr/src/lib/libdpv/dpv.c /usr/src/lib/libdpv/status.c > > > /usr/src/lib/libdpv/ut > > > il.c > > > In file included from /usr/src/lib/libdpv/dialog_util.c:43: > > > In file included from /usr/src/lib/libdpv/dialog_util.h:34: > > > /usr/src/lib/libdpv/dialogrc.h:34:10: fatal error: 'figpar.h' file not > > > found #include > > > ^ > > > 1 error generated. > > > /usr/src/lib/libdpv/dialogrc.c:34:10: fatal error: 'figpar.h' file not > > > found > > > > Until such time that you can get the tree to build without -j, don't > > use it. > > > > Now, the obvious question: do you have figpar.h in /usr/src? > Ugh... it's been a hectic day. Apparently it wasn't included in > Revision: 274349 > Last Changed Date: 2014-11-10 10:20:46 -0800 (Mon, 10 Nov 2014) > > :P > > I'll blow away src, and ports, and checkout what's ever available > now. Hoping it's *now* included. ;) > > Thank you *very* much rubbing my face in the obvious, Steve. :) > > --Chris Checked out the current version of src from head, that was available (r274365) and gave it another go. While it *did* have the missing file. The results were less than hoped for: cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -DRESCUE -std=gnu99 -fstack-prote ctor -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Ws trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c cc1: warnings being treated as errors /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c: In function 'ri jndael_padEncrypt': /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c:236: warning: ca st discards qualifiers from pointer target type /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c:237: warning: ca st discards qualifiers from pointer target type /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c:238: warning: ca st discards qualifiers from pointer target type /usr/src/sbin/gbde/../../sys/crypto/rijndael/rijndael-api-fst.c:239: warning: ca st discards qualifiers from pointer target type *** Error code 1 Stop. make[6]: stopped in /usr/src/sbin/gbde *** Error code 1 Stop. make[5]: stopped in /usr/obj/usr/src/rescue/rescue *** Error code 1 Stop. make[4]: stopped in /usr/src/rescue/rescue *** Error code 1 Stop. make[3]: stopped in /usr/src/rescue *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src While I recognize that -CURRENT is a moving target. Things seem a bit brittle, at the moment. I'll check out what's available now (revision), and hope for the best. --Chris > > > > > -- > > Steve > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"