FS#28069 - makepkg gives printf error when calling --help
Attached to Project:
Pacman
Opened by Atilla ÖNTAŞ (tarakbumba) - Monday, 23 January 2012, 16:18 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 31 January 2012, 04:07 GMT
Opened by Atilla ÖNTAŞ (tarakbumba) - Monday, 23 January 2012, 16:18 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 31 January 2012, 04:07 GMT
|
Details
Package: pacman-4.0.1-4
When i call makekpg with --help switch it produces a printf error: $ makepkg --help makepkg (pacman) 4.0.1 Usage: /usr/bin/makepkg [options] Options: /usr/bin/makepkg: line 1929: printf: -A: option invalid printf: usage: printf [-v var] format [arguments] |
This task depends upon
Closed by Dan McGee (toofishes)
Tuesday, 31 January 2012, 04:07 GMT
Reason for closing: Fixed
Additional comments about closing: Addressed on maint in commit 9e9835f4640a4; offending translations were also updated
Tuesday, 31 January 2012, 04:07 GMT
Reason for closing: Fixed
Additional comments about closing: Addressed on maint in commit 9e9835f4640a4; offending translations were also updated
$ printf --help
-bash: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
$ printf -- --help
--help
Definitely a locale/translation issue, though (which we can prevent from happening).