From summers@valley.nodak.edu Fri May 8 13:04:36 1998
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id NAA03843 for <bugs@RT-11.MIT.EDU>; Fri, 8 May 1998 13:04:32 -0400
Received: from valley.NoDak.edu by MIT.EDU with SMTP
id AA08789; Fri, 8 May 98 13:04:29 EDT
Received: (from summers@localhost)
by valley.nodak.edu (8.8.8/8.8.7) id MAA07880;
Fri, 8 May 1998 12:04:15 -0500 (CDT)
Message-Id: <199805081704.MAA07880@valley.nodak.edu>
Date: Fri, 8 May 1998 12:04:15 -0500 (CDT)
From: Dale Summers <summers@valley.nodak.edu>
Reply-To: summers@badlands.nodak.edu
To: krb5-bugs@MIT.EDU
Cc: summers@badlands.nodak.edu, wettstei@plains.nodak.edu
Subject: building kerberos 5 on AIX 4.2.1
X-Send-Pr-Version: 3.99
Architecture: IBM RS6000
In src/util/libupdate.sh I needed to replace 'cd $dir; cat $oblist'
by 'cat $dir/$oblist'.
src/util/pty/update_utmp.c makes an assignment to utx.ut_exit, but
on AIX 4.2.1 struct utmpx doesn't have a ut_exit.
src/appl/telnet/telnetd/termios-tn.c has
case TCSETS:
case TCSETSW:
case TCSETSF:
But these don't exit on AIX4.2.1.
There are more build errors; I gave up.
From: "Douglas E. Engert" <deengert@anl.gov>
To: summers@badlands.nodak.edu
Cc: krb5-bugs@MIT.EDU, wettstei@plains.nodak.edu
Subject: Re: krb5-build/589: building kerberos 5 on AIX 4.2.1
Date: Sun, 10 May 1998 19:27:12 -0500
I have built it on 4.2, and run on 4.2.1. (My workstation is
4.2.1. and I use K5 all the time.)
See ftp://achilles.ctd.anl.gov/pub/kerberos.v5/readme.txt for
more info, including the configure options. The
diff file alos has some changes which assist with this process
including shared libs.
Hope this helps.
Dale Summers wrote:
--
Douglas E. Engert <DEEngert@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Mon Feb 5 18:31:10 2001
State-Changed-Why:
Build system has been significantly revamped since this came in.
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id NAA03843 for <bugs@RT-11.MIT.EDU>; Fri, 8 May 1998 13:04:32 -0400
Received: from valley.NoDak.edu by MIT.EDU with SMTP
id AA08789; Fri, 8 May 98 13:04:29 EDT
Received: (from summers@localhost)
by valley.nodak.edu (8.8.8/8.8.7) id MAA07880;
Fri, 8 May 1998 12:04:15 -0500 (CDT)
Message-Id: <199805081704.MAA07880@valley.nodak.edu>
Date: Fri, 8 May 1998 12:04:15 -0500 (CDT)
From: Dale Summers <summers@valley.nodak.edu>
Reply-To: summers@badlands.nodak.edu
To: krb5-bugs@MIT.EDU
Cc: summers@badlands.nodak.edu, wettstei@plains.nodak.edu
Subject: building kerberos 5 on AIX 4.2.1
X-Send-Pr-Version: 3.99
Show quoted text
>Number: 589
>Category: krb5-build
>Synopsis: krb5-1.0.5 doesn't build on AIX 4.2.1.
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri May 08 13:05:00 EDT 1998
>Last-Modified: Mon Feb 5 18:31:49 EST 2001
>Originator: Dale Summers
>Organization:
North Dakota State University>Category: krb5-build
>Synopsis: krb5-1.0.5 doesn't build on AIX 4.2.1.
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri May 08 13:05:00 EDT 1998
>Last-Modified: Mon Feb 5 18:31:49 EST 2001
>Originator: Dale Summers
>Organization:
Show quoted text
>Release: krb5-1.0.5
>Environment:
System: AIX 4.2.1>Environment:
Architecture: IBM RS6000
Show quoted text
>Description:
I can't build kerberos 5 on AIX 4.2.1.In src/util/libupdate.sh I needed to replace 'cd $dir; cat $oblist'
by 'cat $dir/$oblist'.
src/util/pty/update_utmp.c makes an assignment to utx.ut_exit, but
on AIX 4.2.1 struct utmpx doesn't have a ut_exit.
src/appl/telnet/telnetd/termios-tn.c has
case TCSETS:
case TCSETSW:
case TCSETSF:
But these don't exit on AIX4.2.1.
There are more build errors; I gave up.
Show quoted text
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Fix:
>Audit-Trail:
From: "Douglas E. Engert" <deengert@anl.gov>
To: summers@badlands.nodak.edu
Cc: krb5-bugs@MIT.EDU, wettstei@plains.nodak.edu
Subject: Re: krb5-build/589: building kerberos 5 on AIX 4.2.1
Date: Sun, 10 May 1998 19:27:12 -0500
I have built it on 4.2, and run on 4.2.1. (My workstation is
4.2.1. and I use K5 all the time.)
See ftp://achilles.ctd.anl.gov/pub/kerberos.v5/readme.txt for
more info, including the configure options. The
diff file alos has some changes which assist with this process
including shared libs.
Hope this helps.
Dale Summers wrote:
Show quoted text
>
> Architecture: IBM RS6000
>
>
> In src/util/libupdate.sh I needed to replace 'cd $dir; cat $oblist'
> by 'cat $dir/$oblist'.
>
> src/util/pty/update_utmp.c makes an assignment to utx.ut_exit, but
> on AIX 4.2.1 struct utmpx doesn't have a ut_exit.
>
> src/appl/telnet/telnetd/termios-tn.c has
> case TCSETS:
> case TCSETSW:
> case TCSETSF:
> But these don't exit on AIX4.2.1.
>
> There are more build errors; I gave up.
>
> >Number: 589
> >Category: krb5-build
> >Synopsis: krb5-1.0.5 doesn't build on AIX 4.2.1.
> >Confidential: no
> >Severity: critical
> >Priority: medium
> >Responsible: tlyu
> >State: open
> >Class: sw-bug
> >Submitter-Id: unknown
> >Arrival-Date: Fri May 08 13:05:00 EDT 1998
> >Last-Modified:
> >Originator: Dale Summers
> >Organization:
> North Dakota State University> >Category: krb5-build
> >Synopsis: krb5-1.0.5 doesn't build on AIX 4.2.1.
> >Confidential: no
> >Severity: critical
> >Priority: medium
> >Responsible: tlyu
> >State: open
> >Class: sw-bug
> >Submitter-Id: unknown
> >Arrival-Date: Fri May 08 13:05:00 EDT 1998
> >Last-Modified:
> >Originator: Dale Summers
> >Organization:
> >Release: krb5-1.0.5
> >Environment:
> System: AIX 4.2.1> >Environment:
> Architecture: IBM RS6000
>
> >Description:
> I can't build kerberos 5 on AIX 4.2.1.>
> In src/util/libupdate.sh I needed to replace 'cd $dir; cat $oblist'
> by 'cat $dir/$oblist'.
>
> src/util/pty/update_utmp.c makes an assignment to utx.ut_exit, but
> on AIX 4.2.1 struct utmpx doesn't have a ut_exit.
>
> src/appl/telnet/telnetd/termios-tn.c has
> case TCSETS:
> case TCSETSW:
> case TCSETSF:
> But these don't exit on AIX4.2.1.
>
> There are more build errors; I gave up.
>
> >How-To-Repeat:
> >Fix:
> >Audit-Trail:
> >Unformatted:
> >Fix:
> >Audit-Trail:
> >Unformatted:
--
Douglas E. Engert <DEEngert@anl.gov>
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(630) 252-5444
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Mon Feb 5 18:31:10 2001
State-Changed-Why:
Build system has been significantly revamped since this came in.
Show quoted text
>Unformatted: