From: Axel Thimm <Axel.Thimm@ATrpms.net>
To: alsa-devel@lists.sourceforge.net
Subject: Problems building alsa-driver on FC6 (2.6.18)
Date: Sun, 22 Oct 2006 11:54:59 +0200 [thread overview]
Message-ID: <20061022095459.GA8377@neu.nirvana> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 4470 bytes --]
Hi,
I can't build alsa-driver on FC6. Comparing to FC5, which is also
2.6.18 based I see the following differences during configure:
@@ -109,4 +109,4 @@
checking for kernel linux/autoconf.h... yes
-checking for kernel version... 2.6.18-1.2200.fc5smp
-checking for GCC version... Kernel compiler: Used compiler: gcc
(GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)
+checking for kernel version... 2.6.18-1.2798.fc6
+checking for GCC version... Kernel compiler: Used compiler: gcc
(GCC) 4.1.1 20061011 (Red Hat 4.1.1-30)
@@ -158,3 +158,3 @@
checking for input subsystem in kernel... yes
-checking for directory to store kernel
modules... /lib/modules/2.6.18-1.2200.fc5smp/updates/sound
+checking for directory to store kernel
modules... /lib/modules/2.6.18-1.2798.fc6/updates/sound
checking for verbose procfs... on
@@ -176,21 +176,20 @@
checking for sscanf... no
-checking for vmalloc_to_page... yes
-checking for old kmod... no
-checking for PDE... yes
-checking for pci_set_consistent_dma_mask... yes
-checking for pci_dev_present... yes
-checking for msleep... yes
-checking for msleep_interrupt... yes
-checking for msecs_to_jiffies... yes
+checking for vmalloc_to_page... no
+checking for old kmod... yes
+checking for PDE... no
+checking for pci_set_consistent_dma_mask... no
+checking for pci_dev_present... no
+checking for msleep... no
+checking for msecs_to_jiffies... no
checking for tty->count is the atomic type... no
-checking for video_get_drvdata... yes
+checking for video_get_drvdata... no
checking for V4L1 layer... yes
-checking for io_remap_pfn_range... yes
-checking for kcalloc... yes
-checking for kstrdup... yes
-checking for kzalloc... yes
+checking for io_remap_pfn_range... no
+checking for new io_remap_page_range... no
+checking for kcalloc... no
+checking for kstrdup... no
+checking for kzalloc... no
checking for create_workqueue with flags... no
-checking for saved_config_space in pci_dev... yes
-checking for new pci_save_state... yes
-checking for register_sound_special_device... yes
+checking for saved_config_space in pci_dev... no
+checking for register_sound_special_device... no
checking for driver version... 1.0.13
@@ -199,3 +198,3 @@
checking for OSS PCM plugin system inclusion... yes
-checking for RTC callback support in kernel... yes
+checking for RTC callback support in kernel... no
checking for HPET support... yes
@@ -208,5 +207,5 @@
checking for removal of page-reservation for nopage/mmap... no
-checking for nested class_device... yes
-checking for PnP suspend/resume... yes
-checking for new unlocked/compat_ioctl... yes
+checking for nested class_device... no
+checking for PnP suspend/resume... no
+checking for new unlocked/compat_ioctl... no
checking for PC-Speaker hook... no
@@ -230,3 +229,2 @@
config.status: creating include/config1.h
-config.status: include/config1.h is unchanged
config.status: creating include/version.h
@@ -234,3 +232,2 @@
config.status: creating include/autoconf-extra.h
-config.status: include/autoconf-extra.h is unchanged
Hacking autoconf.h...
This leads to
CC [M] /builddir/alsa-driver-1.0.13/acore/hwdep.o
In file included from
/builddir/alsa-driver-1.0.13/include/sound/driver.h:46,
from
/builddir/alsa-driver-1.0.13/acore/hwdep.c:22:
/builddir/alsa-driver-1.0.13/include/adriver.h:742:
error: redefinition of 'jiffies_to_msecs'
include/linux/jiffies.h:253: error: previous definition of
'jiffies_to_msecs' was here
One thing I know is different is the absence of <linux/config.h>. I
tried commenting all includes to it, and the configure output changed
a bit, but still the same error. The following diff is both on FC6,
the second time w/o including <linux/config>.
@@ -171,9 +173,9 @@
checking for Kernel ISA-PnP support... yes
-checking for strlcpy... no
-checking for snprintf... no
-checking for vsnprintf... no
-checking for scnprintf... no
-checking for sscanf... no
+checking for strlcpy... yes
+checking for snprintf... yes
+checking for vsnprintf... yes
+checking for scnprintf... yes
+checking for sscanf... yes
checking for vmalloc_to_page... no
-checking for old kmod... yes
+checking for old kmod... no
checking for PDE... no
@@ -189,3 +191,3 @@
checking for kcalloc... no
-checking for kstrdup... no
+checking for kstrdup... yes
checking for kzalloc... no
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
next reply other threads:[~2006-10-22 9:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-22 9:54 Axel Thimm [this message]
2006-10-23 10:59 ` Problems building alsa-driver on FC6 (2.6.18) Takashi Iwai
2006-10-23 11:03 ` Axel Thimm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061022095459.GA8377@neu.nirvana \
--to=axel.thimm@atrpms.net \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.