Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-31 11:04 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-31 11:04 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-31-2005 13:04 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 Cimmo - 05-31-05 13:03 
----------------------------------------------------------------------
In fact I have old lib in /lib and new one in /usr/lib, so I have to delete
old one?

----------------------------------------------------------------------
 tiwai - 05-31-05 13:04 
----------------------------------------------------------------------
Yes.  Or run configure with the proper option.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
05-30-05 15:36 Cimmo          Status                   resolved => feedback
05-30-05 15:36 Cimmo          Resolution               fixed => reopened   
05-30-05 15:36 Cimmo          Note Added: 0004820                          
05-31-05 12:52 tiwai          Note Added: 0004823                          
05-31-05 13:03 Cimmo          Note Added: 0004826                          
05-31-05 13:04 tiwai          Note Added: 0004828                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-06-01 14:52 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-06-01 14:52 UTC (permalink / raw)
  To: alsa-devel


The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
Resolution:                 not an issue
Fixed in Version:           
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              06-01-2005 16:52 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 Cimmo - 05-31-05 13:27 
----------------------------------------------------------------------
Ok using --libdir=/lib64 it compiled well.
Sorry for this bug-report.

best regards

----------------------------------------------------------------------
 tiwai - 06-01-05 16:52 
----------------------------------------------------------------------
OK, closing now.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
05-30-05 15:36 Cimmo          Status                   resolved => feedback
05-30-05 15:36 Cimmo          Resolution               fixed => reopened   
05-30-05 15:36 Cimmo          Note Added: 0004820                          
05-31-05 12:52 tiwai          Note Added: 0004823                          
05-31-05 13:03 Cimmo          Note Added: 0004826                          
05-31-05 13:04 tiwai          Note Added: 0004828                          
05-31-05 13:27 Cimmo          Note Added: 0004830                          
06-01-05 16:52 tiwai          Status                   feedback => resolved
06-01-05 16:52 tiwai          Resolution               reopened => not an issue
06-01-05 16:52 tiwai          Note Added: 0004861                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-31 11:27 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-31 11:27 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-31-2005 13:27 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 tiwai - 05-31-05 13:04 
----------------------------------------------------------------------
Yes.  Or run configure with the proper option.

----------------------------------------------------------------------
 Cimmo - 05-31-05 13:27 
----------------------------------------------------------------------
Ok using --libdir=/lib64 it compiled well.
Sorry for this bug-report.

best regards

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
05-30-05 15:36 Cimmo          Status                   resolved => feedback
05-30-05 15:36 Cimmo          Resolution               fixed => reopened   
05-30-05 15:36 Cimmo          Note Added: 0004820                          
05-31-05 12:52 tiwai          Note Added: 0004823                          
05-31-05 13:03 Cimmo          Note Added: 0004826                          
05-31-05 13:04 tiwai          Note Added: 0004828                          
05-31-05 13:27 Cimmo          Note Added: 0004830                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-31 11:03 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-31 11:03 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-31-2005 13:03 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 tiwai - 05-31-05 12:52 
----------------------------------------------------------------------
Make sure that you have no /lib/libasound.so.*.  IIRC, FC3 installs
alsa-lib into /lib instead of /usr/lib.

----------------------------------------------------------------------
 Cimmo - 05-31-05 13:03 
----------------------------------------------------------------------
In fact I have old lib in /lib and new one in /usr/lib, so I have to delete
old one?

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
05-30-05 15:36 Cimmo          Status                   resolved => feedback
05-30-05 15:36 Cimmo          Resolution               fixed => reopened   
05-30-05 15:36 Cimmo          Note Added: 0004820                          
05-31-05 12:52 tiwai          Note Added: 0004823                          
05-31-05 13:03 Cimmo          Note Added: 0004826                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-31 10:52 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-31 10:52 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-31-2005 12:52 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 Cimmo - 05-30-05 15:36 
----------------------------------------------------------------------
I've installed all CVS packages and followed these instructions
http://alsa.opensrc.org/index.php?page=AlsaCVS

so I think alsa-lib is now installed, but still compilation error...

----------------------------------------------------------------------
 tiwai - 05-31-05 12:52 
----------------------------------------------------------------------
Make sure that you have no /lib/libasound.so.*.  IIRC, FC3 installs
alsa-lib into /lib instead of /usr/lib.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
05-30-05 15:36 Cimmo          Status                   resolved => feedback
05-30-05 15:36 Cimmo          Resolution               fixed => reopened   
05-30-05 15:36 Cimmo          Note Added: 0004820                          
05-31-05 12:52 tiwai          Note Added: 0004823                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-30 13:36 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-30 13:36 UTC (permalink / raw)
  To: alsa-devel


The following issue has been REOPENED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-30-2005 15:36 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 perex - 05-30-05 15:11 
----------------------------------------------------------------------
Install correctly alsa-lib 1.0.9 as first.

----------------------------------------------------------------------
 Cimmo - 05-30-05 15:36 
----------------------------------------------------------------------
I've installed all CVS packages and followed these instructions
http://alsa.opensrc.org/index.php?page=AlsaCVS

so I think alsa-lib is now installed, but still compilation error...

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
05-30-05 15:36 Cimmo          Status                   resolved => feedback
05-30-05 15:36 Cimmo          Resolution               fixed => reopened   
05-30-05 15:36 Cimmo          Note Added: 0004820                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-30 13:11 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-30 13:11 UTC (permalink / raw)
  To: alsa-devel


The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-30-2005 15:11 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

----------------------------------------------------------------------
 perex - 05-30-05 15:11 
----------------------------------------------------------------------
Install correctly alsa-lib 1.0.9 as first.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
05-30-05 15:11 perex          Status                   assigned => resolved
05-30-05 15:11 perex          Resolution               open => fixed       
05-30-05 15:11 perex          Note Added: 0004818                          
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [ALSA - driver 0001146]: Cannot compile alsa-utils
@ 2005-05-30 13:06 bugtrack
  0 siblings, 0 replies; 8+ messages in thread
From: bugtrack @ 2005-05-30 13:06 UTC (permalink / raw)
  To: alsa-devel


The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1146> 
======================================================================
Reported By:                Cimmo
Assigned To:                perex
======================================================================
Project:                    ALSA - driver
Issue ID:                   1146
Category:                   0_compilation problem_!!!
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Distribution:               Fedora Core 4 test3
Kernel Version:             2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================
Date Submitted:             05-30-2005 15:06 CEST
Last Modified:              05-30-2005 15:06 CEST
======================================================================
Summary:                    Cannot compile alsa-utils
Description: 
Compiling alsa-utils 1.0.9 with gcc 4.0.0 I've this error:

Making all in alsactl
make[1]: Entering directory
`/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
gcc  -g -O2   -o alsactl  alsactl.o state.o power.o names.o  -lasound -lm
-ldl -lpthread
names.o(.text+0xdce): In function `probe_timers':
/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425: undefined
reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xdee):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:425:
undefined reference to `snd_timer_ginfo_sizeof'
names.o(.text+0xe4e):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:435:
undefined reference to `snd_timer_ginfo_set_tid'
names.o(.text+0xebf):/home/cimmo/updates/alsa-utils-1.0.9/alsactl/names.c:445:
undefined reference to `snd_timer_ginfo_get_name'
collect2: ld returned 1 exit status
make[1]: *** [alsactl] Error 1
make[1]: Leaving directory `/home/cimmo/updates/alsa-utils-1.0.9/alsactl'
make: *** [all-recursive] Error 1
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-30-05 15:06 Cimmo          New Issue                                    
05-30-05 15:06 Cimmo          Distribution              => Fedora Core 4 test3
05-30-05 15:06 Cimmo          Kernel Version            =>
2.6.11-1.1363_FC4-x86_64 (contains 2.6.12rc5)
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

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

end of thread, other threads:[~2005-06-01 14:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-31 11:04 [ALSA - driver 0001146]: Cannot compile alsa-utils bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2005-06-01 14:52 bugtrack
2005-05-31 11:27 bugtrack
2005-05-31 11:03 bugtrack
2005-05-31 10:52 bugtrack
2005-05-30 13:36 bugtrack
2005-05-30 13:11 bugtrack
2005-05-30 13:06 bugtrack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox