On 02-Feb-2000 [EMAIL PROTECTED] wrote:
| In UPDATING, we have the note:
|
| 20000129:
| {set,get}flags have been added to the tree for rather dubious
| reasons. An unintended side effect of this is that you must
| rebuild install before the rest of the world.
|
| cd src/usr.bin/xinstall
| make depend all install clean
|
| before make world or buildworld. This issue may be resolved
| before 4.0 goes out.
|
| But when you go to do this, it fails:
|
| p:root# make depend all install clean
| rm -f .depend
| mkdep -f .depend -a xinstall.c
| cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND
| echo xinstall: /usr/lib/libc.a >> .depend
| Warning: Object directory not changed from original
| /usr/src/usr.bin/xinstall
| cc -O -pipe -c xinstall.c
| cc -O -pipe -o xinstall xinstall.o
| xinstall.o: In function `main':
| xinstall.o(.text+0x83): undefined reference to `setflags'
| *** Error code 1
|
| Is this note still needed?
|
Do a buildworld in /usr/src, then cd usr.bin/xinstall and do a make install.
Then you should be able to go back into /usr/src and do an installworld.
/****************************************
* Mike Heffner <[EMAIL PROTECTED]> *
* Fredericksburg, VA *
* ICQ# 882073 *
* Sent at: 02-Feb-2000 -- 09:48:42 EST *
****************************************/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message