Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 654224

Summary: portage-2.3.31: Larry's tail looks wrong
Product: Portage Development Reporter: Ulrich Müller <ulm>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: trivial Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=100001
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 651804    
Attachments: emerge --moo: Fix Larry's tail.

Description Ulrich Müller gentoo-dev 2018-04-27 20:37:16 UTC
$ emerge --moo


  Larry loves Gentoo (Linux)

 _______________________
< Have you mooed today? >
 -----------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\\
                ||----w |
                ||     ||


$ cowsay "Have you mooed today?"
 _______________________ 
< Have you mooed today? >
 ----------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Note the duplicate \\ in emerge --moo output.

Looks like an over-eager whitespace cleanup in commit a830a9a broke it, and the attempted fix in commit e03499b was not correct.
Comment 1 Ulrich Müller gentoo-dev 2018-04-27 20:39:53 UTC
Created attachment 528720 [details, diff]
emerge --moo: Fix Larry's tail.

Attached patch fixes the problem for me.
Comment 2 Larry the Git Cow gentoo-dev 2018-04-27 20:56:39 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=0a919d906b52c9397a45f6800df2ba261d562088

commit 0a919d906b52c9397a45f6800df2ba261d562088
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-04-27 20:55:19 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-04-27 20:55:19 +0000

    Revert "pym/_emerge/main.py: Fix --moo output"
    
    This reverts commit e03499b7466bc053bc31ced89e4a890f516be7a3.
    
    Bug: https://bugs.gentoo.org/654224

 pym/_emerge/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)}
Comment 3 Zac Medico gentoo-dev 2018-07-02 18:53:20 UTC
Fixed in portage-2.3.40-r1.