From owner-freebsd-ports@FreeBSD.ORG Thu Mar 4 16:34:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 336D116A4CE for ; Thu, 4 Mar 2004 16:34:57 -0800 (PST) Received: from epstais.com (epstais.com [65.214.160.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188E943D1D for ; Thu, 4 Mar 2004 16:34:57 -0800 (PST) (envelope-from rdawes@epstais.com) Received: from epstais.com (epstais [65.214.160.150]) by epstais.com (8.12.6/8.12.6) with ESMTP id i250YuxG076071; Thu, 4 Mar 2004 16:34:56 -0800 (PST) (envelope-from rdawes@epstais.com) Received: (from rdawes@localhost) by epstais.com (8.12.6/8.12.6/Submit) id i250Yujv076070; Thu, 4 Mar 2004 16:34:56 -0800 (PST) Date: Thu, 4 Mar 2004 16:34:56 -0800 From: Richard Dawes To: Kris Kennaway Message-ID: <20040305003456.GA42105@epstais.com> References: <20040303221112.GA64321@epstais.com> <200403032038.36790.kstewart@owt.com> <20040304063458.GA51215@xor.obsecurity.org> <20040304155452.GA17995@epstais.com> <20040304194322.GA75176@xor.obsecurity.org> <20040304205036.GA8017@epstais.com> <20040304231813.GA89355@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040304231813.GA89355@xor.obsecurity.org> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: Is 'make index' broken? Suggestions? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 00:34:57 -0000 On Thu, Mar 04, 2004 at 03:18:13PM -0800, Kris Kennaway wrote: > > Hmm, it's possible that port is doing something jail-unfriendly. > e.g. one of these commands could be the cause of the error: > > SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}' > LINPROCFS!= /sbin/mount | /usr/bin/grep ^linprocfs | ${AWK} '{print $1}' > PROCFS!= /sbin/mount | /usr/bin/grep ^procfs | ${AWK} '{print $1}' > > Do you have a full FreeBSD install in your jail, or are some of the > above binaries missing? > > Kris Oh... Good catch! Actually, I have those commands, but I do happen to know that there's an outstanding issue with our server provider -- after our partition was "resized" -- with the effect that our df wrapper doesn't list any numbers because the mount point is different from the original setup, at least for the moment... I hadn't been pushing them to fix that since everything runs fine so far otherwise. OK, I'll pursue that angle and we'll see where it goes... I expect that will do the trick once fixed. Thanks so much for your help looking at that, Kris! I know it was a waste of your time, not being ports-related -- I should have looked at the staroffice52 Makefile. Then I would have noticed the use of df -- I'd like to think. :) Cheers! -Rich -- Richard Dawes rdawes@epstais.com