Bug 832772

Summary: Prelink - can't install compiled firefox.
Product: [Fedora] Fedora Reporter: Jerzy Spendel <jspendel>
Component: firefoxAssignee: Gecko Maintainer <gecko-bugs-nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16CC: gecko-bugs-nobody, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-31 14:06:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jerzy Spendel 2012-06-17 09:55:33 UTC
Description of problem:
I have downloader .src.rpm of Firefox by:
yumdownloader --source firefox

I have compiled this source package with rpmbuild --rebuild <path_to_src_of_firefox>. Installing compiled package ended with an error.


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

How reproducible:
Easy

Steps to Reproduce:
1. yumdownloader --source firefox
2. rpmbuild --rebuild <path_to_firefox.src.rpm>
3. yum install <path_to_firefox.rpm>
  
Actual results:

[jerzy@FedoraJ ~]$ sudo yum install '/home/jerzy/rpmbuild/RPMS/x86_64/firefox-13.0-1.fc17.x86_64.rpm' 
Loaded plugins: langpacks, presto, refresh-packagekit
Examining /home/jerzy/rpmbuild/RPMS/x86_64/firefox-13.0-1.fc17.x86_64.rpm: firefox-13.0-1.fc17.x86_64
Marking /home/jerzy/rpmbuild/RPMS/x86_64/firefox-13.0-1.fc17.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package firefox.x86_64 0:13.0-1.fc17 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package     Arch       Version           Repository                       Size
================================================================================
Installing:
 firefox     x86_64     13.0-1.fc17       /firefox-13.0-1.fc17.x86_64      25 M

Transaction Summary
================================================================================
Install  1 Package

Total size: 25 M
Installed size: 25 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : firefox-13.0-1.fc17.x86_64                                   1/1 
Error unpacking rpm package firefox-13.0-1.fc17.x86_64
error: unpacking of archive failed on file /usr/lib64/firefox/firefox;4fdda179: cpio: Digest mismatch
  Verifying  : firefox-13.0-1.fc17.x86_64                                   1/1 

Failed:
  firefox.x86_64 0:13.0-1.fc17                                                  

Complete!
[jerzy@FedoraJ ~]$ 


Expected results:

Installing without errors.
Additional info:

Comment 1 Martin Stransky 2012-06-18 06:14:06 UTC
It's a problem with prelink package, remove it or disable prelink when building firefox.

Comment 2 Martin Stransky 2012-07-31 14:06:46 UTC

*** This bug has been marked as a duplicate of bug 741071 ***