* Package: www-apache/mod_auth_kerb-5.4-r2 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mod_auth_kerb-5.4.tar.gz to /var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work >>> Unpacking mod_auth_kerb-5.4-gentoo-patchset.tar.bz2 to /var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work >>> Source unpacked in /var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work >>> Preparing source in /var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work/mod_auth_kerb-5.4 ... * Applying mod_auth_kerb-5.4-rcopshack.patch ... [ ok ] * Applying mod_auth_kerb-5.4-fixes.patch ... [ ok ] * Applying mod_auth_kerb-5.4-s4u2proxy.patch ... [ ok ] * Applying mod_auth_kerb-5.4-httpd24.patch ... [ ok ] * Applying mod_auth_kerb-5.4-delegation.patch ... [ ok ] * Applying mod_auth_kerb-5.4-cachedir.patch ... [ ok ] * Applying mod_auth_kerb-5.4-longuser.patch ... [ ok ] * Applying mod_auth_kerb-5.4-handle-continue.patch ... [ ok ] * Applying mod_auth_kerb-5.4-heimdal.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work/mod_auth_kerb-5.4 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-krb5=/usr --without-krb4 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking for main in -lresolv... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking gssapi.h usability... yes checking gssapi.h presence... yes checking for gssapi.h... yes checking for krb5_init_context in -lkrb5... yes checking for krb5_cc_new_unique in -lkrb5... yes checking whether we are using Heimdal... yes checking whether the GSSAPI libraries support SPNEGO... yes checking for apxs... /usr/bin/apxs configure: creating ./config.status config.status: creating Makefile config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work/mod_auth_kerb-5.4 ... make -j1 ./apxs.sh "-I. -Ispnegokrb5 -I/usr/include " "-Wl,--enable-new-dtags -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 -lgssapi -lresolv" "" "/usr/bin/apxs" "-c" "src/mod_auth_kerb.c" /usr/share/build-1/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -pipe -march=native -Wall -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/db6.0 -I. -Ispnegokrb5 -I/usr/include -c -o src/mod_auth_kerb.lo src/mod_auth_kerb.c && touch src/mod_auth_kerb.slo src/mod_auth_kerb.c: In function ‘verify_krb5_user’: src/mod_auth_kerb.c:758:4: warning: ‘krb5_get_init_creds_opt_init’ is deprecated [-Wdeprecated-declarations] krb5_get_init_creds_opt_init(&options); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4456:1: note: declared here krb5_get_init_creds_opt_init (krb5_get_init_creds_opt */*opt*/) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:765:4: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(context, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:800:13: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(context, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:812:5: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(context, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:827:5: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(context, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:835:4: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(context, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:843:4: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(context, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c: In function ‘create_krb5_ccache’: src/mod_auth_kerb.c:911:18: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, problem)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:921:4: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] ccname, krb5_get_err_text(kcontext, problem)); ^~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c: In function ‘store_krb5_creds’: src/mod_auth_kerb.c:957:9: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, problem)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:975:9: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, problem)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c: In function ‘authenticate_user_krb5pwd’: src/mod_auth_kerb.c:1036:4: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, ret)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1045:4: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, code)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1080:7: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, code)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1114:11: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, code)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c: In function ‘store_gss_creds’: src/mod_auth_kerb.c:1215:3: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] "Cannot parse delegated username (%s)", krb5_get_err_text(context, problem)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1222:3: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] "Cannot create krb5 ccache (%s)", krb5_get_err_text(context, problem)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c: In function ‘verify_server_credentials’: src/mod_auth_kerb.c:1394:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->length, ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1394:68: error: request for member ‘length’ in something not a structure or union krb5_princ_realm(kcontext, princ)->length, ^~ src/mod_auth_kerb.c:1395:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->data, ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1395:68: error: request for member ‘data’ in something not a structure or union krb5_princ_realm(kcontext, princ)->data, ^~ src/mod_auth_kerb.c:1396:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->length, ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1396:68: error: request for member ‘length’ in something not a structure or union krb5_princ_realm(kcontext, princ)->length, ^~ src/mod_auth_kerb.c:1397:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->data); ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1397:68: error: request for member ‘data’ in something not a structure or union krb5_princ_realm(kcontext, princ)->data); ^~ src/mod_auth_kerb.c: In function ‘obtain_server_credentials’: src/mod_auth_kerb.c:1567:5: warning: ‘krb5_get_init_creds_opt_init’ is deprecated [-Wdeprecated-declarations] krb5_get_init_creds_opt_init(&gicopts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4456:1: note: declared here krb5_get_init_creds_opt_init (krb5_get_init_creds_opt */*opt*/) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1571:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->length, ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1571:68: error: request for member ‘length’ in something not a structure or union krb5_princ_realm(kcontext, princ)->length, ^~ src/mod_auth_kerb.c:1572:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->data, ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1572:68: error: request for member ‘data’ in something not a structure or union krb5_princ_realm(kcontext, princ)->data, ^~ src/mod_auth_kerb.c:1573:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->length, ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1573:68: error: request for member ‘length’ in something not a structure or union krb5_princ_realm(kcontext, princ)->length, ^~ src/mod_auth_kerb.c:1574:35: warning: ‘krb5_princ_realm’ is deprecated [-Wdeprecated-declarations] krb5_princ_realm(kcontext, princ)->data); ^~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:6374:1: note: declared here krb5_princ_realm ( ^~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1574:68: error: request for member ‘data’ in something not a structure or union krb5_princ_realm(kcontext, princ)->data); ^~ src/mod_auth_kerb.c: In function ‘authenticate_user_gss’: src/mod_auth_kerb.c:1712:20: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] accept_sec_token = gss_accept_sec_context; ^ src/mod_auth_kerb.c:1719:25: warning: comparison of distinct pointer types lacks a cast (accept_sec_token == gss_accept_sec_context) ^~ src/mod_auth_kerb.c:1659:16: warning: variable ‘spnego_oid’ set but not used [-Wunused-but-set-variable] gss_OID_desc spnego_oid; ^~~~~~~~~~ src/mod_auth_kerb.c: In function ‘do_krb5_an_to_ln’: src/mod_auth_kerb.c:1840:7: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, code)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c:1854:16: warning: ‘krb5_get_err_text’ is deprecated [-Wdeprecated-declarations] krb5_get_err_text(kcontext, code)); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/krb5.h:949:0, from src/mod_auth_kerb.c:116: /usr/include/krb5-protos.h:4152:1: note: declared here krb5_get_err_text ( ^~~~~~~~~~~~~~~~~ src/mod_auth_kerb.c: In function ‘set_kerb_auth_headers’: src/mod_auth_kerb.c:1914:8: warning: variable ‘set_basic’ set but not used [-Wunused-but-set-variable] int set_basic = 0; ^~~~~~~~~ src/mod_auth_kerb.c: In function ‘kerb_authenticate_user’: src/mod_auth_kerb.c:1957:15: warning: variable ‘last_return’ set but not used [-Wunused-but-set-variable] static int last_return = HTTP_UNAUTHORIZED; ^~~~~~~~~~~ At top level: src/mod_auth_kerb.c:2065:1: warning: ‘have_rcache_type’ defined but not used [-Wunused-function] have_rcache_type(const char *type) ^~~~~~~~~~~~~~~~ apxs:Error: Command failed with rc=65536 . make: *** [Makefile:16: src/mod_auth_kerb.so] Error 1 * ERROR: www-apache/mod_auth_kerb-5.4-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=www-apache/mod_auth_kerb-5.4-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=www-apache/mod_auth_kerb-5.4-r2::gentoo'`. * The complete build log is located at '/var/log/portage/www-apache:mod_auth_kerb-5.4-r2:20171030-130022.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/temp/environment'. * Working directory: '/var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work/mod_auth_kerb-5.4' * S: '/var/tmp/portage/www-apache/mod_auth_kerb-5.4-r2/work/mod_auth_kerb-5.4'