Bug 916130
Summary: | libguestfs can't rebuild in mock | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Levente Farkas <lfarkas> | ||||||
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.4 | CC: | bfan, leiwang, qguan, wshi | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | libguestfs-1.20.9-5.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-06-28 11:05:23 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: | 958183 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Levente Farkas
2013-02-27 11:41:51 UTC
The error is caused by e2fsprogs-libs missing the new symbol ext2fs_close2: febootstrap-supermin-helper: symbol lookup error: febootstrap-supermin-helper: undefined symbol: ext2fs_close2 *stdin*:2: libguestfs: error: external command failed, see earlier error messages I've no idea why that is, because there's not enough information in this report. Please supply the complete root.log and build.log from mock. Created attachment 703938 [details]
build.log
Created attachment 703939 [details]
root.log
Where does febootstrap come from? e2fsprogs-libs 1.41.12-14 does not contain the new ext2fs_close2 symbol. But for some reason your copy of febootstrap is linked against that symbol, so it must have been built against a newer / upstream e2fsprogs, and not the version that is installed on your machine. you've got right. sorry it was my fault:-( General issues with libguestfs rebuilding in mock are fixed by the rebase (bug 958183). In this specific case it turned out to be not a bug related to libguestfs. |