Bug 1010366 - YumBaseError: Dependencies not solved. Will not save unresolved transaction
Summary: YumBaseError: Dependencies not solved. Will not save unresolved transaction
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-20 15:51 UTC by Andrew McNabb
Modified: 2014-11-20 20:03 UTC (History)
8 users (show)

Fixed In Version: anaconda-20.19-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-20 20:03:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda traceback file (1001.99 KB, text/plain)
2013-09-20 15:51 UTC, Andrew McNabb
no flags Details

Description Andrew McNabb 2013-09-20 15:51:31 UTC
Created attachment 800559 [details]
anaconda traceback file

Anaconda crashed with the following traceback:

Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 6636, in save_ts
    raise Errors.YumBaseError(_("Dependencies not solved. Will not save unresolved transaction."))
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1569, in install
    self._yum.save_ts(ts_file)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 160, in doInstall
    payload.install()
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run    threading.Thread.run(self, *args, **kwargs)
YumBaseError: Dependencies not solved. Will not save unresolved transaction.


The anaconda traceback file is attached. This file contains a copy of the kickstart script and various log files.


Note You need to log in before you can comment on or make changes to this bug.