public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* build failure 2.5.54+
@ 2003-01-04  1:10 James H. Cloos Jr.
  2003-01-04  1:24 ` Andrew McGregor
  0 siblings, 1 reply; 2+ messages in thread
From: James H. Cloos Jr. @ 2003-01-04  1:10 UTC (permalink / raw)
  To: linux-kernel

Sometime between the csets

    rddunlap@osdl.org|ChangeSet|20021218224440|38837

and

    sfr@canb.auug.org.au|ChangeSet|20030103190613|05701

compilation of ixj.ko broke.

(That is OTOO 520 csets of difference; I didn't try a compile during
the 2.5.53 timeframe.)

It looks isapnp related:

make -f scripts/Makefile.build obj=drivers/telephony
   rm -f drivers/telephony/built-in.o; ar rcs drivers/telephony/built-in.o
  gcc -Wp,-MD,drivers/telephony/.phonedev.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE   -DKBUILD_BASENAME=phonedev -DKBUILD_MODNAME=phonedev -DEXPORT_SYMTAB  -c -o drivers/telephony/phonedev.o drivers/telephony/phonedev.c
  ld -m elf_i386  -r -o drivers/telephony/phonedev.ko drivers/telephony/phonedev.o
  gcc -Wp,-MD,drivers/telephony/.ixj.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE   -DKBUILD_BASENAME=ixj -DKBUILD_MODNAME=ixj -DEXPORT_SYMTAB  -c -o drivers/telephony/ixj.o drivers/telephony/ixj.c
drivers/telephony/ixj.c: In function `cleanup':
drivers/telephony/ixj.c:7581: structure has no member named `deactivate'
drivers/telephony/ixj.c:7582: structure has no member named `deactivate'
drivers/telephony/ixj.c: In function `ixj_probe_isapnp':
drivers/telephony/ixj.c:7715: warning: implicit declaration of function `isapnp_find_dev'
drivers/telephony/ixj.c:7716: warning: assignment makes pointer from integer without a cast
drivers/telephony/ixj.c:7719: structure has no member named `prepare'
drivers/telephony/ixj.c:7731: structure has no member named `activate'
drivers/telephony/ixj.c:7762: structure has no member named `serial'
drivers/telephony/ixj.c:7712: warning: `result' might be used uninitialized in this function
make[2]: *** [drivers/telephony/ixj.o] Error 1
make[1]: *** [drivers/telephony] Error 2
make: *** [drivers] Error 2

(I'd try w/o ISAPNP, but the last time I did, I ended up w/o a working
kb or mouse....)

-JimC


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

* Re: build failure 2.5.54+
  2003-01-04  1:10 build failure 2.5.54+ James H. Cloos Jr.
@ 2003-01-04  1:24 ` Andrew McGregor
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew McGregor @ 2003-01-04  1:24 UTC (permalink / raw)
  To: James H. Cloos Jr., linux-kernel, derek

One of our developers (Derek Smithies, derek@indranet.co.nz) has been 
overhauling ixj anyway, with access to all the info Quicknet could provide 
him on the hardware, and he's got a driver that uses about half as many 
cycles and 2/3 the memory to get far better sound quality.  But his driver 
won't compile any more either, for the same reason, so if someone can fix 
that, we'll get the new version submitted with the compilation fix included.

Derek's on holiday till about the 14th.

Andrew

--On Friday, January 03, 2003 20:10:08 -0500 "James H. Cloos Jr." 
<cloos@jhcloos.com> wrote:

> Sometime between the csets
>
>     rddunlap@osdl.org|ChangeSet|20021218224440|38837
>
> and
>
>     sfr@canb.auug.org.au|ChangeSet|20030103190613|05701
>
> compilation of ixj.ko broke.
>
> (That is OTOO 520 csets of difference; I didn't try a compile during
> the 2.5.53 timeframe.)
>
> It looks isapnp related:
>
> make -f scripts/Makefile.build obj=drivers/telephony
>    rm -f drivers/telephony/built-in.o; ar rcs drivers/telephony/built-in.o
>   gcc -Wp,-MD,drivers/telephony/.phonedev.o.d -D__KERNEL__ -Iinclude
> -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
> -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686
> -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE
> -DKBUILD_BASENAME=phonedev -DKBUILD_MODNAME=phonedev -DEXPORT_SYMTAB  -c
> -o drivers/telephony/phonedev.o drivers/telephony/phonedev.c   ld -m
> elf_i386  -r -o drivers/telephony/phonedev.ko drivers/telephony/phonedev.o
>   gcc -Wp,-MD,drivers/telephony/.ixj.o.d -D__KERNEL__ -Iinclude -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -pipe -mpreferred-stack-boundary=2 -march=i686
> -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE
> -DKBUILD_BASENAME=ixj -DKBUILD_MODNAME=ixj -DEXPORT_SYMTAB  -c -o
> drivers/telephony/ixj.o drivers/telephony/ixj.c drivers/telephony/ixj.c:
> In function `cleanup':
> drivers/telephony/ixj.c:7581: structure has no member named `deactivate'
> drivers/telephony/ixj.c:7582: structure has no member named `deactivate'
> drivers/telephony/ixj.c: In function `ixj_probe_isapnp':
> drivers/telephony/ixj.c:7715: warning: implicit declaration of function
> `isapnp_find_dev' drivers/telephony/ixj.c:7716: warning: assignment makes
> pointer from integer without a cast drivers/telephony/ixj.c:7719:
> structure has no member named `prepare' drivers/telephony/ixj.c:7731:
> structure has no member named `activate' drivers/telephony/ixj.c:7762:
> structure has no member named `serial' drivers/telephony/ixj.c:7712:
> warning: `result' might be used uninitialized in this function make[2]:
> *** [drivers/telephony/ixj.o] Error 1
> make[1]: *** [drivers/telephony] Error 2
> make: *** [drivers] Error 2
>
> (I'd try w/o ISAPNP, but the last time I did, I ended up w/o a working
> kb or mouse....)
>
> -JimC
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
>



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

end of thread, other threads:[~2003-01-04  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-04  1:10 build failure 2.5.54+ James H. Cloos Jr.
2003-01-04  1:24 ` Andrew McGregor

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