Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 1998 00:05:29 -0700 (PDT)
From:      gshaffer@leaky.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8354: fwtk port does not compile
Message-ID:  <199810170705.AAA05903@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         8354
>Category:       ports
>Synopsis:       fwtk port does not compile
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 17 00:10:01 PDT 1998
>Last-Modified:
>Originator:     Greg Shaffer
>Organization:
>Release:        3.0-BETA
>Environment:
FreeBSD intrepid.leaky.com 3.0-BETA FreeBSD 3.0-BETA #0: 
Fri Oct 16 10:15:39 PDT 1998     
gshaffer@intrepid.leaky.com:/home/FreeBSD-current/src/sys/compile/INTREPID-SU  i386
>Description:
fwtk port fails to compile with the following error:

===>  Building for fwtk-2.1
for a in lib auth smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw x-gw; do  ( cd $a; echo all: `pwd`; make all );  done
all: /usr/local/src/fwtk/work/fwtk/lib
cc -O -pipe -I.. -D_SKEY_INTERNAL -c config.c
cc -O -pipe -I.. -D_SKEY_INTERNAL -c daemon.c
In file included from daemon.c:14:
/usr/include/sys/signal.h:163: parse error before `size_t'
/usr/include/sys/signal.h:163: warning: no semicolon at end of struct or union
/usr/include/sys/signal.h:165: parse error before `}'
*** Error code 1

Stop.
*** Error code 1


>How-To-Repeat:

>Fix:
The following patch seems to fix the problem

*** daemon.c    Fri Oct 16 23:16:05 1998
--- daemon.c.orig       Fri Oct 16 23:15:50 1998
***************
*** 11,17 ****
   *           added sleep on bind failure.
   */
  
! #include      <signal.h>
  #include      <syslog.h>
  #include      <errno.h>
  #include      <sys/types.h>
--- 11,17 ----
   *           added sleep on bind failure.
   */
  
! #include      <sys/signal.h>
  #include      <syslog.h>
  #include      <errno.h>
  #include      <sys/types.h>

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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