Bug 4700

Summary: setlocalversion not working for combination svn/ubuntu 11.10/non-english locale
Product: buildroot Reporter: Frederik Pasch <fpasch>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: trivial CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: patch for setlocalversion

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