Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id PAA11791; Wed, 2 Feb 2005 15:38:00 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j12KbuJl010816; Wed, 2 Feb 2005 15:37:57 -0500 (EST) Received: from [18.18.1.76] (KEN-WIRELESS.MIT.EDU [18.18.1.76]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j12Kbr0a023734 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Wed, 2 Feb 2005 15:37:55 -0500 (EST) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <563e6b1fa0afd9ae07d1b5921fb66515@mit.edu> Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #2909] krb5-1.4 fails to build on alpha-dux40 Date: Wed, 2 Feb 2005 15:37:53 -0500 To: rt-comment@krbdev.mit.edu, Quanah Gibson-Mount X-Mailer: Apple Mail (2.619.2) X-Spam-Score: -4.9 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 835 On Feb 2, 2005, at 15:23, Quanah Gibson-Mount via RT wrote: > When building krb5-1.4 on our DEC alpha box: > > checking build system type... alpha-dec-osf4.0f > > I found that MIT Krb5 1.4 fails to build because it incorrectly defines > HAVE_GETHOSTNAME_R and HAVE_GETSERVBYNAME. In previous MIT Kerberos > releases, this did not happen. The tests for the function's existence are pretty simple. If they're getting incorrect results, that may be an autoconf bug. We've had some minor problems before with our code not getting the set of arguments right, as these functions vary a little between systems, but I haven't seen a case yet where we incorrectly conclude that they are available... Can you send some output from the config.log files where these tests are actually run? (Probably at top level, or in include.) Ken