Re: debuging a sip4 generated binding

2011-03-01 Thread Picca Frédéric-Emmanuel
Le Tue, 15 Feb 2011 14:48:07 +0100,
Piotr Ożarowski pi...@debian.org a écrit :

 [Scott Kitterman, 2011-02-15]
  http://ftp-master.debian.org/new/sip4_4.12.1-1.html
 
 and before it will be accepted, these have to be fixed:
 http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=pi...@debian.org;tag=sip4-qt3

It seems that sip4 was accepted and now I have this problem when I use a sid 
updated pbuilder.


The following packages have unmet dependencies:
  python-qt4: Depends: sip-api-7.1 which is a virtual package.
  python-qwt5-qt4: Depends: sip-api-7.1 which is a virtual package.

so it seems that no more package provide the sip-api-7.1 virtual package.

who must be fixed
python-qt4 and python-qwt5-qt4 rebuild with the new sip4 and remove this 
sip-api-7.1 dependency.

or

providing this sip-api-7.1 with another sip package ?

Cheers,

Frederic

-- 
GPG public key 4096R/4696E015 2011-02-14
fingerprint = E92E 7E6E 9E9D A6B1 AA31  39DC 5632 906F 4696 E015
uid  Picca Frédéric-Emmanuel pi...@synchrotron-soleil.fr


signature.asc
Description: PGP signature


Re: debuging a sip4 generated binding

2011-02-15 Thread Picca Frédéric-Emmanuel
Le Mon, 14 Feb 2011 17:40:59 +0100,
Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr a écrit 
:

 Hello,
 I am working on a packqge which use PyQt4, but When I try to test it
 I got this error message. 
 
 picca@grisette:~/Debian/taurus$ taurusform 
 python: 
 /build/buildd-sip4-qt3_4.10.2-1-i386-SoYLd5/sip4-qt3-4.10.2/siplib/siplib.c :2600 : sip_api_parse_result:
   L'assertion « assign_helper != ((void *)0) » a échoué.
 Abandon
 
 I would like to know how to debug it, if there is some black magic usefull to 
 understand what is going one.
 This package is also using PyQtw for its plotting. A small precision, I know 
 of rnow nothing about sip.
 But I am ready to learn :)
 
 thanks in advance for your help.
 
 Frederic.
 


Hello, I filled a bug [1] against this on pyqwt5, but the solution found to 
solve the issue buy the ubuntu guyes [2] is not ok.
Indeed the current sip4 version of debian unstable is not the same than the one 
in the last ubuntu distribution.

I think that all package depending on sip4 might be affected by this bug.

here I put a list of the packages with a build-dep on python-sip-dev

picca@grisette:/tmp$ grep-dctrl -s Package -F Build-Depends,Build-Depends-Indep 
python-sip-dev /var/lib/apt/lists/*Sources
Package: avogadro
Package: calibre
Package: eric
Package: kdebindings
Package: pyqwt3d
Package: pyqwt5
Package: python-kde3
Package: python-qt3
Package: python-qt4
Package: qscintilla2
Package: serna-free


what should be done to solve this issue ?
(it seems that an package of the 4.11 version is available on mentors)

thanks

Frederic

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613506
[2] https://bugs.launchpad.net/ubuntu/+source/pyqwt5/+bug/672509

-- 
GPG public key   1024D/A59B1171 2009-08-11
fingerprint = 1688 A3D6 F0BD E4DF 2E6B  06AA B6A9 BA6A A59B 1171
uid  Picca Frédéric-Emmanuel pi...@synchrotron-soleil.fr


signature.asc
Description: PGP signature


Re: debuging a sip4 generated binding

2011-02-15 Thread Scott Kitterman
On Tuesday, February 15, 2011 08:12:37 am Picca Frédéric-Emmanuel wrote:
 Le Mon, 14 Feb 2011 17:40:59 +0100,
 
 Picca Frédéric-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr a 
écrit :
  Hello,
  I am working on a packqge which use PyQt4, but When I try to test it
  I got this error message.
  
  picca@grisette:~/Debian/taurus$ taurusform
  python:
  /build/buildd-sip4-qt3_4.10.2-1-i386-SoYLd5/sip4-qt3-4.10.2/siplib/sipli
  b.c :2600 : sip_api_parse_result:  L'assertion « assign_helper != ((void
  *)0) » a échoué. Abandon
  
  I would like to know how to debug it, if there is some black magic
  usefull to understand what is going one. This package is also using
  PyQtw for its plotting. A small precision, I know of rnow nothing about
  sip. But I am ready to learn :)
  
  thanks in advance for your help.
  
  Frederic.
 
 Hello, I filled a bug [1] against this on pyqwt5, but the solution found to
 solve the issue buy the ubuntu guyes [2] is not ok. Indeed the current
 sip4 version of debian unstable is not the same than the one in the last
 ubuntu distribution.
 
 I think that all package depending on sip4 might be affected by this bug.
 
 here I put a list of the packages with a build-dep on python-sip-dev
 
 picca@grisette:/tmp$ grep-dctrl -s Package -F
 Build-Depends,Build-Depends-Indep python-sip-dev
 /var/lib/apt/lists/*Sources Package: avogadro
 Package: calibre
 Package: eric
 Package: kdebindings
 Package: pyqwt3d
 Package: pyqwt5
 Package: python-kde3
 Package: python-qt3
 Package: python-qt4
 Package: qscintilla2
 Package: serna-free
 
 
 what should be done to solve this issue ?
 (it seems that an package of the 4.11 version is available on mentors)

http://ftp-master.debian.org/new/sip4_4.12.1-1.html

Scott K


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201102150825.53137.deb...@kitterman.com



Re: debuging a sip4 generated binding

2011-02-15 Thread Piotr Ożarowski
[Scott Kitterman, 2011-02-15]
 http://ftp-master.debian.org/new/sip4_4.12.1-1.html

and before it will be accepted, these have to be fixed:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=pi...@debian.org;tag=sip4-qt3
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110215134807.gm28...@piotro.eu