Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 955693

Summary: Fedora is missing everything repository during installation
Product: [Retired] Beaker Reporter: Pavel Holica <pholica>
Component: schedulerAssignee: beaker-dev-list
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.12CC: asaha, dcallagh, llim, qwan, rglasz, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-23 22:09:53 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 Pavel Holica 2013-04-23 14:41:23 UTC
Description of problem:
When I schedule Fedora 18 for provision (no custom kickstart) the kickstart generated for installation lacks Everything repository, but contains emacs in %packages section.
Emacs is installed because it's available in updates repository, but it depends on libraries (e.g. libotf) that haven't been updated and are in Everything.
This is also caused by --ignoremissing.
This is problem of more packages, I've seen some libraries missing on arm too.

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

How reproducible:
always

Steps to Reproduce:
1. provision Fedora-18 x86_64 system
2. ssh on the system
3. run emacs
  
Actual results:
emacs: error while loading shared libraries: libotf.so.0: cannot open shared object file: No such file or directory

Expected results:
emacs is started

Additional info:
This can be solved by adding fedora-everything repo just like fedora-updates is added now:
repo --name=fedora-everything --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-f18&arch=x86_64