[ovirt-devel] VDSM 3.5 branch is failing to build on Fedora 20

Nir Soffer nsoffer at redhat.com
Fri Jun 5 12:23:38 UTC 2015


----- Original Message -----
> From: "Sandro Bonazzola" <sbonazzo at redhat.com>
> To: devel at ovirt.org
> Sent: Friday, June 5, 2015 2:18:57 PM
> Subject: [ovirt-devel] VDSM 3.5 branch is failing to build on Fedora 20
> 
> VDSM 3.5 branch is failing to build on Fedora 20 due to:
> 
> detected by
> http://jenkins.ovirt.org/job/vdsm_3.5_create-rpms-fc20-x86_64_merged
> 
> pyflakes-0.7.3
> find . -path './.git' -prune -type f -o \
> 	-name '*.py' -o -name '*.py.in'  | xargs /usr/bin/pyflakes | \
> 	grep -w -v "\./vdsm/storage/lvm\.py.*: list comprehension redefines 'lv'
> 	from line .*" | \
> 	while read LINE; do echo "$LINE"; false; done
> ./tests/functional/networkTests.py:80: redefinition of unused 'vdsm' from
> line 43
> ./tests/functional/networkTests.py:88: redefinition of unused 'vdsm' from
> line 43

This is basically a pyflakes bug, but we change the code to workaround this:
https://gerrit.ovirt.org/41402

Timothy, can you backport this fix to 3.5?

Nir



More information about the Devel mailing list