[OpenAFS-devel] sparc64 Linux support?

Troy Benjegerdes hozer@hozed.org
Sun, 18 Dec 2005 01:25:36 -0600


On Mon, Oct 10, 2005 at 02:34:20PM -0700, Russ Allbery wrote:
> Is anyone working on sparc64 Linux support?  The latest report that I have
> from Debian bugs is that it's not working, and I don't have access to the
> platform to fix it.  I'd love patches, though, as some Debian users want
> it.
> 
> 
>   CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.o
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c: In function `rx_InitHost':
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:390: error: `SPLVAR' undeclared (first use in this function)
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:390: error: (Each undeclared identifier is reported only once
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:390: error: for each function it appears in.)
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:475: error: `NETPRI' undeclared (first use in this function)
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:541: error: `USERPRI' undeclared (first use in this function)
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c: In function `rx_StartServer':
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:681: error: `SPLVAR' undeclared (first use in this function)
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:684: error: `NETPRI' undeclared (first use in this function)
>   /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.12-1-sparc64-SP/rx.c:711: error: `USERPRI' undeclared (first use in this function)


I just ran into the same thing trying to build openafs-1.4.1-rc2.

Where is the undefined SPLVAR coming from? as near as I can tell, it
should be a '#define SPLVAR' if RX_ENABLE_LOCKS is set.. But I can't
tell for sure if the right thing is getting picked up.