From owner-freebsd-ports Thu May 14 14:13:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13246 for freebsd-ports-outgoing; Thu, 14 May 1998 14:13:16 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13240 for ; Thu, 14 May 1998 14:13:09 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id PAA03963; Thu, 14 May 1998 15:12:26 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 14 May 1998 15:12:26 -0600 (MDT) From: Brett Taylor To: vanilla cc: freebsd-ports@FreeBSD.ORG Subject: Re: Gtk-ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy, I noted earlier.... > In work/gtk+-1.0.1/glib/gutils.c we find: > > #else /* NO_SYS_SIGLIST */ > extern char *sys_siglist[]; > return sys_siglist [signum]; > #endif /* NO_SYS_SIGLIST */ > > I've just tried commenting out the line so that it has: > > #else /* NO_SYS_SIGLIST */ > /* extern char *sys_siglist[];*/ > return sys_siglist [signum]; > #endif /* NO_SYS_SIGLIST */ > > And the build continues. I'm not sure things work though - let me check > and then I can send you a patch. So although the build continues fine I'm not sure this works. The weird thing (and this may be because I don't understand configure) is that we end up in the NO_SYS_SIGLIST statements even though if you look at the configure output: ------------------------------------------------------------ peloton: {1} make configure >> Checksum OK for gtk+-1.0.1.tar.gz. ===> Extracting for gtk-1.0.1 ===> gtk-1.0.1 depends on executable: gmake - found ===> Patching for gtk-1.0.1 ===> Applying FreeBSD patches for gtk-1.0.1 ===> Configuring for gtk-1.0.1 creating cache ./config.cache -snip- checking sys_errlist... yes checking sys_siglist... yes ------------------------------------------------------------ it apparently finds sys_siglist.... I'm confused. I'm trying to build gimp (the 0.99.29 release since it requires 1.0.1, but there are a few patches to update) and see if it works anyway w/ the commenting out of the offending line. Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message