Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Unable to build tools for amd64 -current
On 11/22/10 5:07 PM, Joerg Sonnenberger wrote:
On Mon, Nov 22, 2010 at 02:33:43PM -0500, Louis Guillaume wrote:
I just recently (a few days ago) set up a new machine for building
amd64 -current. It's running a XEN3_DOMU kernel from the 20101117
snapshot. I retrieved a fresh checkout of "src" (no tags). If I try
to...
Just update /bin/sh first, e.g.
cd /usr/src/bin/sh
make USETOOLS=never
make USETOOLS=never install
...and afterwards you should have a working system to do the rest from.
Joerg
Thanks, Joerg. This fails (see below.) But I think I'll grab the
snapshot from 11/21 and see what happens...
Louis
# compile sh/eval.o
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -Wsign-compare -std=gnu99 -Werror -DSHELL -I.
-I/usr/src/bin/sh -c eval.c
In file included from /usr/include/uvm/uvm_extern.h:473,
from /usr/include/sys/sysctl.h:47,
from eval.c:55:
/usr/include/uvm/uvm_page.h:121:20: error: sys/rb.h: No such file or
directory
In file included from /usr/include/uvm/uvm_extern.h:473,
from /usr/include/sys/sysctl.h:47,
from eval.c:55:
/usr/include/uvm/uvm_page.h:124: error: field 'rb_node' has incomplete type
In file included from /usr/include/uvm/uvm_extern.h:475,
from /usr/include/sys/sysctl.h:47,
from eval.c:55:
/usr/include/uvm/uvm_map.h:128: error: field 'rb_node' has incomplete type
/usr/include/uvm/uvm_map.h:219: error: field 'rb_tree' has incomplete type
*** Error code 1
Home |
Main Index |
Thread Index |
Old Index