Subject: Re: broken package database?
To: Frank Knappe <knappe@tu-harburg.de>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: tech-pkg
Date: 09/12/2002 21:39:55
On Thu, Sep 12, 2002 at 09:17:15AM +0200, Frank Knappe wrote:
> > in csh and derivative:
> > unlimit datasize
> > unlimit stacksize
> 
> Just type this as commands in tcsh?

Yes

> That's what I have done now and I get the same error at exactly the same
> place.

OK, 2 more idea.
1) try to ktrace the failing command, to try to see which file is corrupt.
  ktrace -i make install 
  This will generate a large trace file, though, including the infos for
  make and all its childrens.
2) maybe it's just /var/db/pkg/pkgdb.byfile.db which is corrupt. Remove
   it and rebuild: pkg_admin rebuild

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--