| Summary: | setlocalversion not working for combination svn/ubuntu 11.10/non-english locale | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Frederik Pasch <fpasch> |
| Component: | Other | Assignee: | 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 | ||
Fixed in git (4861aed1f), thanks |
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