Bug 799695
Summary: | guestfs.h fails to compile with c++ compiler | ||
---|---|---|---|
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.3 | CC: | leiwang, mbooth, m.gibula, moli, qguan, qwan, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.16.8-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
No Documentation needed
|
Story Points: | --- |
Clone Of: | 799693 | Environment: | |
Last Closed: | 2012-06-20 07:00:59 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: | 799693 | ||
Bug Blocks: |
Description
Richard W.M. Jones
2012-03-04 11:55:58 UTC
Upstream commit: 49611f121fa10d1497e46ab9aa6a7448cb89cd86 //guestfs.c #include <guestfs.h> int main() { } libguestfs-1.16.5-1.el6(devel package) [root@dhcp-93-131 tmp]# g++ guestfs.c -o guestfs In file included from guestfs.c:1: /usr/include/guestfs.h:1401: error: expected ‘,’ or ‘...’ before ‘template’ libguestfs-1.16.12-1.el6(devel package) [root@dhcp-93-131 tmp]# g++ guestfs.c -o guestfs no any error output, Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: No Documentation needed 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/RHSA-2012-0774.html |