[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ssh



On Tue, 25 Jun 2002, Ikmal wrote:

> Hello all...
> I just do the cvs from anoncvs@anoncvs.ca.openbsd.org.
> My problem is:
>
> root@localhost:ssh:# more CVS/Tag
> TOPENBSD_3_0

Right about here your prob. starts.

I assume your cwd is /usr/src/usr.bin/ssh.  If not, cd there, then:

find . -type l -name "obj" -exec rm {} \;

then cd /usr/obj/usr.bin/ssh
and rm -r *

The cd /usr/src/usr.bin/ssh  and try it again starting with make obj.

Make obj seems to work best on empty territory.

> root@localhost:ssh:# make obj

> ===> ssh-keysign
> /bin/sh: cd: /usr/src/usr.bin/ssh/ssh-keysign - No such file or directory
> *** Error code 1
>
> Stop in /usr/src/usr.bin/ssh.
>

ssh-keysign has gone the way of the dodo.  Apparently you had
some "cruft" from it in your source tree.

Dave