[PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Scott Kitterman
We've run into an issue in Ubuntu where we had Sip4 4.13.1and PyQt 4.9 built against Qt 4.7.4. PyKDE4 4.8.0 was built using this set of packages. All was working well. We rebuilt PyQt 4.9 against Qt 4.8.0 due to some packaging updates and had problems. The primary Ubuntu bug is:

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Luca Beltrame
In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: but leaves open the question of what caused the incompatiblity and what other packages might be affected. As far as I can see, SIP makes no ABI guarantees between versions, so that's the (unfortunate) side effect. What used

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Scott Kitterman
Luca Beltrame ei...@heavensinferno.net wrote: In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: but leaves open the question of what caused the incompatiblity and what other packages might be affected. As far as I can see, SIP makes no ABI guarantees between versions, so

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Andreas Pakulat
On 28.01.12 13:01:28, Scott Kitterman wrote: Luca Beltrame ei...@heavensinferno.net wrote: In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: but leaves open the question of what caused the incompatiblity and what other packages might be affected. As far as I

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Scott Kitterman
Andreas Pakulat ap...@gmx.de wrote: On 28.01.12 13:01:28, Scott Kitterman wrote: Luca Beltrame ei...@heavensinferno.net wrote: In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: but leaves open the question of what caused the incompatiblity and what other