Closed stoege closed 4 years ago
was able to enable debug output for the make process
make -d -j nproc --all
... a - blowfish.o a - bcrypt_pbkdf.o a - explicit_bzero.o a - port-aix.o a - port-irix.o a - port-linux.o a - port-solaris.o a - port-tun.o a - port-uw.o Reaping winning child 0x56368db085a0 PID 29123 ranlib libopenbsd-compat.a Live child 0x56368db085a0 (libopenbsd-compat.a) PID 29124 Reaping winning child 0x56368db085a0 PID 29124 Removing child 0x56368db085a0 PID 29124 from chain. Considering target file 'all'. File 'all' does not exist. Considering target file 'libopenbsd-compat.a'. File 'libopenbsd-compat.a' was considered already. Finished prerequisites of target file 'all'. Must remake target 'all'. Successfully remade target file 'all'. make[1]: Leaving directory '/root/ssh-mitm/openssh-7.5p1-mitm/openbsd-compat' Reaping winning child 0x562a6b9f2fb0 PID 28893 Removing child 0x562a6b9f2fb0 PID 28893 from chain.
Failed to build ssh and/or sshd. Terminating.
Hmm... I don't see what the problem might be. Did your machine run out of disk space? Did it run out of memory?
What version of Debian are you using? I can try to reproduce it.
On 5/2/20 5:02 AM, stoege wrote:
was able to enable debug output for the make process
make -d -j |nproc --all|
... a - blowfish.o a - bcrypt_pbkdf.o a - explicit_bzero.o a - port-aix.o a - port-irix.o a - port-linux.o a - port-solaris.o a - port-tun.o a - port-uw.o Reaping winning child 0x56368db085a0 PID 29123 ranlib libopenbsd-compat.a Live child 0x56368db085a0 (libopenbsd-compat.a) PID 29124 Reaping winning child 0x56368db085a0 PID 29124 Removing child 0x56368db085a0 PID 29124 from chain. Considering target file 'all'. File 'all' does not exist. Considering target file 'libopenbsd-compat.a'. File 'libopenbsd-compat.a' was considered already. Finished prerequisites of target file 'all'. Must remake target 'all'. Successfully remade target file 'all'. make[1]: Leaving directory '/root/ssh-mitm/openssh-7.5p1-mitm/openbsd-compat' Reaping winning child 0x562a6b9f2fb0 PID 28893 Removing child 0x562a6b9f2fb0 PID 28893 from chain.
Failed to build ssh and/or sshd. Terminating.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jtesta/ssh-mitm/issues/27#issuecomment-622911445, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWYA65JVLCDW3DDCYM6TBLRPPOT5ANCNFSM4MXTAXZQ.
-- Joseph S. Testa II Founder & Principal Security Consultant Positron Security
hm ... definitly not out of disk space ... you can have a look on your own. drop me a mail and i provide you access to the box: github@stoege.net thx!
Closing this and replacing it with issue #28 for better visibility. Thanks for reporting this!
Hi Joe, many thanks for your effort. If you need a "tester" again in the future, let me know :)
hi, cool stuff !
tried to install on fully patched debian and it stop's compiling after a while ... an
... a - port-tun.o a - port-uw.o ranlib libopenbsd-compat.a make[1]: Leaving directory '/root/ssh-mitm/openssh-7.5p1-mitm/openbsd-compat'
Failed to build ssh and/or sshd. Terminating. root@debian:~/ssh-mitm#
seems that compiling of sshd is not sucessfully, but i don't get any furher errors/infos.
Any Idea how to fix ? Thx