Bug 28027 - Abhängigkeitsprobleme bei der Installation von ucs-school-master/-singlemaster
Abhängigkeitsprobleme bei der Installation von ucs-school-master/-singlemaster
Status: RESOLVED WORKSFORME
Product: UCS@school
Classification: Unclassified
Component: General
UCS@school 3.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-23 16:10 CEST by Alexander Kläser
Modified: 2012-07-24 17:14 CEST (History)
0 users

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
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2012-07-23 16:10:03 CEST
Mit errata95 auf einem 3.0-1 System (über ein 3.0-1-Template mit eingebundenem system-setup-Scope) gab es Problem bei der Installation von ucs-school-singlemaster:
====================
> The following packages have unmet dependencies:
>  python-univention-management-console : Depends: python-univention-lib (>= 1.0.80) but 1.0.53-4.82.201205301023 is to be installed
>                                         PreDepends: python-pyinotify but it is not installable
>  univention-management-console : Depends: univention-management-console-module-lib but it is not installable
>  univention-management-console-server : Depends: python-univention-lib (>= 1.0.80) but 1.0.53-4.82.201205301023 is to be installed
====================

Grund sind die Abhängigkeiten:
====================
root@master11:~# apt-cache show ucs-school-singlemaster 
Package: ucs-school-singlemaster
...
Version: 4.0.37-1.67.201205240748
Depends: ... univention-management-console (>= 4.0.231-1), ...
====================

Die folgenden Versionen standen für univention-management-console zur Verfügung:
====================
> root@master11:~# apt-cache policy univention-management-console
> univention-management-console:
>   Installed: 4.0.233-2.630.201205291126
>   Candidate: 4.0.269-1.654.201207191447
>   Version table:
>      4.0.269-1.654.201207191447 0
>         500 http://univention-repository.knut.univention.de/3.0/maintained/ errata95/all/ Packages
>  *** 4.0.233-2.630.201205291126 0
>         500 http://apt.knut.univention.de/3.0/maintained/component/ ucsschool/all/ Packages
>         100 /var/lib/dpkg/status
>      4.0.207-1.631.201206112048 0
>         500 http://univention-repository.knut.univention.de/3.0/unmaintained/component/ system-setup3.0-1/all/ Packages
>      4.0.207-1.597.201203222011 0
>         500 file:/var/cache/univention-system-setup/packages/ ./ Packages
>      4.0.205-1.618.201204261039 0
>         500 http://univention-repository.knut.univention.de/3.0/maintained/ errata66/all/ Packages
>      4.0.205-1.591.201202291038 0
>         500 http://univention-repository.knut.univention.de/3.0/maintained/ 3.0-1/all/ Packages
>      4.0.92-1.575.201112051804 0
>         500 http://univention-repository.knut.univention.de/3.0/maintained/ 3.0-0/all/ Packages
====================

Mit dem folgenden Befehl ging es dann:
====================
apt-get install ucs-school-singlemaster \
  univention-management-console=4.0.233-2.630.201205291126 \
  python-univention-management-console=4.0.233-2.630.201205291126 \
  univention-management-console-server=4.0.233-2.630.201205291126
====================
Comment 1 Alexander Kläser univentionstaff 2012-07-24 17:14:13 CEST
Im Quickstart wird angegeben, dass das System zuerst aktualisiert werden muss:

> http://wiki.univention.de/index.php?title=UCS@school_3.0_Quickstart#Installation_der_UCS.40school_Erweiterung

Insofern kann dieser Bug wieder zu.