Subject: None
To: None <netbsd-help@netbsd.org>
From: None <trey@thesizemores.net>
List: netbsd-help
Date: 03/13/2005 19:32:10
I'm trying to install the gstreamer port, and I'm getting the following error:

<snip>
Making all in gst
gmake[2]: Entering directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9/gst'
/usr/pkg/bin/gmake  all-recursive
gmake[3]: Entering directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9/gst'
Making all in parse
gmake[4]: Entering directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9/gst/parse'
if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -I. -I.
-I../..   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2
-I/usr/pkg/include/python2.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-pthread -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include
-I/usr/pkg/include/libxml2   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
-fno-common -g -Wall -DGST_DISABLE_DEPRECATED    -I../..  -O2
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2
-I/usr/pkg/include/python2.3 -MT libgstparse_la-lex._gst_parse_yy.lo -MD -MP
-MF ".deps/libgstparse_la-lex._gst_parse_yy.Tpo" -c -o
libgstparse_la-lex._gst_parse_yy.lo `test -f 'lex._gst_parse_yy.c' || echo
'./'`lex._gst_parse_yy.c; \
then mv -f ".deps/libgstparse_la-lex._gst_parse_yy.Tpo"
".deps/libgstparse_la-lex._gst_parse_yy.Plo"; else rm -f
".deps/libgstparse_la-lex._gst_parse_yy.Tpo"; exit 1; fi
/usr/pkgsrc/multimedia/gstreamer/work/.wrapper/tmp/cache-libtool: 64: Syntax
error: end of file unexpected (expecting ")")
gmake[4]: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1
gmake[4]: Leaving directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9/gst/parse'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9/gst'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9/gst'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/pkgsrc/multimedia/gstreamer/work/gstreamer-0.8.9'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/multimedia/gstreamer
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /usr/pkgsrc/multimedia/gstreamer/work/.work.log
===>
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/multimedia/gstreamer
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/multimedia/gstreamer

I'm getting the error when installing both the gnome meta-port and the gstreamer
package itself.

Is this a known issue or is there a way to successfully install?

Thanks.