Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-17 Thread Rex Dieter
Thiago Macieira wrote: > On Monday 16 February 2015 08:55:14 Rex Dieter wrote: >> * webkit components don't build, this is due to a configure check for >> gcc-4.x, here's my quick-n-dirty fix (for g++ stanza only, others >> probably should get touched too): >> >> http://pkgs.fedoraproject.org/cgi

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Olivier Goffart
On Monday 16 February 2015 13:22:30 Rex Dieter wrote: > Sune Vuorela wrote: > > On 2015-02-16, Rex Dieter wrote: > >> * QT_BUILD_KEY handling > >> > >> Similar to webkit above, the configure bits about QT_BUILD_KEY only > >> handles up to gcc-4.x. > >> > >> For fedora 22, our gcc5 builds are don

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Sune Vuorela
On 2015-02-16, Rex Dieter wrote: >>From my reading of > http://developerblog.redhat.com/2015/02/10/gcc-5-in-fedora/ > > It may depend on the value of _GLIBCXX_USE_CXX11_ABI macro, but I admittedly > don't yet fully grasp the implications of it being set either way. Yes. it does depend on lots of

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Rex Dieter
Sune Vuorela wrote: > On 2015-02-16, Rex Dieter wrote: >> * QT_BUILD_KEY handling >> >> Similar to webkit above, the configure bits about QT_BUILD_KEY only >> handles up to gcc-4.x. >> >> For fedora 22, our gcc5 builds are done in a way that is (supposedly) ABI >> compatible to gcc4, so I'm curre

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Sune Vuorela
On 2015-02-16, Rex Dieter wrote: > * QT_BUILD_KEY handling > > Similar to webkit above, the configure bits about QT_BUILD_KEY only handles > up to gcc-4.x. > > For fedora 22, our gcc5 builds are done in a way that is (supposedly) ABI > compatible to gcc4, so I'm currently using: > http://pkgs.fe

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Lisandro Damián Nicanor Pérez Meyer
On Monday 16 February 2015 09:16:36 Rex Dieter wrote: [snip] > > OK, I'll cleanup and submit soon, who would you suggest I add as reviewers? I can't approve, but please add me as reviewer. -- Si vives cada día de tu vida como si fuera el último, algún día realmente tendrás razón. Steve Jobs

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Thiago Macieira
On Monday 16 February 2015 08:55:14 Rex Dieter wrote: > * webkit components don't build, this is due to a configure check for > gcc-4.x, here's my quick-n-dirty fix (for g++ stanza only, others probably > should get touched too): > > http://pkgs.fedoraproject.org/cgit/qt.git/tree/qt-fix_detectio

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Rex Dieter
Frederik Gladhorn wrote: > On Monday, February 16, 2015 08:55:14 AM Rex Dieter wrote: >> Found a couple more gcc5-related issues with qt-4.8.x builds: >> >> * webkit components don't build, this is due to a configure check for ... >> * QT_BUILD_KEY handling .. >> Both of these are fairly simple/o

Re: [Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Frederik Gladhorn
On Monday, February 16, 2015 08:55:14 AM Rex Dieter wrote: > Found a couple more gcc5-related issues with qt-4.8.x builds: > > * webkit components don't build, this is due to a configure check for > gcc-4.x, here's my quick-n-dirty fix (for g++ stanza only, others probably > should get touched too

[Development] qt-4.8.x gcc5 version/detection issues

2015-02-16 Thread Rex Dieter
Found a couple more gcc5-related issues with qt-4.8.x builds: * webkit components don't build, this is due to a configure check for gcc-4.x, here's my quick-n-dirty fix (for g++ stanza only, others probably should get touched too): http://pkgs.fedoraproject.org/cgit/qt.git/tree/qt-fix_detection