Bug 1545926

Summary: meson internally calls msgfmt, but has no dependency on gettext
Product: [Fedora] Fedora Reporter: Zbigniew Jędrzejewski-Szmek <zbyszek>
Component: mesonAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 27CC: ignatenko, wtaymans
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-15 20:56:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Zbigniew Jędrzejewski-Szmek 2018-02-15 20:54:13 UTC
Description of problem:
Without gettext, various meson targets defined by the i18n module will fail. Users of meson should not have to care that a meson module uses various executables from a different package.

Version-Release number of selected component (if applicable):
meson-0.44.0-1.fc27.noarch

Comment 1 Igor Gnatenko 2018-02-15 20:56:23 UTC
Actually, there is some work going in upstream to show proper error message..

But adding dependency on gettext sounds really incorrect to me.

Comment 2 Zbigniew Jędrzejewski-Szmek 2018-02-15 21:28:21 UTC
But why? Is the package functional without it? (Whether a message is printed or not, is irrelevant.)