Open dalanmiller opened 4 years ago
Hi there!
Attempting to build this container and getting the following on Step 6:
Step 6
Step 6/11 : RUN git checkout master && git submodule update --init && libtoolize -ci && autoreconf -fi && mkdir build ---> Running in 2fca0cf03f9a Switched to a new branch 'master' Branch 'master' set up to track remote branch 'master' from 'origin'. Submodule 'src/test/jsmn' (https://github.com/getdnsapi/jsmn.git) registered for path 'src/jsmn' Submodule 'src/ssl_dane' (https://github.com/banburybill/ssl_dane) registered for path 'src/ssl_dane' Submodule 'src/yxml' (https://github.com/getdnsapi/yxml.git) registered for path 'src/yxml' Submodule 'stubby' (https://github.com/getdnsapi/stubby.git) registered for path 'stubby' Cloning into '/getdns/src/jsmn'... Cloning into '/getdns/src/ssl_dane'... Cloning into '/getdns/src/yxml'... Cloning into '/getdns/stubby'... Submodule path 'src/jsmn': checked out '686a240cc8186a9a799ebafb0b32e67991b5abfc' Submodule path 'src/ssl_dane': checked out '187838104f3cfc9634148ae41a717e00c0d68e67' Submodule path 'src/yxml': checked out '57497cdcacb6e5538e6bf6dad0b274896d9b3962' Submodule path 'stubby': checked out '709374879bca5d77548df68fd91c51174a862229' libtoolize: putting auxiliary files in '.'. libtoolize: copying file './config.guess' libtoolize: copying file './config.sub' libtoolize: copying file './install-sh' libtoolize: copying file './ltmain.sh' autoreconf: 'configure.ac' or 'configure.in' is required The command '/bin/sh -c git checkout master && git submodule update --init && libtoolize -ci && autoreconf -fi && mkdir build' returned a non-zero code: 1
Am I missing something trivial?
I'm getting the same error
If anyone sees this issue: the build procedure changed to use cmake instead of autoconf, see https://github.com/getdnsapi/getdns#Building
Hi there!
Attempting to build this container and getting the following on
Step 6
:Am I missing something trivial?