pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/33757: glib2 doesn't compile on
>Number: 33757
>Category: pkg
>Synopsis: glib2 doesn't compile on
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jun 18 01:05:00 +0000 2006
>Originator: Brian
>Release: NetBSD 3.0 Stable version
>Organization:
>Environment:
NetBSD 3.0 NetBSD 3.0 (GENERIC_LAPTOP) #0: Mon Dec 19 01:08:52 UTC 2005
builds%works.netbsd.org@localhost:/home/builds/ab/netbsd-3-0-RELEASE/i386/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/i386/compile/GENERIC_LAPTOP
i386
>Description:
I've Installed pkgsrc by getting it from :
ftp://ftp.netbsd.org/pub/pkgsrc/2006Q1/pkgsrc.tar.gz
After decompressing the file and doing a cvs update -Pd in /usr/pkgsrc i've
tried to install glib2. So a make install in /usr/pkgsrc/devel/glib2 ended :
ar cru .libs/libgthread-2.0.a gthread-impl.o
ranlib .libs/libgthread-2.0.a
creating libgthread-2.0.la
(cd .libs && rm -f libgthread-2.0.la && ln -s ../libgthread-2.0.la
libgthread-2.0.la)
gmake[2]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.10.1/gthread'
Making all in tests
gmake[2]: Entering directory `/usr/pkgsrc/devel/glib2/work/glib-2.10.1/tests'
Making all in gobject
gmake[3]: Entering directory
`/usr/pkgsrc/devel/glib2/work/glib-2.10.1/tests/gobject'
cc -O2 -I/usr/include -Wall -DPREFIX="\"/usr/pkg\"" -DPKGLOCALEDIR="\"share\""
-DPKG_SYSCONFDIR="\"/usr/pkg/etc\"" -I/usr/include -pthread -L/usr/lib
-Wl,-R/usr/lib -Wl,-R/usr/pkg/lib ../../gobject/glib-genmarshal.c -o
../../gobject/glib-genmarshal
../../gobject/glib-genmarshal.c:19:27: config.h: No such file or directory
../../gobject/glib-genmarshal.c:23:25: glib.h: No such file or directory
../../gobject/glib-genmarshal.c:25:33: glib/gprintf.h: No such file or directory
../../gobject/glib-genmarshal.c:49: error: parse error before "gchar"
../../gobject/glib-genmarshal.c:49: warning: no semicolon at end of struct or
union
../../gobject/glib-genmarshal.c:50: error: parse error before '*' token
[...]
../../gobject/glib-genmarshal.c:844: error: parse error before '*' token
../../gobject/glib-genmarshal.c: In function `print_blurb':
../../gobject/glib-genmarshal.c:847: error: `print_help' undeclared (first use
in this function)
../../gobject/glib-genmarshal.c:849: error: `bout' undeclared (first use in
this function)
../../gobject/glib-genmarshal.c:850: error: `GLIB_MAJOR_VERSION' undeclared
(first use in this function)
../../gobject/glib-genmarshal.c:850: error: `GLIB_MINOR_VERSION' undeclared
(first use in this function)
../../gobject/glib-genmarshal.c:850: error: `GLIB_MICRO_VERSION' undeclared
(first use in this function)
../../gobject/glib-genmarshal.c: At top level:
../../gobject/glib-genmarshal.c:752: warning: `parse_args' defined but not used
../../gobject/glib-genmarshal.c:130: warning: `put_marshal_value_getters'
defined but not used
../../gobject/glib-genmarshal.c:457: warning: `process_signature' defined but
not used
gmake[3]: *** [../../gobject/glib-genmarshal] Error 1
gmake[3]: Leaving directory
`/usr/pkgsrc/devel/glib2/work/glib-2.10.1/tests/gobject'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.10.1/tests'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.10.1'
gmake: *** [all] Error 2
*** Error code 2
Stop.
make: stopped in /usr/pkgsrc/devel/glib2
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===> * log of the build
===> * /usr/pkgsrc/devel/glib2/work/.work.log
===>
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/devel/glib2
So ethereal doesn't compile, irssi also...
>How-To-Repeat:
make install in /usr/pkgsrc/devel/glib2
>Fix:
Home |
Main Index |
Thread Index |
Old Index