cvs commit: src/release/scripts print-cdrom-packages.sh

Pawel Malachowski pawmal-posting at freebsd.lublin.pl
Tue Aug 17 06:52:50 PDT 2004


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 at 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


More information about the cvs-all mailing list