| Summary: | Does not build for i686 | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Fabian Vogt <fabian> |
| Component: | Icon widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fabian Vogt
2016-12-22 08:26:56 UTC
"critical" is used for data loss bugs only. 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.
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 |