FS#48057 - makepkg printf error
Attached to Project:
Pacman
Opened by sdfdsfsdf (dekece) - Saturday, 06 February 2016, 11:37 GMT
Last edited by Allan McRae (Allan) - Monday, 22 February 2016, 01:30 GMT
Opened by sdfdsfsdf (dekece) - Saturday, 06 February 2016, 11:37 GMT
Last edited by Allan McRae (Allan) - Monday, 22 February 2016, 01:30 GMT
|
Details
Description:
Looked on google, and a problem with certain loal popped up. Just using makepkg normally sometimes gives printf error, everything works normally though. /usr/share/makepkg/util/message.sh: ligne 53 : printf: source_x86_64: nombre non valable The error means that the number is invalid, it did this in a few PKGBUILD, so unless all 5 of them were badly written there might be a probem with makepkg. Seems like it tries to print a number, but the separator in french is a comma , instead of a dot . so that might be the problem Steps to reproduce: Install stuff from aur with makepkg with fr_CA locale |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 22 February 2016, 01:30 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in Transifex - will be pulled for 5.0.1
Monday, 22 February 2016, 01:30 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in Transifex - will be pulled for 5.0.1
#: scripts/makepkg.sh.in:478
msgid "Validating %s files with %s..."
-msgstr "Validation des fichiers % avec %s..."
+msgstr "Validation des fichiers %s avec %s..."