[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2017-04-06 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=371721 Aleix Pol changed: What|Removed |Added Latest Commit||https://commits.kde.org/kio |

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2017-04-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #18 from Aleix Pol --- Upstream patch... https://gitlab.kitware.com/cmake/cmake/merge_requests/671 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2017-04-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=371721 Aleix Pol changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2017-04-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=371721 Aleix Pol changed: What|Removed |Added CC||aleix...@kde.org --- Comment #16 from Aleix Pol --

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-12-22 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=371721 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving thi

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 David Faure changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #15 from caulier.gil...@gmail.com --- You is right. The system header do not match the __REDIRECT condition at all. IU suspect that the RH package devtoolset-3 provided by CERN for Scientific Linux is broken or something like that. I plan to

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #14 from David Faure --- Wait. Something is really broken on CentOS 6.8 though, because according to http://ac-archive.sourceforge.net/largefile/glibc.html the #define open open64 should only happen when __REDIRECT is not set, and it should

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 David Faure changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #12 from caulier.gil...@gmail.com --- [gilles@localhost kio]$ pwd /home/gilles/devel/kio [gilles@localhost kio]$ ls autotests CMakeCache.txt cmake_install.cmake COPYING.LIB docs KF5KIOConfig.cmake KF5KIOConfigV

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #11 from caulier.gil...@gmail.com --- As explained before, this only happen under 32 Centos 6.8, not 64 bits version. Centos is used to create 32 bits and 64 bits AppImage bundles for my office. Typically, Kate and QtCreator (and more KF5 ap

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-11-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #10 from David Faure --- Note that it wouldn't fix both instances, only the one in moc_slaveinterface.cpp. You must have a #define open open64 somewhere in a system header. Any chance you could use gcc -E or grep -r to find out where this h

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #9 from caulier.gil...@gmail.com --- No, commenting qplatformdef.h include in slaveinterface.h do not fix the problem. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #8 from caulier.gil...@gmail.com --- ok, i try this patch while this morning. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-31 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #7 from David Faure --- (which would explain why it only happens there -- mostly only KIO code uses qplatformdefs.h) -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-31 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #6 from David Faure --- Comment on attachment 101889 --> https://bugs.kde.org/attachment.cgi?id=101889 new patch based on #undef Thanks. Can you try something else? If you remove #include from slaveinterface.h, does that fix the error in

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 caulier.gil...@gmail.com changed: What|Removed |Added Attachment #101808|0 |1 is obsolete|

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #4 from caulier.gil...@gmail.com --- I will test quickly. I'm surprised to see this problem only in KIO frameworks. To bunble as AppImage, we need CentoS 6, and i recompiled 80% of KF5 and it's the only place where this kind of problem appe

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-29 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #3 from David Faure --- Would it be enough to #undef open in that header file? (and #undef stat in the test file) #defines are EVIL btw... -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment

[frameworks-kio] [Bug 371721] slaveinterface.cpp do not compile under Centos 6.8

2016-10-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371721 --- Comment #1 from caulier.gil...@gmail.com --- Created attachment 101813 --> https://bugs.kde.org/attachment.cgi?id=101813&action=edit proof of concept to solve temporally the problem The problem come from signal named open() which sound miss interp