Bug 193870
| Summary: | Unable to install from yum | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul F. Johnson <paul> | ||||
| Component: | qtparted | Assignee: | Steven Pritchard <steve> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | extras-qa, mtasaka | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.4.5-8.fc6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-06-02 22:32:04 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: | |||||||
| Attachments: |
|
||||||
|
Description
Paul F. Johnson
2006-06-02 14:33:55 UTC
Created attachment 130411 [details]
Patch to compile qtparted against parted 1.7.1
qtparted needs rebuilding, but it fails because:
In qtparted-0.4.5/src/qp_fswrap.cpp
qp_fswrap.cpp: In static member function 'static QString
QP_FSFat32::_get_label(PedPartition*)':
qp_fswrap.cpp:1005: error: 'PED_SECTOR_SIZE' was not declared in this scope
and from /usr/share/doc/parted-1.7.1/Changelog:
2005-11-09 Leslie Polzer <leslie.polzer>
* include/parted/unit.h: renamed 'PED_SECTOR_SIZE' to
'PED_SECTOR_SIZE_DEFAULT'.
The patch attached is to compile qtparted against current parted (version
1.7.1) .
|