Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) X-RT-Original-Encoding: iso-8859-1 Content-Length: 3843 From danx@cts.com Sat Oct 16 21:31:42 1999 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 VAA11078 for ; Sat, 16 Oct 1999 21:31:41 -0400 Received: from neko.cts.com by MIT.EDU with SMTP id AA07758; Sat, 16 Oct 99 21:31:48 EDT Received: from king.cts.com (danx@king.cts.com [198.68.168.21]) by neko.cts.com (8.9.3/8.9.3) with ESMTP id SAA19016 for ; Sat, 16 Oct 1999 18:31:37 -0700 (PDT) Message-Id: Date: Sat, 16 Oct 1999 18:31:37 -0700 (PDT) From: Dan Anderson Reply-To: Dan Anderson To: krb5-bugs@MIT.EDU Subject: bug: build error for krb5-1.1 >Number: 773 >Category: pending >Synopsis: bug: build error for krb5-1.1 >Confidential: yes >Severity: serious >Priority: medium >Responsible: gnats-admin >State: closed >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Sat Oct 16 21:32:00 EDT 1999 >Last-Modified: Tue Apr 18 21:46:04 EDT 2000 >Originator: Dan Anderson >Organization: >Release: >Environment: >Description: Hi, I get this build error when doing a ./configure of the krb5-1.1 source in the ./appl directory (Linux 2.2.12, autoconf 2.13, egcs 1.1.2, glibc 2.1.1). I just downloaded it yesterday. It appears the shell script has a syntax error in the case statement (missing text): ./configure: ./configure: line 1815: `case $krb5_cv_host inir own names for inst all.' Here's the full output: [dan@danx appl]$ ./configure creating cache ./config.cache checking for C compiler... cc checking for gcc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes LD defaults to cc CPPOPTS defaults to built in krb4 support checking for working const... yes checking for gethostbyname... yes checking for socket... yes checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... cc -E checking for unistd.h... yes checking for stdlib.h... yes checking for string.h... yes checking for working const... (cached) yes checking host system type checking host system type... i586-pc-linux-gnu i586-pc-linux-gnu ./configure: syntax error near unexpected token `inir' ./configure: ./configure: line 1815: `case $krb5_cv_host inir own names for inst - Dan Anderson , San Diego, California, US -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d s++: a+ C+ UBLAVHSC++++ P++ L++ E--- W+++ N+ o+ K- W O- M- V-- PS+ PE Y+ PGP+ t+ 5+ X-- R- tv b+ DI++++ D-- G e+++ h--- r+++ y+++ ------END GEEK CODE BLOCK------ >How-To-Repeat: >Fix: >Audit-Trail: From: Ken Raeburn To: Dan Anderson Cc: krb5-bugs@MIT.EDU Subject: Re: pending/773: bug: build error for krb5-1.1 Date: 19 Oct 1999 20:54:23 -0400 Could you try fetching or unpacking it again? Line 1815 of that file in the distribution I just downloaded looks just fine: # Set up architecture-specific variables. >> case $krb5_cv_host in alpha-dec-osf*) And the "ir own names for install" (no space in that last word) is found only at line 1518: *) >> # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root I don't know how they could get mixed up like that, though I do find the similarities in line numbers interesting.... State-Changed-From-To: open-closed State-Changed-By: tlyu State-Changed-When: Tue Apr 18 21:45:24 2000 State-Changed-Why: Sounds like a corrupted configure script. Closing due to lack of reply. >Unformatted: