[2072] in Kerberos_V5_Development
[Barry Jaspan: problem with build instructions]
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed Dec 4 13:59:15 1996
Date: Wed, 4 Dec 1996 13:58:55 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krbdev@MIT.EDU
Cc: Ken Hornstein <kenh@cmf.nrl.navy.mil>, Paul A Vixie <paul@vix.com>
Cc: Doug Engert <deengert@anl.gov>, Andrew Hobson <ahobson@mindspring.com>
Cc: Dave McGuire <mcguire@neurotica.com>
For those of you who are building binary distributions, I'd appreciate
it if you could do a
find . -type d -print | xargs chmod 755
in the install directory before packing up the binary distribution.
If you've already turned in your binary distribution, I'd appreciate it
if you could submit a new binary distribution with this problem fixed.
(You'll need to resign the binary distribution using PGP, of course.)
Many thanks.....
- Ted
------- Forwarded Message
Date: Wed, 4 Dec 1996 16:46:14 GMT
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: krbdev@MIT.EDU
Subject: problem with build instructions
The build instructions say to set umask 0 before running make
install. I did, and ended up with all directories mode 777:
<beeblebrox> .../krb5-1.0-dist/dist/usr/local# find . -type d -print | xargs ls -ld
drwxrwxrwx 8 root sys 512 Dec 4 11:43 .
drwxrwxrwx 2 root sys 512 Dec 4 11:40 ./bin
drwxrwxrwx 5 root sys 512 Dec 4 11:39 ./include
drwxrwxrwx 2 root sys 512 Dec 4 11:39 ./include/asn.1
drwxrwxrwx 2 root sys 512 Dec 4 11:39 ./include/gssapi
drwxrwxrwx 2 root sys 512 Dec 4 11:39 ./include/kerberosIV
drwxrwxrwx 2 root sys 512 Dec 4 11:39 ./lib
drwxrwxrwx 5 root sys 512 Dec 4 11:39 ./man
drwxrwxrwx 2 root sys 512 Dec 4 11:40 ./man/man1
drwxrwxrwx 2 root sys 512 Dec 4 11:40 ./man/man5
drwxrwxrwx 2 root sys 512 Dec 4 11:40 ./man/man8
drwxrwxrwx 2 root sys 512 Dec 4 11:40 ./sbin
drwxrwxrwx 3 root sys 512 Dec 4 11:39 ./share
drwxrwxrwx 2 root sys 512 Dec 4 11:39 ./share/gnats
The files seem to be set correctly (mode 755, with some setuid bits
set). Before creating my binary tarball I chmod'ed all these
directories to mode 755.
We could obviously fix the modes on the binary tarballs we've already
been given (if they are broken), but of course that would invalidate
the signatures.
Barry
------- End Forwarded Message