Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Mon, 10 Nov 2014 19:52:48 -0800 Chris H bsd-li...@bsdforge.com wrote

 On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl
 s...@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. :)
 
 --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-unsubscr...@freebsd.org


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Unable to build world w/o clang on 11

2014-11-11 Thread Garrett Cooper

 On Nov 11, 2014, at 07:51, Chris H bsd-li...@bsdforge.com wrote:
 
 On Mon, 10 Nov 2014 19:52:48 -0800 Chris H bsd-li...@bsdforge.com wrote
 
 On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl
 s...@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!
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Tue, 11 Nov 2014 08:08:24 -0800 Garrett Cooper yaneurab...@gmail.com wrote

  On Nov 11, 2014, at 07:51, Chris H bsd-li...@bsdforge.com wrote:
  
  On Mon, 10 Nov 2014 19:52:48 -0800 Chris H bsd-li...@bsdforge.com wrote
  
  On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl
  s...@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


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Unable to build world w/o clang on 11

2014-11-11 Thread Dimitry Andric
On 11 Nov 2014, at 20:04, Chris H bsd-li...@bsdforge.com wrote:
...
 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

Yep, this is another false positive from gcc.  I've mailed a proposed
workaround to Xin Li, but for now, if you compile world and kernel with
gcc, use NO_WERROR= and WERROR= in your make.conf.  Especially the
kernel still needs a bunch of fixes to make it work with gcc again.

It's a pity the gcc tinderboxes have been taken offline.  Maybe this can
be added to the FreeBSD Jenkins instance now?

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Tue, 11 Nov 2014 20:21:48 +0100 Dimitry Andric d...@freebsd.org wrote

 On 11 Nov 2014, at 20:04, Chris H bsd-li...@bsdforge.com wrote:
 ...
  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
 
 Yep, this is another false positive from gcc.  I've mailed a proposed
 workaround to Xin Li, but for now, if you compile world and kernel with
 gcc, use NO_WERROR= and WERROR= in your make.conf.  Especially the
 kernel still needs a bunch of fixes to make it work with gcc again.
 
 It's a pity the gcc tinderboxes have been taken offline.  Maybe this can
 be added to the FreeBSD Jenkins instance now?

Thank you *very* much, Dimitry. For the informative reply.
Yes. I agree, adding a task for Jenkins seems like a *very*
good idea.

Well, it looks like a real gamble not going with defaults,
for now. I guess attempts using gcc as base compiler is off the
table, for now.
This must really hit some of the other ARCHS pretty hard. I
can't imagine trying to develop under these circumstances.
Here's hoping for improvements in this area soon!

Thanks again, Dimitry.

--Chris
 
 -Dimitry


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Unable to build world w/o clang on 11

2014-11-10 Thread Chris H
Greetings,
 I'm attempting to build/install world/kernel on a fresh
install of 11 on bare metal, from the bootonly iso from
10-26. I understand that clang is the default for 10+.
But had hoped to install it from ports *after* kernel/world.
I used what I *thought* was the correct direction to do this:
src.conf(5)
WITH_GCC=true
WITH_GCC_BOOTSTRAP=true
WITH_GNUCXX=true
WITHOUT_CLANG_BOOTSTRAP=true
WITHOUT_CLANG=true
WITHOUT_CLANG_IS_CC=true

But after attempting to 'make -j6 buildworld'. It failed. So while
still in /usr/src, I make clean, cd /usr/obj, and chflags -R noschg *,
then rm -rf *, followed by cd /usr/src, and make buildworld.
This too fails. I inadvertently clobbered the output I had intended
to post along with this message. But I remember it being during the
CC of rescue. If that helps any.

Thank you for all your time, and consideration.

--Chris


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Unable to build world w/o clang on 11

2014-11-10 Thread Chris H
On Mon, 10 Nov 2014 16:54:52 -0800 Chris H bsd-li...@bsdforge.com wrote

 Greetings,
  I'm attempting to build/install world/kernel on a fresh
 install of 11 on bare metal, from the bootonly iso from
 10-26. I understand that clang is the default for 10+.
 But had hoped to install it from ports *after* kernel/world.
 I used what I *thought* was the correct direction to do this:
 src.conf(5)
 WITH_GCC=true
 WITH_GCC_BOOTSTRAP=true
 WITH_GNUCXX=true
 WITHOUT_CLANG_BOOTSTRAP=true
 WITHOUT_CLANG=true
 WITHOUT_CLANG_IS_CC=true
 
 But after attempting to 'make -j6 buildworld'. It failed. So while
 still in /usr/src, I make clean, cd /usr/obj, and chflags -R noschg *,
 then rm -rf *, followed by cd /usr/src, and make buildworld.
 This too fails. I inadvertently clobbered the output I had intended
 to post along with this message. But I remember it being during the
 CC of rescue. If that helps any.
 
 Thank you for all your time, and consideration.
 
 --Chris
Additional attempts, and information, in an attempt to buildworld
without clang.

FreeBSD dev FreeBSD 11.0-CURRENT #0 r273635: Sat Oct 25 14:23:40 UTC 2014
r...@grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

Path: /usr/src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 274349
Node Kind: directory
Schedule: normal
Last Changed Author: emaste
Last Changed Rev: 274349
Last Changed Date: 2014-11-10 10:20:46 -0800 (Mon, 10 Nov 2014)

Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 372406
Node Kind: directory
Schedule: normal
Last Changed Author: pawel
Last Changed Rev: 372406
Last Changed Date: 2014-11-10 09:25:04 -0800 (Mon, 10 Nov 2014)


src.conf ONLY contains:
WITHOUT_CLANG_BOOTSTRAP=true
WITHOUT_CLANG=true
WITHOUT_CLANG_IS_CC=true


make -j6 buildworld fails with the following:

--- cddl/lib__L ---
--- ddt.So ---
cc  -fpic -DPIC  -O2 -pipe  
-I/usr/src/cddl/lib/libzpool/../../../sys/cddl/comp
at/opensolaris -I/usr/src/cddl/lib/libzpool/../../compat/opensolaris/include
-I/
usr/src/cddl/lib/libzpool/../../compat/opensolaris/lib/libumem
-I/usr/src/cddl/l
ib/libzpool/../../contrib/opensolaris/lib/libzpool/common
-I/usr/src/cddl/lib/li
bzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys
-I/usr/src/cddl/lib/
libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
-I/usr/src/cddl
/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs
-I/usr/src/cddl/l
ib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common
-I/usr/src/cddl/lib
/libzpool/../../contrib/opensolaris/head
-I/usr/src/cddl/lib/libzpool/../../lib/
libumem -I/usr/src/cddl/lib/libzpool/../../contrib/opensolaris/lib/libnvpair
-DW
ANTS_MUTEX_OWNED -I/usr/src/cddl/lib/libzpool/../../../lib/libpthread/thread
-I/
usr/src/cddl/lib/libzpool/../../../lib/libpthread/sys
-I/usr/src/cddl/lib/libzpo
ol/../../../lib/libthr/arch/amd64/include -g -DDEBUG=1 -DNEED_SOLARIS_BOOLEAN
-s
td=iso9899:1999 -fstack-protector -Wno-pointer-sign -Wno-unknown-pragmas
-Wno-em
pty-body -Wno-string-plus-int -Wno-unused-const-variable
-Wno-tautological-compa
re -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function
-Wno-enum-co
nversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parenthes
es -Qunused-arguments -c
/usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/op
ensolaris/uts/common/fs/zfs/ddt.c -o ddt.So
--- lib__L ---
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
#include figpar.h
 ^
--- depend_subdir_libedit ---
=== lib/libedit (depend)
--- depend_subdir_libdpv ---
1 error generated.
/usr/src/lib/libdpv/dprompt.c:40:10: fatal error: 'string_m.h' file not found
#include string_m.h
 ^
1 error generated.
--- depend_subdir_libedit ---
--- common.h ---
sh /usr/src/lib/libedit/makelist -h /usr/src/lib/libedit/common.c  common.h
--- depend_subdir_libdpv ---
/usr/src/lib/libdpv/dpv.c:42:10: fatal error: 'string_m.h' file not found
#include string_m.h
 ^
1 error generated.
--- depend_subdir_libedit ---
--- emacs.h ---
sh /usr/src/lib/libedit/makelist -h /usr/src/lib/libedit/emacs.c  emacs.h
--- kerberos5/lib__L ---
--- gss_oid.So ---
--- lib__L ---
--- depend_subdir_libdpv ---
In file included from /usr/src/lib/libdpv/status.c:36:
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.
--- kerberos5/lib__L ---
cc  -fpic -DPIC  -O2 -pipe  

Re: Unable to build world w/o clang on 11

2014-11-10 Thread Steve Kargl
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?

-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Unable to build world w/o clang on 11

2014-11-10 Thread Chris H
On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl
s...@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. :)

--Chris

 
 -- 
 Steve


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org