Skip to content

Commit ed5cdd2

Browse files
committed
gitr: Ensure gettext is installed on Fedora 41
I'm getting the infamous "tclsh failed; using unoptimized loading" error when building git on Fedora 41. I found that even though the package list includes "gettext", the gettext package is not getting installed. StackOverflow says grabbing the "intltool" package will ensure that "gettext" and "gettext-devel" will be pulled in. Signed-off-by: Chuck Lever <[email protected]>
1 parent 2fcb7fa commit ed5cdd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/roles/gitr/vars/RedHat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gitr_packages:
77
- git-core
88
- git-email
99
- glibc-utils
10+
- intltool
1011
- libcurl-devel
1112
- make
1213
- openssl-devel

0 commit comments

Comments
 (0)