FS#7309 - pacman warning when invalid local is selected should be sent to stderr
Attached to Project:
Pacman
Opened by Andrew Fyfe (space-m0nkey) - Wednesday, 30 May 2007, 14:54 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 30 May 2007, 18:11 GMT
Opened by Andrew Fyfe (space-m0nkey) - Wednesday, 30 May 2007, 14:54 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 30 May 2007, 18:11 GMT
|
Details
If an invalid locale is selected pacman outputs 'warning:
current locale is invalid; using default "C" locale' to
stdout. This message should goto stderr because it breaks
the dependencie check code in makepkg.
Also to expand this a little further ALL errors/warnings should be sent to stderr. |
This task depends upon
Closed by Dan McGee (toofishes)
Wednesday, 30 May 2007, 18:11 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in git
Wednesday, 30 May 2007, 18:11 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in git
Comment by
Aaron Griffin (phrakture) -
Wednesday, 30 May 2007, 17:44 GMT
I thought this one was removed in git somewhere along the line. I
remember grepping for it and finding nothing.
Comment by Dan McGee (toofishes) -
Wednesday, 30 May 2007, 18:10 GMT
Yeah, I took this out of GIT when I functionalized the localize
stuff.