RE: making an install CD

2000-11-01 Thread janb

I tried this, but the make fails with error
install:/usr/obj/usr/src/include/osreldate.h: No such file or directory

I just got the brand new current source, rebuilt the world and updated the
kernel. If the source file is supposed to be there, its probably missing
on the server.

Any toughts - am I doing something wrong?


Jan

On Wed, 1 Nov 2000, Daniel O'Connor wrote:

 
 On 01-Nov-00 [EMAIL PROTECTED] wrote:
   Does anybody have a link to instructions for making an install CD with the
   'current' state.
 
 Well, you need to have the CVS repo handy for starters, then try
 
 cd /usr/src/release
 make release CHROOTDIR=/some/place/with/space CVSROOT=/my/cvsroot
 
 Read the Makefile for handy tips :)
 
 ---
 Daniel O'Connor software and network engineer
 for Genesis Software - http://www.gsoft.com.au
 "The nice thing about standards is that there
 are so many of them to choose from."
   -- Andrew Tanenbaum
 



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



Re: making an install CD

2000-11-01 Thread Andreas Klemm

On Wed, Nov 01, 2000 at 09:53:59AM -0700, [EMAIL PROTECTED] wrote:
 I tried this, but the make fails with error
 install:/usr/obj/usr/src/include/osreldate.h: No such file or directory
  ^ !!

 I just got the brand new current source, rebuilt the world and updated the
 kernel. If the source file is supposed to be there, its probably missing
 on the server.
 
 Any toughts - am I doing something wrong?

You need at least to do a make buildworld first 
See the path above ...

-- 
Andreas Klemm   Powered by FreeBSD SMP
Songs from our band 64Bitshttp://www.apsfilter.org/64bits.html
My homepage http://people.FreeBSD.ORG/~andreas
Please note: Apsfilter got a NEW HOMEhttp://www.apsfilter.org/



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



Re: making an install CD

2000-11-01 Thread Jan B Beck

I understand.
The strange thing is that I have to do make clean after make world, because 
if I dont, the build of the new kernel fails. Of course, after the make clean 
the obj files are missing

jan


  I tried this, but the make fails with error
  install:/usr/obj/usr/src/include/osreldate.h: No such file or directory

   ^ !!

  I just got the brand new current source, rebuilt the world and updated
  the kernel. If the source file is supposed to be there, its probably
  missing on the server.
 
  Any toughts - am I doing something wrong?

 You need at least to do a make buildworld first 
 See the path above ...


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



RE: making an install CD

2000-10-31 Thread Daniel O'Connor


On 01-Nov-00 [EMAIL PROTECTED] wrote:
  Does anybody have a link to instructions for making an install CD with the
  'current' state.

Well, you need to have the CVS repo handy for starters, then try

cd /usr/src/release
make release CHROOTDIR=/some/place/with/space CVSROOT=/my/cvsroot

Read the Makefile for handy tips :)

---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum


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