weird make errors on portable snapshots

Gilles Espinasse g.esp at free.fr
Sat Sep 17 03:34:02 EST 2011


----- 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


More information about the openssh-unix-dev mailing list