Hide Forgot
Created attachment 495880 [details] install.log I performed a Fedora 15 Beta netinstall with the Fedora 15 repository and the updates-testing repository. Anaconda ran from a kickstart script that specified packages to install. After the install completed successfully, I booted the machine and found that many packages were missing from the system. I looked at the install.log and couldn't find any reference to the missing packages. Our postinstall script keeps a log, and a yum invocation reported: ** Found 162 pre-existing rpmdb problem(s), 'yum check' output follows: PyOpenGL-3.0.1-1.fc15.noarch has missing requires of numpy PyOpenGL-3.0.1-1.fc15.noarch has missing requires of python-setuptools R-core-2.13.0-1.fc15.x86_64 has missing requires of texlive-dvips ... This list included a large number of core packages with uninstalled dependencies. I will attach this log file and the install.log. Anaconda finished "successfully", but the system is in an unusable state. The only unusual circumstance during the install was that there were many packages for which I had to click "Retry" because a faulty mirror was missing. Presumably after I clicked "Retry", Anaconda went to another mirror to find the file; it never gave a second error about the same file. However, I'm starting to wonder whether it might have silently skipped over these files.
Created attachment 495881 [details] postinstall-log (see lines with "yum check" and "missing requires")
Created attachment 495884 [details] anaconda.yum.log
As I was attaching anaconda.yum.log, I noticed that some (or all?) of the missing packages have a corresponding line in anaconda.yum.log such as: [2011-04-29 14:25:38,530] DEBUG : Checking for virtual provide or file-provide for syslinux
Created attachment 495885 [details] anaconda.log
I reinstalled this morning and forced the use of a more reliable mirror. Unfortunately, the system was still installed in a broken state. The "Checking for virtual provide or file-provide" lines are still in the logs after reinstalling, so the mirror problems must have been unrelated. Is there any other information that would be helpful?
This appears to have been quietly fixed in Fedora 15 final. I'll reopen if the problem recurs.