FS#43280 - makepkg can't report error correctly in Chinese.
Attached to Project:
Pacman
Opened by Peifeng Yu (Aetf) - Wednesday, 31 December 2014, 08:13 GMT
Last edited by Allan McRae (Allan) - Saturday, 14 February 2015, 09:05 GMT
Opened by Peifeng Yu (Aetf) - Wednesday, 31 December 2014, 08:13 GMT
Last edited by Allan McRae (Allan) - Saturday, 14 February 2015, 09:05 GMT
|
Details
Summary and Info:
makepkg can't report error correctly in Chinese. It complains about invalid format character in line 125 in the script. However, in C locale, it works correctly. Steps to Reproduce: a) use a PKGBUILD that triggers an error, i.e. missing package() function. An example is unzip-iconv from AUR b) run makepkg Result: $> env LC_ALL='C' makepkg ==> ERROR: Missing package() function in /home/aetf/LocalPackages/unzip-iconv/PKGBUILD $> makepkg /usr/bin/makepkg: 第 125 行:printf: `$': 无效格式字符 # line 125:printf: `$': invalid format character ==> 错误: $> |
This task depends upon
Closed by Allan McRae (Allan)
Saturday, 14 February 2015, 09:05 GMT
Reason for closing: Fixed
Additional comments about closing: git commit 5baec6d5
Saturday, 14 February 2015, 09:05 GMT
Reason for closing: Fixed
Additional comments about closing: git commit 5baec6d5
I'll contact the translators.