Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread Kai Germaschewski

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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread David S. Miller

   Date:Fri, 5 Jan 2001 16:00:21 -0800
   From: Joshua Uziel <[EMAIL PROTECTED]>

   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
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread David S. Miller


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
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread Joshua Uziel

* Horst von Brand <[EMAIL PROTECTED]> [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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.4.0 on sparc64 build problems

2001-01-05 Thread Horst von Brand

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:[EMAIL PROTECTED]
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria  +56 32 654239
Casilla 110-V, Valparaiso, ChileFax:  +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.4.0 on sparc64 build problems

2001-01-05 Thread Horst von Brand

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:[EMAIL PROTECTED]
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria  +56 32 654239
Casilla 110-V, Valparaiso, ChileFax:  +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread Joshua Uziel

* Horst von Brand [EMAIL PROTECTED] [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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread David S. Miller


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
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread Kai Germaschewski

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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/