From owner-freebsd-bugs Fri Dec 7 5:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5171137B41B for ; Fri, 7 Dec 2001 05:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7De1a85342; Fri, 7 Dec 2001 05:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 916D037B405 for ; Fri, 7 Dec 2001 05:38:47 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7Dclx85264; Fri, 7 Dec 2001 05:38:47 -0800 (PST) (envelope-from nobody) Message-Id: <200112071338.fB7Dclx85264@freefall.freebsd.org> Date: Fri, 7 Dec 2001 05:38:47 -0800 (PST) From: Michel Oosterhof To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/32575: www/mod_auth_kerb does not compile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32575 >Category: misc >Synopsis: www/mod_auth_kerb does not compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 07 05:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michel Oosterhof >Release: 4.4-STABLE >Organization: >Environment: FreeBSD router 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Dec 2 14:17:46 CET 2001 root@router:/usr/obj/usr/src/sys/ROUTER i386 >Description: router# cd /usr/ports/www/mod_auth_kerb lsrouter# ls Makefile pkg-comment pkg-plist distinfo pkg-descr work router# make ===> Building for mod_auth_kerb-4.10 cd /usr/ports/www/mod_auth_kerb/work/src/modules/kerberos && /usr/local/sbin/apxs -I/usr/local/include -L/usr/local/lib -DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS -DKRB5_DEFAULT_KEYTAB=\"\\\"file:/usr/local/etc/apache/keytab\\\"\" -c mod_auth_kerb.c cc -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/data/" -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin" -DACCEPT_FILTER_NAME="httpready" -funsigned-char -DMOD_SSL=208105 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -O -pipe -march=pentium -fpic -DSHARED_MODULE -I/usr/local/include/apache -I/usr/local/include -DKRB5 -DKRB5_VERIFY_TICKET -DKRB5_SAVE_CREDENTIALS -DKRB5_DEFAULT_KEYTAB="\"file:/usr/local/etc/apache/keytab\"" -c mod_auth_kerb.c mod_auth_kerb.c:148: warning: initialization makes pointer from integer without a cast mod_auth_kerb.c:150: warning: excess elements in struct initializer mod_auth_kerb.c:150: warning: (near initialization for `tgtname') mod_auth_kerb.c: In function `kerb_validate_user_pass_V5': mod_auth_kerb.c:746: warning: passing arg 3 of `krb5_cc_next_cred' from incompatible pointer type mod_auth_kerb.c:746: warning: passing arg 4 of `krb5_cc_next_cred' from incompatible pointer type mod_auth_kerb.c:763: `KRB5_TC_OPENCLOSE' undeclared (first use in this function) mod_auth_kerb.c:763: (Each undeclared identifier is reported only once mod_auth_kerb.c:763: for each function it appears in.) mod_auth_kerb.c:984: request for member `length' in something not a structure or union mod_auth_kerb.c:985: request for member `data' in something not a structure or union mod_auth_kerb.c:987: request for member `length' in something not a structure or union mod_auth_kerb.c:988: request for member `data' in something not a structure or union mod_auth_kerb.c: In function `kerb_validate_ticket_V5': mod_auth_kerb.c:1296: structure has no member named `enc_part2' apxs:Break: Command failed with rc=1 *** Error code 1 Stop in /usr/ports/www/mod_auth_kerb. *** Error code 1 Stop in /usr/ports/www/mod_auth_kerb. *** Error code 1 Stop in /usr/ports/www/mod_auth_kerb. >How-To-Repeat: See above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message