2000-11-23 13:54:49

by John Crowhurst

[permalink] [raw]
Subject: ixj compile problems in 2.4.0-test11

I've just recompiled my kernel from 2.4.0-test10, upgrading to test-11, this
is the output from a make bzlilo:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -c -o ixj.o
ixj.c
ixj.c: In function xj_ioctl':
ixj.c:4703: D_PHONE_RING_START' undeclared (first use in this function)
ixj.c:4703: (Each undeclared identifier is reported only once
ixj.c:4703: for each function it appears in.)
ixj.c:4948: `PHONE_QUERY_CODEC' undeclared (first use in this function)
ixj.c:4950: storage size of `pd' isn't known
ixj.c:4950: warning: unused variable `pd'
make[3]: *** [ixj.o] Error 1
make[3]: Leaving directory /usr/src/linux/drivers/telephony'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory /usr/src/linux/drivers/telephony'
make[1]: *** [_subdir_telephony] Error 2
make[1]: Leaving directory /usr/src/linux/drivers'
make: *** [_dir_drivers] Error 2

Here is the .config diff from test-10 to test-11:
--- /usr/src/linux-test-10/.config Thu Nov 23 12:08:38 2000
+++ /usr/src/linux-test-11/.config Thu Nov 23 12:36:13 2000
@@ -28,6 +28,7 @@
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_M686FXSR=y
+# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
@@ -71,6 +72,7 @@
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
+# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

I hope this is what you need, as the kernel compiles on test-10

--
FyreMoon
Under the moon, the dragon flies.


2000-11-23 14:03:35

by Alan

[permalink] [raw]
Subject: Re: ixj compile problems in 2.4.0-test11

> ixj.c: In function xj_ioctl':
> ixj.c:4703: D_PHONE_RING_START' undeclared (first use in this function)

You have some kind of corruption here

You might want to unpack and build the new kernel with a known good kernel
rather than test9

2000-11-23 14:19:09

by Marko Kohtala

[permalink] [raw]
Subject: Re: ixj compile problems in 2.4.0-test11

I had a problem while compiling test11 on test9 kernel with debian
gcc-2.95.2. I had suspended the compilation with Ctrl-Z and it
continuted by compiling some garbage. Next time it compiled fine, so I'd
guess the files were ok in cache.

I do not know who is to blaim. Just thought to share this in case this
is the same problem.

Alan Cox wrote:
> > ixj.c: In function xj_ioctl':
> > ixj.c:4703: D_PHONE_RING_START' undeclared (first use in this function)
>
> You have some kind of corruption here
>
> You might want to unpack and build the new kernel with a known good kernel
> rather than test9