Subject: Re: pkg/35190: devel/glib2
To: None <solaris-pkg-people@NetBSD.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 12/05/2006 16:25:02
The following reply was made to PR pkg/35190; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35190: devel/glib2
Date: Tue, 05 Dec 2006 16:52:30 +0100

 On Tue, Dec 05, 2006 at 03:20:00PM +0000, Gilles Dauphin wrote:
 >  gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPREFIX=\"/usr/pkg\" -DPKGLOCALEDIR=\"lib\" -DPKG_SYSCONFDIR=\"/usr/pkg/etc\" -I/pkg/obj/devel/glib2/work/.buildlink/include -D_REENTRANT -O -Wall -MT gmain.lo -MD -MP -MF .deps/gmain.Tpo -c gmain.c  -fPIC -DPIC -o .libs/gmain.o
 > gmain.c: In function `g_child_watch_source_init_single':
 > gmain.c:3682: error: storage size of 'action' isn't known
 > gmain.c:3690: warning: implicit declaration of function `sigemptyset'
 > gmain.c:3691: error: `SA_NOCLDSTOP' undeclared (first use in this function)
 > gmain.c:3691: error: (Each undeclared identifier is reported only once
 > gmain.c:3691: error: for each function it appears in.)
 > gmain.c:3692: warning: implicit declaration of function `sigaction'
 > gmain.c:3682: warning: unused variable `action'
 > gmain.c: In function `g_child_watch_source_init_multi_threaded':
 > gmain.c:3727: error: storage size of 'action' isn't known
 > gmain.c:3743: error: `SA_RESTART' undeclared (first use in this function)
 > gmain.c:3743: error: `SA_NOCLDSTOP' undeclared (first use in this function)
 > gmain.c:3727: warning: unused variable `action'
 
 Check for conditional includes of signal.h / sys/signal.h
 
 Joerg