Subject: pkg/16619: pkgsrc/shells/scsh can't handle the number of signals on -current
To: None <gnats-bugs@gnats.netbsd.org>
From: Jan Schaumann <jschauma@dab.cs.stevens-tech.edu>
List: netbsd-bugs
Date: 05/02/2002 16:45:55
>Number: 16619
>Category: pkg
>Synopsis: pkgsrc/shells/scsh can't handle the number of signals on -current
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu May 02 13:47:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Jan Schaumann (jschauma@netbsd.org)
>Release: NetBSD 1.5ZC
>Organization:
>Environment:
System: NetBSD dab.cs.stevens-tech.edu 1.5ZC NetBSD 1.5ZC (BOCK) #0: Thu Apr 18 10:55:09 EDT 2002 jschauma@dab:/usr/src/sys/arch/i386/compile/BOCK i386
Architecture: i386
Machine: i386
>Description:
When trying to compile /usr/pkgsrc/shells/scsh on a -current machine,
it fails with:
sigset.h:16:#error Too many signals! Fix scsh to save more of them!
In sigset.h, it checks of _NISG > 48 -- given that on -current there
appear to be a whole bunch more signals than on 1.5.2 (64 vs 33 or so?)
the compile fails.
>How-To-Repeat:
cd /usr/pkgsrc/shells/scsh
make
>Fix:
Hmm, well, the obviously hackish way would be to change that line
in sigset.h for scsh. However, I assume that this could break
things, so we're probably best of doing what it suggests:
Fix scsh to save more of them!
>Release-Note:
>Audit-Trail:
>Unformatted: