Subject: Re: UBC and occasional-use apps
To: James Chacon <jchacon@genuity.net>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 10/30/2001 17:54:31
In message <200110302345.SAA06224@gtei.net>, James Chacon writes:
>>Now I'm up to:
>>
>>---
>>cc -O -include /usr/src/tools/mdsetimage/../compat/compat_netbsd.h -Wall -I/u
>sr/src/tools/toolchain/toolchain/bfd -I/usr/src/tools/mdsetimage/../../gnu/usr
>.sbin/mdsetimage/../../dist/toolchain/include -c -o mdsetimage.lo /usr/src/too
>ls/mdsetimage/../../gnu/usr.sbin/mdsetimage/mdsetimage.c
>>/usr/src/tools/mdsetimage/../../gnu/usr.sbin/mdsetimage/mdsetimage.c:54: bfd.
>h: No such file or directory
>>---
>>
>>It'll get straightened out; I could build all the way through a couple of day
>s
>>ago.
>>
>
>This indicates something out of sync in src/tools
>
>set MKTOOLS=always and try again

Ah-hah!

I'll set that next time I'm building.  It looks like a couple of headers got
not-installed.  I removed /usr/src/tools, and it still happened, but I copied
a couple headers in manually, and I'm fine now.

-s