binaries not stripped

Ken Raeburn raeburn at MIT.EDU
Fri Sep 17 15:27:19 EDT 2004


On Sep 17, 2004, at 12:13, Andrew Hall wrote:

> Thanks for the help.  When I run install-strip it fails with the
> following message:
>
> making install in kadmin/cli...
> make[3]: Entering directory
> `/export/home/halla3/krb5-1.3.5/src/kadmin/cli'
> ../../config/install-sh -c -s kadmin.local
> /tmp/drewkrb/sbin/kadmin.local
> ../../config/install-sh -c -s kadmin /tmp/drewkrb/sbin/kadmin
> ../../config/install-sh -c -s ./k5srvutil.sh 
> /tmp/drewkrb/sbin/k5srvutil
> /usr/ccs/bin/sparcv9/strip: /tmp/drewkrb/sbin/_inst.20115_: invalid 
> file
> type

Are you building sparcv9 (64-bit) executables?  If you're building 
"normal" (32-bit) sparc executables, you're using the wrong "strip" 
program.

> make[3]: *** [install] Error 1
> make[3]: Leaving directory
> `/export/home/halla3/krb5-1.3.5/src/kadmin/cli'
> make[2]: *** [install-recurse] Error 1
> make[2]: Leaving directory `/export/home/halla3/krb5-1.3.5/src/kadmin'
> make[1]: *** [install-recurse] Error 1
> make[1]: Leaving directory `/export/home/halla3/krb5-1.3.5/src'
> make: *** [install-strip] Error 2
> bash-2.05$
>
> Looks like its trying to strip a tmp file because I don't see that file
> in my install nor src trees.

At a guess, I'd say install-sh does "copy to temp file in install dir, 
strip temp file, rename temp file to target name".



More information about the Kerberos mailing list