On Mon, Apr 10, 2017 at 2:25 AM, Eryu Guan <eguan@xxxxxxxxxx> wrote: > On Fri, Apr 07, 2017 at 02:41:59PM -0700, Gwendal Grignou wrote: >> Reading stack overflow further, the fact AC_PACKAGE_GLOBALS and >> AC_PACKAGE_UTILITIES are not defined are just the consequence of the >> error. >> When all work fine, the autoconfigued ./aclocal.m4 should contains >> several m4_include and in particular >> m4_include([m4/package_globals.m4])" that will load the definitions >> for these macros. >> I am shooting in the dark, how ./aclocal.m4 compares between RH7.0 and RH6.9? > > RHEL6.9: > https://paste.fedoraproject.org/paste/EUo-NKzoZPwbIIhn1bjoJF5M1UNdIGYhyRLivL9gydE= > > RHEL7.3: > https://paste.fedoraproject.org/paste/SEhryYO0GXT8VIA0-24q8V5M1UNdIGYhyRLivL9gydE= I was out for a while, the pastes seems to have expired. > >> What are the revisions of automake, autoconf, m4 andlibtoolize. > > [root@eguan-rhel6 xfstests]# rpm -q automake autoconf m4 libtool > automake-1.11.1-4.el6.noarch > autoconf-2.63-5.1.el6.noarch > m4-1.4.13-5.el6.x86_64 > libtool-2.2.6-15.5.el6.x86_64 > > [root@dhcp-66-87-213 xfstests]# rpm -q automake autoconf m4 libtool > automake-1.13.4-3.el7.noarch > autoconf-2.69-11.el7.noarch > m4-1.4.16-10.el7.x86_64 > libtool-2.4.2-21.el7_2.x86_64 Maybe it is the same problem as explained in https://lists.gnu.org/archive/html/autoconf/2013-08/msg00013.html. I submit a patch shortly which calls autoreconf --install=m4. Gwendal. > >> Does autoreconf -fi help? > > No, autoreconf -fi has the same issue. > >> >> Thanks for your help, >> Gwendal. > > Thank you! > > Eryu -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html