GNOME Bugzilla – Bug 694198
configure fails with automake 1.11: configure.ac:20: option `serial-tests' not recognized
Last modified: 2015-02-07 16:53:45 UTC
autoreconf: running: automake --add-missing --copy --force-missing configure.ac:20: option `serial-tests' not recognized autoreconf: automake failed with exit status: 1 First known bad is the current latest: 81c65f22e124c7aa53686519776714c8fdbf8bc2 Last known good: efcaf9b873352122f7853be49fb29d8f92e14c7d They are not sequential. $ automake --version automake (GNU automake) 1.11.6 If you want to drop support for automake 1.11, I believe configure.ac should be updated to reflect that.
81c65f22e124c7aa53686519776714c8fdbf8bc2 is the first bad commit commit 81c65f22e124c7aa53686519776714c8fdbf8bc2 Author: Colin Walters <walters@verbum.org> Date: Tue Feb 19 11:53:18 2013 -0500 tests: Be compatible with both Automake 1.12 and 1.13 Revert to using the serial test driver, as that's the easiest path for now, unless we generated a binary to run each warn test. https://bugzilla.gnome.org/693539 :100644 100644 83e86aecf7e27ecaecb9f27d2dad05aab5d8f22b 5adffdd6b216f4a3c352f238b60c1b9377bc6404 M configure.ac :040000 040000 1b0ad061b44b48e4962439c25c4ee6a73f608f9d 089e12b58b3897ac39815b38ee765b1740559e6f M tests bisect run success
(In reply to comment #1) > tests: Be compatible with both Automake 1.X and 1.Y "But that trick never works!"
(In reply to comment #2) > (In reply to comment #1) > > tests: Be compatible with both Automake 1.X and 1.Y > > "But that trick never works!" It worked for two X and Y, just not X, Y, and Z... Anyways we should probably do what I suggested in the commit message and just write a dummy test driver.
*** Bug 694216 has been marked as a duplicate of this bug. ***
http://git.gnome.org/browse/gobject-introspection/commit/?id=3e976212bfd34a675632c5a0aecc9f8070df8098
Verified latest commit ( 3e976212bfd34a675632c5a0aecc9f8070df8098 ) passes make check with automake 1.11.6, thanks.
With jhbuild lastest git master (af5cf439d3f08f969f1b3211b5da93bf377bf00f) of libsoup still fails with the same issue: cd . && /bin/bash /home/shakaran/checkout/gnome/libsoup/missing --run automake-1.11 --foreign configure.ac:14: option `serial-tests' not recognized autom4te: closing standard output: Broken pipe This bug should be fixed and backported too in libsoup.
(In reply to comment #7) > With jhbuild lastest git master (af5cf439d3f08f969f1b3211b5da93bf377bf00f) of > libsoup still fails with the same issue: yeah, entirely coincidental that we both hit this bug at the same time. I'm working on a fix for libsoup now
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]