Date: Sat, 13 Mar 2004 11:34:37 +0100 From: Clement Laforet <clement@FreeBSD.org> To: Ade Lovett <ade@FreeBSD.org> Cc: ale@FreeBSD.org Subject: Re: Problems compiling Apache2 under 5.2.1-P1 Message-ID: <20040313113437.77341341.clement@FreeBSD.org> In-Reply-To: <1079142137.344.13.camel@reaper.lovett.com> References: <95692348.1079092312@[10.122.7.143]> <20040312130326.7f63cf21.clement@FreeBSD.org> <100948596.1079097568@[10.122.7.143]> <20040312140414.7469562c.clement@FreeBSD.org> <4051B6B8.7050001@FreeBSD.org> <1079142137.344.13.camel@reaper.lovett.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Sat__13_Mar_2004_11_34_37_+0100_8ffHLAxCdzCYbMTQ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Fri, 12 Mar 2004 17:42:17 -0800 Ade Lovett <ade@FreeBSD.org> wrote: > On Fri, 2004-03-12 at 05:10, Alex Dupre wrote: > > I suspected it. I don't know why he did this change before committing > > bsd.autotools.mk. Now we have a bunch of broken ports. > > Curious, because (a) this was an effective null-op commit and (b) > apache2 still compiles on both the machine with the existing autotools > infrastructure, and on the one with the new bsd.autotools.mk (both > running 5.2-CURRENT). > > We most certainly do NOT have "a bunch of broken ports" as a result of > this. If there are specific examples, then let me know, with FULL logs. > > The next "null-op" commit is a traversal of the tree, removing > references to the generic USE_{LIBTOOL,AUTOCONF,AUTOMAKE} and replacing > them with the default USE_<x>_VER values, at which point, > USE_LIBTOOL/USE_AUTOCONF/USE_AUTOMAKE will be put into a de-orbit burn > sequence. It seems it's a problem with LIBTOOLFILES variable. Overriding LIBTOOLFILES fixes the problem. [clement@beastie|(541)| apache2]$ diff -u var_with_autoconf_ver var_use_autoconf_ver --- var_with_autoconf_ver Sat Mar 13 10:33:05 2004 +++ var_use_autoconf_ver Sat Mar 13 10:34:27 2004 @@ -77,7 +77,7 @@ <snip> -Global:WANT_AUTOCONF_VER = 253 +Global:USE_AUTOCONF_VER = 253 <snip> @@ -944,6 +944,8 @@ <snip> +Global:USE_AUTOCONF = yes +Global:WANT_AUTOCONF_VER = ${USE_AUTOCONF_VER} <snip> @@ -974,7 +976,7 @@ <snip> -Global:LIBTOOLFILES = configure +Global:LIBTOOLFILES = aclocal.m4 <snip> clem --Signature=_Sat__13_Mar_2004_11_34_37_+0100_8ffHLAxCdzCYbMTQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAUuO/sRhfjwcjuh0RAjRwAKC1sZAZu68iYsq5QmDcd/jp3z8K0gCdHSJ7 expg+M7JxoQIqCIImvMUKak= =F8nX -----END PGP SIGNATURE----- --Signature=_Sat__13_Mar_2004_11_34_37_+0100_8ffHLAxCdzCYbMTQ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040313113437.77341341.clement>