[2967] in Kerberos-V5-bugs
pending/631:
daemon@ATHENA.MIT.EDU (Tsung-kuang E. Ma)
Thu Sep 17 20:12:25 1998
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU,
"Tsung-kuang E. Ma" <ervin@courant.esam.nwu.edu>
Date: Thu, 17 Sep 1998 19:07:36 -0500 (CDT)
From: "Tsung-kuang E. Ma" <ervin@courant.esam.nwu.edu>
Apparently-To: <krb5-bugs@mit.edu>
>Number: 631
>Category: pending
>Synopsis:
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Sep 17 20:08:00 EDT 1998
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>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