Bug#743508: libzmq3: upgrading from 3.2.3 to 4.0.4 breaks python-pytango

2014-09-25 Thread GCS
Hi, On Thu, Sep 25, 2014 at 4:06 AM, Goswin von Brederlow wrote: > do we realy need a libzmq.so.3 in Jessie? Upstream is preparing a new > stable version now with libzmq.so.4. Given that the breakage between 3 > and 4 is minimal (easy to port your software, most just works) do we > need to mainta

Bug#743508: libzmq3: upgrading from 3.2.3 to 4.0.4 breaks python-pytango

2014-09-24 Thread Goswin von Brederlow
Source: zeromq3 Version: 4.0.3 Followup-For: Bug #743508 Hi, do we realy need a libzmq.so.3 in Jessie? Upstream is preparing a new stable version now with libzmq.so.4. Given that the breakage between 3 and 4 is minimal (easy to port your software, most just works) do we need to maintain 2

Bug#743508: how to deal with a missed so bump already uploaded ?

2014-05-17 Thread PICCA Frederic-Emmanuel
> Reverse dependencies are anything but unrelated. Hello julien, from the point of view of the release team. What should be do now ? to my opinion, all we have to do is to upload zeromq3 with this ugly but necessary +really versionnumber 4.0.3+really-3.2.4-1 then the problem should be fixed onc

Bug#743508: how to deal with a missed so bump already uploaded ?

2014-05-17 Thread Julien Cristau
On Sat, May 17, 2014 at 07:33:04 +0200, Tobias Frost wrote: > IMHO the severity should be raised to critical as it breaks unrelated > software. > Reverse dependencies are anything but unrelated. Cheers, Julien signature.asc Description: Digital signature

Bug#743508: how to deal with a missed so bump already uploaded ?

2014-05-16 Thread Tobias Frost
you can find all the information about this breakage in the bug #743508. > > So my question is how to deal with this mess ? > > thanks > > > Frederic > > (CC'ing the bug) Well, I think the procedure was already laid out in the bug... Epoch or a ugly version

Bug#743508:

2014-05-01 Thread PICCA Frederic-Emmanuel
Hello, so it seems that upstream agreed on the ABI breakage. The importance of this bug should be raised, this is now RC. We should ask the release team how to deal with this mess... Do you agree with this ? Cheers Frederic -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#743508: (no subject)

2014-04-18 Thread Lars Tandle Kyllingstad
There are other incompatibilities between ZMQ 3 and 4 as well. The event messages sent as a result of creating a socket monitor with zmq_socket_monitor() have a completely different format in the two versions, and have to be treated differently in code. (In ZMQ 3 the message consists of one f

Bug#743508:

2014-04-08 Thread PICCA Frederic-Emmanuel
Hello I discuss with the tango upstream, Indeed this can fix the problem. BUT this is a real API breakage from the zeromq3 upstream. I think that the so number is wrong. instead of 4:0:1 -> libzmq.so.3.1.0 it should be 4:0:0 -> libzmq.so.4.0.0 here are all the revers dependencies of libzmq3

Bug#743508:

2014-04-08 Thread GCS
On Mon, Apr 7, 2014 at 8:34 PM, PICCA Frederic-Emmanuel wrote: > this is not pytango but the tango library Ah, OK. >> The previous maintainer already uploaded 4.0.4 to unstable, there's > no easy way to get back to 3.x . > > Yes usually we end up with this ugly 4.0.4.really.3.2.4 version number.

Bug#743508:

2014-04-07 Thread PICCA Frederic-Emmanuel
Hello László this is not pytango but the tango library picca@mordor:~/Debian/main/tango/tango/lib$ grep -ri inproc cpp/server/tango_const.h:#define CTRL_SOCK_ENDPOINT "inproc://control" > The previous maintainer already uploaded 4.0.4 to unstable, there's no easy way to get back

Bug#743508:

2014-04-07 Thread GCS
Hi Frederic, On Mon, Apr 7, 2014 at 6:07 PM, PICCA Frederic-Emmanuel wrote: > Here is what you can find in ZMQ 4 release notes at [1] [...] > As you can guess, Tango depended on inproc connects failing when starting the > event system! It seems it doesn't use inproc : path/pytango-8.1.1$ grep -

Bug#743508:

2014-04-07 Thread PICCA Frederic-Emmanuel
Here is what you can find in ZMQ 4 release notes at [1] "You can now connect to an inproc:// endpoint that does not already exist. See: tests/test_inproc_connect.cpp. NOTE: this is a breaking change in the API. If your application depended on inproc connects failing, you must change it to try t

Bug#743508: perhaps it should be libzmq4?

2014-04-03 Thread Carlos Pascual
This makes me wonder if there shouldn't be a libzmq4 package for the 4.x series while leaving the libzmq3 for the 3.x series. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#743508: libzmq3: upgrading from 3.2.3 to 4.0.4 breaks python-pytango

2014-04-03 Thread Carlos Pascual
Package: libzmq3 Version: 4.0.4+dfsg-2 Severity: normal Dear Maintainer, After upgrading libzmq3 to 4.0.4+dfsg-2, the following stops working: ~$ python >>> import PyTango >>> dev_name = 'sys/database/2' >>> dev = PyTango.DeviceProxy(dev_name) >>> cb = PyTango.utils.EventCallBack() >>> id = de