Re: oddness with new bootblock sources.

2000-09-13 Thread Warner Losh

In message [EMAIL PROTECTED] Julian Elischer writes:
:   /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
:   function `
:   pxe_enable':
:   pxe.o(.text+0x552): undefined reference to `nfs_root_node'
:  
:  You need to build and install libstand first.
: 
: I think this should go in UPDATING

The workaround is bogus because you can't require anything to be
installed freshly in the build process.  I've fixed it with Mike
Smtih's help so there won't be an UPDATING entry.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: oddness with new bootblock sources.

2000-09-09 Thread Robert Nordier

Julian Elischer wrote:
 
 with newly CVSup'd sources (I cannot compile the bootblocks..)
 (also with everything checked out to PRE_SMPNG)
 
 It get's the following error:

 /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
 function `
 pxe_enable':
 pxe.o(.text+0x552): undefined reference to `nfs_root_node'

You need to build and install libstand first.

Robert Nordier

[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: oddness with new bootblock sources.

2000-09-09 Thread Julian Elischer

Robert Nordier wrote:
 
 Julian Elischer wrote:
 
  with newly CVSup'd sources (I cannot compile the bootblocks..)
  (also with everything checked out to PRE_SMPNG)
 
  It get's the following error:
 
  /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
  function `
  pxe_enable':
  pxe.o(.text+0x552): undefined reference to `nfs_root_node'
 
 You need to build and install libstand first.

I think this should go in UPDATING

 
 Robert Nordier
 
 [EMAIL PROTECTED]

-- 
  __--_|\  Julian Elischer
 /   \ [EMAIL PROTECTED]
(   OZ) World tour 2000
--- X_.---._/  presently in:  Perth
v


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: oddness with new bootblock sources.

2000-09-09 Thread Robert Nordier

Julian Elischer wrote:

 Robert Nordier wrote:
  
  Julian Elischer wrote:
  
   with newly CVSup'd sources (I cannot compile the bootblocks..)
   (also with everything checked out to PRE_SMPNG)
  
   It get's the following error:
  
   /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
   function `
   pxe_enable':
   pxe.o(.text+0x552): undefined reference to `nfs_root_node'
  
  You need to build and install libstand first.
 
 I think this should go in UPDATING

Maybe so.  I've cc-ed Warner.
 
Robert Nordier

[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: oddness with new bootblock sources.

2000-09-09 Thread Mike Smith

 Robert Nordier wrote:
  
  Julian Elischer wrote:
  
   with newly CVSup'd sources (I cannot compile the bootblocks..)
   (also with everything checked out to PRE_SMPNG)
  
   It get's the following error:
  
   /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
   function `
   pxe_enable':
   pxe.o(.text+0x552): undefined reference to `nfs_root_node'
  
  You need to build and install libstand first.
 
 I think this should go in UPDATING

No.  You should have built the world, not just the loader.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: oddness with new bootblock sources.

2000-09-09 Thread Mike Smith

  Robert Nordier wrote:
   
   Julian Elischer wrote:
   
with newly CVSup'd sources (I cannot compile the bootblocks..)
(also with everything checked out to PRE_SMPNG)
   
It get's the following error:
   
/usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
function `
pxe_enable':
pxe.o(.text+0x552): undefined reference to `nfs_root_node'
   
   You need to build and install libstand first.
  
  I think this should go in UPDATING
 
 No.  You should have built the world, not just the loader.

Sorry, I should have been more clear here.  There was a window a few 
hours wide in which it was possible that the world might not build if the 
loader was built before libstand was installed.  This is no longer a 
problem.  

A standalone build of the loader has always been dependant on the 
installed version of libstand.  This doesn't qualify as UPDATING fodder.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: oddness with new bootblock sources.

2000-09-09 Thread Julian Elischer

Mike Smith wrote:
 
   Robert Nordier wrote:
   
Julian Elischer wrote:
   
 with newly CVSup'd sources (I cannot compile the bootblocks..)
 (also with everything checked out to PRE_SMPNG)

 It get's the following error:
   
 /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In
 function `
 pxe_enable':
 pxe.o(.text+0x552): undefined reference to `nfs_root_node'
   
You need to build and install libstand first.
  
   I think this should go in UPDATING
 
  No.  You should have built the world, not just the loader.

it was a neccesary step for me to just do teh boot related stuff
before I could do make world (special local conditions).
The situation is now fine since I was told about libstand.

 
 Sorry, I should have been more clear here.  There was a window a few
 hours wide in which it was possible that the world might not build if the
 loader was built before libstand was installed.  This is no longer a
 problem.
 
 A standalone build of the loader has always been dependant on the
 installed version of libstand.  This doesn't qualify as 
 UPDATING fodder.

Personally I think it could have rated a few words on the end 
of the annoncement that was already there that told you 
to make new bootblocks.


-- 
  __--_|\  Julian Elischer
 /   \ [EMAIL PROTECTED]
(   OZ) World tour 2000
--- X_.---._/  presently in:  Perth
v


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message