From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IGDPi-0006Rw-Nb for garchives@archives.gentoo.org; Wed, 01 Aug 2007 12:34:55 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l71CXcvC014573; Wed, 1 Aug 2007 12:33:38 GMT Received: from ifae-s0.ifae.es (ifae-s0.ifae.es [192.101.162.68]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l71CQOIL005371 for ; Wed, 1 Aug 2007 12:26:24 GMT Received: from [193.146.196.192] (wl-alexdg.pic.es [193.146.196.192]) (authenticated) by ifae-s0.ifae.es (8.11.6/8.11.6) with ESMTP id l71CQOv02701 for ; Wed, 1 Aug 2007 14:26:24 +0200 Message-ID: <46B07C9E.9000200@pic.es> Date: Wed, 01 Aug 2007 14:29:18 +0200 From: Alessandro del Gallo User-Agent: Thunderbird 2.0.0.5 (X11/20070716) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Apache not compiling References: <46AF3849.60709@pic.es> <46B05C6A.3090707@silvanoc.com> In-Reply-To: <46B05C6A.3090707@silvanoc.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id l71CXcvW014573 X-Archives-Salt: e54e09f5-1fb5-447a-9174-e774203b037f X-Archives-Hash: 8e8152fc2bdfa9c5c5a2fde7d8237126 Hi, I did built it with mpm-prefork http://httpd.apache.org/docs/2.0/mpm.html but it failed: http://pastebin.com/m7096a3ad I have some trouble with other configures (gstreamer and gtk+ ) for that I posted this: http://pastebin.com/m2e0e9e58 Thanks Abraham Mar=EDn P=E9rez ha scritto: > Alessandro del Gallo escribi=F3: >> Hi, when I try to compile Apache, I get this error. >> >> ---- those are use flags, I try some configuratiosn but always get an=20 >> error >> zombie ~ # grep apache /etc/portage/package.use >> www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader=20 >> -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads >> zombie ~ # emerge apache -D -pvt >> >> These are the packages that would be merged, in reverse order: >> >> Calculating dependencies... done! >> [ebuild N ] www-servers/apache-2.0.58-r2 USE=3D"-apache2 -debug=20 >> -doc -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork=20 >> -mpm-threadpool -mpm-worker (-selinux) -ssl -static-modules -threads"=20 >> 0 kB >> ---- >> >> ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy=20 >> -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/incl= ude=20 >> -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modu= les/generators=20 >> -L/usr/lib -o libpcre.la maketables.lo get.lo study.lo pcre.lo=20 >> pcreposix.lo >> make[3]: Leaving directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srcli= b/pcre'=20 >> >> make[2]: Leaving directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srcli= b/pcre'=20 >> >> make[1]: Leaving directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srcli= b' >> Making all in os >> make[1]: Entering directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os' >> make[1]: Leaving directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os' >> Making all in server >> make[1]: Entering directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/serve= r' >> Making all in mpm >> make[2]: Entering directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/serve= r/mpm'=20 >> >> make[2]: *** No rule to make target `all'. Stop. >> make[2]: Leaving directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/serve= r/mpm'=20 >> >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory=20 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/serve= r' >> make: *** [all-recursive] Error 1 >=20 > Apparently the error comes when compiling the mpm section of Apache;=20 > since you seem to have disabled every multi-processing module it may be= =20 > possible that configure generates a makefile with no option at all,=20 > making it fails when tries to build. >=20 > I think this could be a bug; please post both the output of configure=20 > --help to see the options related to mpm's and the content of=20 > server/mpm/makefile* >=20 >=20 > Abraham --=20 gentoo-user@gentoo.org mailing list