Bug 51258 - univention-ucs-translation-build-package seems to import dh_umc wrongly
univention-ucs-translation-build-package seems to import dh_umc wrongly
Status: CLOSED DUPLICATE of bug 51656
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-05-10 10:06 CEST by Valentin Heidelberger
Modified: 2022-02-09 10:16 CET (History)
2 users (show)

See Also:
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 (475 bytes, patch)
2020-05-10 10:06 CEST, Valentin Heidelberger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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".