Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/autoconf
@ 2007-01-10 18:39 aldot at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: aldot at uclibc.org @ 2007-01-10 18:39 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-01-10 10:39:47 -0800 (Wed, 10 Jan 2007)
New Revision: 17228

Log:
- bump version


Modified:
   trunk/buildroot/package/autoconf/autoconf.mk


Changeset:
Modified: trunk/buildroot/package/autoconf/autoconf.mk
===================================================================
--- trunk/buildroot/package/autoconf/autoconf.mk	2007-01-10 18:39:08 UTC (rev 17227)
+++ trunk/buildroot/package/autoconf/autoconf.mk	2007-01-10 18:39:47 UTC (rev 17228)
@@ -3,7 +3,7 @@
 # autoconf
 #
 #############################################################
-AUTOCONF_VER:=2.60
+AUTOCONF_VER:=2.61
 AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VER).tar.bz2
 AUTOCONF_SITE:=http://ftp.gnu.org/pub/gnu/autoconf
 AUTOCONF_CAT:=$(BZCAT)

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

* [Buildroot] svn commit: trunk/buildroot/package/autoconf
@ 2007-01-29 12:51 aldot at uclibc.org
  0 siblings, 0 replies; 9+ messages in thread
From: aldot at uclibc.org @ 2007-01-29 12:51 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-01-29 04:51:39 -0800 (Mon, 29 Jan 2007)
New Revision: 17628

Log:
- ironically, autoconf-2.61 is broken for parallel builds, force -j1


Modified:
   trunk/buildroot/package/autoconf/autoconf.mk


Changeset:
Modified: trunk/buildroot/package/autoconf/autoconf.mk
===================================================================
--- trunk/buildroot/package/autoconf/autoconf.mk	2007-01-29 10:08:39 UTC (rev 17627)
+++ trunk/buildroot/package/autoconf/autoconf.mk	2007-01-29 12:51:39 UTC (rev 17628)
@@ -18,7 +18,7 @@
 
 $(AUTOCONF_DIR)/.unpacked: $(DL_DIR)/$(AUTOCONF_SOURCE)
 	$(AUTOCONF_CAT) $(DL_DIR)/$(AUTOCONF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	touch $(AUTOCONF_DIR)/.unpacked
+	touch $@
 
 $(AUTOCONF_DIR)/.configured: $(AUTOCONF_DIR)/.unpacked
 	(cd $(AUTOCONF_DIR); rm -rf config.cache; \
@@ -40,10 +40,10 @@
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 	);
-	touch $(AUTOCONF_DIR)/.configured
+	touch $@
 
 $(AUTOCONF_DIR)/bin/$(AUTOCONF_BINARY): $(AUTOCONF_DIR)/.configured
-	$(MAKE) CC=$(TARGET_CC) -C $(AUTOCONF_DIR)
+	$(MAKE1) -C $(AUTOCONF_DIR)
 
 $(TARGET_DIR)/$(AUTOCONF_TARGET_BINARY): $(AUTOCONF_DIR)/bin/$(AUTOCONF_BINARY)
 	$(MAKE) \

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

* [Buildroot] svn commit: trunk/buildroot/package/autoconf
@ 2008-12-03 13:36 tpetazzoni at uclibc.org
  2008-12-03 13:43 ` [Buildroot] start compiling autoconf for the host as well (was: svn commit: trunk/buildroot/package/autoconf) Hans-Christian Egtvedt
  0 siblings, 1 reply; 9+ messages in thread
From: tpetazzoni at uclibc.org @ 2008-12-03 13:36 UTC (permalink / raw)
  To: buildroot

Author: tpetazzoni
Date: 2008-12-03 05:36:45 -0800 (Wed, 03 Dec 2008)
New Revision: 24242

Log:
Fix comment about autoconf configuration/compilation/installation for
the target (and not the host).



Modified:
   trunk/buildroot/package/autoconf/autoconf.mk


Changeset:
Modified: trunk/buildroot/package/autoconf/autoconf.mk
===================================================================
--- trunk/buildroot/package/autoconf/autoconf.mk	2008-12-03 11:59:12 UTC (rev 24241)
+++ trunk/buildroot/package/autoconf/autoconf.mk	2008-12-03 13:36:45 UTC (rev 24242)
@@ -29,7 +29,7 @@
 
 #############################################################
 #
-# autoconf for the host
+# autoconf for the target
 #
 #############################################################
 

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

* [Buildroot] start compiling autoconf for the host as well (was: svn commit: trunk/buildroot/package/autoconf)
  2008-12-03 13:36 [Buildroot] svn commit: trunk/buildroot/package/autoconf tpetazzoni at uclibc.org
@ 2008-12-03 13:43 ` Hans-Christian Egtvedt
  2008-12-03 15:34   ` Thomas Petazzoni
  0 siblings, 1 reply; 9+ messages in thread
From: Hans-Christian Egtvedt @ 2008-12-03 13:43 UTC (permalink / raw)
  To: buildroot

tpetazzoni at uclibc.org wrote:
> Author: tpetazzoni
> Date: 2008-12-03 05:36:45 -0800 (Wed, 03 Dec 2008)
> New Revision: 24242
> 
> Log:
> Fix comment about autoconf configuration/compilation/installation for
> the target (and not the host).
> 

off-topic: perhaps we should consider building autoconf, libtools, etc. 
which now quite heavily depend on when cross-compiling. I.e. not all 
distributions ship 2.13 and 2.61. AFAIK Gentoo uses 2.63.

-- 
Best regards,
Hans-Christian Egtvedt

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

* [Buildroot] start compiling autoconf for the host as well (was: svn commit: trunk/buildroot/package/autoconf)
  2008-12-03 13:43 ` [Buildroot] start compiling autoconf for the host as well (was: svn commit: trunk/buildroot/package/autoconf) Hans-Christian Egtvedt
@ 2008-12-03 15:34   ` Thomas Petazzoni
  2008-12-04  6:33     ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Petazzoni @ 2008-12-03 15:34 UTC (permalink / raw)
  To: buildroot

Le Wed, 03 Dec 2008 14:43:37 +0100,
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> a ?crit :

> > Fix comment about autoconf configuration/compilation/installation
> > for the target (and not the host).
> > 
> 
> off-topic: perhaps we should consider building autoconf, libtools,
> etc. which now quite heavily depend on when cross-compiling. I.e. not
> all distributions ship 2.13 and 2.61. AFAIK Gentoo uses 2.63.

Hum, sorry, I'm not sure to get what you mean. We already build
autoconf/automake/libtool for the host as soon as a package says
FOOBAR_AUTORECONF=YES. Do you mean that we should always build them ?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

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

* [Buildroot] start compiling autoconf for the host as well (was: svn commit: trunk/buildroot/package/autoconf)
  2008-12-03 15:34   ` Thomas Petazzoni
@ 2008-12-04  6:33     ` Hans-Christian Egtvedt
  0 siblings, 0 replies; 9+ messages in thread
From: Hans-Christian Egtvedt @ 2008-12-04  6:33 UTC (permalink / raw)
  To: buildroot

On Wed, 3 Dec 2008 16:34:22 +0100
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:

> Le Wed, 03 Dec 2008 14:43:37 +0100,
> Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> a ?crit :
> 
> > > Fix comment about autoconf configuration/compilation/installation
> > > for the target (and not the host).
> > > 
> > 
> > off-topic: perhaps we should consider building autoconf, libtools,
> > etc. which now quite heavily depend on when cross-compiling. I.e.
> > not all distributions ship 2.13 and 2.61. AFAIK Gentoo uses 2.63.
> 
> Hum, sorry, I'm not sure to get what you mean. We already build
> autoconf/automake/libtool for the host as soon as a package says
> FOOBAR_AUTORECONF=YES. Do you mean that we should always build them ?
> 

Wow, how's that for being blind...

Sounds great, does not seem like I can hook them off in the toolchain
menu? Do we still have packages which does not use
Makefile.autotools.in, but still uses autotools before ./configure?

A fast grep gives the following packages:
package/avahi/avahi.mk:	(cd $(AVAHI_DIR) && rm -rf config.cache && autoconf)
package/dbus-glib/dbus-glib.mk:	(cd $(DBUS_GLIB_DIR); rm -rf config.cache; autoconf; \
package/dropbear/dropbear.mk:		autoconf; \
package/gawk/gawk.mk:	(cd $(GAWK_DIR); rm -rf config.cache; autoconf; \
package/metacity/metacity.mk:	(cd $(METACITY_DIR); autoconf;)
package/netsnmp/netsnmp.mk:		autoconf && \
package/openmotif/openmotif.mk:		aclocal; automake --foreign --add-missing; autoconf; \
package/openmotif/openmotif.mk:		aclocal; automake --foreign --add-missing; autoconf; \
package/rxvt/rxvt.mk:	$(CONFIG_UPDATE) $(RXVT_DIR)/autoconf
package/x11r7/xapp_xman/xapp_xman.mk:		autoconf -I$(STAGING_DIR)/usr/share/aclocal && \
package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk: autoconf -I $(STAGING_DIR)/usr/share/aclocal && \
package/ruby/ruby.mk:	(cd $(RUBY_DIR); autoreconf)

-- 
Best regards,
Hans-Christian Egtvedt

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

* [Buildroot] svn commit: trunk/buildroot/package/autoconf
@ 2009-01-28 15:35 laird at uclibc.org
  2009-01-28 15:39 ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: laird at uclibc.org @ 2009-01-28 15:35 UTC (permalink / raw)
  To: buildroot

Author: laird
Date: 2009-01-28 15:35:39 +0000 (Wed, 28 Jan 2009)
New Revision: 25102

Log:
autoconf.mk: Bounce version to 2.63

Have been having various issues with multiple jobs (-jX) and building
autoconf.  Turns out that v2.63 has fixed this.  So bounce version
to a working version.
 
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>


Modified:
   trunk/buildroot/package/autoconf/autoconf.mk


Changeset:
Modified: trunk/buildroot/package/autoconf/autoconf.mk
===================================================================
--- trunk/buildroot/package/autoconf/autoconf.mk	2009-01-28 15:33:08 UTC (rev 25101)
+++ trunk/buildroot/package/autoconf/autoconf.mk	2009-01-28 15:35:39 UTC (rev 25102)
@@ -3,7 +3,7 @@
 # autoconf
 #
 #############################################################
-AUTOCONF_VERSION:=2.61
+AUTOCONF_VERSION:=2.63
 AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VERSION).tar.bz2
 AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/autoconf
 AUTOCONF_CAT:=$(BZCAT)

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

* [Buildroot] svn commit: trunk/buildroot/package/autoconf
  2009-01-28 15:35 [Buildroot] svn commit: trunk/buildroot/package/autoconf laird at uclibc.org
@ 2009-01-28 15:39 ` Peter Korsgaard
  2009-01-29  6:15   ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2009-01-28 15:39 UTC (permalink / raw)
  To: buildroot

>>>>> "laird" == laird  <laird@uclibc.org> writes:

 laird> Author: laird
 laird> Date: 2009-01-28 15:35:39 +0000 (Wed, 28 Jan 2009)
 laird> New Revision: 25102

 laird> Log:
 laird> autoconf.mk: Bounce version to 2.63

 laird> Have been having various issues with multiple jobs (-jX) and building
 laird> autoconf.  Turns out that v2.63 has fixed this.  So bounce version
 laird> to a working version.

Ok, let's give it a good shake to see if anything breaks with this.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] svn commit: trunk/buildroot/package/autoconf
  2009-01-28 15:39 ` Peter Korsgaard
@ 2009-01-29  6:15   ` Hans-Christian Egtvedt
  0 siblings, 0 replies; 9+ messages in thread
From: Hans-Christian Egtvedt @ 2009-01-29  6:15 UTC (permalink / raw)
  To: buildroot

On Wed, 28 Jan 2009 16:39:17 +0100
Peter Korsgaard <jacmet@uclibc.org> wrote:

> >>>>> "laird" == laird  <laird@uclibc.org> writes:
> 
>  laird> Author: laird
>  laird> Date: 2009-01-28 15:35:39 +0000 (Wed, 28 Jan 2009)
>  laird> New Revision: 25102
> 
>  laird> Log:
>  laird> autoconf.mk: Bounce version to 2.63
> 
>  laird> Have been having various issues with multiple jobs (-jX) and
>  laird> building autoconf.  Turns out that v2.63 has fixed this.  So
>  laird> bounce version to a working version.
> 
> Ok, let's give it a good shake to see if anything breaks with this.
> 

Please note that autoconf 2.63 is not compatible with autoconf 2.61, at
least from my experience. So I say all packages should be configured
and built to test if this is working as expected.

And since we're already touching autoconf, install it to
toolchain_build_ARCH/bin as well? (-:

-- 
Best regards,
Hans-Christian Egtvedt

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

end of thread, other threads:[~2009-01-29  6:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 13:36 [Buildroot] svn commit: trunk/buildroot/package/autoconf tpetazzoni at uclibc.org
2008-12-03 13:43 ` [Buildroot] start compiling autoconf for the host as well (was: svn commit: trunk/buildroot/package/autoconf) Hans-Christian Egtvedt
2008-12-03 15:34   ` Thomas Petazzoni
2008-12-04  6:33     ` Hans-Christian Egtvedt
  -- strict thread matches above, loose matches on Subject: below --
2009-01-28 15:35 [Buildroot] svn commit: trunk/buildroot/package/autoconf laird at uclibc.org
2009-01-28 15:39 ` Peter Korsgaard
2009-01-29  6:15   ` Hans-Christian Egtvedt
2007-01-29 12:51 aldot at uclibc.org
2007-01-10 18:39 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox