Re: [users@httpd] rpmbuild for httpd-2.4.23 failed missing mod_proxy_fdpass.so

2016-07-17 Thread Reindl Harald



Am 17.07.2016 um 12:49 schrieb William A Rowe Jr:

This is a dev@ level regression, sharing with that list. Please confirm
you are using httpd's own rpm. If not, the specific --enable-modules
provided for your rpm.spec file may be at issue.


confirmed also here with the latest release, i just commented it out 
since i don't use it


[builduser@buildserver:~]$ cat /rpmbuild/SPECS/httpd.spec | grep fdpass
# %package -nmod_proxy_fdpass
# Summary:   mod_proxy_fdpass for the Apache HTTP Server
# Provides:  mod_proxy_fdpass = %{version}-%{release}
# %description -nmod_proxy_fdpass
# %files -n mod_proxy_fdpass
# %{_libdir}/%{name}/modules/mod_proxy_fdpass.so

./configure \
 --disable-dependency-tracking \
 --prefix=%{_sysconfdir}/%{name} \
 --exec-prefix=%{_prefix} \
 --bindir=%{_bindir} \
 --sbindir=%{_sbindir} \
 --mandir=%{_mandir} \
 --libdir=%{_libdir} \
 --sysconfdir=%{_sysconfdir}/%{name}/conf \
 --includedir=%{_includedir}/%{name} \
 --libexecdir=%{_libdir}/%{name}/modules \
 --datadir=%{contentdir} \
 --enable-layout=Fedora \
 --enable-mpms-static=prefork \
 --with-mpm=prefork \
 --enable-mods-shared=all \
 --enable-mods-static="alias allowmethods auth_basic auth_digest 
authn_core authn_file authz_core authz_groupfile authz_host authz_user 
autoindex deflate dir env expires filter headers log_config mime 
ratelimit remoteip reqtimeout rewrite setenvif socache_shmcb unique_id 
unixd version" \

 --enable-nonportable-atomics \
 --enable-allocator-uses-mmap \
 --enable-proxy \
 --enable-cache \
 --enable-disk-cache \
 --enable-cgi \
 --enable-authn-anon \
 --enable-authn-alias \
 --enable-pie \
 --enable-ssl \
 --with-installbuilddir=%{_libdir}/%{name}/build \
 --with-apr=%{_prefix} \
 --with-apr-util=%{_prefix} \
 --with-pic \
 --with-pcre \
 --with-ssl \
 --disable-dtrace \
 --disable-ldap \
 --disable-lua \
 --disable-access-compat \
 --disable-charset-lite \
 --disable-distcache \
 --disable-imagemap \
 --disable-session \
 --disable-suexec \
 --disable-debug
 $*
%{__make} %{?_smp_mflags}


On Jul 17, 2016 3:45 AM, "kohmoto" > wrote:

I tried to rpmbuild the former version httpd-2.4.20.tar.bz2 in the
same machine. The result was successful without error. So, the
rpmbuild failure of httpd-2.4.23 missing mod_proxy_fdpass.so is not
due to my rebuild environment. All previous versions gave also
successful results.




signature.asc
Description: OpenPGP digital signature


Re: [users@httpd] rpmbuild for httpd-2.4.23 failed missing mod_proxy_fdpass.so

2016-07-17 Thread William A Rowe Jr
This is a dev@ level regression, sharing with that list. Please confirm you
are using httpd's own rpm. If not, the specific --enable-modules provided
for your rpm.spec file may be at issue.

On Jul 17, 2016 3:45 AM, "kohmoto"  wrote:

> I tried to rpmbuild the former version httpd-2.4.20.tar.bz2 in the same
> machine. The result was successful without error. So, the rpmbuild failure
> of httpd-2.4.23 missing mod_proxy_fdpass.so is not due to my rebuild
> environment. All previous versions gave also successful results.
>
> Messages output during rpmbuild of httpd-2.4.20 are little different from
> httpd-2.4.23.
>
> [httpd-2.4.20]
> checking whether to enable mod_proxy_fdpass... checking dependencies
> checking whether CMSG_DATA is declared... yes
> checking whether to enable mod_proxy_fdpass... shared (all)
>
> [httpd-2.4.23]
> checking whether to enable mod_proxy_fdpass... no
>
> [httpd-2.4.20]
> Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la
> mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_fdpass.la
> mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la
> mod_proxy_express.la
>
> [httpd-2.4.23] mod_porxy_fdpass.la is missing
> Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la
> mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la
> mod_proxy_wstunnel.la mod_proxy_ajp.la mod_proxy_balancer.la
> mod_proxy_express.la mod_proxy_hcheck.la
>
> [httpd-2.4.20]
> /usr/lib64/apr/build-1/libtool --silent --mode=compile gcc -std=gnu99
> -pthread  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
> -m64 -mtune=generic-DLINUX -D_REENTRANT -D_GNU_SOURCE -I.
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/os/unix
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/include -I/usr/include/apr-1
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/aaa
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/cache
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/core
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/database
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/filters
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/ldap
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/server
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/loggers
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/lua
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/proxy
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/session
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/ssl
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/test
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/server
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/arch/unix
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/dav/main
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/generators
> -I/home/webadmin/rpmbuild/BUILD/httpd-2.4.20/modules/mappers -prefer-pic -c
> mod_proxy_fdpass.c && touch mod_proxy_fdpass.slo
> /usr/lib64/apr/build-1/libtool --silent --mode=link gcc -std=gnu99
> -pthread  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
> -m64 -mtune=generic -Wl,-z,relro-o mod_proxy_fdpass.la -rpath
> /usr/lib64/httpd/modules -module -avoid-version  mod_proxy_fdpass.lo
>
> [httpd-2.4.23]
> no complile, no link
>
> [httpd-2.4.20]
> /usr/lib64/apr/build-1/libtool --silent --mode=install install
> mod_proxy_fdpass.la
> /home/webadmin/rpmbuild/BUILDROOT/httpd-2.4.20-1.x86_64/usr/lib64/httpd/modules/
>
> [httpd-2.4.23]
> no install
>
> I hope these findings would be a little help to understand the rpmbuild
> error.
>
> Yours truly,
> Kazuhiko Kohmoto
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


Bug report for Apache httpd-2 [2016/07/17]

2016-07-17 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 8713|Inf|Min|2002-05-01|No Errorlog on PROPFIND/Depth:Infinity|
| 8867|Opn|Cri|2002-05-07|exports.c generation fails when using a symlink to|
|10747|New|Maj|2002-07-12|ftp SIZE command and 'smart' ftp servers results i|
|11294|New|Enh|2002-07-30|desired vhost_alias option|
|11580|Opn|Enh|2002-08-09|generate Content-Location headers |
|12033|Opn|Nor|2002-08-26|Graceful restart immediately result in [warn] long|
|13599|Inf|Nor|2002-10-14|autoindex formating broken for multibyte sequences|
|13661|Ass|Enh|2002-10-15|Apache cannot not handle dynamic IP reallocation  |
|14104|Opn|Enh|2002-10-30|not documented: must restart server to load new CR|
|14496|New|Enh|2002-11-13|Cannot upgrade any version on Windows. Must uninst|
|14922|Inf|Enh|2002-11-28| is currently hardcoded to 'apache2'  |
|15719|Inf|Nor|2002-12-30|WebDAV MOVE to destination URI which is content-ne|
|16761|Inf|Nor|2003-02-04|CustomLog with pipe spawns process during config  |
|16802|New|Enh|2003-02-05|Additional AllowOverride directive "Restrict" |
|16811|Ass|Maj|2003-02-05|mod_autoindex always return webpages in UTF-8.|
|17107|New|Min|2003-02-16|Windows should not install printenv   |
|17114|New|Enh|2003-02-17|Please add strip and install-strip targets to Make|
|17244|Ass|Nor|2003-02-20|./configure --help gives false information regardi|
|17497|Opn|Nor|2003-02-27|mod_mime_magic generates incorrect response header|
|18325|New|Enh|2003-03-25|PAM support for suEXEC|
|18334|Inf|Cri|2003-03-25|Server crashes when authenticating users against L|
|19043|New|Min|2003-04-15|Interesting interaction between cern_meta module a|
|19670|New|Enh|2003-05-05|content type header supplied upon PUT is thrown aw|
|20036|Ass|Nor|2003-05-19|Trailing Dots stripped from PATH_INFO environment |
|21260|New|Nor|2003-07-02|CacheMaxExpire directive not enforced !   |
|21533|Ass|Cri|2003-07-11|Multiple levels of htacces files can cause mod_aut|
|21935|Opn|Nor|2003-07-28|r->parsed_uri->query isn't updated after execution|
|22237|New|Enh|2003-08-08|option to disable ServerSignature on index pages  |
|22484|Opn|Maj|2003-08-16|semaphore problem takes httpd down|
|22686|Opn|Nor|2003-08-25|ab: apr_poll: The timeout specified has expired (7|
|22898|Opn|Nor|2003-09-02|nph scripts with two HTTP header  |
|23167|Inf|Cri|2003-09-14|--enable-layout never goes to apr apr-util|
|23181|New|Nor|2003-09-15|Status 304 (Not modified) and chunking leads to an|
|23238|New|Cri|2003-09-18|non-async-signal-safe operations from signal handl|
|23330|New|Enh|2003-09-22|Enhance ApacheMonitor to view and control Tomcat s|
|23911|Opn|Cri|2003-10-18|CGI processes left defunct/zombie under 2.0.54|
|24031|New|Enh|2003-10-23|Passphrase protected private key in SSLProxyMachin|
|24095|Opn|Cri|2003-10-24|ERROR "Parent: child process exited with status 32|
|24437|Opn|Nor|2003-11-05|mod_auth_ldap doubly-escapes backslash (\) charact|
|24890|Opn|Nor|2003-11-21|Apache config parser should not be local aware ( g|
|25014|New|Enh|2003-11-26|A flexible interface for mod_log_config   |
|25201|New|Enh|2003-12-04|Provide Cache Purge operation |
|25240|Inf|Enh|2003-12-05|SSL Library Error: 336105671 logged as information|
|25435|New|Enh|2003-12-11|sethandler and directoryindex not playing nice|
|25469|Opn|Enh|2003-12-12|create AuthRoot for defining paths to auth files  |
|25484|Ass|Nor|2003-12-12|Non-service Apache cannot be stopped in WinXP |
|25543|Inf|Nor|2003-12-15|mod_proxy_ajp overwrites existing response headers|
|25667|New|Nor|2003-12-19|Memory leak in function ssl_scache_dbm_retrieve().|
|25863|New|Enh|2004-01-02|new per-host initialization hooks |
|26005|New|Nor|2004-01-08|SERVER_NAME incorrect when using IPv6 address in U|
|26142|New|Maj|2004-01-14|EnableSendFile Off for Windows XP Home|