[Gstreamer-bugs] [Bug 96592] New - 'make install' fails initially

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Oct 23 05:13:10 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=96592

Changed by thaytan at mad.scientist.com.

--- shadow/96592	Wed Oct 23 08:13:10 2002
+++ shadow/96592.tmp.24808	Wed Oct 23 08:13:10 2002
@@ -0,0 +1,81 @@
+Bug#: 96592
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: thaytan at mad.scientist.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: 'make install' fails initially
+
+fetched cvs, and did the following:
+ ./autogen.sh --prefix=/home/jan/gstreamer-cvs/
+./configure --prefix=/home/jan/gstreamer-cvs/ --enable-failing-tests
+make install
+
+Got the following output:
+
+Making install in include
+make[1]: Entering directory `/home/jan/cvs/gstreamer/gstreamer/include'
+
+make[2]: Entering directory `/home/jan/cvs/gstreamer/gstreamer/include'
+make[2]: Nothing to be done for `install-exec-am'.
+make[2]: Nothing to be done for `install-data-am'.
+make[2]: Leaving directory `/home/jan/cvs/gstreamer/gstreamer/include'
+make[1]: Leaving directory `/home/jan/cvs/gstreamer/gstreamer/include'
+Making install in gst
+make[1]: Entering directory `/home/jan/cvs/gstreamer/gstreamer/gst'
+Making install in parse
+make[2]: Entering directory `/home/jan/cvs/gstreamer/gstreamer/gst/parse'
+flex -P_gst_parse_yy parse.l
+if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
+   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
+-I/home/jan/garnome-0.17.1/include/libxml2   -D_REENTRANT
+-I/home/jan/garnome-0.17.1/include/glib-2.0
+-I/home/jan/garnome-0.17.1/lib/glib-2.0/include   -I../.. -Wall -Werror
+-march=athlon-xp -O3 -funroll-loops -mmmx -m3dnow -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 ".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
+mkdir .libs
+gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_LARGEFILE_SOURCE
+-D_FILE_OFFSET_BITS=64 -I/home/jan/garnome-0.17.1/include/libxml2
+-D_REENTRANT -I/home/jan/garnome-0.17.1/include/glib-2.0
+-I/home/jan/garnome-0.17.1/lib/glib-2.0/include -I../.. -Wall -Werror
+-march=athlon-xp -O3 -funroll-loops -mmmx -m3dnow -MT
+libgstparse_la-lex._gst_parse_yy.lo -MD -MP -MF
+.deps/libgstparse_la-lex._gst_parse_yy.Tpo -c lex._gst_parse_yy.c  -fPIC
+-DPIC -o .libs/libgstparse_la-lex._gst_parse_yy.lo
+In file included from ../gstelement.h:29,
+                 from types.h:2,
+                 from parse.l:5:
+../../gst/gstobject.h:30:28: gst/gstmarshal.h: No such file or directory
+parse.l:6:25: grammar.tab.h: No such file or directory
+lex._gst_parse_yy.c:643: parse error before '*' token
+parse.l: In function `_gst_parse_yylex':
+parse.l:39: `lvalp' undeclared (first use in this function)
+parse.l:39: (Each undeclared identifier is reported only once
+parse.l:39: for each function it appears in.)
+parse.l:43: `VALUE' undeclared (first use in this function)
+parse.l:94: `CONNECTION' undeclared (first use in this function)
+parse.l:133: `BCONNECTION' undeclared (first use in this function)
+parse.l:139: `IDENTIFIER' undeclared (first use in this function)
+make[2]: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1
+make[2]: Leaving directory `/home/jan/cvs/gstreamer/gstreamer/gst/parse'
+make[1]: *** [install-recursive] Error 1
+make[1]: Leaving directory `/home/jan/cvs/gstreamer/gstreamer/gst'
+make: *** [install-recursive] Error 1
+
+Seems to work if I do a 'make; make install'





More information about the Gstreamer-bugs mailing list