After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753492 - Error when building gnonlin using jhbuild in arch
Error when building gnonlin using jhbuild in arch
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gnonlin
unspecified
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-11 05:56 UTC by AbdealiJK
Modified: 2015-08-16 13:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description AbdealiJK 2015-08-11 05:56:54 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]
Comment 1 Tim-Philipp Müller 2015-08-11 08:22:54 UTC
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.)
Comment 2 AbdealiJK 2015-08-11 13:28:29 UTC
Thanks - works for me