Bug 51258

Summary: univention-ucs-translation-build-package seems to import dh_umc wrongly
Product: UCS Reporter: Valentin Heidelberger <heidelberger>
Component: UMC (Generic)Assignee: UMC maintainers <umc-maintainers>
Status: CLOSED DUPLICATE QA Contact: UMC maintainers <umc-maintainers>
Severity: normal    
Priority: P5 CC: best, schwarz
Version: UCS 4.4   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
See Also: https://forge.univention.org/bugzilla/show_bug.cgi?id=50341
What kind of report is it?: Bug Report What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 1: Will affect a very few installed domains How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.046 Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): Regression
Max CVSS v3 score:
Attachments: Patch to fix dh_umc import in univention-ucs-translation-build-package

Description Valentin Heidelberger univentionstaff 2020-05-10 10:06:06 CEST
Created attachment 10351 [details]
Patch to fix dh_umc import in univention-ucs-translation-build-package

/usr/bin/univention-ucs-translation-build-package tries to import dh_umc like so:

import univention.dh_umc as dh_umc

Afaik dh_umc must be imported like so instead:

import univention.translationhelper.umc as dh_umc


Attached is  a patch which fixed that on my system.
Comment 1 Florian Best univentionstaff 2020-05-11 13:14:09 CEST
Caused by Bug #50341
Comment 2 Florian Best univentionstaff 2022-02-09 10:15:53 CET
fixed via git:8520c2e039f201bb317824366ee2998b0a528111 / Bug #51656

*** This bug has been marked as a duplicate of bug 51656 ***
Comment 3 Florian Best univentionstaff 2022-02-09 10:16:11 CET
UCS 5.0 has been released:
 https://docs.software-univention.de/release-notes-5.0-0-en.html
 https://docs.software-univention.de/release-notes-5.0-0-de.html

If this error occurs again, please use "Clone This Bug".