Bug 31230 - traceback when installing package with missing dependencies
Summary: traceback when installing package with missing dependencies
Status: CLOSED DUPLICATE of bug 31055
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC - App-Center
Version: UCS 3.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: UMC maintainers
QA Contact: Janek Walkenhorst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-29 14:43 CEST by Philipp Hahn
Modified: 2016-07-19 19:33 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Usability
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2013-04-29 14:43:17 CEST
1. Assure repository/online/unmainted=no
2. Add ucs_3.1-0-errata3.1-1/all/
3. Install univention-management-console-doc, which depends on univention-doc.

Die Ausführung des Kommandos appcenter/packages/invoke/test ist fehlgeschlagen:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/__init__.py", line 204, in execute
    func( request )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/decorators.py", line 176, in _response
    return function(self, request)
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/decorators.py", line 282, in _response
    result = _multi_response(self, request)
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/decorators.py", line 384, in _response
    for res in function(self, iterator, *nones):
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/decorators.py", line 266, in _fake_func
    yield function(self, *args)
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/appcenter/__init__.py", line 317, in packages_invoke_dry_run
    return dict(zip(['install', 'remove', 'broken'], self.package_manager.mark(**kwargs)))
  File "/usr/lib/pymodules/python2.6/univention/lib/package_manager.py", line 525, in mark
    fixer.resolve()
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 561, in resolve
    self._resolver.resolve()
SystemError: E:Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
Comment 1 Dirk Wiesenthal univentionstaff 2013-04-29 16:39:28 CEST

*** This bug has been marked as a duplicate of bug 31055 ***