Bug 309 - openssh-3.3 and openssh-3.4 won't install on Sparc Station 5, Solaris 8
Summary: openssh-3.3 and openssh-3.4 won't install on Sparc Station 5, Solaris 8
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: SPARC Solaris
: P2 critical
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 01:36 AEST by Margaret Doll
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Margaret Doll 2002-06-28 01:36:32 AEST
At the end of the "make install"

        if [ -f /usr/local/etc/ssh_host_rsa_key ] ; then \
                echo "/usr/local/etc/ssh_host_rsa_key already exists, skipping." ; \
        else \
                ./ssh-keygen -t rsa -f /usr/local/etc/ssh_host_rsa_key -N "" ; \
       fi ; \
fi ;
./ssh-keygen: syntax error at line 4: `^A\223^\^Bn^BH^By^A' unexpected
*** Error code 2
make: Fatal error: Command failed for target `host-key'
Comment 1 Darren Tucker 2002-06-28 09:37:30 AEST
Only a guess but worth checking: I've seen binaries corrupted on Solaris/SPARC 
when programs linked by /usr/ccs/bin/ld are stripped with GNU strip. Try putting 
/usr/ccs/bin at the start of your path and recompiling.
Comment 2 Ben Lindstrom 2002-08-16 07:32:01 AEST
This is a GNU Binutils issue.  Where their strip command is broken.  Please 
address it with them.
Comment 3 Darren Tucker 2002-08-16 10:09:20 AEST
The strip bug has been fixed in binutils-2.13.
Comment 4 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED