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 <gentoo-user+bounces-67368-garchives=archives.gentoo.org@gentoo.org>)
	id 1IGBGA-00003m-J0
	for garchives@archives.gentoo.org; Wed, 01 Aug 2007 10:16: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 l71AEKWK010460;
	Wed, 1 Aug 2007 10:14:20 GMT
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182])
	by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l71A2p4g026245
	for <gentoo-user@lists.gentoo.org>; Wed, 1 Aug 2007 10:02:53 GMT
Received: by py-out-1112.google.com with SMTP id d32so345140pye
        for <gentoo-user@lists.gentoo.org>; Wed, 01 Aug 2007 03:02:51 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=R00qxTBN71vQPvs7Xt92opYDGNNmajlhxPtOq8sHlb2r3BAdwP+4pP+fj41nPYJ6GbZKBzIzyB6ymI/6espGT6AztwXL5fVzdjQk4V60WLIeYLKpb3iS6pv5idbTIP2QUYfTudS0/CPYTt4Atd+ihP9PF+0I9xZnWtKZmmnGPaw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=IWUXjCdmG/c7gNakQ5U28zZfVGRb7f/8HEqh0BOz0SWOsu/WNc0/ZxYwCaastMODoES5QxdJDYeNrnBklqF4WQeI0G9NMgSps7oXhCHPMwDAhXjNT6i2GpBljYJhgTtfN4tdCyXYbN2mtrnfhXoRa09kw/EAjbzYCX2WeYeUcu8=
Received: by 10.65.230.9 with SMTP id h9mr823087qbr.1185962570149;
        Wed, 01 Aug 2007 03:02:50 -0700 (PDT)
Received: by 10.64.251.15 with HTTP; Wed, 1 Aug 2007 03:02:50 -0700 (PDT)
Message-ID: <8cd1ed20708010302h394d9c35j6f64c7e265ecb9a1@mail.gmail.com>
Date: Wed, 1 Aug 2007 22:02:50 +1200
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Apache not compiling
In-Reply-To: <46AF3849.60709@pic.es>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <46AF3849.60709@pic.es>
X-Archives-Salt: db761bd3-a307-46fa-a210-ebec0a92a090
X-Archives-Hash: e0a37e3b228ba7030b4e41408e438c13

On 8/1/07, Alessandro del Gallo <delgallo@pic.es> wrote:
> Hi, when I try to compile Apache, I get this error.
>
> ---- those are use flags, I try some configuratiosn but always get an error
> zombie ~ # grep apache /etc/portage/package.use
> www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader -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="-apache2 -debug -doc
> -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool
> -mpm-worker (-selinux) -ssl -static-modules -threads" 0 kB
> ----

It looks like you have not selected an MPM. I believe you must select
an MPM ( which i believe is the choice of which engine to use for
dispatching pages )

>
> ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy
> -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include
> -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators
>   -L/usr/lib   -o libpcre.la  maketables.lo get.lo study.lo pcre.lo
> pcreposix.lo
> make[3]: Leaving directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
> make[2]: Leaving directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
> make[1]: Leaving directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'
> Making all in os
> make[1]: Entering directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
> make[1]: Leaving directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
> Making all in server
> make[1]: Entering directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
> Making all in mpm
> make[2]: Entering directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
> make: *** [all-recursive] Error 1
>
> !!! ERROR: www-servers/apache-2.0.58-r2 failed.
> Call stack:
>    ebuild.sh, line 1621:   Called dyn_compile
>    ebuild.sh, line 973:   Called qa_call 'src_compile'
>    ebuild.sh, line 44:   Called src_compile
>    apache-2.0.58-r2.ebuild, line 181:   Called die
>
> !!! problem compiling apache2
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
> !!! A complete build log is located at
> '/var/tmp/portage/www-servers/apache-2.0.58-r2/temp/build.log'.
>
>
>   : (
>
>
> Tanks
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print "enNOSPicAMreil kdrtf@gma.com"[(2*x)..(2*x+1)]}'
-- 
gentoo-user@gentoo.org mailing list