On Tue, 2008-04-15 at 01:55 +1200, Amos Jeffries wrote: > Okay, fixed a those barfs. > > It's now dying on: > > make[2]: Leaving directory `/home/opensrc/squid/trunk/src/ICAP' > make[2]: Entering directory `/home/opensrc/squid/trunk/src/eCAP' > make[2]: *** No rule to make target `MinimalAdapter.cc', needed by > `distdir'. Stop. > make[2]: Leaving directory `/home/opensrc/squid/trunk/src/eCAP' > make[1]: *** [distdir] Error 1 > make[1]: Leaving directory `/home/opensrc/squid/trunk/src' > > Alex? your turn :-)
Indeed. I did not realize "make dist" goes into directories of disabled features, but of course it has to. Should be fixed now. "Make dist" also failed in lib/libLtld because mkinstalldirs target was not found. Newer automake does not use that file, but I am not sure why libtoolize generated Makefile.in with an old automake while not providing mkinstalldirs. We now bootstrap that generated directory to re-generate Makefile.in using a modern automake, but that may cause other problems. Alex.
