* ALSA 1.0.12rc2 @ 2006-08-04 14:01 Jaroslav Kysela 2006-08-04 16:35 ` [alsa-announce] " Thierry Vignaud 2006-08-09 11:13 ` Axel Thimm 0 siblings, 2 replies; 16+ messages in thread From: Jaroslav Kysela @ 2006-08-04 14:01 UTC (permalink / raw) To: ALSA development; +Cc: ALSA Announce Hi all, 1.0.12rc2 ALSA packages (except tools and oss - no changes) were released. The list of changes can be obtained here: http://www.alsa-project.org/changes/v1-0-12rc1--v1-0-12rc2.txt Have fun, Jaroslav ----- Jaroslav Kysela <perex@suse.cz> Linux Kernel Sound Maintainer ALSA Project, SUSE Labs ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [alsa-announce] ALSA 1.0.12rc2 2006-08-04 14:01 ALSA 1.0.12rc2 Jaroslav Kysela @ 2006-08-04 16:35 ` Thierry Vignaud 2006-08-04 16:42 ` Thierry Vignaud 2006-08-04 16:46 ` Takashi Iwai 2006-08-09 11:13 ` Axel Thimm 1 sibling, 2 replies; 16+ messages in thread From: Thierry Vignaud @ 2006-08-04 16:35 UTC (permalink / raw) To: Jaroslav Kysela; +Cc: ALSA development Jaroslav Kysela <perex@suse.cz> writes: > Hi all, > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > released. The list of changes can be obtained here: > > http://www.alsa-project.org/changes/v1-0-12rc1--v1-0-12rc2.txt it looks like alsa-firmware lacks some check in its configure.in... make[1]: Entering directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' if x86_64-mandriva-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alsa-firmware\" -DVERSION=\"1.0.12rc2\" -DSTDC_HEADERS=1 -I. -I. -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -MT fw_writer.o -MD -MP -MF ".deps/fw_writer.Tpo" -c -o fw_writer.o fw_writer.c; \ then mv -f ".deps/fw_writer.Tpo" ".deps/fw_writer.Po"; else rm -f ".deps/fw_writer.Tpo"; exit 1; fi fw_writer.c:31:32: error: audio_dock_netlist.h: Aucun fichier ou répertoire de ce type fw_writer.c: In function 'main': fw_writer.c:56: error: 'audio_dock_netlist' undeclared (first use in this function) fw_writer.c:56: error: (Each undeclared identifier is reported only once fw_writer.c:56: error: for each function it appears in.) make[1]: *** [fw_writer.o] Erreur 1 make[1]: Leaving directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' make: *** [all-recursive] Erreur 1 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [alsa-announce] ALSA 1.0.12rc2 2006-08-04 16:35 ` [alsa-announce] " Thierry Vignaud @ 2006-08-04 16:42 ` Thierry Vignaud 2006-08-04 16:46 ` Takashi Iwai 1 sibling, 0 replies; 16+ messages in thread From: Thierry Vignaud @ 2006-08-04 16:42 UTC (permalink / raw) To: Jaroslav Kysela; +Cc: ALSA development Thierry Vignaud <tvignaud@mandriva.com> writes: > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > released. The list of changes can be obtained here: > > > > http://www.alsa-project.org/changes/v1-0-12rc1--v1-0-12rc2.txt > > it looks like alsa-firmware lacks some check in its configure.in... > > make[1]: Entering directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' > if x86_64-mandriva-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alsa-firmware\" -DVERSION=\"1.0.12rc2\" -DSTDC_HEADERS=1 -I. -I. -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -MT fw_writer.o -MD -MP -MF ".deps/fw_writer.Tpo" -c -o fw_writer.o fw_writer.c; \ > then mv -f ".deps/fw_writer.Tpo" ".deps/fw_writer.Po"; else rm -f ".deps/fw_writer.Tpo"; exit 1; fi > fw_writer.c:31:32: error: audio_dock_netlist.h: Aucun fichier ou répertoire de ce type > fw_writer.c: In function 'main': > fw_writer.c:56: error: 'audio_dock_netlist' undeclared (first use in this function) > fw_writer.c:56: error: (Each undeclared identifier is reported only once > fw_writer.c:56: error: for each function it appears in.) > make[1]: *** [fw_writer.o] Erreur 1 > make[1]: Leaving directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' > make: *** [all-recursive] Erreur 1 on second though, it looks like you did not pull/update all changes for alsa-firmware... :-( ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [alsa-announce] ALSA 1.0.12rc2 2006-08-04 16:35 ` [alsa-announce] " Thierry Vignaud 2006-08-04 16:42 ` Thierry Vignaud @ 2006-08-04 16:46 ` Takashi Iwai 2006-08-04 17:11 ` Thierry Vignaud 1 sibling, 1 reply; 16+ messages in thread From: Takashi Iwai @ 2006-08-04 16:46 UTC (permalink / raw) To: Thierry Vignaud; +Cc: ALSA development, Jaroslav Kysela At Fri, 04 Aug 2006 18:35:00 +0200, Thierry Vignaud wrote: > > Jaroslav Kysela <perex@suse.cz> writes: > > > Hi all, > > > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > released. The list of changes can be obtained here: > > > > http://www.alsa-project.org/changes/v1-0-12rc1--v1-0-12rc2.txt > > it looks like alsa-firmware lacks some check in its configure.in... > > make[1]: Entering directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' > if x86_64-mandriva-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alsa-firmware\" -DVERSION=\"1.0.12rc2\" -DSTDC_HEADERS=1 -I. -I. -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -MT fw_writer.o -MD -MP -MF ".deps/fw_writer.Tpo" -c -o fw_writer.o fw_writer.c; \ > then mv -f ".deps/fw_writer.Tpo" ".deps/fw_writer.Po"; else rm -f ".deps/fw_writer.Tpo"; exit 1; fi > fw_writer.c:31:32: error: audio_dock_netlist.h: Aucun fichier ou répertoire de ce type Oops, it's missing in emu/Makefile.am. I fixed it on HG. Jaroslav, could you re-tag and re-package alsa-firmware? thanks, Takashi ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [alsa-announce] ALSA 1.0.12rc2 2006-08-04 16:46 ` Takashi Iwai @ 2006-08-04 17:11 ` Thierry Vignaud 2006-08-04 17:19 ` Jaroslav Kysela 0 siblings, 1 reply; 16+ messages in thread From: Thierry Vignaud @ 2006-08-04 17:11 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development, Jaroslav Kysela Takashi Iwai <tiwai@suse.de> writes: > > it looks like alsa-firmware lacks some check in its configure.in... > > > > make[1]: Entering directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' > > if x86_64-mandriva-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alsa-firmware\" -DVERSION=\"1.0.12rc2\" -DSTDC_HEADERS=1 -I. -I. -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -MT fw_writer.o -MD -MP -MF ".deps/fw_writer.Tpo" -c -o fw_writer.o fw_writer.c; \ > > then mv -f ".deps/fw_writer.Tpo" ".deps/fw_writer.Po"; else rm -f ".deps/fw_writer.Tpo"; exit 1; fi > > fw_writer.c:31:32: error: audio_dock_netlist.h: Aucun fichier ou répertoire de ce type > > Oops, it's missing in emu/Makefile.am. > > I fixed it on HG. Jaroslav, could you re-tag and re-package > alsa-firmware? as 1.0.12-rc2.1 preferrally for proper updates for distributors... thanks ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [alsa-announce] ALSA 1.0.12rc2 2006-08-04 17:11 ` Thierry Vignaud @ 2006-08-04 17:19 ` Jaroslav Kysela 0 siblings, 0 replies; 16+ messages in thread From: Jaroslav Kysela @ 2006-08-04 17:19 UTC (permalink / raw) To: Thierry Vignaud; +Cc: Takashi Iwai, ALSA development [-- Attachment #1: Type: TEXT/PLAIN, Size: 1230 bytes --] yOn Fri, 4 Aug 2006, Thierry Vignaud wrote: > Takashi Iwai <tiwai@suse.de> writes: > > > > it looks like alsa-firmware lacks some check in its configure.in... > > > > > > make[1]: Entering directory `/tmp/tv-build/alsa-tools-1.0.12rc1/alsa-firmware-1.0.12rc2/emu' > > > if x86_64-mandriva-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alsa-firmware\" -DVERSION=\"1.0.12rc2\" -DSTDC_HEADERS=1 -I. -I. -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -MT fw_writer.o -MD -MP -MF ".deps/fw_writer.Tpo" -c -o fw_writer.o fw_writer.c; \ > > > then mv -f ".deps/fw_writer.Tpo" ".deps/fw_writer.Po"; else rm -f ".deps/fw_writer.Tpo"; exit 1; fi > > > fw_writer.c:31:32: error: audio_dock_netlist.h: Aucun fichier ou répertoire de ce type > > > > Oops, it's missing in emu/Makefile.am. > > > > I fixed it on HG. Jaroslav, could you re-tag and re-package > > alsa-firmware? > > as 1.0.12-rc2.1 preferrally for proper updates for distributors... We use 1.0.12rc2a naming scheme. I'll do new package. Jaroslav ----- Jaroslav Kysela <perex@suse.cz> Linux Kernel Sound Maintainer ALSA Project, SUSE Labs [-- Attachment #2: Type: text/plain, Size: 348 bytes --] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-04 14:01 ALSA 1.0.12rc2 Jaroslav Kysela 2006-08-04 16:35 ` [alsa-announce] " Thierry Vignaud @ 2006-08-09 11:13 ` Axel Thimm 2006-08-09 11:25 ` Takashi Iwai 1 sibling, 1 reply; 16+ messages in thread From: Axel Thimm @ 2006-08-09 11:13 UTC (permalink / raw) To: ALSA development [-- Attachment #1.1: Type: text/plain, Size: 1874 bytes --] Hi, On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote: > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > released. The list of changes can be obtained here: I tried to build on several FC/RHEL platforms, there are some new failures wrt rc1: a) all 2.4. kernel platforms (but probably more binutils related): Starting with pcm_oss.o it fails on assembly {standard input}:5744: Warning: rest of line ignored; first ignored character is `"' {standard input}:5745: Error: unknown pseudo-op: `.text.lock.' b) on 2.6.10/x86_64: CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/ioctl32.o CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o In file included from /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.c:16: /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_mmap_ctrl' make[4]: *** [/builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o] Error 1 c) on 2.6.17/x86_64 xen guest kernels: CC [M] /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast make[3]: *** [/builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o] Error 1 -- Axel.Thimm at ATrpms.net [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 373 bytes --] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-09 11:13 ` Axel Thimm @ 2006-08-09 11:25 ` Takashi Iwai 2006-08-09 11:36 ` Axel Thimm 2006-08-10 15:29 ` Axel Thimm 0 siblings, 2 replies; 16+ messages in thread From: Takashi Iwai @ 2006-08-09 11:25 UTC (permalink / raw) To: ALSA development; +Cc: alsa-devel At Wed, 9 Aug 2006 13:13:19 +0200, Axel Thimm wrote: > > Hi, > > On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote: > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > released. The list of changes can be obtained here: > > I tried to build on several FC/RHEL platforms, there are some new > failures wrt rc1: > > a) all 2.4. kernel platforms (but probably more binutils related): > Starting with pcm_oss.o it fails on assembly > > {standard input}:5744: Warning: rest of line ignored; first ignored character is `"' > {standard input}:5745: Error: unknown pseudo-op: `.text.lock.' Does it happen with HG version? > b) on 2.6.10/x86_64: > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/ioctl32.o > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o > In file included from /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.c:16: > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_mmap_ctrl' > make[4]: *** [/builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o] Error 1 OK, that's my failure. The patch below should fix. (applied to HG now.) > c) on 2.6.17/x86_64 xen guest kernels: > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast > make[3]: *** [/builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o] Error 1 This must be because of the failed detection in configure. Could you show config.log? thanks, Takashi diff -r 486e8f257fb7 acore/ioctl32/pcm32_old.c --- a/acore/ioctl32/pcm32_old.c Tue Aug 08 21:16:55 2006 +0200 +++ b/acore/ioctl32/pcm32_old.c Wed Aug 09 13:21:13 2006 +0200 @@ -518,7 +518,7 @@ static int snd_pcm_info_ioctl32(unsigned substream = pcm_file->substream; if (! substream) return -ENOTTY; - substream->no_mmap_ctrl = 1; + substream->no_compat_mmap = 1; return filp->f_op->ioctl(filp->f_dentry->d_inode, filp, cmd, arg); } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-09 11:25 ` Takashi Iwai @ 2006-08-09 11:36 ` Axel Thimm 2006-08-09 12:17 ` Takashi Iwai 2006-08-10 15:29 ` Axel Thimm 1 sibling, 1 reply; 16+ messages in thread From: Axel Thimm @ 2006-08-09 11:36 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development [-- Attachment #1.1: Type: text/plain, Size: 2760 bytes --] On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > c) on 2.6.17/x86_64 xen guest kernels: > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast > > make[3]: *** [/builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o] Error 1 > > This must be because of the failed detection in configure. > Could you show config.log? configure:7100: checking for vmalloc_to_page configure:7131: /usr/bin/gcc -c -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/amd/heretic/0/data_nobkp/bac h/bach-kernel/fc5-x86_64/2.6.17-1.2157_FC5-x86_64-xenU/include -nostdinc -iwithprefix include -DKBUILD_STR(s)=#s -DKBUILD_BASENAME=KBUILD_STR(dummy) conftest.c >&5 In file included from /builddir/kernel/include/linux/smp.h:19, from /builddir/kernel/include/linux/sched.h:26, from /builddir/kernel/include/linux/mm.h:4, from conftest.c:26: /builddir/kernel/include/asm/smp.h: In function 'hard_smp_processor_id': /builddir/kernel/include/asm/smp.h:79: warning: implicit declaration of function 'GET_APIC_ID' /builddir/kernel/include/asm/smp.h:79: error: 'APIC_BASE' undeclared (first use in this function) /builddir/kernel/include/asm/smp.h:79: error: (Each undeclared identifier is reported only once /builddir/kernel/include/asm/smp.h:79: error: for each function it appears in.) /builddir/kernel/include/asm/smp.h:79: error: 'APIC_ID' undeclared (first use in this function) /builddir/kernel/include/asm/smp.h: In function 'cpu_present_to_apicid': /builddir/kernel/include/asm/smp.h:114: error: 'BAD_APICID' undeclared (first use in this function) /builddir/kernel/include/asm/smp.h: In function 'logical_smp_processor_id': /builddir/kernel/include/asm/smp.h:137: warning: implicit declaration of function 'GET_APIC_LOGICAL_ID' /builddir/kernel/include/asm/smp.h:137: error: 'APIC_BASE' undeclared (first use in this function) /builddir/kernel/include/asm/smp.h:137: error: 'APIC_LDR' undeclared (first use in this function) configure:7137: $? = 1 -- Axel.Thimm at ATrpms.net [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 373 bytes --] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-09 11:36 ` Axel Thimm @ 2006-08-09 12:17 ` Takashi Iwai 2006-08-10 15:32 ` Axel Thimm 0 siblings, 1 reply; 16+ messages in thread From: Takashi Iwai @ 2006-08-09 12:17 UTC (permalink / raw) To: ALSA development At Wed, 9 Aug 2006 13:36:18 +0200, Axel Thimm wrote: > > On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > > c) on 2.6.17/x86_64 xen guest kernels: > > > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast > > > make[3]: *** [/builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o] Error 1 > > > > This must be because of the failed detection in configure. > > Could you show config.log? > > configure:7100: checking for vmalloc_to_page > configure:7131: /usr/bin/gcc -c -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/amd/heretic/0/data_nobkp/bac > h/bach-kernel/fc5-x86_64/2.6.17-1.2157_FC5-x86_64-xenU/include -nostdinc -iwithprefix include -DKBUILD_STR(s)=#s -DKBUILD_BASENAME=KBUILD_STR(dummy) conftest.c >&5 > In file included from /builddir/kernel/include/linux/smp.h:19, > from /builddir/kernel/include/linux/sched.h:26, > from /builddir/kernel/include/linux/mm.h:4, > from conftest.c:26: > /builddir/kernel/include/asm/smp.h: In function 'hard_smp_processor_id': > /builddir/kernel/include/asm/smp.h:79: warning: implicit declaration of function 'GET_APIC_ID' > /builddir/kernel/include/asm/smp.h:79: error: 'APIC_BASE' undeclared (first use in this function) > /builddir/kernel/include/asm/smp.h:79: error: (Each undeclared identifier is reported only once > /builddir/kernel/include/asm/smp.h:79: error: for each function it appears in.) > /builddir/kernel/include/asm/smp.h:79: error: 'APIC_ID' undeclared (first use in this function) > /builddir/kernel/include/asm/smp.h: In function 'cpu_present_to_apicid': > /builddir/kernel/include/asm/smp.h:114: error: 'BAD_APICID' undeclared (first use in this function) > /builddir/kernel/include/asm/smp.h: In function 'logical_smp_processor_id': > /builddir/kernel/include/asm/smp.h:137: warning: implicit declaration of function 'GET_APIC_LOGICAL_ID' > /builddir/kernel/include/asm/smp.h:137: error: 'APIC_BASE' undeclared (first use in this function) > /builddir/kernel/include/asm/smp.h:137: error: 'APIC_LDR' undeclared (first use in this function) > configure:7137: $? = 1 This looks like a bug of asm-x86_64/smp.h. The patch (to HG version) below is a workaround for this problem. Could you check it? Takashi diff -r 5c926cbba14e configure.in --- a/configure.in Wed Aug 09 13:23:27 2006 +0200 +++ b/configure.in Wed Aug 09 14:15:40 2006 +0200 @@ -1523,6 +1523,7 @@ AC_TRY_COMPILE([ #define __KERNEL__ #include <linux/config.h> #include <linux/time.h> +#include <linux/interrupt.h> #include <linux/mm.h> ],[ struct page * (*func)(void*); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-09 12:17 ` Takashi Iwai @ 2006-08-10 15:32 ` Axel Thimm 2006-08-10 16:41 ` Takashi Iwai 0 siblings, 1 reply; 16+ messages in thread From: Axel Thimm @ 2006-08-10 15:32 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development [-- Attachment #1.1: Type: text/plain, Size: 3871 bytes --] On Wed, Aug 09, 2006 at 02:17:57PM +0200, Takashi Iwai wrote: > At Wed, 9 Aug 2006 13:36:18 +0200, > Axel Thimm wrote: > > > > On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > > > c) on 2.6.17/x86_64 xen guest kernels: > > > > > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast > > > > make[3]: *** [/builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o] Error 1 > > > > > > This must be because of the failed detection in configure. > > > Could you show config.log? > > > > configure:7100: checking for vmalloc_to_page > > configure:7131: /usr/bin/gcc -c -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/amd/heretic/0/data_nobkp/bac > > h/bach-kernel/fc5-x86_64/2.6.17-1.2157_FC5-x86_64-xenU/include -nostdinc -iwithprefix include -DKBUILD_STR(s)=#s -DKBUILD_BASENAME=KBUILD_STR(dummy) conftest.c >&5 > > In file included from /builddir/kernel/include/linux/smp.h:19, > > from /builddir/kernel/include/linux/sched.h:26, > > from /builddir/kernel/include/linux/mm.h:4, > > from conftest.c:26: > > /builddir/kernel/include/asm/smp.h: In function 'hard_smp_processor_id': > > /builddir/kernel/include/asm/smp.h:79: warning: implicit declaration of function 'GET_APIC_ID' > > /builddir/kernel/include/asm/smp.h:79: error: 'APIC_BASE' undeclared (first use in this function) > > /builddir/kernel/include/asm/smp.h:79: error: (Each undeclared identifier is reported only once > > /builddir/kernel/include/asm/smp.h:79: error: for each function it appears in.) > > /builddir/kernel/include/asm/smp.h:79: error: 'APIC_ID' undeclared (first use in this function) > > /builddir/kernel/include/asm/smp.h: In function 'cpu_present_to_apicid': > > /builddir/kernel/include/asm/smp.h:114: error: 'BAD_APICID' undeclared (first use in this function) > > /builddir/kernel/include/asm/smp.h: In function 'logical_smp_processor_id': > > /builddir/kernel/include/asm/smp.h:137: warning: implicit declaration of function 'GET_APIC_LOGICAL_ID' > > /builddir/kernel/include/asm/smp.h:137: error: 'APIC_BASE' undeclared (first use in this function) > > /builddir/kernel/include/asm/smp.h:137: error: 'APIC_LDR' undeclared (first use in this function) > > configure:7137: $? = 1 > > This looks like a bug of asm-x86_64/smp.h. > The patch (to HG version) below is a workaround for this problem. > Could you check it? I tried, it still fails CC [M] /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.o /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast -- Axel.Thimm at ATrpms.net [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 373 bytes --] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-10 15:32 ` Axel Thimm @ 2006-08-10 16:41 ` Takashi Iwai 0 siblings, 0 replies; 16+ messages in thread From: Takashi Iwai @ 2006-08-10 16:41 UTC (permalink / raw) To: ALSA development At Thu, 10 Aug 2006 17:32:00 +0200, Axel Thimm wrote: > > On Wed, Aug 09, 2006 at 02:17:57PM +0200, Takashi Iwai wrote: > > At Wed, 9 Aug 2006 13:36:18 +0200, > > Axel Thimm wrote: > > > > > > On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > > > > c) on 2.6.17/x86_64 xen guest kernels: > > > > > > > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o > > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': > > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' > > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' > > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' > > > > > /builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast > > > > > make[3]: *** [/builddir/alsa-driver-1.0.12rc2/acore/memory_wrapper.o] Error 1 > > > > > > > > This must be because of the failed detection in configure. > > > > Could you show config.log? > > > > > > configure:7100: checking for vmalloc_to_page > > > configure:7131: /usr/bin/gcc -c -Wall -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/amd/heretic/0/data_nobkp/bac > > > h/bach-kernel/fc5-x86_64/2.6.17-1.2157_FC5-x86_64-xenU/include -nostdinc -iwithprefix include -DKBUILD_STR(s)=#s -DKBUILD_BASENAME=KBUILD_STR(dummy) conftest.c >&5 > > > In file included from /builddir/kernel/include/linux/smp.h:19, > > > from /builddir/kernel/include/linux/sched.h:26, > > > from /builddir/kernel/include/linux/mm.h:4, > > > from conftest.c:26: > > > /builddir/kernel/include/asm/smp.h: In function 'hard_smp_processor_id': > > > /builddir/kernel/include/asm/smp.h:79: warning: implicit declaration of function 'GET_APIC_ID' > > > /builddir/kernel/include/asm/smp.h:79: error: 'APIC_BASE' undeclared (first use in this function) > > > /builddir/kernel/include/asm/smp.h:79: error: (Each undeclared identifier is reported only once > > > /builddir/kernel/include/asm/smp.h:79: error: for each function it appears in.) > > > /builddir/kernel/include/asm/smp.h:79: error: 'APIC_ID' undeclared (first use in this function) > > > /builddir/kernel/include/asm/smp.h: In function 'cpu_present_to_apicid': > > > /builddir/kernel/include/asm/smp.h:114: error: 'BAD_APICID' undeclared (first use in this function) > > > /builddir/kernel/include/asm/smp.h: In function 'logical_smp_processor_id': > > > /builddir/kernel/include/asm/smp.h:137: warning: implicit declaration of function 'GET_APIC_LOGICAL_ID' > > > /builddir/kernel/include/asm/smp.h:137: error: 'APIC_BASE' undeclared (first use in this function) > > > /builddir/kernel/include/asm/smp.h:137: error: 'APIC_LDR' undeclared (first use in this function) > > > configure:7137: $? = 1 > > > > This looks like a bug of asm-x86_64/smp.h. > > The patch (to HG version) below is a workaround for this problem. > > Could you check it? > > I tried, it still fails > > CC [M] /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.o > /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c: In function 'snd_compat_vmalloc_to_page': > /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:40: error: implicit declaration of function 'VMALLOC_VMADDR' > /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:45: error: incompatible type for argument 1 of 'pud_val' > /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:46: error: implicit declaration of function 'pte_offset' > /builddir/alsa-driver-1.0.12-hg20060810/acore/memory_wrapper.c:46: warning: assignment makes pointer from integer without a cast This means still something wrong in configure. vmalloc_to_page must be defined in the recent kernel. Takashi ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-09 11:25 ` Takashi Iwai 2006-08-09 11:36 ` Axel Thimm @ 2006-08-10 15:29 ` Axel Thimm 2006-08-10 15:33 ` Axel Thimm 2006-08-10 16:41 ` Takashi Iwai 1 sibling, 2 replies; 16+ messages in thread From: Axel Thimm @ 2006-08-10 15:29 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development [-- Attachment #1.1: Type: text/plain, Size: 2246 bytes --] On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > At Wed, 9 Aug 2006 13:13:19 +0200, > Axel Thimm wrote: > > On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote: > > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > > released. The list of changes can be obtained here: > > > > I tried to build on several FC/RHEL platforms, there are some new > > failures wrt rc1: > > > > a) all 2.4. kernel platforms (but probably more binutils related): > > Starting with pcm_oss.o it fails on assembly > > > > {standard input}:5744: Warning: rest of line ignored; first ignored character is `"' > > {standard input}:5745: Error: unknown pseudo-op: `.text.lock.' > > Does it happen with HG version? It now fails on In file included from ca0106_mixer.c:2: ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: unknown field `p' specified in initializer or In file included from pcm32.c:5: pcm32_old.c: In function `snd_pcm_info_ioctl32': pcm32_old.c:521: structure has no member named `no_compat_mmap' or adriver.h:142:35: macro "might_sleep" passed 1 arguments, but takes just 0 > > b) on 2.6.10/x86_64: > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/ioctl32.o > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o > > In file included from /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.c:16: > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_mmap_ctrl' > > make[4]: *** [/builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o] Error 1 > > OK, that's my failure. The patch below should fix. > (applied to HG now.) Now it dies on CC [M] /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.o In file included from /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.c:16: /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_compat_mmap' -- Axel.Thimm at ATrpms.net [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 373 bytes --] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-10 15:29 ` Axel Thimm @ 2006-08-10 15:33 ` Axel Thimm 2006-08-10 16:41 ` Takashi Iwai 1 sibling, 0 replies; 16+ messages in thread From: Axel Thimm @ 2006-08-10 15:33 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development [-- Attachment #1.1: Type: text/plain, Size: 3055 bytes --] On Thu, Aug 10, 2006 at 05:29:18PM +0200, Axel Thimm wrote: > On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > At Wed, 9 Aug 2006 13:13:19 +0200, > > Axel Thimm wrote: > > > On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote: > > > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > > > released. The list of changes can be obtained here: > > > > > > I tried to build on several FC/RHEL platforms, there are some new > > > failures wrt rc1: > > > > > > a) all 2.4. kernel platforms (but probably more binutils related): > > > Starting with pcm_oss.o it fails on assembly > > > > > > {standard input}:5744: Warning: rest of line ignored; first ignored character is `"' > > > {standard input}:5745: Error: unknown pseudo-op: `.text.lock.' > > > > Does it happen with HG version? > > It now fails on > > In file included from ca0106_mixer.c:2: > ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: unknown field `p' specified in initializer > > or > > In file included from pcm32.c:5: > pcm32_old.c: In function `snd_pcm_info_ioctl32': > pcm32_old.c:521: structure has no member named `no_compat_mmap' BTW this also makes 2.6.9/x86_64 fail which did build for 1.0.12rc2. > or > > adriver.h:142:35: macro "might_sleep" passed 1 arguments, but takes just 0 > > > > > b) on 2.6.10/x86_64: > > > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/ioctl32.o > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o > > > In file included from /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.c:16: > > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': > > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_mmap_ctrl' > > > make[4]: *** [/builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o] Error 1 > > > > OK, that's my failure. The patch below should fix. > > (applied to HG now.) > > Now it dies on > > CC [M] /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.o > In file included from /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.c:16: > /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': > /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_compat_mmap' > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel -- Axel.Thimm at ATrpms.net [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 373 bytes --] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.12rc2 2006-08-10 15:29 ` Axel Thimm 2006-08-10 15:33 ` Axel Thimm @ 2006-08-10 16:41 ` Takashi Iwai 2006-08-19 14:56 ` 1.0.12rc3 (was: ALSA 1.0.12rc2) Axel Thimm 1 sibling, 1 reply; 16+ messages in thread From: Takashi Iwai @ 2006-08-10 16:41 UTC (permalink / raw) To: ALSA development At Thu, 10 Aug 2006 17:29:18 +0200, Axel Thimm wrote: > > On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > At Wed, 9 Aug 2006 13:13:19 +0200, > > Axel Thimm wrote: > > > On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote: > > > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > > > released. The list of changes can be obtained here: > > > > > > I tried to build on several FC/RHEL platforms, there are some new > > > failures wrt rc1: > > > > > > a) all 2.4. kernel platforms (but probably more binutils related): > > > Starting with pcm_oss.o it fails on assembly > > > > > > {standard input}:5744: Warning: rest of line ignored; first ignored character is `"' > > > {standard input}:5745: Error: unknown pseudo-op: `.text.lock.' > > > > Does it happen with HG version? > > It now fails on > > In file included from ca0106_mixer.c:2: > ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: unknown field `p' specified in initializer Is this with the same compiler? It's an initialization of union field. Possibly, initializing like .tlv = { .p = xxx } might work? > or > > In file included from pcm32.c:5: > pcm32_old.c: In function `snd_pcm_info_ioctl32': > pcm32_old.c:521: structure has no member named `no_compat_mmap' > > or > > adriver.h:142:35: macro "might_sleep" passed 1 arguments, but takes just 0 They should be fixed right now. > > > b) on 2.6.10/x86_64: > > > > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/ioctl32.o > > > CC [M] /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o > > > In file included from /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.c:16: > > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': > > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_mmap_ctrl' > > > make[4]: *** [/builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o] Error 1 > > > > OK, that's my failure. The patch below should fix. > > (applied to HG now.) > > Now it dies on > > CC [M] /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.o > In file included from /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.c:16: > /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32': > /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_compat_mmap' This, too. Takashi ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ^ permalink raw reply [flat|nested] 16+ messages in thread
* 1.0.12rc3 (was: ALSA 1.0.12rc2) 2006-08-10 16:41 ` Takashi Iwai @ 2006-08-19 14:56 ` Axel Thimm 0 siblings, 0 replies; 16+ messages in thread From: Axel Thimm @ 2006-08-19 14:56 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development [-- Attachment #1.1: Type: text/plain, Size: 2073 bytes --] On Thu, Aug 10, 2006 at 06:41:20PM +0200, Takashi Iwai wrote: > At Thu, 10 Aug 2006 17:29:18 +0200, > Axel Thimm wrote: > > > > On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote: > > > At Wed, 9 Aug 2006 13:13:19 +0200, > > > Axel Thimm wrote: > > > > On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote: > > > > > 1.0.12rc2 ALSA packages (except tools and oss - no changes) were > > > > > released. The list of changes can be obtained here: > > > > > > > > I tried to build on several FC/RHEL platforms, there are some new > > > > failures wrt rc1: > > > > > > > > a) all 2.4. kernel platforms (but probably more binutils related): > > > > Starting with pcm_oss.o it fails on assembly > > > > > > > > {standard input}:5744: Warning: rest of line ignored; first ignored character is `"' > > > > {standard input}:5745: Error: unknown pseudo-op: `.text.lock.' > > > > > > Does it happen with HG version? > > > > It now fails on > > > > In file included from ca0106_mixer.c:2: > > ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: unknown field `p' specified in initializer > > Is this with the same compiler? > It's an initialization of union field. > > Possibly, initializing like > .tlv = { .p = xxx } > might work? I tried it now said In file included from ca0106_mixer.c:2: ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: unknown field `p' specified in initializer ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: warning: missing braces around initializer ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: warning: (near initialization for `snd_ca0106_volume_ctls[0].tlv') Looks like I would need some extra {}, but I decided to drop binary support for this release (RH7.3), so I can't test any further. Other, newer, 2.4 platforms build fine. Other than that a lot more builds, I only have the old (and minor) issue with xenU/x86_64 "implicit declaration of function 'VMALLOC_VMADDR' problem". Even 2.6.18 close stuff (FC6) build properly, thanks! -- Axel.Thimm at ATrpms.net [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 373 bytes --] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ Alsa-devel mailing list Alsa-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2006-08-19 14:56 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-08-04 14:01 ALSA 1.0.12rc2 Jaroslav Kysela 2006-08-04 16:35 ` [alsa-announce] " Thierry Vignaud 2006-08-04 16:42 ` Thierry Vignaud 2006-08-04 16:46 ` Takashi Iwai 2006-08-04 17:11 ` Thierry Vignaud 2006-08-04 17:19 ` Jaroslav Kysela 2006-08-09 11:13 ` Axel Thimm 2006-08-09 11:25 ` Takashi Iwai 2006-08-09 11:36 ` Axel Thimm 2006-08-09 12:17 ` Takashi Iwai 2006-08-10 15:32 ` Axel Thimm 2006-08-10 16:41 ` Takashi Iwai 2006-08-10 15:29 ` Axel Thimm 2006-08-10 15:33 ` Axel Thimm 2006-08-10 16:41 ` Takashi Iwai 2006-08-19 14:56 ` 1.0.12rc3 (was: ALSA 1.0.12rc2) Axel Thimm
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.