Bug 4700 - setlocalversion not working for combination svn/ubuntu 11.10/non-english locale
Summary: setlocalversion not working for combination svn/ubuntu 11.10/non-english locale
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 trivial
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 08:59 UTC by Frederik Pasch
Modified: 2012-01-16 12:57 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch for setlocalversion (587 bytes, patch)
2012-01-16 08:59 UTC, Frederik Pasch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Pasch 2012-01-16 08:59:49 UTC
Created attachment 3974 [details]
patch for setlocalversion

Running buildroot on Ubuntu 11.10 Oneiric Ocelot with German locale from a private subversion repository...

LANG=C doesn't change the output of svn to english here, hence, the output of setlocalversion stays empty.

My fix is to change LANG=C to LC_ALL=C (see attached patch)

Simon Pasch
Comment 1 Peter Korsgaard 2012-01-16 12:57:57 UTC
Fixed in git (4861aed1f), thanks