
Quoting Douglas Landgraf <dougsland@redhat.com>:
Hi,
On 03/06/2013 08:39 PM, snmishra@linux.vnet.ibm.com wrote:
Quoting Laszlo Hornyak <lhornyak@redhat.com>:
Hi Sharad,
There is an update pep8 that you have to use when compiling vdsm, that may be the problem. See http://wiki.ovirt.org/Vdsm_Developers (however this document is frequently outdated)
I only saw reference to el6 python-pep8 on the VDSM developer page and that version (1.3.3) is older than whats installed on F18 (1.4.2).
Can you please try: http://gerrit.ovirt.org/#/c/12700/
Thanks Douglas
This patch fixed the issue. Thanks Sharad
-Sharad
----- Original Message -----
From: snmishra@linux.vnet.ibm.com To: engine-devel@ovirt.org Sent: Wednesday, March 6, 2013 10:48:17 PM Subject: [Engine-devel] VDSM: make rpm is failing.
Hi,
Using latest VDSM source, I see make rpm failing bunch on tests. Running with 'NOSE_EXCLUDE=.*' I see the following error -
---------------------------------------------------------------------- Ran 0 tests in 0.081s
OK make[4]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3/tests' make[3]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3/tests' make[2]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3/tests' Making check in vdsm-tool make[2]: Entering directory `/root/rpmbuild/BUILD/vdsm-4.10.3/vdsm-tool' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3/vdsm-tool' Making check in vdsm_api make[2]: Entering directory `/root/rpmbuild/BUILD/vdsm-4.10.3/vdsm_api' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3/vdsm_api' Making check in yajsonrpc make[2]: Entering directory `/root/rpmbuild/BUILD/vdsm-4.10.3/yajsonrpc' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3/yajsonrpc' make[2]: Entering directory `/root/rpmbuild/BUILD/vdsm-4.10.3' make check-local make[3]: Entering directory `/root/rpmbuild/BUILD/vdsm-4.10.3' find . -path './.git' -prune -type f -o \ -name '*.py' -o -name '*.py.in' | xargs /usr/bin/pyflakes ./vdsm/storage/lvm.py:608: list comprehension redefines 'lv' from line 603 make[3]: *** [check-local] Error 123 make[3]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/root/rpmbuild/BUILD/vdsm-4.10.3' error: Bad exit status from /var/tmp/rpm-tmp.pay1sz (%check)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.pay1sz (%check) make: *** [rpm] Error 1
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
-- Cheers Douglas