Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45831 - ebuild for jit is correct ??
Summary: ebuild for jit is correct ??
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-26 12:14 UTC by Antonio
Modified: 2004-04-12 02:25 UTC (History)
0 users

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


Attachments
Correct ebuild (jit-1.1.6-r2.ebuild,1.01 KB, text/plain)
2004-03-26 12:18 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-03-26 12:14:49 UTC
I have installer jabberd-1.4.3-r1 and jit-1.1.6-r2 but for me this is a problem:

CONTENTS:
/etc
/etc/jabber
/etc/jabber/jit.xml
/usr
/usr/lib
/usr/lib/jabber    <------------- is correct this directory ???
/usr/lib/wpjabber
/usr/lib/wpjabber/jit.so
/usr/sbin
/usr/sbin/jit-wpjabber
/usr/share
/usr/share/doc
/usr/share/doc/jit-1.1.6-r2
/usr/share/doc/jit-1.1.6-r2/README.Gentoo.gz

For me the correct is:
net-im/jit-1.1.6-r2 *
CONTENTS:
/etc
/etc/jabber
/etc/jabber/jit.xml
/usr
/usr/lib
/usr/lib/jabberd      <----------- correct ???
/usr/lib/wpjabber
/usr/lib/wpjabber/jit.so
/usr/sbin
/usr/sbin/jit-wpjabber
/usr/share
/usr/share/doc
/usr/share/doc/jit-1.1.6-r2
/usr/share/doc/jit-1.1.6-r2/README.Gentoo.gz



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-03-26 12:18:34 UTC
Created attachment 28097 [details]
Correct ebuild

This is correct ebuild
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-11 15:32:12 UTC
It's all your humpback... don't know how this ended up in java.
Comment 3 Gustavo Felisberto (RETIRED) gentoo-dev 2004-04-11 15:37:21 UTC
That is a dodir, a directory to place files. I dont see what the problem is. Care to explain?
Comment 4 Antonio 2004-04-11 16:38:16 UTC
For me is correct /usr/lib/jabberd because jabberd-1.4.3-r1 use this directory and jit is IM transports for jabber
Comment 5 Antonio 2004-04-11 16:40:05 UTC
Also aim-transport-20030314 use this directory:
............
.........
src_install() {
	dodir /etc/jabber /usr/lib/jabberd     <---------------------
	insinto /usr/lib/jabberd
...........
................
Comment 6 Gustavo Felisberto (RETIRED) gentoo-dev 2004-04-11 17:51:21 UTC
Well so i do not see what the problem is....
Comment 7 Antonio 2004-04-12 02:25:04 UTC
1) the directory /usr/lib/jabber do not exists, any plug-in of jabberd install your plug-ins in /usr/lib/jabberd

2) jabberd he is able to use the plug-ins jit.so installed in /usr/lib/wpjabber/jit.so ?