[gst-devel] gstreamer autogen.sh fails

Joshua N Pritikin vishnu at pobox.com
Thu Aug 8 09:52:02 CEST 2002


On Thu, Aug 08, 2002 at 12:38:45PM +0200, Thomas Vander Stichele wrote:
> On Thu, 8 Aug 2002, Joshua N Pritikin wrote:
> > Current CVS autogen.sh fails:
> > 
> > joshua at remix:~/gst/gstreamer$ NOCONFIGURE=y ./autogen.sh
> > + check for build tools
> >   checking for autoconf >= 2.52... found 2.53, ok.
> >   checking for automake >= 1.5... found 1.6.2, ok.
> >   checking for libtool >= 1.4.0... found 1.4.2a, ok.
> >   checking for pkg-config >= 0.8.0... found 0.12.0, ok.
> > + checking for autogen.sh options
> >   This autogen script will automatically run ./configure as:
> >   ./configure --enable-maintainer-mode --enable-plugin-builddir --enable-failing-tests
> >   To pass any additional options, please specify them on the ./autogen.sh
> >   command line.
> > + running aclocal -I common/m4 ...
> > + not running libtoolize until libtool fix has flown downstream
> > + running autoheader ...
> > autoheader2.50: `config.h.in' is updated
> 
> How come autoheader2.50 is run when you have autoconf 2.53 ???

autoheader2.50 is the generic name of the diversion for autoconf
which is not version 2.13.

diversion of /usr/bin/autoconf to /usr/bin/autoconf2.50 by autoconf2.13
diversion of /usr/bin/autoheader to /usr/bin/autoheader2.50 by autoconf2.13
diversion of /usr/bin/autoreconf to /usr/bin/autoreconf2.50 by autoconf2.13

It's a debian thing .. looks OK to me.

> > Maybe the newest version of automake is more strict.  Shall i submit the
> > obvious patch?
> 
> what is the obvious patch ?

Attached.

> What did you change to your build tools to get at this point from before ?

i'm not sure.  Maybe going to automake 1.6.x did it.

-- 
Victory to the Divine Mother!!         after all,
  http://sahajayoga.org                  http://why-compete.org
-------------- next part --------------
? autoregen.sh
? compile
? depcomp
? install-sh
? mkinstalldirs
? p1
? registry.xml
? libs/ext/cothreads/autoregen.sh
? libs/ext/cothreads/tests/dynamic
Index: configure.ac
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/configure.ac,v
retrieving revision 1.174
diff -u -r1.174 configure.ac
--- configure.ac	7 Aug 2002 00:03:27 -0000	1.174
+++ configure.ac	8 Aug 2002 16:48:06 -0000
@@ -478,7 +478,6 @@
 tests/bufspeed/Makefile
 tests/memchunk/Makefile
 tests/muxing/Makefile
-tests/seeking/Makefile
 tests/sched/Makefile
 tests/threadstate/Makefile
 testsuite/Makefile
@@ -508,7 +507,6 @@
 examples/plugins/Makefile
 examples/typefind/Makefile
 examples/mixer/Makefile
-examples/pingpong/Makefile
 tools/Makefile
 docs/Makefile
 docs/gst/Makefile
Index: examples/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/examples/Makefile.am,v
retrieving revision 1.16
diff -u -r1.16 Makefile.am
--- examples/Makefile.am	24 Jul 2002 21:16:46 -0000	1.16
+++ examples/Makefile.am	8 Aug 2002 16:48:07 -0000
@@ -7,10 +7,10 @@
 SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          launch thread plugins mixer cutter pingpong
+          launch thread plugins mixer cutter
 
 DIST_SUBDIRS = autoplug \
           helloworld helloworld2 \
           queue queue2 queue3 queue4 \
-          launch thread xml plugins typefind mixer cutter pingpong
+          launch thread xml plugins typefind mixer cutter
 
Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/tests/Makefile.am,v
retrieving revision 1.38
diff -u -r1.38 Makefile.am
--- tests/Makefile.am	2 Aug 2002 11:43:25 -0000	1.38
+++ tests/Makefile.am	8 Aug 2002 16:48:08 -0000
@@ -6,7 +6,7 @@
 NASMDEP_DIR=
 endif
 
-SUBDIRS = $(NASMDEP_DIR) muxing sched threadstate seeking
+SUBDIRS = $(NASMDEP_DIR) muxing sched threadstate
 
 noinst_PROGRAMS = lat
 
@@ -14,4 +14,4 @@
 lat_LDFLAGS = $(GST_LIBS)
 
 EXTRA_DIST = README
-DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
+DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate


More information about the gstreamer-devel mailing list