Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cant launch xmms
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Valkyr
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2004
Posts: 123
Location: Belgium

PostPosted: Tue Feb 24, 2004 2:36 pm    Post subject: cant launch xmms Reply with quote

I get this error when I try to launch xmms 1.2.9-r2:
Code:
xmms: relocation error: xmms: undefined symbol: languages

How can I fix it?
Back to top
View user's profile Send private message
Fubarovic
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2003
Posts: 115
Location: Belgium

PostPosted: Tue Feb 24, 2004 3:09 pm    Post subject: Reply with quote

I think it's got something to with your locales-settings.

Did you set these? Type "locale" in a console to check them.
_________________
Orbis non sufficit
Back to top
View user's profile Send private message
Valkyr
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2004
Posts: 123
Location: Belgium

PostPosted: Tue Feb 24, 2004 3:14 pm    Post subject: Reply with quote

locale outputs this
Code:
LANG=POSIX
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Back to top
View user's profile Send private message
Valkyr
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2004
Posts: 123
Location: Belgium

PostPosted: Tue Feb 24, 2004 3:45 pm    Post subject: Reply with quote

I just did
Code:
export LANG="en_US@euro"

and locale outputs
Code:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US@euro
LC_CTYPE="en"
LC_NUMERIC="en"
LC_TIME="en"
LC_COLLATE="en"
LC_MONETARY="en"
LC_MESSAGES="en"
LC_PAPER="en"
LC_NAME="en"
LC_ADDRESS="en"
LC_TELEPHONE="en"
LC_MEASUREMENT="en"
LC_IDENTIFICATION="en"
LC_ALL=en

seems like there are some problems, xmms still wont launch
Back to top
View user's profile Send private message
Valkyr
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2004
Posts: 123
Location: Belgium

PostPosted: Sat Feb 28, 2004 12:29 pm    Post subject: Reply with quote

it seems like en_US@euro doesn't exist, so I changed it to en_US. The output of locale doesn't give any errormessages now and al the variables are set to en_US, but I still get this error when I try to launch xmms:
Code:
xmms: relocation error: xmms: undefined symbol: languages

is there another variable that I must set?
Back to top
View user's profile Send private message
Valkyr
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2004
Posts: 123
Location: Belgium

PostPosted: Sat Feb 28, 2004 1:19 pm    Post subject: Reply with quote

I noticed this warning in the installation
Code:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US",
        LC_ALL = "en_US  ",
        LANG = "en_US"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

But my locale settings are correct
Code:
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=en_US

Or am I missing something?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum