Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22351 - xmms-1.2.7-r20 build hangs on FreeBSD newpcm driver on Dell C400 Laptop
Summary: xmms-1.2.7-r20 build hangs on FreeBSD newpcm driver on Dell C400 Laptop
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-06 11:36 UTC by Eric Mercer
Modified: 2003-09-27 23:45 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 Eric Mercer 2003-06-06 11:36:25 UTC
The ebuild for xmms-1.2.7-r20 hangs in the configure script trying to check for
the FreeBSD 
newpcm drive on a Dell C400 Laptop.  Here is the output:

checking for FreeBSD newpcm driver...

It never moves beyond this point.
Comment 1 J. Ellis (RETIRED) gentoo-dev 2003-06-20 17:17:52 UTC
Does the file /dev/sndstat exist on your machine? Which sound sub-system are you using? ALSA version, etc.
Comment 2 Eric Mercer 2003-06-23 12:40:37 UTC
$ ls -ald /dev/sndstat 
crw-------    1 foo      audio     14,   4 Jun 20 14:41 /dev/sndstat

$ file /dev/sndstat
/dev/sndstat: character special (14/4)

I use fluxbox without a sound subsystem.  ALSA is not running.  I enabled
sound by loading the i810_audio module and runing the "/usr/sbin/MAKEDEV
audio" command.

I currently have version 1.2.7-r12 of xmms loaded.  It emerged with no
issues when initially loaded September 2002.
Comment 3 J. Ellis (RETIRED) gentoo-dev 2003-07-04 00:06:47 UTC
So, does the following command hang on your machine:

grep 'newpcm' /dev/sndstat 2>/dev/null 1>/dev/null

As r12 is no longer in portage i'm going to have to back and see if this was patched out in the past.
Comment 4 Eric Mercer 2003-07-07 06:58:43 UTC
> So, does the following command hang on your machine:

> grep 'newpcm' /dev/sndstat 2>/dev/null 1>/dev/null

Yes.  This command hangs on my machine.
Comment 5 J. Ellis (RETIRED) gentoo-dev 2003-07-13 23:42:02 UTC
There doesn't appear to be anything special in r12. So, something must have changed in the kernel.

Can you access /dev/sndstat at all? Does cat /dev/sndstat also hang?

My suspicion is that the way you have setup the sound subsystem is incorrect. - this is the only incident for this issue. Would you be willing to try using ALSA and see if that solves the problem?
Comment 6 Eric Mercer 2003-07-16 07:34:40 UTC
> Can you access /dev/sndstat at all? 

Yes.  

> Does cat /dev/sndstat also hang?

This command floods the terminal with a lot of binary characters.  It does not seem to end.  I am not sure if this is what you mean by "hang".

> My suspicion is that the way you have setup the sound subsystem is incorrect. -
> this is the only incident for this issue. Would you be willing to try using
> ALSA and see if that solves the problem?

An incorrect sound configuration would not surprise me, but all my sound utilities seem to work correctly.  I will try ALSA, however, to see if it resolves the problem.

Comment 7 J. Ellis (RETIRED) gentoo-dev 2003-07-19 06:48:30 UTC
BTW, which kernel is this? I noticed Alan Cox put back some fixes for i810 in 2.6 pre series...
Comment 8 Eric Mercer 2003-07-21 10:52:26 UTC
I am running the Linux 2.4.21-ac1 sources.  I was going to hold out on the 2.6 pre series for a while.
Comment 9 J. Ellis (RETIRED) gentoo-dev 2003-08-15 23:48:36 UTC
Reopen if this isn't resolved with alsa.
Comment 10 J. Ellis (RETIRED) gentoo-dev 2003-09-27 23:45:35 UTC
Re-closing.