Subject: Re: Weird behavior on completely -current system...
To: Peter Seebach <seebs@solon.com>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 05/18/1997 21:47:51
On Sun May 18 18:57:43 1997, Peter Seebach wrote:
> 
> I've got a new kernel and all new libraries and binaries.
> 
> Problems:
> 
> vi dumps core as any normal user
> vi loops forever emitting empty /tmp/vi.* files *sometimes* as root.
> route rejects any default route with "Invalid argument".

You are using a gcc with a 'broken' gcc/arch/m68k/m68k.h (BIGGEST_ALIGNMENT
and other defines are increased to 32), this changes were removed two days
after they come in (the working m68k.h is from Mai 5th).
Update your gcc again and update all libs and programms you built with
the 'broken' gcc.

Bernd