Dmitri Pal wrote: > Stephen Gallagher wrote: > >> There are some old versions of automake that do not define >> $(builddir) correctly. Since $(builddir) is "Rigorously equal to >> ‘.’", we'll set it at the top of the Makefile.am files. >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> sssd-devel mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/sssd-devel >> > I can't validate this patch. I think the problem with the build is a bit > different . > When I run "autoreconf -i -f" from the root it fails. > If fails with the following error: > Can't exec "autopoint": No such file or directory at > /usr/share/autoconf/Autom4te/FileUtils.pm line 288, <GEN0> line 88. > autoreconf: failed to run autopoint: No such file or directory > > Error comes from processing the "server" directory. > Some digging showed that the issue is related to gettext package. > The gettext package on RHEL misses autopoint. According to one of the > forums it is in the gettext-devel. > This package is not if RHEL repo. > http://www.talkgraphics.com/showthread.php?t=21433 > > I started researching what I can do about it. > I will let you know. > > Ok it seems that RHN has gettext-devel package. I did not see it because yum was not showing the RHN packages when I was not running yum info or search as root. I thought you need to be root only to install or update.
So now I installed one. The error I get now is: autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.17 but this version is older. Please upgrade to gettext-0.17 or newer. autopoint: *** Stop. autoreconf: autopoint failed with exit status: 1 I do not know if we actually need 0.17 or not. May be we just need 0.14. I tried changing check to 0.12 in configure.ac. In this case I get the following error: configure.ac:18: option `color-tests' not recognized autoreconf: automake failed with exit status: 1 autoreconf: cannot empty /tmp/arwjs545: Is a directory (each time it is different file name in /tmp) I give up for now. I will see what I can do about setting a fedora machine running from flash drive. -- Thank you, Dmitri Pal Engineering Manager IPA project, Red Hat Inc. ------------------------------- Looking to carve out IT costs? www.redhat.com/carveoutcosts/ _______________________________________________ sssd-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/sssd-devel
