GNOME Bugzilla – Bug 753492
Error when building gnonlin using jhbuild in arch
Last modified: 2015-08-16 13:40:40 UTC
Im running arch linux with an updated version of autotools and automake. I get the following error when installing gnonlin in jhbuild. *** Checking out gnonlin *** [1/1] git remote set-url origin git://anongit.freedesktop.org/gstreamer/gnonlin git remote update origin Fetching origin git rebase origin/master Current branch master is up to date. git submodule init git submodule update *** Configuring gnonlin *** [1/1] ./autogen.sh --prefix /home/ajk/jhbuild/install --enable-debug --disable-gtk-doc --disable-Werror + passing argument --prefix to configure + passing argument /home/ajk/jhbuild/install to configure + passing argument --enable-debug to configure + passing argument --disable-gtk-doc to configure + passing argument --disable-Werror to configure + options passed to configure: --prefix /home/ajk/jhbuild/install --enable-debug --disable-gtk-doc --disable-Werror + check for build tools checking for autoconf >= 2.62 ... found 2.69, ok. checking for automake >= 1.11 ... Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936. found 1.15, ok. checking for autopoint >= 0.17 ... /usr/bin/autopoint: line 211: echo: write error: Broken pipe /usr/bin/autopoint: line 212: echo: write error: Broken pipe found 0.19.4, ok. checking for libtoolize >= 2.2.6 ... /usr/bin/sed: couldn't flush stdout: Broken pipe found 2.4.6, ok. checking for pkg-config >= 0.8.0 ... found 0.28, ok. ./autogen.sh: line 51: aclocal_check: command not found ./autogen.sh: line 52: autoheader_check: command not found - Please get the right tools before proceeding. - Alternatively, if you're sure we're wrong, run with --nocheck. *** Error during phase configure of gnonlin: ########## Error running ./autogen.sh --prefix /home/ajk/jhbuild/install --enable-debug --disable-gtk-doc --disable-Werror *** [1/1]
Try again now please: commit 154ae11caf1c5c84059b576a264a3eb93c558240 Author: Tim-Philipp Müller <tim@centricular.com> Date: Tue Aug 11 09:19:55 2015 +0100 Update autogen.sh for common module changes We updated the common module without fixing up autogen.sh (But note that gnonlin is pretty much unmaintained and abandoned.)
Thanks - works for me