Re: [Bug 1301108] Re: [MIR] pyqt5

2014-04-04 Thread Matthias Klose
Am 04.04.2014 09:07, schrieb Seth Arnold: I'd appreciate another look at the package hardening; the pyqt5 build logs show that fortify is requested for 584 compilations (give or take grep mistakes), the stack protector for 584 compilations, PIE and pie for 72 to 74 compilations, and there's

Re: [Bug 1301108] Re: [MIR] pyqt5

2014-04-04 Thread Dmitry Shachnev
On Fri, Apr 4, 2014 at 11:07 AM, Seth Arnold wrote: - 2 executables are not compiled PIE According to lintian, this is because of fopen(). I can patch it to use fopen64() if needed. I would like to know why the 25 object files don't have Fortify source turned on, and why 53 of 56 object files

Re: [Bug 1301108] Re: [MIR] pyqt5

2014-04-04 Thread Dmitry Shachnev
Am 04.04.2014 14:16 schrieb Dmitry Shachnev mity...@gmail.com: According to lintian, this is because of fopen(). I can patch it to use fopen64() if needed. I was wrong, fopen() relates to large file support, not PIE. What do I need to add for PIE support? Is that the same as -fPIC which is

Re: [Bug 1301108] Re: [MIR] pyqt5

2014-04-02 Thread Scott Kitterman
Can we just copy it to backports and then forward copy it when U opens if we have to back it out? We'll want to be able to build all of the Qt5 based KDE products on trusty as they are released over the next year, so we'll need this one way or another and for infrastructure like this, I'd

Re: [Bug 1301108] Re: [MIR] pyqt5

2014-04-02 Thread Scott Kitterman
On Wednesday, April 02, 2014 14:55:48 Jamie Strandboge ja...@ubuntu.com wrote: That said, I doubt all the work to get qt5webkit (or webkit-gtk) out for 14.04-- we'll probably have to add a release note or something this time that it isn't supported. On that basis, would you be OK with