Hi all,
Please update otopi on your development machines to 1.7.1+.
It should be available from the nightly master snapshot.
A patch to make the engine require it [1] will soon be merged.
Soon after that I hope to get merged several patches, first one
is [2], that will break engine-setup if you do not have otopi-1.7.1+.
If you do not upgrade by then, 'engine-setup' will fail silently.
If you run it as 'OTOPI_DEBUG=1 engine-setup', you will get:
_toposortBuildSequence failed: Cyclic dependencies found
('FATAL Internal error (main): Cyclic dependencies found',)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/otopi/__main__.py", line 88, in main
installer.execute()
File "/usr/lib/python2.7/site-packages/otopi/main.py", line 156, in execute
self.context.buildSequence()
File "/usr/lib/python2.7/site-packages/otopi/context.py", line 665,
in buildSequence
self._sequence = self._toposortBuildSequence()
File "/usr/lib/python2.7/site-packages/otopi/context.py", line 624,
in _toposortBuildSequence
raise RuntimeError(_('Cyclic dependencies found'))
RuntimeError: Cyclic dependencies found
Best,
[1]
https://gerrit.ovirt.org/79799
[2]
https://gerrit.ovirt.org/#/c/79567/4
--
Didi