Problems compiling Apache2 under 5.2.1-P1

Clement Laforet clement at FreeBSD.org
Sat Mar 13 02:34:49 PST 2004


On Fri, 12 Mar 2004 17:42:17 -0800
Ade Lovett <ade at 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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040313/23c80341/attachment.bin


More information about the freebsd-ports mailing list