linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test2 OSS emu10k1
@ 2003-07-27 19:02 Balram Adlakha
  2003-07-27 19:14 ` Alistair J Strachan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Balram Adlakha @ 2003-07-27 19:02 UTC (permalink / raw)
  To: linux-kernel

I cannot compile the emu10k1 module:

sound/oss/emu10k1/hwaccess.c:182: redefinition of `emu10k1_writefn0_2'
sound/oss/emu10k1/hwaccess.c:164: `emu10k1_writefn0_2' previously defined here
make[3]: *** [sound/oss/emu10k1/hwaccess.o] Error 1
make[2]: *** [sound/oss/emu10k1] Error 2
make[1]: *** [sound/oss] Error 2
make: *** [sound] Error 2


Everything else looks fine till now...

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

* Re: 2.6.0-test2 OSS emu10k1
  2003-07-27 19:02 2.6.0-test2 OSS emu10k1 Balram Adlakha
@ 2003-07-27 19:14 ` Alistair J Strachan
  2003-07-27 20:39 ` Alan Cox
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alistair J Strachan @ 2003-07-27 19:14 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: linux-kernel

On Sunday 27 July 2003 20:02, Balram Adlakha wrote:
> I cannot compile the emu10k1 module:
>
> sound/oss/emu10k1/hwaccess.c:182: redefinition of `emu10k1_writefn0_2'
> sound/oss/emu10k1/hwaccess.c:164: `emu10k1_writefn0_2' previously defined
> here make[3]: *** [sound/oss/emu10k1/hwaccess.o] Error 1
> make[2]: *** [sound/oss/emu10k1] Error 2
> make[1]: *** [sound/oss] Error 2
> make: *** [sound] Error 2

Try patching a fresh tree, or redownload the 2.6.0-test2 tarball. It compiles 
fine here.

Cheers,
Alistair Strachan.

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

* Re: 2.6.0-test2 OSS emu10k1
  2003-07-27 19:02 2.6.0-test2 OSS emu10k1 Balram Adlakha
  2003-07-27 19:14 ` Alistair J Strachan
@ 2003-07-27 20:39 ` Alan Cox
  2003-07-27 23:35 ` Rudo Thomas
  2003-07-28 20:41 ` Randy.Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2003-07-27 20:39 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: Linux Kernel Mailing List

On Sul, 2003-07-27 at 20:02, Balram Adlakha wrote:
> I cannot compile the emu10k1 module:
> 
> sound/oss/emu10k1/hwaccess.c:182: redefinition of `emu10k1_writefn0_2'
> sound/oss/emu10k1/hwaccess.c:164: `emu10k1_writefn0_2' previously defined here

Looks like bad patching 182 is unrelated in my tree


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

* Re: 2.6.0-test2 OSS emu10k1
  2003-07-27 19:02 2.6.0-test2 OSS emu10k1 Balram Adlakha
  2003-07-27 19:14 ` Alistair J Strachan
  2003-07-27 20:39 ` Alan Cox
@ 2003-07-27 23:35 ` Rudo Thomas
  2003-07-28 20:41 ` Randy.Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Rudo Thomas @ 2003-07-27 23:35 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: linux-kernel

> I cannot compile the emu10k1 module:
> 
> sound/oss/emu10k1/hwaccess.c:182: redefinition of `emu10k1_writefn0_2'
> sound/oss/emu10k1/hwaccess.c:164: `emu10k1_writefn0_2' previously defined here

You screwed up somehow, I see only one definition of that function in 2.6.0-test2...

Rudo.

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

* Re: 2.6.0-test2 OSS emu10k1
  2003-07-27 19:02 2.6.0-test2 OSS emu10k1 Balram Adlakha
                   ` (2 preceding siblings ...)
  2003-07-27 23:35 ` Rudo Thomas
@ 2003-07-28 20:41 ` Randy.Dunlap
  3 siblings, 0 replies; 5+ messages in thread
From: Randy.Dunlap @ 2003-07-28 20:41 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: linux-kernel

On Mon, 28 Jul 2003 00:32:57 +0530 Balram Adlakha <b_adlakha@softhome.net> wrote:

| I cannot compile the emu10k1 module:
| 
| sound/oss/emu10k1/hwaccess.c:182: redefinition of `emu10k1_writefn0_2'
| sound/oss/emu10k1/hwaccess.c:164: `emu10k1_writefn0_2' previously defined here
| make[3]: *** [sound/oss/emu10k1/hwaccess.o] Error 1
| make[2]: *** [sound/oss/emu10k1] Error 2
| make[1]: *** [sound/oss] Error 2
| make: *** [sound] Error 2
| 
| 
| Everything else looks fine till now...
| -

I don't see this problem when I build it.
Could it be a source file (or download) problem?
or a tools problem?

--
~Randy

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

end of thread, other threads:[~2003-07-28 20:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 19:02 2.6.0-test2 OSS emu10k1 Balram Adlakha
2003-07-27 19:14 ` Alistair J Strachan
2003-07-27 20:39 ` Alan Cox
2003-07-27 23:35 ` Rudo Thomas
2003-07-28 20:41 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).