
On Thu, Mar 8, 2012 at 5:30 PM, Elias Abacioglu <elias.rabi@gmail.com> wrote:
Will jpackage help? http://www.jpackage.org/installation.php
Yes, It solves many of the problems but I still need to build a python-2.7 rpm package for EL6. After that I would reckon the next step would be to build ovirt packages for EL6. Fedora 16 uses a newer glibc.
Trey, did you have a Python 2.7 RPM or SRPM for EL6?
Where do you see the Python 2.7 dependency? Running a rebuild with no changes on the latest SPEC gives me this ... # rpmbuild -ba --define 'dist .el6' --define 'rhel 6' ovirt-engine.spec <snip> + make PREFIX=/builddir/build/BUILDROOT/ovirt-engine-3.0.0_0001-1.6.el6.x86_64/ install which: no mvn in (/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/builddir/bin) export MAVEN_OPTS="-XX:MaxPermSize=512m" install -P gwt-admin,gwt-user -D skipTests install: WARNING: ignoring --preserve-context; this kernel is not SELinux-enabled install: cannot stat `gwt-admin,gwt-user': No such file or directory make: *** [build_mvn] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.oHg34r (%install) - Trey