Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2004 15:50:43 +0200
From:      Pawel Malachowski <pawmal-posting@freebsd.lublin.pl>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        "Simon L. Nielsen" <simon@freebsd.org>
Subject:   Re: cvs commit: src/release/scripts print-cdrom-packages.sh
Message-ID:  <20040817135043.GA77115@shellma.zin.lublin.pl>
In-Reply-To: <20040817134623.GA4987@orion.daedalusnetworks.priv>
References:  <200408150607.i7F671h5073448@repoman.freebsd.org> <20040817130455.GA4607@orion.daedalusnetworks.priv> <FAEB5B39C126E4E4682213AE@[192.168.8.51]> <200408150607.i7F671h5073448@repoman.freebsd.org> <20040817130455.GA4607@orion.daedalusnetworks.priv> <20040817131807.GD69013@eddie.nitro.dk> <20040817134623.GA4987@orion.daedalusnetworks.priv>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mat@FreeBSD.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040817135043.GA77115>