Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333881 - games-misc/cowsay-3.03-r2 wrong file format for mech-and-cow
Summary: games-misc/cowsay-3.03-r2 wrong file format for mech-and-cow
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-21 22:08 UTC by Kanstantsin Shautsou
Modified: 2010-08-23 23:19 UTC (History)
0 users

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


Attachments
maybe this... (mech-and-cow.patch,480 bytes, patch)
2010-08-21 22:09 UTC, Kanstantsin Shautsou
Details | Diff

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