From owner-freebsd-current Wed Jun 26 7:22: 8 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id E030737B418 for ; Wed, 26 Jun 2002 07:21:52 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.4/8.12.4) with ESMTP id g5QELqBM003524; Wed, 26 Jun 2002 07:21:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.4/8.12.4/Submit) id g5QELq0k003523; Wed, 26 Jun 2002 07:21:52 -0700 (PDT) Date: Wed, 26 Jun 2002 07:21:51 -0700 From: Steve Kargl To: Bill Huey Cc: freebsd-current@FreeBSD.ORG Subject: Re: statvfs() undefined ?(linux_base build problems) Message-ID: <20020626072151.A3417@troutmask.apl.washington.edu> References: <20020626094055.GA4526@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020626094055.GA4526@gnuppy.monkey.org>; from billh@gnuppy.monkey.org on Wed, Jun 26, 2002 at 02:40:55AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 26, 2002 at 02:40:55AM -0700, Bill Huey wrote: > > > Grepping through /usr/src/ didn't reveal that these functions were defined. Are they > in an external package or is this broken ? > Garrett added prototypes to sys/statvfs.h for two functions. It appears that some configure scripts pick up the prototypes and then assume the functions exists. I was able to build archiver/rpm by deleting the declarations at the end of sys/statvfs.h, but I don't know if rpm is actually functioning correctly. rpm died while trying to write on /proc during installation of linux_base. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message