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
Fixed in git (4861aed1f), thanks