Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67617 - net-irc/pisg generates incorrect data.
Summary: net-irc/pisg generates incorrect data.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 22:19 UTC by Ian Perry
Modified: 2004-10-15 13:10 UTC (History)
0 users

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


Attachments
pisg-supy.patch (pisg-supy.patch,414 bytes, patch)
2004-10-14 22:20 UTC, Ian Perry
Details | Diff
pisg-0.59.ebuild.patch (pisg-0.59.ebuild.patch,419 bytes, patch)
2004-10-14 22:22 UTC, Ian Perry
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Perry 2004-10-14 22:19:03 UTC
Using pisg with the logfiles generated by supybot (0.80.0pre2 from bugs.gentoo.org, haven't tried other versions), the statistics on kicks are messed up - they fail to distinguish the person kicking from the reason for the kick.

Reproducible: Always
Steps to Reproduce:
1. emerge net-irc/supybot net-irc/pisg
2. generate some logfiles with supybot
3. configure pisg to generate statistics from the logfiles and check the 'kick' statistics

Actual Results:  
Showed 'Nick (Reason)' as the person doing the kicking

Expected Results:  
Showed 'Nick' as the person doing the kicking

This is not actually a bug in the ebuild - it's a bug in pisg. I've pasted a
patch at the pisg bugs page
(http://sourceforge.net/tracker/index.php?func=detail&aid=1039904&group_id=31862&atid=403711)
but thought it would be sensible to paste it here, too.

I'll attach both the patch and the patched ebuild here as well.
Comment 1 Ian Perry 2004-10-14 22:20:34 UTC
Created attachment 41839 [details, diff]
pisg-supy.patch

Patch for pisg to repair the bug in question.
Comment 2 Ian Perry 2004-10-14 22:22:19 UTC
Created attachment 41840 [details, diff]
pisg-0.59.ebuild.patch

Patch to pisg-0.59 ebuild to make use of the patch already attached.
Comment 3 Sven Wegener gentoo-dev 2004-10-15 13:10:41 UTC
I added pisg-0.60 to portage earlier today. That version already includes your patch. Closing.