All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 21:48 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 21:48 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    perex
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   block
Priority:                   immediate
Status:                     assigned
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 22:48 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

----------------------------------------------------------------------
 khali - 01-27-2004 22:18 CET 
----------------------------------------------------------------------
Doesn't work for me. Even worse, alsa-driver doesn't compile anymore after
I commented the line out:

sound.c: In function `snd_register_device_R1f4c5f07':
sound.c:239: `sound_class' undeclared (first use in this function)
sound.c:239: (Each undeclared identifier is reported only once
sound.c:239: for each function it appears in.)
sound.c: In function `alsa_sound_init':
sound.c:376: `sound_class' undeclared (first use in this function)
sound.c: At top level:
sound.c:41: warning: `device_mode' defined but not used
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/usr/src/alsa-driver-1.0.2/acore'
make: *** [compile] Error 1

----------------------------------------------------------------------
 perex - 01-27-2004 22:39 CET 
----------------------------------------------------------------------
Ok, can you add '#define sound_class NULL' after removing of suggested line
(on the same place)? Note that the rebuilt alsa-driver package has this
fix included.

edited on: 01-27-04 22:39

----------------------------------------------------------------------
 khali - 01-27-2004 22:48 CET 
----------------------------------------------------------------------
OK, works fine for me.
Thanks.

----------------------------------------------------------------------
 ZlatkO - 01-27-2004 22:48 CET 
----------------------------------------------------------------------
Works fine here after the second fix (same problem after the first one).
Thanks! :-)

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
01-27-04 22:08 perex          Assigned To               => perex           
01-27-04 22:08 perex          Status                   new => assigned     
01-27-04 22:08 perex          Priority                 normal => immediate 
01-27-04 22:15 perex          Category                 CORE - control => 0_compilation problem_!!!
01-27-04 22:18 khali          Bugnote Added: 0000007                       
01-27-04 22:37 perex          Bugnote Added: 0000008                       
01-27-04 22:39 perex          Bugnote Edited: 0000008                      
01-27-04 22:48 khali          Bugnote Added: 0000009                       
01-27-04 22:48 ZlatkO         Bugnote Added: 0000010                       
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-28  6:57 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-28  6:57 UTC (permalink / raw)
  To: alsa-devel


The following bug has been CLOSED
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    perex
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   block
Priority:                   immediate
Status:                     closed
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-28-2004 07:57 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

----------------------------------------------------------------------
 khali - 01-27-2004 22:18 CET 
----------------------------------------------------------------------
Doesn't work for me. Even worse, alsa-driver doesn't compile anymore after
I commented the line out:

sound.c: In function `snd_register_device_R1f4c5f07':
sound.c:239: `sound_class' undeclared (first use in this function)
sound.c:239: (Each undeclared identifier is reported only once
sound.c:239: for each function it appears in.)
sound.c: In function `alsa_sound_init':
sound.c:376: `sound_class' undeclared (first use in this function)
sound.c: At top level:
sound.c:41: warning: `device_mode' defined but not used
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/usr/src/alsa-driver-1.0.2/acore'
make: *** [compile] Error 1

----------------------------------------------------------------------
 perex - 01-27-2004 22:39 CET 
----------------------------------------------------------------------
Ok, can you add '#define sound_class NULL' after removing of suggested line
(on the same place)? Note that the rebuilt alsa-driver package has this
fix included.

edited on: 01-27-04 22:39

----------------------------------------------------------------------
 khali - 01-27-2004 22:48 CET 
----------------------------------------------------------------------
OK, works fine for me.
Thanks.

----------------------------------------------------------------------
 ZlatkO - 01-27-2004 22:48 CET 
----------------------------------------------------------------------
Works fine here after the second fix (same problem after the first one).
Thanks! :-)

----------------------------------------------------------------------
 perex - 01-28-2004 07:57 CET 
----------------------------------------------------------------------
Please, get the alsa-driver package v1.0.2 again from the ALSA FTP site, if
you encouter the same problem.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
01-27-04 22:08 perex          Assigned To               => perex           
01-27-04 22:08 perex          Status                   new => assigned     
01-27-04 22:08 perex          Priority                 normal => immediate 
01-27-04 22:15 perex          Category                 CORE - control => 0_compilation problem_!!!
01-27-04 22:18 khali          Bugnote Added: 0000007                       
01-27-04 22:37 perex          Bugnote Added: 0000008                       
01-27-04 22:39 perex          Bugnote Edited: 0000008                      
01-27-04 22:48 khali          Bugnote Added: 0000009                       
01-27-04 22:48 ZlatkO         Bugnote Added: 0000010                       
01-28-04 07:57 perex          Bugnote Added: 0000013                       
01-28-04 07:57 perex          Status                   assigned => closed  
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 21:48 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 21:48 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    perex
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   block
Priority:                   immediate
Status:                     assigned
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 22:48 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

----------------------------------------------------------------------
 khali - 01-27-2004 22:18 CET 
----------------------------------------------------------------------
Doesn't work for me. Even worse, alsa-driver doesn't compile anymore after
I commented the line out:

sound.c: In function `snd_register_device_R1f4c5f07':
sound.c:239: `sound_class' undeclared (first use in this function)
sound.c:239: (Each undeclared identifier is reported only once
sound.c:239: for each function it appears in.)
sound.c: In function `alsa_sound_init':
sound.c:376: `sound_class' undeclared (first use in this function)
sound.c: At top level:
sound.c:41: warning: `device_mode' defined but not used
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/usr/src/alsa-driver-1.0.2/acore'
make: *** [compile] Error 1

----------------------------------------------------------------------
 perex - 01-27-2004 22:39 CET 
----------------------------------------------------------------------
Ok, can you add '#define sound_class NULL' after removing of suggested line
(on the same place)? Note that the rebuilt alsa-driver package has this
fix included.

edited on: 01-27-04 22:39

----------------------------------------------------------------------
 khali - 01-27-2004 22:48 CET 
----------------------------------------------------------------------
OK, works fine for me.
Thanks.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
01-27-04 22:08 perex          Assigned To               => perex           
01-27-04 22:08 perex          Status                   new => assigned     
01-27-04 22:08 perex          Priority                 normal => immediate 
01-27-04 22:15 perex          Category                 CORE - control => 0_compilation problem_!!!
01-27-04 22:18 khali          Bugnote Added: 0000007                       
01-27-04 22:37 perex          Bugnote Added: 0000008                       
01-27-04 22:39 perex          Bugnote Edited: 0000008                      
01-27-04 22:48 khali          Bugnote Added: 0000009                       
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 21:37 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 21:37 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    perex
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   block
Priority:                   immediate
Status:                     assigned
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 22:37 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

----------------------------------------------------------------------
 khali - 01-27-2004 22:18 CET 
----------------------------------------------------------------------
Doesn't work for me. Even worse, alsa-driver doesn't compile anymore after
I commented the line out:

sound.c: In function `snd_register_device_R1f4c5f07':
sound.c:239: `sound_class' undeclared (first use in this function)
sound.c:239: (Each undeclared identifier is reported only once
sound.c:239: for each function it appears in.)
sound.c: In function `alsa_sound_init':
sound.c:376: `sound_class' undeclared (first use in this function)
sound.c: At top level:
sound.c:41: warning: `device_mode' defined but not used
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/usr/src/alsa-driver-1.0.2/acore'
make: *** [compile] Error 1

----------------------------------------------------------------------
 perex - 01-27-2004 22:37 CET 
----------------------------------------------------------------------
Ok, can you add '#define sound_class NULL' after removing of suggested line
(on the same place)? Note that the rebuilded alsa-driver package has this
fix included.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
01-27-04 22:08 perex          Assigned To               => perex           
01-27-04 22:08 perex          Status                   new => assigned     
01-27-04 22:08 perex          Priority                 normal => immediate 
01-27-04 22:15 perex          Category                 CORE - control => 0_compilation problem_!!!
01-27-04 22:18 khali          Bugnote Added: 0000007                       
01-27-04 22:37 perex          Bugnote Added: 0000008                       
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 21:18 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 21:18 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    perex
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   block
Priority:                   immediate
Status:                     assigned
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 22:18 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

----------------------------------------------------------------------
 khali - 01-27-2004 22:18 CET 
----------------------------------------------------------------------
Doesn't work for me. Even worse, alsa-driver doesn't compile anymore after
I commented the line out:

sound.c: In function `snd_register_device_R1f4c5f07':
sound.c:239: `sound_class' undeclared (first use in this function)
sound.c:239: (Each undeclared identifier is reported only once
sound.c:239: for each function it appears in.)
sound.c: In function `alsa_sound_init':
sound.c:376: `sound_class' undeclared (first use in this function)
sound.c: At top level:
sound.c:41: warning: `device_mode' defined but not used
make[1]: *** [sound.o] Error 1
make[1]: Leaving directory `/usr/src/alsa-driver-1.0.2/acore'
make: *** [compile] Error 1

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
01-27-04 22:08 perex          Assigned To               => perex           
01-27-04 22:08 perex          Status                   new => assigned     
01-27-04 22:08 perex          Priority                 normal => immediate 
01-27-04 22:15 perex          Category                 CORE - control => 0_compilation problem_!!!
01-27-04 22:18 khali          Bugnote Added: 0000007                       
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 21:08 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 21:08 UTC (permalink / raw)
  To: alsa-devel


The following bug has been ASSIGNED.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    perex
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   CORE - control
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 22:08 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
01-27-04 22:08 perex          Assigned To               => perex           
01-27-04 22:08 perex          Status                   new => assigned     
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 21:08 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 21:08 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   CORE - control
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 22:08 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

----------------------------------------------------------------------
 perex - 01-27-2004 22:08 CET 
----------------------------------------------------------------------
I cannot reproduce this bug, but it might be possible that removing
of line 'extern struct class_simple *sound_class;' in
alsa-driver/alsa-kernel/core/sound.c solves this bug.

Can you confirm?

I've recreated new alsa-driver package with date:

Jan 27 22:02 alsa-driver-1.0.2.tar.bz2

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
01-27-04 22:08 perex          Bugnote Added: 0000005                       
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o
@ 2004-01-27 20:31 noreply
  0 siblings, 0 replies; 8+ messages in thread
From: noreply @ 2004-01-27 20:31 UTC (permalink / raw)
  To: alsa-devel


The following NEW bug has been ADDED.
======================================================================
http://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000005
======================================================================
Reporter:                   ZlatkO
Handler:                    
======================================================================
Project:                    ALSA - driver
Bug ID:                     5
Category:                   CORE - control
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
Distribution:               Slackware 8.1
Kernel Version:             2.4.24
======================================================================
Date Submitted:             01-27-2004 21:31 CET
Last Modified:              01-27-2004 21:31 CET
======================================================================
Summary:                    alsa-driver-1.0.2: unresolved symbols in snd.o
Description: 
snd.o fails to load due to an unresolved symbol ("sound_class") on a
Slackware 8.1 system, kernel 2.4.24 (plain vanilla from kernel.org),
modutils-2.4.16.

There is no "sound_class" in the kernel's own
/usr/src/linux-2.4.24/drivers/sound/sound_core.c - am I supposed to
replace it with alsa-kernel/sound_core.c? This was not necessary in
previous ALSA versions.
======================================================================

Bug History
Date Modified  Username       Field                    Change              
======================================================================
01-27-04 21:31 ZlatkO         New Bug                                      
======================================================================


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-01-28  6:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-27 21:48 [ALSA - driver 0000005]: alsa-driver-1.0.2: unresolved symbols in snd.o noreply
  -- strict thread matches above, loose matches on Subject: below --
2004-01-28  6:57 noreply
2004-01-27 21:48 noreply
2004-01-27 21:37 noreply
2004-01-27 21:18 noreply
2004-01-27 21:08 noreply
2004-01-27 21:08 noreply
2004-01-27 20:31 noreply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.