scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-428075 ] scsh-0.5.2 does not compile for Free

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-428075 ] scsh-0.5.2 does not compile for FreeBSD
From: noreply@sourceforge.net
Date: Mon, 28 May 2001 14:27:53 -0700
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
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: Open
Resolution: None
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





----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428075&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] [ scsh-Bugs-428075 ] scsh-0.5.2 does not compile for FreeBSD, noreply <=