Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61148 - xmule-1.8.4 have bad script startup
Summary: xmule-1.8.4 have bad script startup
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jon Hood (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 07:11 UTC by Antonio
Modified: 2004-10-25 19:31 UTC (History)
1 user (show)

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 Antonio 2004-08-21 07:11:53 UTC
The script /usr/bin/xmule is bad:

#!/bin/sh
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/files/xmule.sh,v 1.2 2004/06/29
 16:34:12 squinky86 Exp $

if [ ! -d ~/.xMule ]; then
        echo "Creating ~/.xMule..."
        mkdir ~/.xMule || exit 1
fi
if [ ! -d ~/.xMule/resource ]; then
        echo "Copying required files to ~/.xMule..."
        mkdir ~/.xMule/resource || exit 1
        cp /usr/share/xmule/*.pm ~/.xMule/resource/ || exit 1    <------- ???
        echo "Starting xMule..."
fi
exec xmule-bin

Directory /usr/share/xmule/*.pm does not exists and when run xmule first time i see error.

Sorry for my bad english.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-08-22 17:47:53 UTC
fixed in portage, thanks :)
Comment 2 Antonio 2004-08-23 01:51:27 UTC
Ok you have resold this bug but xmule does not install nls language
Comment 3 Jon Hood (RETIRED) gentoo-dev 2004-08-23 10:52:57 UTC
This should be fixed in portage (thanks to use_enable syntax); I also added the debug USE flag in there.
Comment 4 Antonio 2004-08-23 15:07:48 UTC
Sorry,
I have emerge sync and emerge xmule
but nls does not install.

abiasio@gentoonet abiasio $ qpkg -l xmule
net-p2p/xmule-1.8.4-r1 *
CONTENTS:
/usr
/usr/bin
/usr/bin/ed2k
/usr/bin/xmule
/usr/share
/usr/share/locale
/usr/share/applications
/usr/share/applications/xmule.desktop
/usr/share/pixmaps
/usr/share/pixmaps/xmule.xpm

nls compile fine but not install file
Comment 5 Jon Hood (RETIRED) gentoo-dev 2004-08-23 15:43:39 UTC
ah, I see what you mean now, sorry about all that. The same is happening with xmule-1.9.0. I will look into this as soon as I can.
Comment 6 Jon Hood (RETIRED) gentoo-dev 2004-10-25 19:31:06 UTC
Since this bug has been open for quite a while and I can't get a comment from the upstream developers to fix what's going wrong, I'm closing this bug. If you need nls support, bug the upstream developers until they get annoyed enough to fix it ;).