[ports-i386@FreeBSD.org: mod_auth_external-2.2.9 failed on i386 5]

Kris Kennaway kris at obsecurity.org
Wed Feb 9 14:51:17 PST 2005


FYI; can you please investigate and/or report to the developers?  If
you are already aware of this problem but do not yet have a fix,
please mark the port BROKEN in the appropriate case, so that users do
not unexpectedly encounter it.

Thanks,
Kris

----- Forwarded message from User Ports-i386 <ports-i386 at FreeBSD.org> -----

X-Original-To: kkenn at localhost
Delivered-To: kkenn at localhost.obsecurity.org
Delivered-To: kris at freebsd.org
Date: Wed, 9 Feb 2005 14:27:57 GMT
From: User Ports-i386 <ports-i386 at FreeBSD.org>
To: krion at FreeBSD.org, kris at FreeBSD.org
Subject: mod_auth_external-2.2.9 failed on i386 5
X-UIDL: +7X"!cb8"!HD!#!oV*#!
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.92.8

building mod_auth_external-2.2.9 on gohan20.freebsd.org
in directory /x/tmp/5/chroot/45685
maintained by: apache at FreeBSD.org
port directory: /usr/ports/www/mod_auth_external2
build started at Wed Feb  9 14:26:04 UTC 2005
FETCH_DEPENDS=
PATCH_DEPENDS=
EXTRACT_DEPENDS=
BUILD_DEPENDS=apache-1.3.33_1.tbz expat-1.95.8.tbz perl-5.8.6_2.tbz
RUN_DEPENDS=apache-1.3.33_1.tbz expat-1.95.8.tbz perl-5.8.6_2.tbz
add_pkg
================================================================
====================<phase 1: make checksum>====================
===>  Vulnerability check disabled
=> mod_auth_external-2.2.9.tar.gz doesn't seem to exist in /tmp/distfiles/apache.
=> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/apache/.
fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/apache/mod_auth_external-2.2.9.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/apache/.
fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/apache/mod_auth_external-2.2.9.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://www.unixpapa.com/software/.
mod_auth_external-2.2.9.tar.gz                          50 kB  138 kBps
=> Checksum OK for apache/mod_auth_external-2.2.9.tar.gz.
================================================================
====================<phase 2: make extract>====================
add_pkg
===>  Vulnerability check disabled
===>  Extracting for mod_auth_external-2.2.9
=> Checksum OK for apache/mod_auth_external-2.2.9.tar.gz.
================================================================
====================<phase 3: make patch>====================
add_pkg
===>  Patching for mod_auth_external-2.2.9
================================================================
====================<phase 4: make build>====================
add_pkg apache-1.3.33_1.tbz expat-1.95.8.tbz perl-5.8.6_2.tbz
adding dependencies
pkg_add apache-1.3.33_1.tbz
Removing stale symlinks from /usr/bin...
    Skipping /usr/bin/perl
    Skipping /usr/bin/perl5
    Skipping /usr/bin/suidperl
Done.
Creating various symlinks in /usr/bin...
    Symlinking /usr/local/bin/perl5.8.6 to /usr/bin/perl
    Symlinking /usr/local/bin/perl5.8.6 to /usr/bin/perl5
    *** /usr/local/bin/sperl5.8.6 is not there, a symlink won't do any good
Done.
Cleaning up /etc/make.conf... Done.
Spamming /etc/make.conf... Done.
Cleaning up /etc/manpath.config... Done.
Spamming /etc/manpath.config... Done.

===>  COMPATIBILITY NOTE:
      As of version 1.3.24, the RedirectMatch directive requires an
      absolute URL target location per RFC 2068. Uses of RedirectMatch that
      specify a relative URL will fail and must be corrected to function.

===>  BE CAREFULL HOW TO BOOT on 1.3.29_4 or after:
	To run apache www server from startup, add apache_enable="YES"
	in your /etc/rc.conf.

pkg_add expat-1.95.8.tbz
skipping expat-1.95.8, already added
pkg_add perl-5.8.6_2.tbz
skipping perl-5.8.6_2, already added
===>   mod_auth_external-2.2.9 depends on file: /usr/local/sbin/apxs - found
===>  Configuring for mod_auth_external-2.2.9
===>  Building for mod_auth_external-2.2.9
===>  Generating apache plist
cc -DLOGIN_CAP  -funsigned-char -O -pipe  -DDOCUMENT_LOCATION="/usr/local/www/data"  -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 -fpic -DSHARED_MODULE -I/usr/local/include/apache  -c mod_auth_external.c
mod_auth_external.c:218:21: apr_lib.h: No such file or directory
mod_auth_external.c:221:22: apr_want.h: No such file or directory
mod_auth_external.c:222:25: apr_strings.h: No such file or directory
mod_auth_external.c:237:2: #error This module requires Apache 2.0.0 or later.
mod_auth_external.c:257: error: syntax error before "external_auth_module"
mod_auth_external.c:272: error: syntax error before "apr_table_t"
mod_auth_external.c:284: error: syntax error before '*' token
mod_auth_external.c: In function `create_extauth_dir_config':
mod_auth_external.c:286: error: `p' undeclared (first use in this function)
mod_auth_external.c:286: error: (Each undeclared identifier is reported only once
mod_auth_external.c:286: error: for each function it appears in.)
mod_auth_external.c:286: warning: initialization makes pointer from integer without a cast
mod_auth_external.c: At top level:
mod_auth_external.c:294: error: syntax error before '*' token
mod_auth_external.c: In function `create_extauth_server_config':
mod_auth_external.c:298: error: `p' undeclared (first use in this function)
mod_auth_external.c:301: error: structure has no member named `auth_extmethod'
mod_auth_external.c:302: error: structure has no member named `auth_extpath'
mod_auth_external.c:303: error: structure has no member named `group_extmethod'
mod_auth_external.c:304: error: structure has no member named `group_extpath'
mod_auth_external.c: In function `add_extauth':
mod_auth_external.c:320: error: `external_auth_module' undeclared (first use in this function)
mod_auth_external.c:323: error: structure has no member named `auth_extpath'
mod_auth_external.c:325: error: structure has no member named `auth_extmethod'
mod_auth_external.c: In function `add_extgroup':
mod_auth_external.c:340: error: `external_auth_module' undeclared (first use in this function)
mod_auth_external.c:343: error: structure has no member named `group_extpath'
mod_auth_external.c:345: error: structure has no member named `group_extmethod'
mod_auth_external.c: In function `set_extauth_method':
mod_auth_external.c:360: error: `external_auth_module' undeclared (first use in this function)
mod_auth_external.c:363: error: structure has no member named `auth_extmethod'
mod_auth_external.c: In function `set_extgroup_method':
mod_auth_external.c:378: error: `external_auth_module' undeclared (first use in this function)
mod_auth_external.c:381: error: structure has no member named `group_extmethod'
mod_auth_external.c: At top level:
mod_auth_external.c:394: error: syntax error before "extauth_dir_config_rec"
mod_auth_external.c:396: error: initializer element is not constant
mod_auth_external.c:396: error: (near initialization for `extauth_cmds[0].name')
mod_auth_external.c:400: error: initializer element is not constant
mod_auth_external.c:400: error: (near initialization for `extauth_cmds[0].func')
mod_auth_external.c:404: error: initializer element is not constant
mod_auth_external.c:404: error: (near initialization for `extauth_cmds[0].cmd_data')
mod_auth_external.c:407: error: syntax error before "extauth_dir_config_rec"
mod_auth_external.c:409: error: initializer element is not constant
mod_auth_external.c:409: error: (near initialization for `extauth_cmds[0].req_override')
mod_auth_external.c:413: error: initializer element is not constant
mod_auth_external.c:413: error: (near initialization for `extauth_cmds[0].args_how')
mod_auth_external.c:417: error: initializer element is not constant
mod_auth_external.c:417: error: (near initialization for `extauth_cmds[0].errmsg')
mod_auth_external.c:420: error: syntax error before "extauth_dir_config_rec"
mod_auth_external.c:424: error: initializer element is not constant
mod_auth_external.c:424: error: (near initialization for `extauth_cmds[0]')
mod_auth_external.c:424: error: initializer element is not constant
mod_auth_external.c:424: error: (near initialization for `extauth_cmds[1].name')
mod_auth_external.c:427: error: syntax error before "extauth_dir_config_rec"
mod_auth_external.c:430: error: initializer element is not constant
mod_auth_external.c:430: error: (near initialization for `extauth_cmds[1].func')
mod_auth_external.c:432: warning: braces around scalar initializer
mod_auth_external.c:432: warning: (near initialization for `extauth_cmds[1].cmd_data')
mod_auth_external.c:433: error: initializer element is not constant
mod_auth_external.c:433: error: (near initialization for `extauth_cmds[1]')
mod_auth_external.c: In function `lookup_header':
mod_auth_external.c:441: error: syntax error before '*' token
mod_auth_external.c:442: error: syntax error before '*' token
mod_auth_external.c:445: error: `hdrs_arr' undeclared (first use in this function)
mod_auth_external.c:446: error: `hdrs' undeclared (first use in this function)
mod_auth_external.c:446: error: syntax error before "apr_table_entry_t"
mod_auth_external.c: In function `exec_external':
mod_auth_external.c:496: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:498: error: too many arguments to function `ap_get_remote_host'
mod_auth_external.c:499: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:501: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:504: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:507: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:510: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:514: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:537: error: structure has no member named `user'
mod_auth_external.c:537: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:538: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:563: error: structure has no member named `user'
mod_auth_external.c:563: error: structure has no member named `user'
mod_auth_external.c: In function `extauth_basic_user':
mod_auth_external.c:591: error: `external_auth_module' undeclared (first use in this function)
mod_auth_external.c:615: error: structure has no member named `auth_extpath'
mod_auth_external.c:615: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:619: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type
mod_auth_external.c:625: error: structure has no member named `auth_extmethod'
mod_auth_external.c:625: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:694: error: structure has no member named `user'
mod_auth_external.c:694: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type
mod_auth_external.c: In function `extauth_check_auth':
mod_auth_external.c:703: error: `external_auth_module' undeclared (first use in this function)
mod_auth_external.c:715: error: syntax error before '*' token
mod_auth_external.c:716: error: `reqs_arr' undeclared (first use in this function)
mod_auth_external.c:747: error: structure has no member named `user'
mod_auth_external.c:757: error: structure has no member named `group_extpath'
mod_auth_external.c:757: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:759: error: structure has no member named `group_extmethod'
mod_auth_external.c:759: warning: assignment makes pointer from integer without a cast
mod_auth_external.c:763: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type
mod_auth_external.c:794: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type
mod_auth_external.c:803: error: structure has no member named `user'
mod_auth_external.c:803: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type
mod_auth_external.c: At top level:
mod_auth_external.c:810: error: syntax error before '*' token
mod_auth_external.c: In function `register_hooks':
mod_auth_external.c:812: error: `APR_HOOK_MIDDLE' undeclared (first use in this function)
mod_auth_external.c: At top level:
mod_auth_external.c:817: error: syntax error before "external_auth_module"
apxs:Break: Command failed with rc=1
*** Error code 1

Stop in /a/ports/www/mod_auth_external2.
================================================================
build ended at Wed Feb  9 14:27:54 UTC 2005


----- End forwarded message -----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20050209/0bb42408/attachment.bin


More information about the freebsd-apache mailing list