All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.4.0 on sparc64 build problems
@ 2001-01-05 17:21 Horst von Brand
  2001-01-05 23:44 ` David S. Miller
  2001-01-06  0:00 ` Joshua Uziel
  0 siblings, 2 replies; 5+ messages in thread
From: Horst von Brand @ 2001-01-05 17:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: sparclinux

Sun Ultra 1, RH 6.2 + updates (+ local hacks)

Building modules:

In drivers/sbus/audio:

  amd7930.c:113: ../../isdn/hisax/foreign.h: No such file or directory
  amd7930.c:1159: warning: function declaration isn't a prototype
  amd7930.c: In function `amd7930_dxmit':
  amd7930.c:1266: warning: assignment from incompatible pointer type
  amd7930.c: In function `amd7930_drecv':
  amd7930.c:1312: warning: assignment from incompatible pointer type
  amd7930.c: At top level:
  amd7930.c:1486: variable `amd7930_foreign_interface' has initializer but incomplete type
  [Ad nauseam]

  dbri.c:67: ../../isdn/hisax/foreign.h: No such file or directory
  [More or less the same junk as above]
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: 2.4.0 on sparc64 build problems
  2001-01-05 17:21 2.4.0 on sparc64 build problems Horst von Brand
@ 2001-01-05 23:44 ` David S. Miller
  2001-01-06  2:27   ` Kai Germaschewski
  2001-01-06  0:00 ` Joshua Uziel
  1 sibling, 1 reply; 5+ messages in thread
From: David S. Miller @ 2001-01-05 23:44 UTC (permalink / raw)
  To: vonbrand; +Cc: linux-kernel, sparclinux


The sparc64 config should never allow you to build the amd7930 and
dbri sbus sound drivers, that is a bug, and I'll fix that.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: 2.4.0 on sparc64 build problems
  2001-01-05 17:21 2.4.0 on sparc64 build problems Horst von Brand
  2001-01-05 23:44 ` David S. Miller
@ 2001-01-06  0:00 ` Joshua Uziel
  2001-01-06  0:15   ` David S. Miller
  1 sibling, 1 reply; 5+ messages in thread
From: Joshua Uziel @ 2001-01-06  0:00 UTC (permalink / raw)
  To: Horst von Brand; +Cc: linux-kernel, sparclinux

* Horst von Brand <vonbrand@inf.utfsm.cl> [010105 09:24]:
> Sun Ultra 1, RH 6.2 + updates (+ local hacks)
> 
> Building modules:
> 
> In drivers/sbus/audio:
> 
>   amd7930.c:113: ../../isdn/hisax/foreign.h: No such file or directory
>   amd7930.c:1159: warning: function declaration isn't a prototype
>   amd7930.c: In function `amd7930_dxmit':
>   amd7930.c:1266: warning: assignment from incompatible pointer type
>   amd7930.c: In function `amd7930_drecv':
>   amd7930.c:1312: warning: assignment from incompatible pointer type
>   amd7930.c: At top level:
>   amd7930.c:1486: variable `amd7930_foreign_interface' has initializer but incomplete type
>   [Ad nauseam]
> 
>   dbri.c:67: ../../isdn/hisax/foreign.h: No such file or directory
>   [More or less the same junk as above]

I'm wondering why building those drivers are options at all on sparc64
since none of the sparc64 machines (that I know of) currently available
have anything other than the cs4231 or no audio support.

Basically, those two should be removed from the config options for
sparc64... and in the meantime, you should build without 'em. :)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: 2.4.0 on sparc64 build problems
  2001-01-06  0:00 ` Joshua Uziel
@ 2001-01-06  0:15   ` David S. Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David S. Miller @ 2001-01-06  0:15 UTC (permalink / raw)
  To: uzi; +Cc: vonbrand, linux-kernel, sparclinux

   Date: 	Fri, 5 Jan 2001 16:00:21 -0800
   From: Joshua Uziel <uzi@uzix.org>

   Basically, those two should be removed from the config options for
   sparc64... and in the meantime, you should build without 'em. :)

Note that 2.2.x has this exact fix already, and that 2.2.x fix
came from a similar bug report from Horst von Brand :-)

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: 2.4.0 on sparc64 build problems
  2001-01-05 23:44 ` David S. Miller
@ 2001-01-06  2:27   ` Kai Germaschewski
  0 siblings, 0 replies; 5+ messages in thread
From: Kai Germaschewski @ 2001-01-06  2:27 UTC (permalink / raw)
  To: David S. Miller; +Cc: vonbrand, linux-kernel, sparclinux

On Fri, 5 Jan 2001, David S. Miller wrote:

> The sparc64 config should never allow you to build the amd7930 and
> dbri sbus sound drivers, that is a bug, and I'll fix that.

However, there's supposedly the same problem for sparc32, because the ISDN
support for the amd7930 apparantly never worked (it wasn't even
selectable in the kernel-config), and thus the corresponding files in
drivers/isdn/hisax were removed. Looks like this broke the sparc build.
Is anybody willing to work with me on resolving this?

--Kai


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-06  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-05 17:21 2.4.0 on sparc64 build problems Horst von Brand
2001-01-05 23:44 ` David S. Miller
2001-01-06  2:27   ` Kai Germaschewski
2001-01-06  0:00 ` Joshua Uziel
2001-01-06  0:15   ` David S. Miller

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.