Bug 137

Summary: 'make install' fails because of missing uudecode
Product: Portable OpenSSH Reporter: Olaf Zaplinski <info>
Component: DocumentationAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: ix86   
OS: Linux   

Description Olaf Zaplinski 2002-03-08 03:18:57 AEDT
make[1]: Entering directory `/usr/src/openssh-3.0.2p1-patched/scard'
uudecode Ssh.bin.uu
make[1]: uudecode: Command not found
make[1]: *** [Ssh.bin] Error 127
make[1]: Leaving directory `/usr/src/openssh-3.0.2p1-patched/scard'
make: *** [scard-install] Error 2

It is not mentioned in the FAQ/in README and INSTALL that uudecode is needed.
Comment 1 Damien Miller 2002-04-26 11:31:16 AEST
Fixed in -current (we only uudecode Ssh.bin.uu during distribution preparation).
Note that CVS users will need to run "make distprep" in their tree, or uudecode
Ssh.bin.uu manually
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED