Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2001 05:38:47 -0800 (PST)
From:      Michel Oosterhof <m.oosterhof@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/32575: www/mod_auth_kerb does not compile
Message-ID:  <200112071338.fB7Dclx85264@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112071338.fB7Dclx85264>