Bug 765574 (GLUSTER-3842)
Summary: | Fails to build from hardened source | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Patrick Matthäi <pmatthaei> |
Component: | build | Assignee: | Amar Tumballi <amarts> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sachidananda Urs <sac> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3.2.4 | CC: | glusterbugs, gluster-bugs, vraman |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:26:44 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: | 817967 |
Description
Patrick Matthäi
2011-12-02 19:57:39 UTC
I've committed a fix for this. See http://review.gluster.com/#change,2598 In summary, there are two calls to gf_log which provide a string pointer where a format string or string literal are expected. To solve this, I just added an argument of "%s" before the string pointer to satisfy the need for a format string parameter. On master branch, kaleb sent a patch which fixes these issues. http://review.gluster.com/2693, hence marking the bug for QA. |