All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] libglib2: needs autoreconf
@ 2017-10-17 19:47 Thomas Petazzoni
  2017-11-26 20:49 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-17 19:47 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=45fbec12e79dfd8416b20afa4c2590aecd3ddc5d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Patch 0002-disable-tests.patch modifies Makefile.am, so we have to
autoreconf. It hasn't been seen until now, but becomes very clear
since the bump of automake to 1.15.1, as we're seeing build failures
such as:

configure.ac:66: error: version mismatch.  This is Automake 1.15.1,
configure.ac:66: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:66: comes from Automake 1.15.  You should recreate
configure.ac:66: aclocal.m4 with aclocal and run automake again.

Fixes:

  http://autobuild.buildroot.net/results/3402357d8e90f1866dfeaee7bb61119d80dc8bcb/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/libglib2/libglib2.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 6ccff44..d93a1de 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -10,6 +10,8 @@ LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
 LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
 LIBGLIB2_LICENSE = LGPL-2.0+
 LIBGLIB2_LICENSE_FILES = COPYING
+# 0002-disable-tests.patch
+LIBGLIB2_AUTORECONF = YES
 
 LIBGLIB2_INSTALL_STAGING = YES
 LIBGLIB2_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] libglib2: needs autoreconf
  2017-10-17 19:47 [Buildroot] [git commit] libglib2: needs autoreconf Thomas Petazzoni
@ 2017-11-26 20:49 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-11-26 20:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=45fbec12e79dfd8416b20afa4c2590aecd3ddc5d
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Patch 0002-disable-tests.patch modifies Makefile.am, so we have to
 > autoreconf. It hasn't been seen until now, but becomes very clear
 > since the bump of automake to 1.15.1, as we're seeing build failures
 > such as:

 > configure.ac:66: error: version mismatch.  This is Automake 1.15.1,
 > configure.ac:66: but the definition used by this AM_INIT_AUTOMAKE
 > configure.ac:66: comes from Automake 1.15.  You should recreate
 > configure.ac:66: aclocal.m4 with aclocal and run automake again.

 > Fixes:

 >   http://autobuild.buildroot.net/results/3402357d8e90f1866dfeaee7bb61119d80dc8bcb/

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed to 2017.02.x and 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-26 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-17 19:47 [Buildroot] [git commit] libglib2: needs autoreconf Thomas Petazzoni
2017-11-26 20:49 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.