From DShambroom@gte.com Fri Aug 1 16:10:01 1997
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 QAA27197 for <bugs@RT-11.MIT.EDU>; Fri, 1 Aug 1997 16:10:00 -0400
Received: from ns.gte.com by MIT.EDU with SMTP
id AA22690; Fri, 1 Aug 97 16:09:59 EDT
Received: from coltrane.gte.com by ns.gte.com (8.7.5/)
Received: from localhost by coltrane.gte.com (AIX 4.1/UCB 5.64/4.03)
id AA18154; Fri, 1 Aug 1997 16:09:52 -0400
Message-Id: <33E2428F.59E2@gte.com>
Date: Fri, 01 Aug 1997 16:09:51 -0400
From: "W. David Shambroom" <DShambroom@gte.com>
Sender: wds1%coltrane@gte.com
To: krb5-bugs@MIT.EDU
Subject: krb5-1.0/src/util/pty/update_utmp.c compilation failure
W. David Shambroom E-mail: DShambroom@gte.com
Principal Member of Technical Staff Phone: (617) 466-2584
GTE Laboratories Incorporated Fax: (617) 466-3339
PGP key: 1024/09CC2121 fingerprint=68A47DA6FF484189 97B5B4C8DFF8B443
Machine: IBM RS/6000 model 43P
OS: AIX 4.2.0
Compiler: CSet++ 3.1.4
fails at line 46 as follows:
cc -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_REVOKE=1 -DHAVE_KILLPG=1
-DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1
-DHAVE_TTYNAME=1 -DHAVE_PTSNAME=1 -DHAVE_GRANTPT=1 -DHAVE_UNISTD_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMPX_H=1 -DHAVE_UTMP_H=1
-DHAVE_TTYENT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_WAIT_H=1
-DHAVE_WAITPID=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1
-Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1
-DPOSIX_SETJMP=1 -DUSE_DIRENT_H=1 -DWAIT_USES_INT=1 -DPOSIX_TERMIOS=1
-DHAVE_SETUTENT=1 -DHAVE_SETUTXENT=1 -DHAVE_STREAMS=1 -DHAVE_SETOWN=1
-I./../../include -I../../include -I./../../include/krb5
-I../../include/krb5 -DKERBEROS -I. -I. -c ./update_utmp.c
"./update_utmp.c", line 146.5: 1506-022 (S) "ut_exit" is not a member
of "struct utmpx".
Note that HAVE_SETUTXENT is defined, HAVE_GETUTMPX is not.
struct utmpx is defined in /usr/include/utmpx.h as follows:
struct utmpx
{
char ut_user[8] ; /* User login name */
char ut_id[14] ; /* /etc/inittab id */
char ut_line[12] ; /* device name (console, lnxx) */
short ut_type ; /* type of entry */
pid_t ut_pid ; /* process id */
struct timeval ut_tv; /* time entry was made */
char ut_host[16]; /* host id */
} ;
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Tue Jan 27 00:15:59 1998
State-Changed-Why:
duplicate PR
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
SEND-PR: Please consult the send-pr man page `send-pr(1)' or the Texinfo
SEND-PR: manual if you are not sure how to fill out a problem report.
SEND-PR:
SEND-PR: Choose from the following categories:
SEND-PR:
SEND-PR: krb5-admin krb5-appl krb5-build krb5-clients
SEND-PR: krb5-doc krb5-kdc krb5-libs krb5-misc
SEND-PR: pty telnet test
SEND-PR:
To: krb5-bugs@mit.edu
Subject:
From: DShambroom@gte.com
Reply-To: DShambroom@gte.com
Cc: DShambroom@gte.com
X-send-pr-version: 3.99
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 QAA27197 for <bugs@RT-11.MIT.EDU>; Fri, 1 Aug 1997 16:10:00 -0400
Received: from ns.gte.com by MIT.EDU with SMTP
id AA22690; Fri, 1 Aug 97 16:09:59 EDT
Received: from coltrane.gte.com by ns.gte.com (8.7.5/)
Received: from localhost by coltrane.gte.com (AIX 4.1/UCB 5.64/4.03)
id AA18154; Fri, 1 Aug 1997 16:09:52 -0400
Message-Id: <33E2428F.59E2@gte.com>
Date: Fri, 01 Aug 1997 16:09:51 -0400
From: "W. David Shambroom" <DShambroom@gte.com>
Sender: wds1%coltrane@gte.com
To: krb5-bugs@MIT.EDU
Subject: krb5-1.0/src/util/pty/update_utmp.c compilation failure
Show quoted text
>Number: 451
>Category: krb5-build
>Synopsis: krb5-1.0/src/util/pty/update_utmp.c compilation failure
>Confidential: yes
>Severity: critical
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Aug 01 16:11:00 EDT 1997
>Last-Modified: Tue Jan 27 00:16:13 EST 1998
>Originator: W. David Shambroom
>Organization:
-->Category: krb5-build
>Synopsis: krb5-1.0/src/util/pty/update_utmp.c compilation failure
>Confidential: yes
>Severity: critical
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Aug 01 16:11:00 EDT 1997
>Last-Modified: Tue Jan 27 00:16:13 EST 1998
>Originator: W. David Shambroom
>Organization:
W. David Shambroom E-mail: DShambroom@gte.com
Principal Member of Technical Staff Phone: (617) 466-2584
GTE Laboratories Incorporated Fax: (617) 466-3339
PGP key: 1024/09CC2121 fingerprint=68A47DA6FF484189 97B5B4C8DFF8B443
Show quoted text
>Release: 1.0
>Environment:
>Environment:
Machine: IBM RS/6000 model 43P
OS: AIX 4.2.0
Compiler: CSet++ 3.1.4
Show quoted text
>Description:
Using AIX 4.2.0, compilation of krb5-1.0/src/util/pty/update_utmp.cfails at line 46 as follows:
cc -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_REVOKE=1 -DHAVE_KILLPG=1
-DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1
-DHAVE_TTYNAME=1 -DHAVE_PTSNAME=1 -DHAVE_GRANTPT=1 -DHAVE_UNISTD_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMPX_H=1 -DHAVE_UTMP_H=1
-DHAVE_TTYENT_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_WAIT_H=1
-DHAVE_WAITPID=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1
-Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1
-DPOSIX_SETJMP=1 -DUSE_DIRENT_H=1 -DWAIT_USES_INT=1 -DPOSIX_TERMIOS=1
-DHAVE_SETUTENT=1 -DHAVE_SETUTXENT=1 -DHAVE_STREAMS=1 -DHAVE_SETOWN=1
-I./../../include -I../../include -I./../../include/krb5
-I../../include/krb5 -DKERBEROS -I. -I. -c ./update_utmp.c
"./update_utmp.c", line 146.5: 1506-022 (S) "ut_exit" is not a member
of "struct utmpx".
Note that HAVE_SETUTXENT is defined, HAVE_GETUTMPX is not.
struct utmpx is defined in /usr/include/utmpx.h as follows:
struct utmpx
{
char ut_user[8] ; /* User login name */
char ut_id[14] ; /* /etc/inittab id */
char ut_line[12] ; /* device name (console, lnxx) */
short ut_type ; /* type of entry */
pid_t ut_pid ; /* process id */
struct timeval ut_tv; /* time entry was made */
char ut_host[16]; /* host id */
} ;
Show quoted text
>How-To-Repeat:
See Description.Show quoted text
>Fix:
Show quoted text
>Audit-Trail:
State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Tue Jan 27 00:15:59 1998
State-Changed-Why:
duplicate PR
Show quoted text
>Unformatted:
SEND-PR: -*- send-pr -*-SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
SEND-PR: Please consult the send-pr man page `send-pr(1)' or the Texinfo
SEND-PR: manual if you are not sure how to fill out a problem report.
SEND-PR:
SEND-PR: Choose from the following categories:
SEND-PR:
SEND-PR: krb5-admin krb5-appl krb5-build krb5-clients
SEND-PR: krb5-doc krb5-kdc krb5-libs krb5-misc
SEND-PR: pty telnet test
SEND-PR:
To: krb5-bugs@mit.edu
Subject:
From: DShambroom@gte.com
Reply-To: DShambroom@gte.com
Cc: DShambroom@gte.com
X-send-pr-version: 3.99