Bugs item #428075, was updated on 2001-05-28 14:27
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428075&group_id=10493
Category: build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Brian D. Carlstrom (bdc)
Summary: scsh-0.5.2 does not compile for FreeBSD
Initial Comment:
From: Martin Gasbichler <gasbichl@informatik.uni-
tuebingen.de>
Sender: gasbichl@informatik.uni-tuebingen.de
To: scsh-bugs@zurich.ai.mit.edu
Subject: Re: scsh-0.5.2 does not compile for FreeBSD
4.1
Date: 07 Feb 2001 16:11:45 +0100
>>>>> "Marko" == Marko Schuetz <MarkoSchuetz@web.de>
writes:
Marko> gcc -c -I./cig -I./scsh/regexp -DHAVE_CONFIG_H -
I. -I. -g -O2 -o scsh/si\
ghandlers1.o scsh/sighandlers1.c
Marko> scsh/sighandlers1.c: In function `set_procmask':
Marko> scsh/sighandlers1.c:43: incompatible types in
assignment
Marko> scsh/sighandlers1.c:46: invalid operands to
binary >>
Marko> scsh/sighandlers1.c:46: invalid operands to
binary &
Marko> scsh/sighandlers1.c: In function `get_procmask':
Marko> scsh/sighandlers1.c:57: invalid operands to
binary >>
Marko> scsh/sighandlers1.c:57: invalid operands to
binary &
Marko> *** Error code 1
Marko> Stop in /usr/home/marko/src/scsh-0.5.2.
Marko> In /usr/include/sys/signal.h I found:
Marko> typedef struct __sigset {
Marko> unsigned int __bits[_SIG_WORDS];
Marko> } sigset_t;
Marko> It seems there are some implicit assumptions
about signals that do not
Marko> hold for FreeBSD.
This is a known bug for FreeBSD 4.0 and later. See
http://www-pu.informatik.uni-
tuebingen.de/users/gasbichl/scsh-bugs.html
for a fix.
--
Martin
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-06-05 00:28
Message:
Logged In: YES
user_id=17553
This was fixed on 2000/05/16 in file scsh/bsd/sigset.h.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428075&group_id=10493
|