Re: Updating from 4.6 to Current

2002-07-12 Thread Giorgos Keramidas

On 2002-07-12 14:40 +, Michael Bretterklieber wrote:
 2nd:
 I tried to build a custom kernel, but make depend returns: don't
 know how to make ../../sys/inttypes.h

Are you using 'make depend clean all' to build the kernel?
Try using cd /usr/src ; make buildkernel instead.


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



Re: Updating from 4.6 to Current

2002-07-12 Thread Michael Bretterklieber

Hi,

Giorgos Keramidas schrieb:
 On 2002-07-12 14:40 +, Michael Bretterklieber wrote:
 
2nd:
I tried to build a custom kernel, but make depend returns: don't
know how to make ../../sys/inttypes.h
 
 
 Are you using 'make depend clean all' to build the kernel?
clean all not because it was a completely new kernel-config,

 Try using cd /usr/src ; make buildkernel instead.
for sure, this works.

bye,

-- 
--
Michael Bretterklieber
LCP
JAWA Management Software GmbH
Liebenauer Hauptstr. 200
A-8041 GRAZ
Tel: ++43-(0)316-403274-12
Fax: ++43-(0)316-403274-10
GSM: ++43-(0)676-93 96 698
[EMAIL PROTECTED]
homepage: http://www.jawa.at
- privat ---
E-mail:   [EMAIL PROTECTED]
homepage: http://www.inode.at/mbretter
--
...the number of UNIX installations has grown to 10, with more expected...
   - Dennis Ritchie and Ken Thompson, June 1972


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



Re: Updating from 4.6 to Current

2002-07-12 Thread Ruslan Ermilov

On Fri, Jul 12, 2002 at 02:40:00PM +0200, Michael Bretterklieber wrote:
 Hi,
 
 I updated my system from 4.6 to 5.0-current (11.07.2002).
 
 1st:
 during make installworld i ran into this error:
 /usr/bin/cu - /usr/bin/tip
 ln /usr/bin/cu
 Operation not permitted.
 
 After manualy doing chflags noschg /usr/bin/cu the installworld worked
 
I've just fixed this in src/usr.bin/tip/tip/Makefile,v 1.18.
Thanks for spotting!

 2nd:
 I tried to build a custom kernel, but make depend returns:
 don't know how to make ../../sys/inttypes.h
 
Please do not diverge from the procedure described in UPDATING.


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age



msg40948/pgp0.pgp
Description: PGP signature


Re: Updating from 4.6 to Current

2002-07-12 Thread Michael Bretterklieber

Hi,

thx.

  Please do not diverge from the procedure described in UPDATING.
sorry my first current.

bye,

Ruslan Ermilov schrieb:
 On Fri, Jul 12, 2002 at 02:40:00PM +0200, Michael Bretterklieber wrote:
 
Hi,

I updated my system from 4.6 to 5.0-current (11.07.2002).

1st:
during make installworld i ran into this error:
/usr/bin/cu - /usr/bin/tip
ln /usr/bin/cu
Operation not permitted.

After manualy doing chflags noschg /usr/bin/cu the installworld worked

 
 I've just fixed this in src/usr.bin/tip/tip/Makefile,v 1.18.
 Thanks for spotting!
 
 
2nd:
I tried to build a custom kernel, but make depend returns:
don't know how to make ../../sys/inttypes.h

 
 Please do not diverge from the procedure described in UPDATING.
 
 
 Cheers,


-- 
--
Michael Bretterklieber
LCP
JAWA Management Software GmbH
Liebenauer Hauptstr. 200
A-8041 GRAZ
Tel: ++43-(0)316-403274-12
Fax: ++43-(0)316-403274-10
GSM: ++43-(0)676-93 96 698
[EMAIL PROTECTED]
homepage: http://www.jawa.at
- privat ---
E-mail:   [EMAIL PROTECTED]
homepage: http://www.inode.at/mbretter
--
...the number of UNIX installations has grown to 10, with more expected...
   - Dennis Ritchie and Ken Thompson, June 1972


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