Bug 1163476
| Summary: | gwenview FTBFS against latest libjpeg-turbo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> |
| Component: | gwenview | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | alekcejk, kevin, ltinkl, rdieter, rnovacek, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-17 14:58:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1164815 | ||
| Bug Blocks: | |||
|
Description
Rex Dieter
2014-11-12 19:05:45 UTC
Similar problems in digikam https://bugs.kde.org/show_bug.cgi?id=340944 Maybe this is libjpeg-turbo bug? The JPP macro was removed. That's a macro that enabled or disabled modern-day C prototypes. They probably figured that people long stopped caring about ancient pre-standard K&R C. The easiest workaround is to just remove the JPP(…) wrappers, or to: #ifndef JPP #define JPP(x) x #endif That said, seeing how many packages are affected, IMHO, this backwards-incompatible change in libjpeg-turbo should be reverted. I found this upstream ml thread, http://sourceforge.net/p/libjpeg-turbo/mailman/message/32677570/ I included a workaround patch in the meantime: %changelog * Mon Nov 17 2014 Rex Dieter <rdieter> - 4.14.3-2 - fix/workaround FTBFS against new libjpeg-turbo (#1163476) - use %%find_lang |