Keith Robertson has posted comments on this change. Change subject: build: build rewrite using autotools ......................................................................
Patch Set 5: This will now build on RHEL 6.3. Here is what I did... Step 1: Clone git repo and cherry pick this patch. git log --pretty=short commit 272e75fa38507e1ac99391571a7d90b9e00731b8 Author: Alon Bar-Lev <[email protected]> build: build rewrite using autotools commit efd9e693b9d770c304f9fba76d17022773275cd9 Author: Alon Bar-Lev <[email protected]> cleanup: style by pep8 Step 2: Try to build... [kroberts@subengrhev1 ovirt-iso-uploader]$ ./autogen.sh autoreconf: Entering directory `.' autoreconf: running: autopoint --force autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.18 but this version is older. Please upgrade to gettext-0.18 or newer. autopoint: *** Stop. autoreconf: autopoint failed with exit status: 1 Step 3: Let's see what gettext's are avail from RHN. [kroberts@subengrhev1 ovirt-iso-uploader]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.3 (Santiago) [kroberts@subengrhev1 ovirt-iso-uploader]$ yum list gettext Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager, versionlock Not root, certificate-based repositories not updated *Note* Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories. Installed Packages gettext.x86_64 0.17-16.el6 @anaconda-RedHatEnterpriseLinux-201206132210.x86_64/6.3 -- To view, visit http://gerrit.ovirt.org/8855 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifdb10d76cdcfab61f6728a0f639d061c39f677c4 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-iso-uploader Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Keith Robertson <[email protected]> Gerrit-Reviewer: Kiril Nesenko <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
