Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511678 - www-servers/apache-2.4.9-r3 APACHE2_MPMS=peruser - configure: error: MPM peruser is not supported on this platform.
Summary: www-servers/apache-2.4.9-r3 APACHE2_MPMS=peruser - configure: error: MPM peru...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
: 566662 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-05-28 10:32 UTC by Vitaly L. Fadeev
Modified: 2016-05-30 13:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
logs-from-build.tar.7z (logs-from-build.tar.7z,40.92 KB, application/x-7z-compressed)
2014-05-28 10:32 UTC, Vitaly L. Fadeev
Details
Requested file /var/tmp/portage/www-servers/apache-2.4.9-r3/work/httpd-2.4.9/config.log (config.log,88.75 KB, text/plain)
2014-05-28 16:03 UTC, Vitaly L. Fadeev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly L. Fadeev 2014-05-28 10:32:37 UTC
Created attachment 377754 [details]
logs-from-build.tar.7z

Hi!
In my /etc/portage/make.conf:
APACHE2_MPMS="peruser"

APACHE2_MODULES="actions alias auth_basic authn_alias authn_core authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias access_compat"

Breaks on configure stage.
May be it fails on patches?
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-28 12:43:44 UTC
Comment on attachment 377754 [details]
logs-from-build.tar.7z

An archive _in_ a compressed archive?
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-28 12:45:59 UTC
checking which MPM to use by default... peruser
configure: error: MPM peruser is not supported on this platform.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/www-servers/apache-2.4.9-r3/work/httpd-2.4.9/config.log

Please attach that file.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-28 13:58:00 UTC
config.log doesn't add anything useful here.
Comment 4 Vitaly L. Fadeev 2014-05-28 16:03:30 UTC
Created attachment 377780 [details]
Requested file /var/tmp/portage/www-servers/apache-2.4.9-r3/work/httpd-2.4.9/config.log
Comment 5 Vitaly L. Fadeev 2014-05-28 16:04:54 UTC
conftest.c:92:21: fatal error: bstring.h: No such file or directory
 #include <bstring.h>
                     ^
compilation terminated.
configure:25520: $? = 1
Comment 6 Vitaly L. Fadeev 2014-05-30 05:24:14 UTC
Any progress?
Comment 7 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-07-31 10:03:38 UTC
Just a wild guess... does installing net-misc/mico fix this problem?
Comment 8 Magnus Granberg gentoo-dev 2014-12-22 18:05:01 UTC
Looks like preuser is a ded project upstream haven't seen anything for 2.4
Take a look at mpm_itk. http://mpm-itk.sesse.net
Comment 9 Brian Evans (RETIRED) gentoo-dev 2015-11-23 18:52:08 UTC
*** Bug 566662 has been marked as a duplicate of this bug. ***
Comment 10 Bartosz Krzeszewski 2016-03-06 13:05:35 UTC
The bug is still active. Should'n APACHE2_MPMS="peruser" be disabled?
Comment 11 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-30 13:46:37 UTC
commit 51023259a7128a2c88165965a4af8358526356d4
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Mon May 30 15:34:13 2016

    www-servers/apache: apache-2.4 no longer provides peruser MPM.
    
    Package-Manager: portage-2.2.28
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>