From owner-freebsd-current Thu Dec 26 10:27:52 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E3D37B401 for ; Thu, 26 Dec 2002 10:27:51 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A468143ED8 for ; Thu, 26 Dec 2002 10:27:49 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id gBQIRhgB065829; Thu, 26 Dec 2002 12:27:43 -0600 (CST) (envelope-from dan) Date: Thu, 26 Dec 2002 12:27:43 -0600 From: Dan Nelson To: Donn Miller Cc: current Subject: Re: sa_handler and sigaction... Message-ID: <20021226182742.GA1473@dan.emsphone.com> References: <3E0B422C.2000407@cvzoom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E0B422C.2000407@cvzoom.net> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Dec 26), Donn Miller said: > Just tried compiling the mgv port on current. It bombs out with the > following error message: > > >Making all in toolbar > >cc -DPACKAGE=\"mgv\" -DVERSION=\"3.1.5\" -DHAVE_PUTENV=0 -DUSE_DMALLOC=0 > >-DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_MOTIF=1 -DHAVE_LIBHELP=0 > >-DHAVE_EDITRES=1 -I. -I. -I. -Iwlib -I/usr/X11R6/include -O2 -Os -pipe > >-march=pentium3 -D_POSIX_SOURCE -I/usr/X11R6/include -c Ghostview.c > >Ghostview.c: In function `Input': > >Ghostview.c:487: structure has no member named `sa_handler' > >Ghostview.c: In function `StopInterpreter': > >Ghostview.c:1529: structure has no member named `sa_handler' > >*** Error code 1 > > > >Stop in /usr/ports/print/mgv/work/mgv-3.1.5. > >*** Error code 1 > > > >Stop in /usr/ports/print/mgv. > > It looks like it should compile, but it doesn't. I mean, > does have a #define for sa_handler. But not in the -D_POSIX_SOURCE case. Could someone with the POSIX spec see whether sa_handler is supposed to be visible or not? -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message