Skip Menu |
 

Download (untitled) / with headers
text/plain 5.1KiB
From MNSTPNS02@gtfc.com Wed Nov 27 12:57:54 1996
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 MAA26266 for <bugs@RT-11.MIT.EDU>; Wed, 27 Nov 1996 12:57:49 -0500
Received: from [206.146.7.2] by MIT.EDU with SMTP
id AA25062; Wed, 27 Nov 96 12:57:48 EST
Received: from rattler.gtfc.com (root@localhost) by rattler.gtfc.com (8.7.5/8.7.3) with ESMTP id LAA27671 for <Krb5-bugs@mit.edu>; Wed, 27 Nov 1996 11:58:09 -0600 (CST)
Received: from mnstpns02.gtfc.com ([205.141.66.56]) by rattler.gtfc.com (8.7.5/8.7.3) with SMTP id LAA27665 for <Krb5-bugs@mit.edu>; Wed, 27 Nov 1996 11:58:08 -0600 (CST)
Received: by mnstpns02.gtfc.com(Lotus SMTP MTA v1.01.02 (238.7 10-8-1996)) id 862563EF.0062D6D0 ; Wed, 27 Nov 1996 11:59:35 -0500
Message-Id: <862563EE:00707D8E.00@mnstpns02.gtfc.com>
Date: Wed, 27 Nov 1996 10:41:15 -0500
From: MNSTPNS02@gtfc.com
To: Krb5-bugs@MIT.EDU
Subject: HPUX compiler woes

Show quoted text
>Number: 258
>Category: pending
>Synopsis: HPUX compiler woes
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Nov 27 12:58:01 EST 1996
>Last-Modified: Fri Nov 29 19:54:04 EST 1996
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

From: Marc Horowitz <marc@cygnus.com>
To: MNSTPNS02@gtfc.com
Cc: Krb5-bugs@MIT.EDU
Subject: Re: pending/258:
Date: 27 Nov 1996 14:42:25 -0500

MNSTPNS02@gtfc.com writes:

Show quoted text
>> We are trying to build the Kerberos 5 Beta 7. We are having all sort of
>> problems. We are trying to compile it using c89 compiler. This is on HP-
>> UNIX 10.x. After configuration, whenever we try to do a make, it gives us
>> an error in hash.c file on line 718. The error is about something
>> "UNEXPECTED SYMBOL "char". ". Can you please help us to find out the
>> problem.

This is a bug in cc on HP/UX. I suspect you are actually using c89,
and not cc. If you are sure you're using c89, then c89 is buggy,
too, and you should use gcc.

The bug is that some HP compilers do not understand the type "signed
char".

Marc

From: Marc Horowitz <marc@cygnus.com>
To: krb5-bugs@MIT.EDU
Cc: Subject: Re: pending/258:[POSTMASTER@mnstpns02.gtfc.com] Undeliverable message
Date: 27 Nov 1996 15:23:35 -0500

we should just close out this bug report and 259. they are
duplicates, the cause is the vendor's fault, and the submitter's
address bounces.


Show quoted text
------- Start of forwarded message -------
Message-Id: <199611271955.NAA02224@rattler.gtfc.com>
From: POSTMASTER@mnstpns02.gtfc.com
To: marc@cygnus.com
Date: Wed, 27 Nov 1996 13:56:36 -0500
Subject: Undeliverable message

------- Failure Reasons --------

User not listed in public Name & Address Book
MNSTPNS02@gtfc.com


------- Returned Message --------
Received: from rattler.gtfc.com by mnstpns02.gtfc.com (Lotus SMTP MTA v1.01.02 (238.7 10-8-1996)) with SMTP id 862563EF.006D7D75'P; Wed, 27 Nov 1996 13:55:55 -0500
Received: from mfil.terminal (mfil@localhost) by rattler.gtfc.com (8.7.5/8.7.3) with SMTP id NAA01950 for <MNSTPNS02@gtfc.com>; Wed, 27 Nov 1996 13:44:48 -0600 (CST)
Received: from rover.cygnus.com (rover.cygnus.com [192.80.44.65]) by rattler.gtfc.com (8.7.5/8.7.3) with ESMTP id NAA01914 for <MNSTPNS02@gtfc.com>; Wed, 27 Nov 1996 13:43:03 -0600 (CST)
Received: (from marc@localhost) by rover.cygnus.com (8.7.6/8.6.12) id OAA08472; Wed, 27 Nov 1996 14:42:25 -0500 (EST)
To: MNSTPNS02@gtfc.com
Cc: Krb5-bugs@MIT.EDU
Subject: Re: pending/258:
References: <862563EE:00707D8E.00@mnstpns02.gtfc.com>
From: Marc Horowitz <marc@cygnus.com>
Date: 27 Nov 1996 14:42:25 -0500
In-Reply-To: MNSTPNS02@gtfc.com's message of Wed, 27 Nov 1996 10:41:15 -0500
Message-ID: <t53d8wziau6.fsf@rover.cygnus.com>
Lines: 17
X-Mailer: Gnus v5.3/Emacs 19.34

MNSTPNS02@gtfc.com writes:

>> We are trying to build the Kerberos 5 Beta 7. We are having all sort of
>> problems. We are trying to compile it using c89 compiler. This is on HP-
>> UNIX 10.x. After configuration, whenever we try to do a make, it gives us
>> an error in hash.c file on line 718. The error is about something
>> "UNEXPECTED SYMBOL "char". ". Can you please help us to find out the
>> problem.

This is a bug in cc on HP/UX. I suspect you are actually using c89,
and not cc. If you are sure you're using c89, then c89 is buggy,
too, and you should use gcc.

The bug is that some HP compilers do not understand the type "signed
char".

Marc

------- End of forwarded message -------

State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Fri Nov 29 19:53:48 1996
State-Changed-Why:
vendor compiler is broken.

>Unformatted:
Hi,
We are trying to build the Kerberos 5 Beta 7. We are having all sort of
problems. We are trying to compile it using c89 compiler. This is on HP-
UNIX 10.x. After configuration, whenever we try to do a make, it gives us
an error in hash.c file on line 718. The error is about something
"UNEXPECTED SYMBOL "char". ". Can you please help us to find out the
problem.


Thanks
Khalid Ishaque
GreenTree Financial Corp.
St. Paul, MN
612-293-5875