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: 5942 From ervin@courant.esam.nwu.edu Thu Sep 17 20:07:38 1998 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 UAA01044 for ; Thu, 17 Sep 1998 20:07:37 -0400 Received: from courant.esam.nwu.edu by MIT.EDU with SMTP id AA05902; Thu, 17 Sep 98 20:07:30 EDT Received: (from ervin@localhost) by courant.esam.nwu.edu (8.7.6/8.7.3) id TAA23566 for krb5-bugs@mit.edu; Thu, 17 Sep 1998 19:07:36 -0500 (CDT) Message-Id: <199809180007.TAA23566@courant.esam.nwu.edu> Date: Thu, 17 Sep 1998 19:07:36 -0500 (CDT) From: "Tsung-kuang E. Ma" Apparently-To: Subject: >Number: 631 >Category: krb5-build >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: krb5-unassigned >State: open >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Thu Sep 17 20:08:00 EDT 1998 >Last-Modified: Thu Jul 5 22:01:35 EDT 2001 >Originator: "Tsung-kuang E. Ma" >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: From: "Theodore Y. Ts'o" To: krb5-bugs@MIT.EDU, "Tsung-kuang E. Ma" Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU Subject: Re: pending/631: Date: Thu, 17 Sep 1998 22:40:41 -0400 Date: Thu, 17 Sep 1998 19:07:36 -0500 (CDT) From: "Tsung-kuang E. Ma" Thanks for the previous help! Unfortunately, make -f Makefile.in kerbsrc.zip AWK=awk doesn't work. I then change all gawk to awk in Makefile.in, use command make -f Makefile.in kerbsrc.zip, and it works. I am not sure whether is this a correct approach because it gave me following message without file kerbsrc.zip. Would you please tell me something to figure this out? Well, the error message seems pretty self-explanatory: /bin/sh: zip: not found This means that the shell couldn't find the zip command. The "zip" command is part of the INFO-ZIP project. The URL for the INFO-ZIP home page is: http://www.cdrom.com/pub/infozip/Info-Zip.html - Ted Responsible-Changed-From-To: gnats-admin->krb5-unassigned Responsible-Changed-By: raeburn Responsible-Changed-When: Thu Jul 5 22:01:25 2001 Responsible-Changed-Why: reformat, categorize >Unformatted: >>Hi, >>I am installing Kerberos V5 on my PC. >>From krb5-1.0.5/src/windows/readme, I did >>1) cd krb5-1.0.5/src >>2) make -f Makefile.in kerbsrc.zip >>on the UNIX side(SGI indigo with IRIX 4), but the UNIX machine >>showed me >> rm -f Makefile.sav >> mv Makefile Makefile.sav >> cat config/windows.in Makefile.in config/win-post.in | \ >> sed -e 's/^##DOS//' > Makefile >> gawk -f util/et/et_h.awk outfile=include/asn1_err.h >> lib/krb5/error_tables/asn1_err.et >> gawk: Command not found. >> *** Error code 1 (bu21) >> make: fatal error. >> >>and no kerbsrc.zip was created. Would you please tell me how to >>figure this out? Thanks >>Ervin > >gawk -f util/et/et_h.awk outfile=include/asn1_err.h > lib/krb5/error_tables/asn1_err.et > gawk: Command not found. > >The current Windows build targets in Makefile.in use GNU awk. Most >OS-provided awk's should work, though. You can override the use of GNU >awk by doing the following: > > make -f Makefile.in kerbsrc.zip AWK=awk > >Hope this helps! Hi, Thanks for the previous help! Unfortunately, make -f Makefile.in kerbsrc.zip AWK=awk doesn't work. I then change all gawk to awk in Makefile.in, use command make -f Makefile.in kerbsrc.zip, and it works. I am not sure whether is this a correct approach because it gave me following message without file kerbsrc.zip. Would you please tell me something to figure this out? Big thanks Ervin awk -f util/et/et_h.awk outfile=include/asn1_err.h lib/krb5/error_tables/asn1_er r.et awk -f util/et/et_h.awk outfile=include/kdb5_err.h lib/krb5/error_tables/kdb5_er r.et awk -f util/et/et_h.awk outfile=include/krb5_err.h lib/krb5/error_tables/krb5_er r.et awk -f util/et/et_h.awk outfile=include/kv5m_err.h lib/krb5/error_tables/kv5m_er r.et awk -f util/et/et_h.awk outfile=include/adm_err.h lib/krb5/error_tables/adm_err. et cat include//krb5.hin include//krb5_err.h include//kdb5_err.h \ include//kv5m_err.h include//asn1_err.h > include//krb5.h awk -f util/et/et_c.awk outfile=lib/krb5/error_tables/asn1_err.c lib/krb5/error_ tables/asn1_err.et awk -f util/et/et_c.awk outfile=lib/krb5/error_tables/kdb5_err.c lib/krb5/error_ tables/kdb5_err.et awk -f util/et/et_c.awk outfile=lib/krb5/error_tables/krb5_err.c lib/krb5/error_ tables/krb5_err.et awk -f util/et/et_c.awk outfile=lib/krb5/error_tables/kv5m_err.c lib/krb5/error_ tables/kv5m_err.et awk -f util/et/et_c.awk outfile=lib/krb5/error_tables/adm_err.c lib/krb5/error_t ables/adm_err.et awk -f util/et/et_h.awk outfile=lib/gssapi/generic/gssapi_err_generic.h lib/gssa pi/generic/gssapi_err_generic.et awk -f util/et/et_c.awk outfile=lib/gssapi/generic/gssapi_err_generic.c lib/gssa pi/generic/gssapi_err_generic.et awk -f util/et/et_h.awk outfile=lib/gssapi/krb5/gssapi_err_krb5.h lib/gssapi/krb 5/gssapi_err_krb5.et awk -f util/et/et_c.awk outfile=lib/gssapi/krb5/gssapi_err_krb5.c lib/gssapi/krb 5/gssapi_err_krb5.et awk -f util/et/et_h.awk outfile=util/profile/prof_err.h util/profile/prof_err.et awk -f util/et/et_c.awk outfile=util/profile/prof_err.c util/profile/prof_err.et cat util/profile//profile.hin util/profile/prof_err.h > util/profile/profile.h cp util/profile/profile.h include/profile.h cp include//krb5/stock/osconf.h include//krb5 cp lib/gssapi/generic/gssapi.hin lib/gssapi/generic/gssapi.h rm -f kerbsrc.zip zip -Dlk kerbsrc.zip `cat winfile.list` /bin/sh: zip: not found make: *** [kerbsrc.zip] Error 1