Comment 16 for bug 796891

Revision history for this message
In , Flos (flos-redhat-bugs) wrote :

Hi,

very good! it seems the problem has gone! :D i rebuild the SRPM in my Fedora 14 successfully. here is my result:
-----------------------------------
[xx@xx]sudo yum-builddep parted-3.0-3.fc17.src.rpm
总下载量:221 k
Installed size: 461 k
确定吗?[y/N]:y
下载软件包:
(1/3): device-mapper-devel-1.02.63-2.fc14.i686.rpm | 94 kB 00:01
(2/3): libblkid-devel-2.18-4.8.fc14.i686.rpm | 60 kB 00:01
(3/3): libudev-devel-161-10.fc14.i686.rpm | 67 kB 00:00
-----------------------------------------------------------------------------------------------------------------------------
总计 47 kB/s | 221 kB 00:04
运行 rpm_check_debug
执行事务测试
事务测试成功
执行事务
  正在安装 : libudev-devel-161-10.fc14.i686 1/3
  正在安装 : device-mapper-devel-1.02.63-2.fc14.i686 2/3
  正在安装 : libblkid-devel-2.18-4.8.fc14.i686 3/3

已安装:
  device-mapper-devel.i686 0:1.02.63-2.fc14 libblkid-devel.i686 0:2.18-4.8.fc14

作为依赖被安装:
  libudev-devel.i686 0:161-10.fc14

完毕!

[xx@xx]$ rpmbuild --rebuild parted-3.0-3.fc17.src.rpm
...
Checking for unpackaged file(s): /usr/lib/rpm/check-files /pub/RPM_build/BUILDROOT/parted-3.0-3.fc17.i386
Wrote: /pub/RPM_build/RPMS/i686/parted-3.0-3.fc14.i686.rpm
Wrote: /pub/RPM_build/RPMS/i686/parted-devel-3.0-3.fc14.i686.rpm
Wrote: /pub/RPM_build/RPMS/i686/parted-debuginfo-3.0-3.fc14.i686.rpm
...

[root@localhost i686]# ls
compat-wireless-debuginfo-2011_08_27-1.fc14.i686.rpm kmod-compat-wireless-2.6.39-1.fc14.3.i686.rpm
compat-wireless-debuginfo-2011_08_27-3.fc14.i686.rpm mldonkey
compat-wireless-debuginfo-2.6.39-1.fc14.3.i686.rpm paco-1.10.12-4.fc14.i686.rpm
ghex-2.24.0-5.fc14.i686.rpm paco-debuginfo-1.10.12-4.fc14.i686.rpm
ghex-debuginfo-2.24.0-5.fc14.i686.rpm paco-gpaco-1.10.12-4.fc14.i686.rpm
ghex-devel-2.24.0-5.fc14.i686.rpm parted-3.0-3.fc14.i686.rpm
guitone-1.0-0.1.rc4.fc12.i686.rpm parted-debuginfo-3.0-3.fc14.i686.rpm
guitone-debuginfo-1.0-0.1.rc4.fc12.i686.rpm parted-devel-3.0-3.fc14.i686.rpm
kmod-compat-wireless-2011_08_27-1.fc14.i686.rpm reiserfs-utils-3.6.21-2.fc14.i686.rpm
kmod-compat-wireless-2011_08_27-3.fc14.i686.rpm reiserfs-utils-debuginfo-3.6.21-2.fc14.i686.rpm

[root@localhost i686]# rpm -e parted
error: Failed dependencies:
 libparted.so.0 is needed by (installed) udisks-1.0.2-4.fc14.i686
 libparted.so.0 is needed by (installed) pyparted-3.4-5.fc14.i686

[root@localhost i686]# rpm -e parted --nodeps

[root@localhost i686]# rpm -Uvh parted-3.0-3.fc14.i686.rpm
Preparing... ########################################### [100%]
   1:parted ########################################### [100%]
[root@localhost i686]# rpm -Uvh parted-debuginfo-3.0-3.fc14.i686.rpm
Preparing... ########################################### [100%]
   1:parted-debuginfo ########################################### [100%]
[root@localhost i686]# parted -v
parted (GNU parted) 3.0
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by <http://git.debian.org/?p=parted/parted.git;a=blob_plain;f=AUTHORS>.
[root@localhost i686]# parted -l
Model: ATA WDC WD3200AAJS-0 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system 标志
 1 32.3kB 313MB 313MB primary ext4
 2 313MB 63.2GB 62.9GB primary ext4
 3 63.2GB 94.7GB 31.5GB primary fat32 lba
 4 94.7GB 320GB 225GB extended lba
 5 94.7GB 147GB 52.4GB logical ntfs
 6 147GB 200GB 52.4GB logical ntfs
 7 200GB 209GB 9434MB logical hfs+
 8 209GB 240GB 31.5GB logical 启动
 9 240GB 244GB 3142MB logical linux-swap(v1)
10 244GB 320GB 76.5GB logical reiserfs

[root@localhost i686]#

-----------------------------------

BTW, hfs reminds me that i did install a Kalyway 10.5.2 MacOSX on my computer(CPU: Pentuim4). maybe it wrote something in its partition...