Date: Wed, 16 Mar 2016 22:00:19 -0500 From: Larry Rosenman <ler@lerctr.org> To: freebsd-current@freebsd.org Subject: Re: xo_config.h missing? Message-ID: <20160317030019.GA73870@pita.lerctr.org> In-Reply-To: <20160317012826.GA44455@pita.lerctr.org> References: <20160317012826.GA44455@pita.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 16, 2016 at 08:28:26PM -0500, Larry Rosenman wrote: > ll_subdir_usr.bin/xo --- > /usr/src/contrib/libxo/xo/xo.c:16:10: fatal error: 'xo_config.h' file not found > #include "xo_config.h" > > > > Path: /usr/src > Working Copy Root Path: /usr/src > URL: https://svn.freebsd.org/base/head > Relative URL: ^/head > Repository Root: https://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 296976 > Node Kind: directory > Schedule: normal > Last Changed Author: np > Last Changed Rev: 296975 > Last Changed Date: 2016-03-16 20:15:16 -0500 (Wed, 16 Mar 2016) > more info: (cd /usr/src/lib/libxo/tests && DEPENDFILE=.depend.test_05 NO_SUBDIR=1 /usr/obj/usr/src/make.amd64/bmake -f /usr/src/lib/libxo/tests/Makefile _RECURSING_PROGS=t PROG=test_05 ) echo test_05.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libxo.a /usr/obj/usr/src/tmp/usr/lib/libutil.a >> .depend.test_05 cc -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -MD -MF.depend.test_05.test_05.o -MTtest_05.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libxo/tests/core/test_05.c -o test_05.o /usr/src/contrib/libxo/tests/core/test_05.c:17:10: fatal error: 'xo_config.h' file not found #include "xo_config.h" ^ 1 error generated. *** Error code 1 Stop. bmake[6]: stopped in /usr/src/lib/libxo/tests *** Error code 1 Stop. bmake[5]: stopped in /usr/src/lib/libxo/tests *** Error code 1 Stop. bmake[4]: stopped in /usr/src/lib/libxo *** Error code 1 Stop. bmake[3]: stopped in /usr/src/lib *** Error code 1 Stop. bmake[2]: stopped in /usr/src *** Error code 1 Stop. bmake[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src ^C [1] Done(1) nohup make -DNO_CLEAN buildworld buildkernel >>make.cont.out 2>&1 # > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 E-Mail: ler@lerctr.org > US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160317030019.GA73870>