Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Francisco Reyes" writes:
: For one they are missing the references about genassym.

No.  They aren't.  You don't need to build genassym.  Buildkernel
takes care of all of that.

Warner


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Francisco Reyes" writes:
: clarification...  I mean to say if someone would send-prg to
: update /usr/src/UPDATING.

What update is needed?  The instructions worked fine for me last time
I tried it?

Warner


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Francisco Reyes" writes:
: Would someone please send-pr the current instructsions to go
: from 3.4 to 4.X Stable.

cvsup 
cat /usr/src/UPDATING

Warner


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh

In message <[EMAIL PROTECTED]> Joe Royce writes:
: An alternative method of building a kernel is:
: 
: cd /usr/src/usr.bin/genassym
: make depend all install clean
: cd ../../usr.sbin/config
: make depend all install clean
: cd ../../sys/i386/conf
: config YOUR_KERNEL_HERE
: cd ../../compile/YOUR_KERNEL_HERE
: make depend && make
: make install
: 
: Then continue with the rest of the instructions.

This alternative method has been known to have problems, which is why
I replaced it with the method that currently is in UPDATING.

Warner


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Francisco Reyes" writes:
: /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found

UPDATING says:
[5] If you get warnings from ld-elf.so that it cannot load
libc.so, run 'ldconfig -R /usr/obj/usr/src/lib/libc' and repeat
the installworld target.

But you may need to substitute your own values of "/usr/obj" and
"/usr/src" in the above path.

Warner


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Francisco Reyes" writes:
: When I get to the point of building the kernel I get a number
: of syntax errors and the last line reports:

did you accidentally update to -current where lots of things changed?

Warner


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Joe

On Mon, Jun 26, 2000 at 07:27:01AM -0400, Francisco Reyes wrote:
> Following the instructions from UPDATING.
> When I get to the point of building the kernel I get a number
> of syntax errors and the last line reports:
> 
> Specify machine type, e.g. ``machine vax''
> 
> I tried to put single and double quotes to my "machine" line
> with no luck.
> The archives returned two questions on this and one answer
> suggesting to put quotes which I already did.
> 
> Francisco
> 

I believe 4.x does not require quotes. Try without.

-Joe


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



Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread andrew



On Mon, 26 Jun 2000, Francisco Reyes wrote:

> When I get to the point of building the kernel I get a number
> of syntax errors and the last line reports:
> 
> Specify machine type, e.g. ``machine vax''

I got this when I accidently cvsuped 3-STABLE rather than 4-STABLE on a
4.0-RELEASE box. Have you rebuilt config?

Andrew



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