Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180500 - net-irc/eiwic keyword request
Summary: net-irc/eiwic keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2007-05-31 22:12 UTC by Christoph Mende (RETIRED)
Modified: 2007-06-04 13:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Mende (RETIRED) gentoo-dev 2007-05-31 22:12:37 UTC
This is the initial import of eiwic (a modular IRC bot), so please do your keyword magic :)
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2007-05-31 22:13:36 UTC
No sparc user asked for this yet, so we're not gonna keyword stuff that probably no sparc user will use...
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-31 22:58:42 UTC
echo '(In reply to comment #1)
> No sparc user asked for this yet, so we're not gonna keyword stuff that
> probably no sparc user will use...' | sed -e 's|sparc|hppa|g'
Comment 3 Joshua Kinard gentoo-dev 2007-06-01 02:38:27 UTC
We'll pass on this for mips for now, and await to see if any users actually request it before adding our keyword.
Comment 4 Fabian Groffen gentoo-dev 2007-06-01 08:44:59 UTC
without offense, but going the same way as sparc, hppa and mips for now.
Comment 5 Markus Rothe (RETIRED) gentoo-dev 2007-06-01 09:03:07 UTC
same for ppc64. once a user requests the keyword we'll add it.
Comment 6 Raúl Porcel (RETIRED) gentoo-dev 2007-06-01 09:33:27 UTC
same for alpha/ia64
Comment 7 Tobias Scherbaum (RETIRED) gentoo-dev 2007-06-01 09:46:16 UTC
ppc is doing the same as every other architecture does - no keyword here ...
Comment 8 Christian Faulhammer (RETIRED) gentoo-dev 2007-06-04 07:41:59 UTC
Christoph, I hit a similar disaster with my first keyword bug...head up. :)  I would give away a ~x86 for free today, but I hit following error with the sample.conf.  Does it look up its modules in the wrong directory (as they do exist)?

# eiwic -l - -v 2 /tmp/bot.conf 
eiwic: Warning: Error: -1 /usr/lib/modules/dict.so: cannot open shared object file: No such file or directory (No such file or directory)
eiwic: Warning: Error: -1 /usr/lib/modules/dict.so.so: cannot open shared object file: No such file or directory (No such file or directory)
eiwic: Warning: Error: -1 /usr/lib/modules/dict.so.dll: cannot open shared object file: No such file or directory (No such file or directory)
eiwic: Warning: Error: -1 dict.so: cannot open shared object file: No such file or directory (No such file or directory)
eiwic: Error: Loading of module dict.so failed: (null) (No such file or directory)
eiwic: Warning: Loading of configuration file failed (error in /tmp/bot.conf, line 64) (No such file or directory)
eiwic: Warning: Initialization failed with 1 error(s) (No such file or directory)
Comment 9 Christoph Mende (RETIRED) gentoo-dev 2007-06-04 11:04:21 UTC
Woops yeah, that's a small logical error in the regex. It's fixed now in cvs revision 1.2
Comment 10 Christian Faulhammer (RETIRED) gentoo-dev 2007-06-04 13:29:13 UTC
added ~x86 and closing, thanks for fixing so fast.