<div dir="ltr"><div><div><div><div><div><div><div><div><div>Dear Martin Perina,<br><br></div>We found some issues with the oVirt Engine master branch when updating the version via git pull.<br><br></div><div>We then performed the make command:<br><br>make clean install-dev PREFIX=~/ovirt_engine_master DEV_BUILD_SCL_POSTGRESQL=1<br></div><div><br></div>It seems a new dependency was added for isort, so the make fails with the following error:<br><br>--------------------------------------------------------------------------------------------------------------------<br><br>packaging/setup/plugins/ovirt-engine-rename/ovirt-engine/database.py:313:21: E126 continuation line over-indented for hanging indent<br>packaging/setup/plugins/ovirt-engine-rename/ovirt-engine/database.py:314:21: E126 continuation line over-indented for hanging indent<br>packaging/setup/plugins/ovirt-engine-common/base/core/duplicated_constants_check.py:109:17: E124 closing bracket does not match visual indentation<br>+ ret=1<br>+ which isort<br>+ echo &#39;WARNING: tool &#39;\&#39;&#39;isort&#39;\&#39;&#39; is missing&#39;<br>WARNING: tool &#39;isort&#39; is missing<br>+ exit 1<br>make[1]: *** [validations] Error 1<br>make[1]: Leaving directory `/home/srosenbe/Documents/git/ovirt-engine&#39;<br>make: *** [all-dev] Error 2<br><br>--------------------------------------------------------------------------------------------------------------------<br><br></div>To attempt to address this issue, we guessed and installed python2-isort through yum, though the readme states it is optional.<br><br></div>Though the process continued, it then failed in the python module:<br><br>/home/srosenbe/Documents/git/ovirt-engine/packaging/pythonlib/ovirt_engine/service.py<br><br></div>That error is here:<br><br>---------------------------------------------------------------------------------------------------------------------------<br><br><br>--- /home/srosenbe/Documents/git/ovirt-engine/packaging/pythonlib/ovirt_engine/service.py:before        2018-02-12 12:17:26<br>+++ /home/srosenbe/Documents/git/ovirt-engine/packaging/pythonlib/ovirt_engine/service.py:after 2018-02-26 12:07:11.233915<br>@@ -31,6 +31,7 @@<br> import time<br><br> import daemon<br>+<br><br> from dateutil import tz<br><br>+ exit 1<br>make[1]: *** [validations] Error 1<br>make[1]: Leaving directory `/home/srosenbe/Documents/git/ovirt-engine&#39;<br>make: *** [all-dev] Error 2<br><br>---------------------------------------------------------------------------------------------------------------------------<br><br></div>Please advise if you have a quick fix or when this issue will be addressed.<br><br></div>Thank you for your time and consideration.<br><br></div>With Best Regards.<br><br></div>Steven Rosenberg.<br><br></div>