RE:Spyder Package Details In Need of Update

2018-08-04 Thread PICCA Frederic-Emmanuel
> Hello Mr. Vaillant and Debian/Ubuntu maintainers, Hello > My name is C.A.M. Gerlach, a member of the > Spyder IDE core dev team, and as part of the > broader effort in >

[Bug 1355394] Re: please upgrade 14.04 with the 8.1.2c+dfsg-5 version

2014-08-26 Thread Picca Frederic-Emmanuel
** Description changed: + [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]

[Bug 1355394] [NEW] please upgrade 14.04 with the 8.1.2c+dfsg-5 version

2014-08-11 Thread Picca Frederic-Emmanuel
Public bug reported: [Test Case] This is took from the zeromq3 initial bug report 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. then ~$ python import PyTango dev_name = 'sys/database/2' dev =

[Bug 1355394] Re: please upgrade 14.04 with the 8.1.2c+dfsg-5 version

2014-08-11 Thread Picca Frederic-Emmanuel
I generated the source package with this command backportpackage -s utopic -d trusty -w . tango and then the debdiff with debdiff tango_8.1.2c+dfsg-5.dsc tango_8.1.2c+dfsg-5~ubuntu14.04.1.dsc tango_8.1.2c+dfsg-5~ubuntu14.04.1.debdiff hope it is ok ** Patch added:

[Bug 1355394] Re: please upgrade 14.04 with the 8.1.2c+dfsg-5 version

2014-08-11 Thread Picca Frederic-Emmanuel
** Description changed: [Test Case] This is took from the zeromq3 initial bug report 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. + But for htis you need a working tango database. + + apt-get

[Bug 1355394] Re: please upgrade 14.04 with the 8.1.2c+dfsg-5 version

2014-08-11 Thread Picca Frederic-Emmanuel
ok the patches fixed the hang but I get: 2014-08-11 20:19:37.92 SYS/DATABASE/2 STATE CHANGE [API_AttributePollingNotStarted] The polling (necessary to send events) for the attribute state is not started -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1272755] Re: package tango-db 8.0.5+dfsg-3ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-01-25 Thread Picca Frederic-Emmanuel
Now the question is why mysql-server is not running ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272755 Title: package tango-db 8.0.5+dfsg-3ubuntu0.1 failed to install/upgrade: ErrorMessage:

[Bug 1272755] [NEW] package tango-db 8.0.5+dfsg-3ubuntu0.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-01-25 Thread Picca Frederic-Emmanuel
Public bug reported: During the upgrade mysql-server is not running.so I got this error ProblemType: Package DistroRelease: Ubuntu 13.10 Package: tango-db 8.0.5+dfsg-3ubuntu0.1 ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13 Uname: Linux 3.8.0-35-generic i686 ApportVersion:

[Bug 1250534] Re: Linker option -Wl,-Bsymbolic-functions

2013-11-14 Thread Picca Frederic-Emmanuel
** Description changed: Hello Ubuntu team, I am a user of the libtango8 package available in Ubuntu repository. Since Ubuntu 13.10, this library is built with the option -Wl,-Bsymbolic-functions. This generates problems for this software. In previous Ubuntu releases, it was not the

[Bug 1250534] Re: Linker option -Wl,-Bsymbolic-functions

2013-11-14 Thread Picca Frederic-Emmanuel
** Attachment added: debdiff for saucy https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1250534/+attachment/3908746/+files/debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250534 Title:

[Bug 1250534] Re: Linker option -Wl,-Bsymbolic-functions

2013-11-14 Thread Picca Frederic-Emmanuel
thanks for your help Cheers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250534 Title: Linker option -Wl,-Bsymbolic-functions To manage notifications about this bug go to:

RE:DEB_XXX_MAINT_STRIP is not taken into account during build ???

2013-11-14 Thread PICCA Frederic-Emmanuel
Ok, I uploaded to debian unstable now it is fixed and synchronized for the ubuntu dev distribution. I prepared a package for saucy, compiled with pbuilder-dist I updated the description of the bug [1] for an SRU. I attached the debdiff to the bug the next things to do is to ask for this SRU and

DEB_XXX_MAINT_STRIP is not taken into account during build ???

2013-11-13 Thread PICCA Frederic-Emmanuel
Hello, I received a bug report about one of our users [3], explaining that my package (tango) is not working on ubuntu. (13.10). Indeed this software does not work if it was compiled with this LDFLAGS -Wl,-Bsymbolic-functions So I put in the debian/rules file this line: export

RE:DEB_XXX_MAINT_STRIP is not taken into account during build ???

2013-11-13 Thread PICCA Frederic-Emmanuel
export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions This is trange because this was not a problem until recently... I will do the change and see if it works. thanks a lot now my question is , is it possible to fix 13.10 once I fixed my package ? thanks Fred -- Ubuntu-motu

RE:DEB_XXX_MAINT_STRIP is not taken into account during build ???

2013-11-13 Thread PICCA Frederic-Emmanuel
Perhaps something changed about how dpkg-buildflags parses the option and it became more pedantic, or perhaps it wasn't providing that flag previously? maybe in fact it is saner like this. It seems to work for me. I asked the upstream to double check this. Sure, and thank you for

RE:DEB_XXX_MAINT_STRIP is not taken into account during build ???

2013-11-13 Thread PICCA Frederic-Emmanuel
Thanks now juste question reading the StableReleaseUpdates, I understand that I need to target saucy-proposed right ? even if my package is from univers. the changelog version with the problem is: 8.0.5+dfsg-3 what is the version expected for this saucy update. thanks frederic --

[Bug 1250527] Re: libtango8 is not working

2013-11-12 Thread Picca Frederic-Emmanuel
tango MUST be build without the -Wl,-Bsymbolic-functions LDFLAGS. The debian/rules file contain export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions We can see in the build log of tango that even with this directive this LDFLAGS is still present during the build ??? -- You received this

[Bug 1250527] Re: libtango8 is not working

2013-11-12 Thread Picca Frederic-Emmanuel
Here a faulty buildlog https://launchpadlibrarian.net/154750202/buildlog_ubuntu- trusty-i386.tango_8.1.2c%2Bdfsg-1_UPLOADING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250527 Title:

[Bug 1250527] [NEW] libtango8 is not working

2013-11-12 Thread Picca Frederic-Emmanuel
Public bug reported: Hello, when I try to start a device, I get this message sudo /usr/lib/tango/DataBaseds 2 -ORBendPoint giop:tcp:localhost:1 main(): arrived Oups, no class defined in this server. Exiting ... Cheers ** Affects: tango (Ubuntu) Importance: Undecided Status:

[Bug 1250527] Re: libtango8 is not working

2013-11-12 Thread Picca Frederic-Emmanuel
*** This bug is a duplicate of bug 1250534 *** https://bugs.launchpad.net/bugs/1250534 ** This bug has been marked a duplicate of bug 1250534 Linker option -Wl,-Bsymbolic-functions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1210867] Re: please synchronize with debian unstable 3.1.0

2013-08-20 Thread Picca Frederic-Emmanuel
Hello, as the Debian packager AND part of the upstream of taurus, I can tell you that the taurus users are waiting for this 3.1.0. So please can you upload this 3.1.0 version into ubuntu. if not can you explain why this bug is invalid ? thanks Frederic -- You received this bug notification

[Bug 1210867] Re: please synchronize with debian unstable 3.1.0

2013-08-12 Thread Picca Frederic-Emmanuel
why invalid ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210867 Title: please synchronize with debian unstable 3.1.0 To manage notifications about this bug go to:

[Bug 1210867] [NEW] please synchronize with debian unstable 3.1.0

2013-08-10 Thread Picca Frederic-Emmanuel
Public bug reported: the taurus 3.1.0 is much more interesting for Ubuntu that the very old 3.0.0 ** Affects: taurus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-31 Thread Picca Frederic-Emmanuel
Ok, I downloaded python-pytango binary package from rarin i386 and installed it on my Debian wheezy... I do not have the crash. so it would be nice to have the confirmation of the crash on ubuntu i386 thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-31 Thread Picca Frederic-Emmanuel
Now I do not know how to fix the current Ubuntu version ??? the next version rarin is not affected since it contain already the 8.0.3 version, but for the earliest ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-31 Thread Picca Frederic-Emmanuel
Ok, With the patch provided by tiago, it works :) ** Patch added: 0001-fix-from-upstream-python-unsafe.patch https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1182873/+attachment/3691352/+files/0001-fix-from-upstream-python-unsafe.patch -- You received this bug notification because you

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-31 Thread Picca Frederic-Emmanuel
** Package changed: tango (Ubuntu) = pytango (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182873 Title: Segmentation Fault when starting a Device Server in Python To manage

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-29 Thread Picca Frederic-Emmanuel
I just uploaded pytango 8.0.3 into Debian unstable :) so now we have tango 8.0.5 and pytango 8.0.3 what's worried me is that I can not reproduce your problem on my Debian stable machine tango 7.2.6 and pytango 7.2.3 can you confirm that you are affected by this problem with the tango version

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-29 Thread Picca Frederic-Emmanuel
Ok I have access to a rarin machine 64 bits with picca@ORD02068:~$ dpkg -l | grep tango ii liblog4tango4 7.2.6+dfsg-14 amd64logging for TANGO - shared library ii liblog4tango4-dev

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-27 Thread Picca Frederic-Emmanuel
Sorry I meant you compiled by hand PyTango and tango8 right ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182873 Title: Segmentation Fault when starting a Device Server in Python To manage

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-27 Thread Picca Frederic-Emmanuel
So you mean that to installed on your own the PyTango ans tango8. So you did not install the not yet release packges. That mean that Ubuntu package use different build flags that Debian and that these flags can render tango unusable. I need more investigation . Cheers Fred -- You received

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-25 Thread Picca Frederic-Emmanuel
Hello, I created an empty device with pogo-6 (python is not supported by pogo). I attached the code of the device o this bug. Here the result on my Debian unstable, tango8 + pytango8. picca@mordor:~/tmp$ python Test.py test Failed to import EventChannelFactory notifd/factory/mordor from the

[Bug 1182873] Re: Segmentation Fault when starting a Device Server in Python

2013-05-25 Thread Picca Frederic-Emmanuel
** Attachment added: Test.py https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1182873/+attachment/3686515/+files/Test.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182873 Title:

[Bug 1019132] Re: package tango-db 7.2.6+dfsg-4build2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-05-25 Thread Picca Frederic-Emmanuel
Hello Andy, here the message display during the first installation of tango-db, it is clear thaht a running data base is mendatory :) The only things I could add is a README file under /usr/share/doc/tango-db as explain in the next part of the message. can you tell me what your would like to