Gentoo Archives: gentoo-user

From: felix@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Why does emerge ignore APACHE2_MPMS?
Date: Mon, 21 Apr 2008 22:25:30
Message-Id: 20080421222523.GA15105@crowfix.com
1 My make.conf has this line:
2
3 APACHE2_MPMS="mpm-prefork mpm-worker"
4
5 which used to be good enough, but now emerge ignores it:
6
7 emerge -ptuvDN world | grep apache
8 [ebuild R ] www-servers/apache-2.2.8-r2 USE="doc ssl suexec threads -debug -ldap (-selinux) -sni -static" APACHE2_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires ext_filter file_cache filter headers ident imagemap include info log_config log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling status unique_id userdir usertrack version vhost_alias -cern_meta -charset_lite -substitute%" APACHE2_MPMS="-event -itk -peruser -prefork -worker" 0 kB
9
10 This worked fine for the previous build, which apparently was the same
11 version. I thought -v was supposed to flag the reasons for the
12 rebuild with '*' but don't see one.
13
14 What is really annoying is that if this is done from an xterm with
15 DISPLAY set, it pops up a series of GUI windows prompting for MPM
16 config details. It seems rather out of place for a supposedly
17 automated build system, and it is also a bit puzzling why it is
18 important enough to interrupt a build under X but not without X. Here
19 is that part of the log:
20
21 checking for sys/times.h... (cached) yes
22 checking for times... (cached) yes
23 checking which MPM to use... worker
24 Worker: Can't connect to X!
25
26 --
27 ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
28 Felix Finch: scarecrow repairman & rocket surgeon / felix@×××××××.com
29 GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
30 I've found a solution to Fermat's Last Theorem but I see I've run out of room o
31 --
32 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS? dexters84 <dexters84@×××××.com>
Re: [gentoo-user] Why does emerge ignore APACHE2_MPMS? Joe User <mailinglists@×××××××××××.org>