Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13069 - jabber-server ebuild is screwed up
Summary: jabber-server ebuild is screwed up
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-01 23:13 UTC by Russell Valentine
Modified: 2003-02-04 19:42 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 Russell Valentine 2003-01-01 23:13:24 UTC
This is toward the end of the ebuild process

/usr/sbin/ebuild.sh: line 73: dodir/usr/jabber-1.4.2: No such file or directory
cp: copying multiple files, but last argument
`/var/tmp/portage/jabber-server-1.4.2-r1/image//usr/jabber-1.4.2/' is not a
directory
Try `cp --help' for more information.
/usr/sbin/ebuild.sh: line 75: cd:
/var/tmp/portage/jabber-server-1.4.2-r1/image//usr/jabber-1.4.2/jabberd: No such
file or directory

Looks like it is missing a space in the cp part of the script.  Basicly this
screwes up and then it starts changing ownership and permisions all over /usr. 
The server never gets installed and your permisions end up screwed up. I would
be good if it quit when the copy failed atleast so it wouldn't screw up permisions.

At the begging of the ebuild process I also get this error.

>>> Unpacking source...
>>> Unpacking jabber-1.4.2.tar.gz
tar (child): /usr/portage/net-im/jabber-server/files/config-1.4.2.tar.bz2:
Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
Comment 1 Bart Verwilst 2003-01-02 06:18:59 UTC
That ebuild was b0rked indeed.. emerge sync, and emerge the r2 of jabber-server. Should be MUCH better :o) Thanks!