Bug 1099862
| Summary: | supermin: internal error: assertion failed at rpm.ml, line 227, char 11 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | supermin | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | lyarwood, rjones |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | xz-5.1.2-9alpha.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-30 23:51:53 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: | |||
|
Description
Richard W.M. Jones
2014-05-21 11:33:04 UTC
Lee, does this command give you any output:
rpm -q --qf '[%{FILENAMES} %{FILEFLAGS:fflags}\n]' -a |
grep ' .* '
The idea of the command is to see if any of the paths printed
by RPM contain a space.
That's going to print all paths on your system that contain a space,
which is not the actual failure. I think the failure is that a path
of a package depended on by libguestfs now contains a space .. not
sure which package that will be yet.
There is a scratch build of supermin with a patch that makes the RPM handler use tab instead of space, so it should now be robust against spaces in filenames. Please let me know if this works. http://koji.fedoraproject.org/koji/taskinfo?taskID=6870510 xz-5.1.2-9alpha.fc20, supermin-5.1.8-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/FEDORA-2014-6534/xz-5.1.2-9alpha.fc20,supermin-5.1.8-5.fc20 Package xz-5.1.2-9alpha.fc20, supermin-5.1.8-5.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing xz-5.1.2-9alpha.fc20 supermin-5.1.8-5.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6534/xz-5.1.2-9alpha.fc20,supermin-5.1.8-5.fc20 then log in and leave karma (feedback). xz-5.1.2-9alpha.fc20, supermin-5.1.8-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |