On Sat, Feb 03, 2018 at 07:13:35AM -0800, Richard Sharpe wrote: > On Sat, Feb 3, 2018 at 3:08 AM, Sumit Bose <sb...@redhat.com> wrote: > > On Fri, Feb 02, 2018 at 07:04:50PM -0800, Richard Sharpe wrote: > >> Hi folks, > >> > >> After installing all the RPMs needed, I managed to get sssd to build > >> using chmake. > >> > >> This is what happened at the end: > >> > >> ------------------------- > >> PASS: src/tests/double_semicolon_test > >> make[4]: execvp: /bin/sh: Argument list too long > >> make[4]: *** [test-suite.log] Error 127 > >> make[4]: Leaving directory `/home/rsharpe/src/sssd/x86_64' > >> make[3]: *** [check-TESTS] Error 2 > >> make[3]: Leaving directory `/home/rsharpe/src/sssd/x86_64' > >> make[2]: *** [check-am] Error 2 > >> make[2]: Leaving directory `/home/rsharpe/src/sssd/x86_64' > >> make[1]: *** [check-recursive] Error 1 > >> make[1]: Leaving directory `/home/rsharpe/src/sssd/x86_64' > >> make: *** [check] Error 2 > >> -------------------------- > >> > >> Is this expected? > >> > >> The branch is master and I cloned it today. > > > > I can confirm this on RHEL, I'll try to see what is going on. > > Curiously, it does not fail when building the 1.15.2 RPM on the same > VM (after fixing the cert issues.)
It looks like there are more tests in master which pushed the argument list over the limit. I installed a newer version of automake from https://koji.fedoraproject.org/koji/buildinfo?buildID=995648 with rpm -Uhv automake-1.15.1-3.fc28.noarch.rpm --nodeps to get around a dependency warning on RHEL7 and with this 'chmake' is working for me. I opened https://bugzilla.redhat.com/show_bug.cgi?id=1542123 to hear if this can be fixed in the RHEL7 version as well or if there is some work-around for older automake versions. HTH bye, Sumit > > -- > Regards, > Richard Sharpe > (何以解憂?唯有杜康。--曹操) > _______________________________________________ > sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org > To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org _______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org