Bug 193870

Summary: Unable to install from yum
Product: [Fedora] Fedora Reporter: Paul F. Johnson <paul>
Component: qtpartedAssignee: Steven Pritchard <steve>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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 Flags
Patch to compile qtparted against parted 1.7.1 none

Description Paul F. Johnson 2006-06-02 14:33:55 UTC
Description of problem:
When I try to install the current version from rawhide, I'm told that it relies
on a different version of libparted than is currently available

Version-Release number of selected component (if applicable):
0.4.5-5

How reproducible:
Always

Steps to Reproduce:
1. yum -y install qtparted
  
Actual results:
Missing dependancy : libparted-1.6.so.13

Expected results:
qtparted should install

Additional info:

Comment 1 Mamoru TASAKA 2006-06-02 17:08:14 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) .