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 !''
----- Original Message ----- From: "Loganaden Velvindron" <loganaden at gmail.com> To: <openssh-unix-dev at mindrot.org> Sent: Friday, September 16, 2011 6:42 PM Subject: weird make errors on portable snapshots> 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. > >Which sed version, on which plateform? Gilles
On Fri, 16 Sep 2011, Loganaden Velvindron wrote:> When doing a make with the portable developer version, > I came across this error: >[snip]> sed: ./moduli.0: No such file or directory[snip]> sed: ./scp.0: No such file or directoryIf the .0 files are missing run "make catman-do"> This goes on until it compiles completely.-- Tim Rice Multitalents tim at multitalents.net