Bug 457209
Summary: | firefox-3.0.1-1.fc9.src.rpm does not yield installable firefox-3.0.1-x.fc9.rpm | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Edwin ten Brink <fedora> | ||||
Component: | firefox | Assignee: | Jan Horak <jhorak> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9 | CC: | mcepl, stransky, walters | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
URL: | http://download.fedora.redhat.com/pub/fedora/linux/updates/9/SRPMS/firefox-3.0.1-1.fc9.src.rpm | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-11-12 10:00:58 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
Edwin ten Brink
2008-07-30 09:32:21 UTC
Weird, I actually can reproduce this. Although the build goes without problems and the resulting package looks good: [matej@viklef ~]$ rpm --checksig --nosignature redhat/RPMS/i386/firefox-3.0.1-1.fc9.i386.rpm redhat/RPMS/i386/firefox-3.0.1-1.fc9.i386.rpm: sha1 md5 OK [matej@viklef ~]$ I get the same error message when trying to upgrade [root@viklef ~]# LANG=C rpm -Uvh --force /home/matej/redhat/RPMS/i386/firefox*3.0.1-1* Preparing... ########################################### [100%] 1:firefox ########################################### [ 50%] error: unpacking of archive failed on file /usr/lib/firefox-3.0.1/firefox;4890e9b1: cpio: MD5 sum mismatch 2:firefox-debuginfo ########################################### [100%] [root@viklef ~]# Created attachment 313048 [details]
output of rpmbuild --rebuild firefox*.src.rpm 2>&1
There is interesting stuff here:
[matej@viklef redhat]$ grep ^Warning rpmbuild-log.txt |wc -l
264
[matej@viklef redhat]$
[matej@viklef redhat]$ grep ^Warning -C 3 rpmbuild-log.txt |head -n 5
Creating package directory...
rm -f -rf ../../dist/xpt
/usr/bin/perl -I../../xpinstall/packager -e 'use Packager; Packager::Copy(
"../../dist", "../../dist/firefox", "packages-static", "unix", 1, 0, 1);'
Warning: package error or possible missing or unnecessary file:
bin/defaults/existing-profile-defaults.js (packages-static, 18).
Warning: package error or possible missing or unnecessary file: bin/libmozjs.so
(packages-static, 32).
[matej@viklef redhat]$
(other 250+ lines are roughly the same, except the filename is different).
*** This bug has been marked as a duplicate of bug 437608 *** |