[Bug 141] openssh-3.1p1-1.src.rpm will not build on RedHat Linux 6.1

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Mar 8 08:34:33 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=141





------- Additional Comments From wayne at qconcepts.net  2002-03-08 08:34 -------
This allows the rpm to compile and install; however, sshd is unusable after the 
install. I get the following errors (from ssh -v):

OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 500 geteuid 0 anon 1
debug1: Connecting to foo [x.x.x.x] port 22.
debug1: temporarily_use_uid: 500/500 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 500/500 (e=0)
debug1: restore_uid
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /home/wearl/.ssh/identity type 0
debug1: identity file /home/wearl/.ssh/id_rsa type -1
debug1: identity file /home/wearl/.ssh/id_dsa type -1
debug1: Remote protocol version 1.5, remote software version OpenSSH_3.1p1
debug1: match: OpenSSH_3.1p1 pat OpenSSH*
debug1: Local version string SSH-1.5-OpenSSH_3.1p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'foo' is known and matches the RSA1 host key.
debug1: Found key in /home/foo/.ssh/known_hosts:6
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: cipher_init: set keylen (16 -> 32)
debug1: cipher_init: set keylen (16 -> 32)
debug1: Installing crc compensation attack detector.
Disconnecting: Corrupted check bytes on input.
debug1: Calling cleanup 0x8063550(0x0)

I cannot now ssh out of or into this machine.

When cipher.c compiles, it still gives the following warnings:

i386-redhat-linux-gcc -O2 -march=i386 -mcpu=i686 -Wall -Wpointer-arith -Wno-
uninitialized -I. -I.  -DSSHDIR=\"/etc/ssh\" -
D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\" -
D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/openssh/ssh-askpass\" -
D_PATH_SFTP_SERVER=\"/usr/libexec/openssh/sftp-server\" -
D_PATH_SSH_PIDDIR=\"/var/run\" -DSSH_RAND_HELPER=\"/usr/libexec/openssh/ssh-
rand-helper\" -DHAVE_CONFIG_H -c cipher.c
cipher.c: In function `cipher_init':
cipher.c:177: warning: unused variable `klen'
cipher.c: In function `ssh1_3des_init':
cipher.c:268: warning: assignment from incompatible pointer type
cipher.c: In function `ssh1_3des_cbc':
cipher.c:297: warning: assignment from incompatible pointer type
cipher.c: In function `ssh1_3des_cleanup':
cipher.c:311: warning: assignment from incompatible pointer type
cipher.c: In function `evp_ssh1_3des':
cipher.c:328: warning: assignment from incompatible pointer type
cipher.c:329: warning: assignment from incompatible pointer type
cipher.c:330: warning: assignment from incompatible pointer type
cipher.c: In function `evp_ssh1_bf':
cipher.c:373: warning: assignment from incompatible pointer type
cipher.c:375: warning: assignment from incompatible pointer type
cipher.c: In function `ssh_rijndael_init':
cipher.c:394: warning: assignment from incompatible pointer type
cipher.c: In function `ssh_rijndael_cbc':
cipher.c:421: warning: assignment from incompatible pointer type
cipher.c: In function `ssh_rijndael_cleanup':
cipher.c:458: warning: assignment from incompatible pointer type
cipher.c: In function `evp_rijndael':
cipher.c:475: warning: assignment from incompatible pointer type
cipher.c:476: warning: assignment from incompatible pointer type
cipher.c:477: warning: assignment from incompatible pointer type



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list