Subject: pkg/8974: package libglade does not compile
To: None <gnats-bugs@gnats.netbsd.org>
From: None <bstark@uswest.net>
List: netbsd-bugs
Date: 12/08/1999 19:00:49
>Number:         8974
>Category:       pkg
>Synopsis:       package libglade does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager (NetBSD software packages system bug manager)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec  8 19:00:01 1999
>Last-Modified:
>Originator:     Brian Stark
>Organization:

Brian Stark
bstark@uswest.net
>Release:        NetBSD 1.4.1/i386
>Environment:
	
System: NetBSD callisto.niangua.net 1.4.1 NetBSD 1.4.1 (CALLISTO) #5: Sat Nov 6 00:20:51 CST 1999 bstark@callisto.niangua.net:/usr/src/sys/arch/i386/compile/CALLISTO i386


>Description:

The devel/libglade package does not compile.

>How-To-Repeat:

On NetBSD 1.4.1/i386 I am trying to build the gnumeric package. This 
package requires libglade. When attempting to build libglade the build  
will fail because of a missing "parser.h" and "parserInternals.h" file. 
I am using the December 4, 1999 copy of pkgsrc.tar.gz. 

Here is some info from my build (this is the second attempt to build in
the directory, so if someone tries to reproduce this, other files for
the libglade package may get first before it gets to the glade-sax.c
file):

callisto:{root}# cd math/gnumeric
/usr/pkgsrc/math/gnumeric
callisto:{root}# make
===>  Validating dependencies for gnumeric-0.41
>Fix:
	
>Audit-Trail:
>Unformatted:
>> Checksum OK for gnumeric-0.41.tar.gz.
===>  Extracting for gnumeric-0.41
===>  gnumeric-0.41 depends on file: /usr/pkg/bin/python - found
===>  gnumeric-0.41 depends on file: /usr/pkg/bin/pkglibtool-a.out-1.2p2 - found
===>  gnumeric-0.41 depends on installed package: gnome-core-* - gnome-core-1.0.53 found
===>  gnumeric-0.41 depends on installed package: gnome-print-* - gnome-print-0.9 found
===>  gnumeric-0.41 depends on package: libglade-*
===>  Verifying install for ../../devel/libglade
===>  Building for libglade-0.7
make  all-recursive
Making all in intl
Making all in po
Making all in macros
Making all in glade
/usr/pkg/bin/pkglibtool-a.out-1.2p2 --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/pkg/lib/glib/include -I/usr/pkg/include/glib -I/usr/pkg/include -I/usr/local/include/gnome-xml -I./..  -I/usr/pkg/include  -O2 -Wall -Wunused -c glade-sax.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/pkg/lib/glib/include -I/usr/pkg/include/glib -I/usr/pkg/include -I/usr/local/include/gnome-xml -I./.. -I/usr/pkg/include -O2 -Wall -Wunused -c -fPIC -DPIC glade-sax.c
glade-sax.c:34: parser.h: No such file or directory
glade-sax.c:35: parserInternals.h: No such file or directory
*** Error code 1

Stop.