Bug 883338
Summary: | Missing #include <locale.h> in fuse/guestmount.c | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Richard W.M. Jones <rjones> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | bfan, leiwang, moli, qguan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.16.34-2.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 08:39:01 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: | 886216 |
Description
Richard W.M. Jones
2012-12-04 10:51:33 UTC
Building here: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=5157767 Note that I also took this opportunity to rebase along the stable-1.16 branch. This just pulls in a few fixes from upstream. Stupid buildroot overrides. Trying again here: https://brewweb.devel.redhat.com/taskinfo?taskID=5158271 The brew builder seems to keep hitting bug 883463 in yum. It doesn't happen for me locally. I added a workaround for the yum bug, so here's another build: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=5159460 QA of this package just involves looking at the prepped-out source and checking that the file fuse/guestmount.c contains a line: #include <locale.h> ----- ie: $ rhpkg prep [lots of output] $ grep include.*locale libguestfs-1.16.34/fuse/guestmount.c #include <locale.h> Seems to be a problem in brew, see: https://bugzilla.redhat.com/show_bug.cgi?id=883559 could compile libguestfs 34-1 with code coverage CFLAGS & LDFALGS succeed, without the locale error, and no side effect involved, pls see jobs below, https://virtlab.englab.nay.redhat.com/job/59920/details/ https://virtlab.englab.nay.redhat.com/job/59919/details/ https://virtlab.englab.nay.redhat.com/job/59923/details/ https://virtlab.englab.nay.redhat.com/job/59947/details/ Sorry, but the -1 build was broken because of bug 883559. I have just built and uploaded a -2 build which fixes that. Setting the bug back to MODIFIED. have a basic test against -2 build, the basic function is fine, and according to comment 7, verified this bug, Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0324.html |