AIX make checks issue

Darren Tucker dtucker at dtucker.net
Tue Apr 24 23:06:42 AEST 2018


On 24 April 2018 at 21:37, Michael Felt <michael at felt.demon.nl> wrote:
[...]
> Went through the following steps:
> a) copy src and do in-tree build
> b) run the command (without having rerun make checks - in case there are
> hiddne dependancies!)
>
> root at x066:[/home/aixtools/openbsd/openssh-7.7p1]sh -x
> /home/aixtools/openbsd/openssh-7.7p1/ssh-log-wrapper.sh -A -F
> /home/aixtools/openbsd/openssh-7.7p1/ssh_proxy somehost ssh-add -l
> + exec ssh -E/home/aixtools/openbsd/openssh-7.7p1/ssh.log -A -F
> /home/aixtools/openbsd/openssh-7.7p1/ssh_proxy somehost ssh-add -l

The debug log looks like you have no public keys.  Those are created
by test-exec.sh which it looks like you didn't run?

If you want to fiddle with the scripts, I suggest editing test-exec.sh
to add a "set -x" and put "exit 1) into the fail() function.  That'll
drop you back to a shell at the first failure without cleaning up, so
in most cases you can re-run the previous command as the environment
will still be set up correctly.

-- 
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA (new)
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list