Bug 1227070 - gettext.sh missing dependency on envsubst
Summary: gettext.sh missing dependency on envsubst
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: x86-64 Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Christian Vögl
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-26 10:42 UTC by Paul Fee
Modified: 2024-06-28 07:59 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Fee 2024-06-26 10:42:36 UTC
Using "git submodule status", I see unexpected error text alongside the expected output.

$ git submodule status
/usr/bin/gettext.sh: line 88: envsubst: command not found
/usr/bin/gettext.sh: line 88: envsubst: command not found
<expected output follows>

Within gettext.sh, line 88 invokes envsubst.  This used to be provided by the gettext-runtime package, however has split out into a separate envsubst package (built from the same source RPM as as gettext-runtime.

Should the gettext-runtime binary RPM have a "requires" dependency on envsubst?
Comment 1 Paul Fee 2024-06-26 10:44:03 UTC
envsubst was split out into a separate package here: https://build.opensuse.org/request/show/1179033

Tue May 14 10:06:12 UTC 2024 - Dan Čermák <dcermak@suse.com>

- Split out envsubst into a separate package
  This allows us to pull in envsubst into containers without enlarging them
  substantially. Additionally, this binary is standalone and useful outside of
  the context of gettext.