Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654224 - portage-2.3.31: Larry's tail looks wrong
Summary: portage-2.3.31: Larry's tail looks wrong
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 651804
  Show dependency tree
 
Reported: 2018-04-27 20:37 UTC by Ulrich Müller
Modified: 2018-07-02 18:53 UTC (History)
0 users

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


Attachments
emerge --moo: Fix Larry's tail. (0001-emerge-moo-Fix-Larry-s-tail.patch,708 bytes, patch)
2018-04-27 20:39 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.