weird make errors on portable snapshots

Loganaden Velvindron loganaden at gmail.com
Sat Sep 17 02:42:13 EST 2011


When doing a make with the portable developer version,
I came across this error:


ssh/ssh_host_ecdsa_key|/opt/etc/ssh_host_ecdsa_key|g'  -e
's|/etc/ssh/ssh_host_dsa_key|/opt/etc/ssh_host_dsa_key|g'  -e
's|/etc/ssh/ssh_host_rsa_key|/opt/etc/ssh_host_rsa_key|g'  -e
's|/var/run/sshd.pid|/var/run/sshd.pid|g'  -e
's|/etc/moduli|/opt/etc/moduli|g'  -e
's|/etc/ssh/moduli|/opt/etc/moduli|g'  -e
's|/etc/ssh/sshrc|/opt/etc/sshrc|g'  -e
's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g'  -e
's|/var/empty|/var/empty|g'  -e 's|/usr/bin:/bin:/usr/sbin:/sbin||g'
${manpage} > moduli.5.out;  fi
sed: ./moduli.0: No such file or directory
*** Error code 1

Stop in /diff/openssh (line 187 of Makefile).

If I run make again, it compiles but fails for scp
-e 's|/usr/libexec|/opt/libexec|g'  -e
's|/etc/shosts.equiv|/opt/etc/shosts.equiv|g'  -e
's|/etc/ssh/ssh_host_key|/opt/etc/ssh_host_key|g'  -e
's|/etc/ssh/ssh_host_ecdsa_key|/opt/etc/ssh_host_ecdsa_key|g'  -e
's|/etc/ssh/ssh_host_dsa_key|/opt/etc/ssh_host_dsa_key|g'  -e
's|/etc/ssh/ssh_host_rsa_key|/opt/etc/ssh_host_rsa_key|g'  -e
's|/var/run/sshd.pid|/var/run/sshd.pid|g'  -e
's|/etc/moduli|/opt/etc/moduli|g'  -e
's|/etc/ssh/moduli|/opt/etc/moduli|g'  -e
's|/etc/ssh/sshrc|/opt/etc/sshrc|g'  -e
's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g'  -e
's|/var/empty|/var/empty|g'  -e 's|/usr/bin:/bin:/usr/sbin:/sbin||g'
${manpage} > scp.1.out;  fi
sed: ./scp.0: No such file or directory

This goes on until it compiles completely.


-- 
`` Real men run current !''


More information about the openssh-unix-dev mailing list