From owner-cvs-all@FreeBSD.ORG Tue Aug 17 13:52:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C39F16A4CE; Tue, 17 Aug 2004 13:52:50 +0000 (GMT) Received: from shellma.zin.lublin.pl (shellma.zin.lublin.pl [212.182.126.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5684443D46; Tue, 17 Aug 2004 13:52:49 +0000 (GMT) (envelope-from pawmal-posting@freebsd.lublin.pl) Received: by shellma.zin.lublin.pl (Postfix, from userid 1018) id 46BD6347E01; Tue, 17 Aug 2004 15:50:43 +0200 (CEST) Date: Tue, 17 Aug 2004 15:50:43 +0200 From: Pawel Malachowski To: Giorgos Keramidas Message-ID: <20040817135043.GA77115@shellma.zin.lublin.pl> References: <200408150607.i7F671h5073448@repoman.freebsd.org> <20040817130455.GA4607@orion.daedalusnetworks.priv> <200408150607.i7F671h5073448@repoman.freebsd.org> <20040817130455.GA4607@orion.daedalusnetworks.priv> <20040817131807.GD69013@eddie.nitro.dk> <20040817134623.GA4987@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040817134623.GA4987@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.2i cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Mathieu Arnold cc: "Simon L. Nielsen" Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 13:52:50 -0000 On Tue, Aug 17, 2004 at 04:46:23PM +0300, Giorgos Keramidas wrote: Hello, > > NO_PACKAGE= Tends to loop using 100% CPU when used from package - > > perhaps it hard-codes information about the build host > > On 2004-08-17 15:31, Mathieu Arnold wrote: > > bang screen$ make -VNO_PACKAGE > > Tends to loop using 100% CPU when used from package - perhaps it hard-codes > > information about the build host I see this behaviour of packaged screen for years. ;) When reinstalled from ports, no problems. Truss from packaged version shipped with 4.10-RELEASE CD: (null)() = 0 (0x0) close(4) = 0 (0x0) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) open("/tmp/screens/S-root/115.ttyv1.",0x4,00) = 4 (0x4) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) select(0x400,0xbfbff4c0,0xbfbff440,0x0,0x0) = 1 (0x1) fcntl(0x4,0x4,0x0) = 0 (0x0) read(0x4,0x808bd00,0xc30) = 0 (0x0) close(4) = 0 (0x0) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) open("/tmp/screens/S-root/115.ttyv1.",0x4,00) = 4 (0x4) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) select(0x400,0xbfbff4c0,0xbfbff440,0x0,0x0) = 1 (0x1) fcntl(0x4,0x4,0x0) = 0 (0x0) read(0x4,0x808bd00,0xc30) = 0 (0x0) close(4) = 0 (0x0) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) open("/tmp/screens/S-root/115.ttyv1.",0x4,00) = 4 (0x4) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) select(0x400,0xbfbff4c0,0xbfbff440,0x0,0x0) = 1 (0x1) fcntl(0x4,0x4,0x0) = 0 (0x0) read(0x4,0x808bd00,0xc30) = 0 (0x0) close(4) = 0 (0x0) seteuid(0x0) = 0 (0x0) setegid(0x0) = 0 (0x0) open("/tmp/screens/S-root/115.ttyv1.",0x4,00) = 4 (0x4) (inf. loop) > Thanks to both. I saw that a few seconds after posting. > > I've already built a package on my workstation at work and I'll give it > a few tests tonight. I have access to two different machines running > -CURRENT where I can install packages. -- Paweł Małachowski