[Bug 1317551] Re: libquazip binary package has critical bugs

2014-07-21 Thread Eric Maeker
Debian package have been uploaded to ftp-master. See 0.6.2-2 package. ** Changed in: libquazip (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317551

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-07-14 Thread Eric Maeker
Ok, answer is: - libquazip will link by default to Qt4 - libquazip-qt5 will link to Qt5 I'm in touch with debian mentors to manage the source package as best as possible. I close this bug. ** Changed in: libquazip (Ubuntu) Status: Confirmed = In Progress ** Changed in: libquazip

Re: [Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-13 Thread Eric Maeker
Ok, I understand. Please give some time to ask Debian Mentors about the best configuration for libquazip inside Debian. I'll ping you as soon as possible Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread Eric Maeker
Please not that libquazip is build using Qt4 as ldd shows eric@ubuntu:~$ ldd /usr/lib/x86_64-linux-gnu/libquazip.so.0 linux-vdso.so.1 = (0x7fffb49f9000) libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7feef5ae6000) libQtCore.so.4 =

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread Eric Maeker
Small test on Ubuntu 14.04 eric@ubuntu:quazip-0.6.2$ sudo apt-get install qt4-qmake libquazip0-dev [add all Qt 4.8* -dev packages] ... # Building using Qt4.8.x eric@ubuntu:qztest$ qmake-qt4 qztest.pro eric@ubuntu:qztest$ make -j4 [No error] # Testing qztest app eric@ubuntu:qztest$ ./qztest

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread Sergey Tachenov
Of course that was it! I wonder how I didn't notice it. I think the package should be built with whatever version of Qt is considered the main one for the distro (for example, the one that KDE was linked against). Or, better yet, provide two packages: quazip-qt4 and quazip-qt5. That would

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread xtingray
Thank you for discovering the cause behind the issue! About your question: Quazip is some kind of Qt non-official module very handy for Qt4 as for Qt5, so the right way to solve this should be providing both versions of the package. I mean: libqt4quazip0-dev and libqt5quazip0-dev Is this

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread Eric Maeker
ah I found where to subscribe forget about the mail -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317551 Title: libquazip binary package has critical bugs To manage notifications about this bug

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread Eric Maeker
hummm, why not. The debian/rules can build both of them. I need to find out how to check what Qt version is the default one on the debian system building the package (in the makefile language may be using qmake -v output), then build qt4/qt5 is just a QMAKE var to change. Now what should be the

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-06-11 Thread Sergey Tachenov
The only problem is that the binary should be named differently, should it not? That is, no more libquazip.so.1.0.0 or whatever the version is? Instead, we'll have libquazip-qt4.so.1.0.0 and libquazip-qt5.so.1.0.0. But that would break backwards compatibility. Or did you mean checking qmake -v to

[Bug 1317551] Re: libquazip binary package has critical bugs

2014-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libquazip (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317551 Title: