Bug 957737
Summary: | cups-1.7-0.1.b1.fc20 is FTBFS on ARM | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> |
Component: | cups | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jpopelka, twaugh |
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: | 2013-05-03 05:46:54 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: | |||
Bug Blocks: | 245418 |
Description
Peter Robinson
2013-04-29 12:28:17 UTC
(In reply to comment #0) > ipp.c:1213:18: error: wrong type argument to unary exclamation mark > !format || !ap) Problem is in applying an unary operator "!" to a non scalar type (va_list ap). va_list is probably pointer on other architectures. Anyway it seems we can simply drop the check. There was the same problem with gnupg2-2.0.5 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437289) and the latest code does not contain the check anymore. It builds ok now: http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=1072494 Just needs to be reported upstream once cups.org is up again. Any update on getting this fix landed? It's been there for 3 days now. http://pkgs.fedoraproject.org/cgit/cups.git/commit/?id=47fb896364e1a8d8109748d5dfb16e79feaab4dd Do you need anything else ?
> Do you need anything else ?
Sorry, I missed the mainline build, Fixed thanks.
|