Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XMMS borked
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
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 3:55 am    Post subject: XMMS borked Reply with quote

Bad day for me, I guess. Earlier, VMware stopped working; I changed kernels and ran vmware-config.pl, which did its thing and printed at the end "To use VMware, you have to run vmware-config.pl"... had to unmerge, manually delete all traces of VMware, and re-emerge. To make matters worse, the tarball available on vmware.com refused to install correctly, citing a previously installed version of VMware that it couldn't uninstall (so the ebuild isn't unmerging correctly). In any case, now XMMS won't give me my tunes, so I'm getting kranky. :?

Anyway, XMMS suddenly decided that it didn't want to work with no error message other than a segfault. Fine, okay. Fire up Konsole, su, [r]emerge xmms, ^D, xmms...

Code:
fs seg 0x4001e000
Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
1003.685000 MHz Pentium III (Coppermine) processor detected
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


** CRITICAL **: Unable to open display


So, should I just build it manually from sources on xmms.org, or won't that work right? :(

Gentoo is a great distribution, and all, but when things fall apart for no apparent reason (see my kernel fiasco in the "NVdriver issues" post) it's not a good sign.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 3:59 am    Post subject: Reply with quote

Scratch that, it's just segfaulting again.

Code:

fs seg 0x4001e000
Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
1003.685000 MHz Pentium III (Coppermine) processor detected

Segmentation fault

You've probably found a bug in XMMS, please visit
http://bugs.xmms.org and fill out a bug report.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 4:09 am    Post subject: Reply with quote

Oh, wonderful. Portage blows up, after an update world. :roll:

Code:

#emerge unmerge xmms
Traceback (most recent call last):
  File "/usr/bin/emerge", line 6, in ?
    import output
  File "/usr/lib/python2.2/site-packages/output.py", line 4, in ?
    import portage;
  File "/usr/lib/python2.2/site-packages/portage.py", line 54, in ?
    import fchksum,types
ImportError: No module named fchksum
Back to top
View user's profile Send private message
jonemi
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2002
Posts: 78
Location: Utah, USA

PostPosted: Thu Apr 25, 2002 4:13 am    Post subject: Haha Reply with quote

I think I'm enjoying this one-sided disquisition. :)
Back to top
View user's profile Send private message
masseya
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 2602
Location: Baltimore, MD

PostPosted: Thu Apr 25, 2002 4:17 am    Post subject: young distro.. Reply with quote

I dunno, I kinda feel bad for delta407. It's a young distro, so these things are unfortunate, but they happen. I like to think of it as exciting because sometimes it's fun to not be fully sure what's going to happen next. :)
_________________
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 4:18 am    Post subject: Reply with quote

Yes, I know I'm replying to myself. But right now, emerge and associated apps refuse to fire up -- using any parameters -- because of the updated version of Python.

Code:

# emerge
Traceback (most recent call last):
  File "/usr/bin/emerge", line 6, in ?
    import output
  File "/usr/lib/python2.2/site-packages/output.py", line 4, in ?
    import portage;
  File "/usr/lib/python2.2/site-packages/portage.py", line 54, in ?
    import fchksum,types
ImportError: No module named fchksum
# ebuild
expecting two arguments.
# ebuild a b
Traceback (most recent call last):
  File "/usr/sbin/ebuild", line 21, in ?
    import portage
  File "/usr/lib/python2.2/site-packages/portage.py", line 54, in ?
    import fchksum,types
ImportError: No module named fchksum


Am I crazy? Should I shut up, or wipe my hard drive? Was this a result of a "drop-in replacement" like all those Microsoft upgrades? (snicker)

I'm confused. I think I should go to bed before I respond to myself a dozen times.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 4:27 am    Post subject: Reply with quote

Okay, I did it again! Urrgh. Anyway, Google is still my friend.

http://www.azstarnet.com/~donut/programs/fchksum.html

Download, unpack, ./configure; python setup.py build; python setup.py install; emerge:

Code:

# emerge

 * Regenerating GNU info directory index...
 * Processed 71 info files.
 * IMPORTANT: 1 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.


Whew. Now, back to xmms.... :?
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Apr 25, 2002 1:25 pm    Post subject: Reply with quote

xmms segfaults only in user, not in root...
then fix permissions to your sound devices
Back to top
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 2:50 pm    Post subject: Reply with quote

cat > /dev/dsp works just fine from user. It was working before, and after swapping out the kernel (and other sound things work fine) it just sort of... broke.
Back to top
View user's profile Send private message
Target
Apprentice
Apprentice


Joined: 25 Apr 2002
Posts: 200

PostPosted: Thu Apr 25, 2002 4:45 pm    Post subject: Reply with quote

A recent update of python created a nasty circular dependency in portage, which pretty much causes it to implode. There's a thread about it here:

https://forums.gentoo.org/viewtopic.php?t=941
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 5:02 pm    Post subject: Reply with quote

I had already fixed my local copy (look up a few posts) and I filed the bug report about the missing Python module which (evidently) was fixed improperly and is destroying everyone else too. :wink:

Oh well.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Apr 25, 2002 10:05 pm    Post subject: Reply with quote

Oh, grrr. Whatever. I got rid of the XFS kernel (now that vanilla-sources is in portage) and XMMS comes up fine.

:roll:
Back to top
View user's profile Send private message
theBlackDragon
l33t
l33t


Joined: 23 Nov 2002
Posts: 768
Location: Belgium

PostPosted: Thu Dec 05, 2002 1:05 pm    Post subject: Reply with quote

I have the same problem :( .
I resolved the portage malfunction by deleting the .bashrc and .bash_profile I had made for my root account and rebooting. (Guess it was more the rebooting that did it).
But xmms still doesn't work. I'm already using vanilla sources so that shouldn't be the problem. The weird thing is that gqmpep does work but gives this error:
Quote:
Ogg123 dissapeared! (unexpeced EOF)

I've already reemerged libvorbis, libogg and xmms but that doesn't seem to help.
Anybody have any ideas?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu Dec 05, 2002 5:19 pm    Post subject: Reply with quote

This thread started long before the Multimedia forum was created. Moved from OTG.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
theBlackDragon
l33t
l33t


Joined: 23 Nov 2002
Posts: 768
Location: Belgium

PostPosted: Sat Dec 07, 2002 9:07 am    Post subject: Reply with quote

I gave up on finding out what the problem was so I'm currently doing an

Code:
emerge --emptytree xmms

I hope that fixes this bloody problem
Back to top
View user's profile Send private message
theBlackDragon
l33t
l33t


Joined: 23 Nov 2002
Posts: 768
Location: Belgium

PostPosted: Thu Dec 19, 2002 4:51 pm    Post subject: Reply with quote

Well that didn't help any. In contrary now xmms doesn't come up anymore, not even as root :(
Guess I''m going to give up :cry:
Back to top
View user's profile Send private message
theBlackDragon
l33t
l33t


Joined: 23 Nov 2002
Posts: 768
Location: Belgium

PostPosted: Sun Jan 05, 2003 7:20 pm    Post subject: Reply with quote

OK I got rid of this problem by upgrading some stuff.
I don't know what did it, but I upgraded alsa-xmms, and xmms and now it runs again :D
Just wanted to let you know :)
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