Current-Users archive

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

Re: Automated report: NetBSD-current/i386 build failure



NetBSD Test Fixture wrote:
>     /tmp/bracket/build/2018.04.06.17.30.25-i386/src/external/gpl3/gcc/dist/gcc/optabs-query.h:23:25: fatal error: insn-opinit.h: No such file or directory
>      #include "insn-opinit.h"
>                              ^

This looks like yet another random failure due to PR 53137.
This really needs to be fixed.

The build is now failing in a different place, and the new failure did
not get reported automatically because it was hidden by the one above:

--- dependall-pam_ssh ---
/tmp/bracket/build/2018.04.07.09.20.25-i386/src/lib/libpam/modules/pam_ssh/pam_ssh.c: In function 'pam_ssh_add_keys_to_agent':
/tmp/bracket/build/2018.04.07.09.20.25-i386/src/lib/libpam/modules/pam_ssh/pam_ssh.c:386:8: error: too few arguments to function 'ssh_add_identity_constrained'
    if (ssh_add_identity_constrained(agent_fd, psk->key,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/bracket/build/2018.04.07.09.20.25-i386/src/lib/libpam/modules/pam_ssh/pam_ssh.c:67:0:
/tmp/bracket/build/2018.04.07.09.20.25-i386/src/crypto/external/bsd/openssh/dist/authfd.h:33:5: note: declared here
 int ssh_add_identity_constrained(int sock, const struct sshkey *key,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index