Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704978 - sys-apps/pacman-5.0.2-r2: non-ASCII characters in einfo message
Summary: sys-apps/pacman-5.0.2-r2: non-ASCII characters in einfo message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 704968
  Show dependency tree
 
Reported: 2020-01-08 11:58 UTC by Ulrich Müller
Modified: 2020-01-08 17:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2020-01-08 11:58:39 UTC
In pkg_postinst():

    einfo "pacman’s parameter -r|--root)."

For users with a non-UTF-8 locale (e.g., C) the output will be broken.
Policy reference: GLEP 31
Comment 1 Larry the Git Cow gentoo-dev 2020-01-08 17:51:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedc9f52a92b3a504589cdcab354ac3064c956a2

commit dedc9f52a92b3a504589cdcab354ac3064c956a2
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-01-08 17:50:56 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-01-08 17:50:56 +0000

    sys-apps/pacman: Fix einfo message.
    
    Closes: https://bugs.gentoo.org/704978
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 sys-apps/pacman/pacman-5.0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)