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
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 do
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
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 Unsubscrib
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
2nd:
I tried to build a custom kerne