Date: Tue, 11 Nov 2014 11:04:08 -0800 From: "Chris H" <bsd-lists@bsdforge.com> To: Garrett Cooper <yaneurabeya@gmail.com> Cc: FreeBSD toolchain <freebsd-toolchain@freebsd.org>, FreeBSD CURRENT <current@freebsd.org> Subject: Re: Unable to build world w/o clang on 11 Message-ID: <7854f93b2c7110c1deb38790449e5977@ultimatedns.net> In-Reply-To: <057607CB-91DF-4C0D-AB26-330D157755F3@gmail.com> References: <d3a1657ec76702e7d2d8ac9b8f297609@ultimatedns.net> <e58de81afa3f25619301082010bb79f6@ultimatedns.net> <20141111032231.GA3751@troutmask.apl.washington.edu> <8a1fd922bfe9a1c28726e82230c2cced@ultimatedns.net> <ab670cb0892ae773a03a7792b6f72b0a@ultimatedns.net>, <057607CB-91DF-4C0D-AB26-330D157755F3@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Nov 2014 08:08:24 -0800 Garrett Cooper <yaneurabeya@gmail.com> wrote > > On Nov 11, 2014, at 07:51, Chris H <bsd-lists@bsdforge.com> wrote: > > > > On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" <bsd-lists@bsdforge.com> wrote > > > >> On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl > >> <sgk@troutmask.apl.washington.edu> 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 <figpar.h> > >>>> ^ > >>>> 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. :) > > 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: > > This issue was fixed just a few hours ago by des@ > > Cheers! Thanks for the info, and the words of hope, Garrett. Indeed des@, *did* fix that, Thanks! But sadly. blowing away ports, src, and obj. Then checking out src r274382, and performing a buildworld. Although I got further. it bombed at: ===> usr.sbin/hyperv (all) ===> usr.sbin/hyperv/tools (all) cc -O2 -pipe -I/usr/src/usr.sbin/hyperv/tools/../../../sys/dev/hyperv/utiliti es -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k - W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold -style-definition -Wno-pointer-sign -c /usr/src/usr.sbin/hyperv/tools/../../.. /contrib/hyperv/tools/hv_kvp_daemon.c cc1: warnings being treated as errors /usr/src/usr.sbin/hyperv/tools/../../../contrib/hyperv/tools/hv_kvp_daemon.c: In function 'kvp_get_ip_info': /usr/src/usr.sbin/hyperv/tools/../../../contrib/hyperv/tools/hv_kvp_daemon.c:814 : warning: 'ip_buffer' may be used uninitialized in this function *** Error code 1 Stop. make[5]: stopped in /usr/src/usr.sbin/hyperv/tools *** Error code 1 Stop. make[4]: stopped in /usr/src/usr.sbin/hyperv *** 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 Stop. make: stopped in /usr/src :( Thanks again, Garrett. For taking the time to reply. --Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7854f93b2c7110c1deb38790449e5977>