[plasmashell] [Bug 374027] Does not build for i686

2016-12-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=374027

Fabian Vogt  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Fabian Vogt  ---
Found the issue: moc does not define __GNUC__, so the

#if defined __GNUC__ && __GNUC__ >= 2

check does not pass inside glibc.

I reported it as https://bugreports.qt.io/browse/QTBUG-57796

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 374027] Does not build for i686

2016-12-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374027

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
Copying from the linked bug report #14:

>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 be set for gcc >= 
>2.x, see cdefs.h on that page. Can you check if your system headers match what 
>that page says?
I'm not pushing the #undef hacks after all, they shouldn't be needed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 374027] Does not build for i686

2016-12-22 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=374027

Christophe Giboudeaux  changed:

   What|Removed |Added

   Severity|critical|normal

--- Comment #1 from Christophe Giboudeaux  ---
"critical" is used for data loss bugs only.

-- 
You are receiving this mail because:
You are watching all bug changes.