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

Bug 333881

Summary: games-misc/cowsay-3.03-r2 wrong file format for mech-and-cow
Product: Gentoo Linux Reporter: Kanstantsin Shautsou <gentoo.integer>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: maybe this...

Description Kanstantsin Shautsou 2010-08-21 22:08:54 UTC
Hi, small test for games-misc/cowsay-3.03-r2

for i in $(qlist cowsay | grep cows| grep -v man); do echo ${i}; cowsay -f ${i} test; done

/usr/share/cowsay-3.03/cows/mech-and-cow
Backticks found where operator expected at /usr/share/cowsay-3.03/cows/mech-and-cow line 12, near "^__^                             /   /'|  `"
  (Might be a runaway multi-line `` string starting on line 10)
        (Missing semicolon on previous line?)
Backslash found where operator expected at /usr/share/cowsay-3.03/cows/mech-and-cow line 13, near ")\"
        (Missing operator before \?)
Backticks found where operator expected at /usr/share/cowsay-3.03/cows/mech-and-cow line 15, at end of line
        (Missing semicolon on previous line?)
cowsay: Can't find string terminator "`" anywhere before EOF at /usr/share/cowsay-3.03/cows/mech-and-cow line 15.
Comment 1 Kanstantsin Shautsou 2010-08-21 22:09:53 UTC
Created attachment 243975 [details, diff]
maybe this...
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2010-08-23 23:19:03 UTC
in portage.  thanks for the bug report and patch.