Bug 193870 - Unable to install from yum
Summary: Unable to install from yum
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: qtparted
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steven Pritchard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-06-02 14:33 UTC by Paul F. Johnson
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version: 0.4.5-8.fc6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-02 22:32:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to compile qtparted against parted 1.7.1 (426 bytes, text/x-patch)
2006-06-02 17:08 UTC, Mamoru TASAKA
no flags Details

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) .


Note You need to log in before you can comment on or make changes to this bug.