Bug 204744

Summary: Installer crashes after rebuilding anaconda using buildinstall
Product: [Fedora] Fedora Reporter: pakaps <pakaps>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-06 05:41:57 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:

Description pakaps 2006-08-31 12:16:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6

Description of problem:
I am trying to create fedora core CD and have run buildinstall. It shows the following error during buildinstall :
Patching python library...
/home/pakaps/build2
Removing unused python files in hdimage... Traceback (most recent call last):
  File "/usr/bin/anaconda", line 376, in ?
    from exception import handleException
  File "/usr/lib/anaconda/exception.py", line 24, in ?
    import rpm
  File "/usr/lib/python2.4/site-packages/rpm/__init__.py", line 7, in ?
    from _rpm import *
ImportError: libssl.so.6: cannot open shared object file: No such file or directory


Now when i boot using the iso image created from this process, anaconda crashes with following error:
Traceback (most recent call last):
  File "/usr/bin/anaconda", line 376, in ?
    from exception import handleException
  File "/usr/lib/anaconda/exception.py", line 24, in ?
    import rpm
  File "/usr/lib/python2.4/site-packages/rpm/__init__.py", line 7, in ?
    from _rpm import *
ImportError: libssl.so.6: cannot open shared object file: No such file or directory



Version-Release number of selected component (if applicable):
anaconda-11.0.5-1

How reproducible:
Always


Steps to Reproduce:
1. Run Buildinstall and create iso
2. Install ISO though cd with install options "linux text ks=floppy:/ks.cfg". installtion is from local cdrom.
3. anaconda crashes with the message

Actual Results:
Anaconda Crashes with the following message

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 376, in ?
    from exception import handleException
  File "/usr/lib/anaconda/exception.py", line 24, in ?
    import rpm
  File "/usr/lib/python2.4/site-packages/rpm/__init__.py", line 7, in ?
    from _rpm import *
ImportError: libssl.so.6: cannot open shared object file: No such file or directory


Expected Results:
Instllation should have gone ahead

Additional info:
Anacoon rebuilding anaconda, the installation crashes with the following message:
Traceback (most recent call last):
  File "/usr/bin/anaconda", line 376, in ?
    from exception import handleException
  File "/usr/lib/anaconda/exception.py", line 24, in ?
    import rpm
  File "/usr/lib/python2.4/site-packages/rpm/__init__.py", line 7, in ?
    from _rpm import *
ImportError: libssl.so.6: cannot open shared object file: No such file or directory

Comment 1 Jeremy Katz 2006-09-06 05:41:57 UTC
Something is broken in your tree, possibly that it doesn't contain the proper
openssl package.