Bug 65

Summary: Stripping mktemp during install causes crash on execution
Product: Mktemp Reporter: Peter Bray <Peter_Darren_Bray>
Component: BuildAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED INVALID    
Severity: high    
Priority: normal    
Version: 1.0   
Hardware: PC   
OS: All   

Description Peter Bray 2002-01-17 07:38:27 MST
Platform : Solaris 8 INTEL / gcc-3.0.3 with gnu as/ld

Stripping the binary will cause in to crash on running and gdb/truss/apptrace
give no useful information when tracking down the problem.

Suggest that binary stripping be drop :-)

Peter
Comment 1 Todd C. Miller 2003-03-19 18:51:47 MST
The problem is that GNU strip is busted.  You should remove it (or just move it out of the way) and then /usr/ccs/bin/strip will be used (which should work fine).