From hartmans@MIT.EDU Sat Nov 30 12:33:16 1996
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id MAA23493 for <bugs@RT-11.MIT.EDU>; Sat, 30 Nov 1996 12:33:15 -0500
Received: from TERTIUS.MIT.EDU by MIT.EDU with SMTP
id AA21096; Sat, 30 Nov 96 12:33:14 EST
Received: (from hartmans@localhost) by tertius.mit.edu (8.6.12/8.6.9) id MAA07325; Sat, 30 Nov 1996 12:33:13 -0500
Message-Id: <tslybfja3on.fsf@tertius.mit.edu>
Date: 30 Nov 1996 12:33:12 -0500
From: Sam Hartman <hartmans@MIT.EDU>
Sender: hartmans@MIT.EDU
To: krb5-bugs@MIT.EDU
Subject: linux/sparc fails in lib/rpc due to assuming sparc==sunos/solaris
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id MAA23493 for <bugs@RT-11.MIT.EDU>; Sat, 30 Nov 1996 12:33:15 -0500
Received: from TERTIUS.MIT.EDU by MIT.EDU with SMTP
id AA21096; Sat, 30 Nov 96 12:33:14 EST
Received: (from hartmans@localhost) by tertius.mit.edu (8.6.12/8.6.9) id MAA07325; Sat, 30 Nov 1996 12:33:13 -0500
Message-Id: <tslybfja3on.fsf@tertius.mit.edu>
Date: 30 Nov 1996 12:33:12 -0500
From: Sam Hartman <hartmans@MIT.EDU>
Sender: hartmans@MIT.EDU
To: krb5-bugs@MIT.EDU
Subject: linux/sparc fails in lib/rpc due to assuming sparc==sunos/solaris
Show quoted text
>Number: 264
>Category: krb5-libs
>Synopsis: linux/sparc fails in lib/rpc due to assuming sparc==sunos/solaris
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Sat Nov 30 12:34:01 EST 1996
>Last-Modified: Sat Nov 30 17:57:50 EST 1996
>Originator: mbeattie@sable.ox.ac.uk (Malcolm Beattie)
>Organization:
>Release:
>Environment:
>Description:
>Category: krb5-libs
>Synopsis: linux/sparc fails in lib/rpc due to assuming sparc==sunos/solaris
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Sat Nov 30 12:34:01 EST 1996
>Last-Modified: Sat Nov 30 17:57:50 EST 1996
>Originator: mbeattie@sable.ox.ac.uk (Malcolm Beattie)
>Organization:
>Release:
>Environment:
>Description:
Show quoted text
------- Start of forwarded message -------
To: kerberos@MIT.EDU
Date: 25 Nov 1996 16:43:33 GMT
From: mbeattie@sable.ox.ac.uk (Malcolm Beattie)
Message-Id: <57cibl$bkj@news.ox.ac.uk>
Organization: Oxford University, England
Subject: Patches for krb5-beta7 on Linux/SPARC
There are a couple of false "sparc == SunOS[45]" assumptions
in krb5-beta7 which are all that stop it from building out of
the box on Linux/SPARC.
lib/rpc/pmap_rmt.c has
#ifdef sparc
#include <sys/sockio.h>
#endif
and lib/rpc/clnt_udp.c has
#if defined(sparc)
#include <sys/filio.h>
#endif
Those need changing to something which checks for sparc and SunOS[45].
--Malcolm
--
Malcolm Beattie <mbeattie@sable.ox.ac.uk>
Oxford University Computing Services
"Widget. It's got a widget. A lovely widget. A widget it has got." --Jack Dee
To: kerberos@MIT.EDU
Date: 25 Nov 1996 16:43:33 GMT
From: mbeattie@sable.ox.ac.uk (Malcolm Beattie)
Message-Id: <57cibl$bkj@news.ox.ac.uk>
Organization: Oxford University, England
Subject: Patches for krb5-beta7 on Linux/SPARC
There are a couple of false "sparc == SunOS[45]" assumptions
in krb5-beta7 which are all that stop it from building out of
the box on Linux/SPARC.
lib/rpc/pmap_rmt.c has
#ifdef sparc
#include <sys/sockio.h>
#endif
and lib/rpc/clnt_udp.c has
#if defined(sparc)
#include <sys/filio.h>
#endif
Those need changing to something which checks for sparc and SunOS[45].
--Malcolm
--
Malcolm Beattie <mbeattie@sable.ox.ac.uk>
Oxford University Computing Services
"Widget. It's got a widget. A lovely widget. A widget it has got." --Jack Dee
------- End of forwarded message -------
Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: tlyu
Responsible-Changed-When: Sat Nov 30 17:57:27 1996
Responsible-Changed-Why:
Refiled; also fixed up synopsis.
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Fix:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: tlyu
Responsible-Changed-When: Sat Nov 30 17:57:27 1996
Responsible-Changed-Why:
Refiled; also fixed up synopsis.
>Unformatted: