Bug 1037008
Summary: | Canna FTBFS if "-Werror=format-security" flag is used | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dhiru Kholia <dkholia> |
Component: | Canna | Assignee: | Jaromír Cápík <jcapik> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bressers, i18n-bugs, jcapik, ovasik, tagoh |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Canna-3.7p3-42.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-04-16 16:03:52 UTC | Type: | --- |
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: | 1038083 |
Description
Dhiru Kholia
2013-12-03 02:54:37 UTC
Fixed in Canna-3.7p3-41.fc21 Canna-3.7p3-41.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/Canna-3.7p3-41.fc20 Canna-3.7p3-41.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/Canna-3.7p3-41.fc19 Canna-3.7p3-41.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/Canna-3.7p3-41.fc18 Canna-3.7p3-41.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. Canna-3.7p3-41.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. Canna-3.7p3-41.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. Still failing in rawhide ... rutil.c:324:2: error: format not a string literal and no format arguments [-Werror=format-security] (void)fprintf(stderr, msg_abnl); ^ rutil.c:335:4: error: format not a string literal and no format arguments [-Werror=format-security] (void)fprintf(stderr, msg_mnt); ^ rutil.c:341:7: error: format not a string literal and no format arguments [-Werror=format-security] (void)fprintf(stderr,msg_fq); ^ rutil.c:362:5: error: format not a string literal and no format arguments [-Werror=format-security] (void)fprintf(stderr, msg_mem); ^ rutil.c:383:5: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if (isatty(fileno(stdin)) != 0) { ^ ... Going to patch it. |