Landing: d68464df5be1
Project / Subsystem
gcc / gcc/contrib
Date
2026-07-06
Author
Arsen Arsenović
Commit
d68464df5be15278fbec9ef40c5f1bd160b8af1a
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/contrib
- patch_id
- —
- commit_hash
- d68464df5be15278fbec9ef40c5f1bd160b8af1a
- source_type
- github
- headline
- Update download_prerequisites to use gettext-1.0.tar.gz
- tldr
- GCC's download script now uses gettext-1.0.tar.gz to avoid build issues.
- author
- Arsen Arsenović
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • prerequisite
- • gettext
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-06T00:00:00.000Z
The script contrib/download_prerequisites has been updated to use a newer version of gettext, specifically gettext-1.0.tar.gz. This change resolves build issues caused by core dumps from gettext-0.22 during GCC’s in-tree gettext builds, which polluted systemd-coredump logs. The update to gettext-1.0 is expected to eliminate these problems.