[2807] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

krb5-build/486: krb5 bug

daemon@ATHENA.MIT.EDU (Joseph W Norton)
Sun Nov 2 19:58:22 1997

Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: tlyu@MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, norton@alum.mit.edu
Date: Sun, 2 Nov 1997 18:57:15 -0600
From: Joseph W Norton <norton@alum.mit.edu>
Reply-To: norton@alum.mit.edu
To: krb5-bugs@MIT.EDU
Cc: norton@alum.mit.edu


>Number:         486
>Category:       krb5-build
>Synopsis:       syntax bug in libupdate
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    tlyu
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Sun Nov 02 19:58:01 EST 1997
>Last-Modified:
>Originator:     Joseph W Norton
>Organization:
                none
>Release:        1.0pl1
>Environment:
System: Linux namaste 2.0.30 #2 Sun Oct 19 13:58:26 CDT 1997 i586 unknown
Architecture: i586

>Description:
                2 missing ";" characters in shell script

>How-To-Repeat:
                build with debian linux/gnu
>Fix:

*** krb5-1.0pl1/src/util/libupdate.orig Mon Oct 27 19:04:45 1997
--- krb5-1.0pl1/src/util/libupdate      Sun Nov  2 14:18:46 1997
***************
*** 25,31 ****
  shift
  shift
  for dir do
!       oblists="$oblists${oblists+ }$dir/$oblist"
  done
  
  stamp=`echo $library | sed -e 's/.a$/.stamp/'`
--- 25,31 ----
  shift
  shift
  for dir do
!       oblists="$oblists${oblists+ }$dir/$oblist";
  done
  
  stamp=`echo $library | sed -e 's/.a$/.stamp/'`
***************
*** 41,44 ****
  
  $rmcmd
  $arcmd $library `for dir do (cd $dir; cat $oblist | \
!               sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") do
ne`
--- 41,44 ----
  
  $rmcmd
  $arcmd $library `for dir do (cd $dir; cat $oblist | \
!               sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g"); d
one`


--
Joe Norton
email:norton@alum.mit.edu

>Audit-Trail:
>Unformatted:

home help back first fref pref prev next nref lref last post