Skip to content

i18n: fix parallel install race on locale directory creation#12

Open
heitbaum wants to merge 1 commit into
vdr-projects:masterfrom
heitbaum:race
Open

i18n: fix parallel install race on locale directory creation#12
heitbaum wants to merge 1 commit into
vdr-projects:masterfrom
heitbaum:race

Conversation

@heitbaum

@heitbaum heitbaum commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

install -D is not atomic: concurrent client and server install-i18n targets race to mkdir the same locale/*/LC_MESSAGES path and one fails. Use mkdir -p (idempotent under parallel make) then install without -D.

install -D is not atomic: concurrent client and server install-i18n
targets race to mkdir the same locale/*/LC_MESSAGES path and one fails.
Use mkdir -p (idempotent under parallel make) then install without -D.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant