Bug 880679 - [abrt] fedup-0.7.1-1.fc17: depsolve.py:747:_dscb_procConflict:AttributeError: 'DepsolveCallback' object has no attribute 'procConflict'
Summary: [abrt] fedup-0.7.1-1.fc17: depsolve.py:747:_dscb_procConflict:AttributeError:...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: fedup
Version: 17
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:5a009c19dd447d2823a31d51b89...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-27 15:23 UTC by Frank Murphy
Modified: 2012-11-29 11:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-29 11:31:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.74 KB, text/plain)
2012-11-27 15:24 UTC, Frank Murphy
no flags Details
File: core_backtrace (1.01 KB, text/plain)
2012-11-27 15:24 UTC, Frank Murphy
no flags Details
File: environ (2.14 KB, text/plain)
2012-11-27 15:24 UTC, Frank Murphy
no flags Details

Description Frank Murphy 2012-11-27 15:23:55 UTC
Description of problem:
ran fedup with: fedup-cli --network 18 --debuglog fedupdebug.log --instrepo http://dl.fedoraproject.org/pub/fedora/linux/releases/test/18-Beta/Fedora/i386/os/ .
I run a _local.repo so all files were copies to there.
then it proceeded wirh finding updates 100%
then it crashed out.

Version-Release number of selected component:
fedup-0.7.1-1.fc17

Additional info:
cmdline:        /usr/bin/python /bin/fedup-cli --network 18 --debuglog fedupdebug.log --instrepo http://dl.fedoraproject.org/pub/fedora/linux/releases/test/18-Beta/Fedora/i386/os/
dso_list:       yum-3.4.3-30.fc17.noarch
executable:     /bin/fedup-cli
kernel:         3.6.7-4.fc17.i686
uid:            0

Truncated backtrace:
depsolve.py:747:_dscb_procConflict:AttributeError: 'DepsolveCallback' object has no attribute 'procConflict'

Traceback (most recent call last):
  File "/bin/fedup-cli", line 285, in <module>
    main(args)
  File "/bin/fedup-cli", line 228, in main
    pkgs = download_packages(f)
  File "/bin/fedup-cli", line 55, in download_packages
    updates = f.build_update_transaction(callback=output.DepsolveCallback(f))
  File "/usr/lib/python2.7/site-packages/fedup/download.py", line 156, in build_update_transaction
    (rv, msgs) = self.buildTransaction(unfinished_transactions_check=False)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1138, in buildTransaction
    (rescode, restring) = self._doSkipBroken(rescode, restring)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1292, in _doSkipBroken
    rescode, restring = self._skipPackagesWithProblems(rescode, restring)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1365, in _skipPackagesWithProblems
    rescode, restring = self.resolveDeps(True, skipping_broken=True)
  File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 897, in resolveDeps
    (checkdep, errormsgs) = self._processConflict(*conflict)
  File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 759, in _processConflict
    self._dscb_procConflict(po, niceformatneed)
  File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 747, in _dscb_procConflict
    self.dsCallback.procConflict(po.name, niceformatneed)
AttributeError: 'DepsolveCallback' object has no attribute 'procConflict'

Local variables in innermost frame:
self: <fedup.download.FedupDownloader object at 0xb6d2084c>
niceformatneed: 'systemd < 185-3'
po: <YumAvailablePackageSqlite : plymouth-0.8.8-3.fc18.i686 (0xad2766c)>

Comment 1 Frank Murphy 2012-11-27 15:24:02 UTC
Created attachment 652814 [details]
File: backtrace

Comment 2 Frank Murphy 2012-11-27 15:24:08 UTC
Created attachment 652815 [details]
File: core_backtrace

Comment 3 Frank Murphy 2012-11-27 15:24:15 UTC
Created attachment 652816 [details]
File: environ

Comment 4 Frank Murphy 2012-11-29 11:31:19 UTC
This was a cache problem as pointed out by:
https://lists.fedoraproject.org/pipermail/test/2012-November/111915.html


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