[Bug 1355394] Re: please upgrade 14.04 with the 8.1.2c+dfsg-5 version
Chris J Arges
1355394 at bugs.launchpad.net
Tue Aug 26 19:36:50 UTC 2014
Hello Picca, or anyone else affected,
Accepted tango into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/tango/8.1.2c+dfsg-
3ubuntu0.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: tango (Ubuntu Trusty)
Status: Confirmed => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1355394
Title:
please upgrade 14.04 with the 8.1.2c+dfsg-5 version
Status in “tango” package in Ubuntu:
Fix Released
Status in “tango” source package in Trusty:
Fix Committed
Bug description:
[Impact]
* It is not possible to use the event part of pytango. Only the
polling part was working correctly.
* all the depending packages (python-taurus and python-sardana) are
unusable without this fix (they rely on the event part)
[Test Case]
This is took from the zeromq3 initial bug report
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508)
this bug can be seens using the python-binding.
But for htis you need a working tango database. So you need to install tango-db.
apt-get install mysql-server
apt-get install tango-db
~$ python
import PyTango
dev_name = 'sys/database/2'
dev = PyTango.DeviceProxy(dev_name)
cb = PyTango.utils.EventCallBack()
id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True)
(waits forever... till I press CTRL+C)
the expected result is that the last line does not hang
[Regression Potential]
* no known regression.
* in case of a regression only two packages can be affected (python-
taurus and python-sardana)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1355394/+subscriptions
More information about the Ubuntu-sponsors
mailing list