* [gentoo-user] Apache not compiling
@ 2007-07-31 13:25 Alessandro del Gallo
2007-08-01 10:02 ` Kent Fredric
2007-08-01 10:11 ` Abraham Marín Pérez
0 siblings, 2 replies; 12+ messages in thread
From: Alessandro del Gallo @ 2007-07-31 13:25 UTC (permalink / raw
To: gentoo-user
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
----
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-07-31 13:25 [gentoo-user] Apache not compiling Alessandro del Gallo
@ 2007-08-01 10:02 ` Kent Fredric
2007-08-01 10:05 ` Kent Fredric
2007-08-01 10:11 ` Abraham Marín Pérez
1 sibling, 1 reply; 12+ messages in thread
From: Kent Fredric @ 2007-08-01 10:02 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-08-01 10:02 ` Kent Fredric
@ 2007-08-01 10:05 ` Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2007-08-01 10:05 UTC (permalink / raw
To: gentoo-user
On 8/1/07, Kent Fredric <kentfredric@gmail.com> wrote:
> 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 )
http://httpd.apache.org/docs/2.0/mpm.html
MPMs must be chosen during configuration, and compiled into the
server. Compilers are capable of optimizing a lot of functions if
threads are used, but only if they know that threads are being used.
The following table lists the default MPMs for various operating
systems. This will be the MPM selected if you do not make another
choice at compile-time.
Unix prefork
so try enabling the mpm-prefork and see what happens.
> >
> > 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)]}'
>
--
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-07-31 13:25 [gentoo-user] Apache not compiling Alessandro del Gallo
2007-08-01 10:02 ` Kent Fredric
@ 2007-08-01 10:11 ` Abraham Marín Pérez
2007-08-01 12:29 ` Alessandro del Gallo
1 sibling, 1 reply; 12+ messages in thread
From: Abraham Marín Pérez @ 2007-08-01 10:11 UTC (permalink / raw
To: gentoo-user
Alessandro del Gallo escribió:
> 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
> ----
>
> 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
Apparently the error comes when compiling the mpm section of Apache;
since you seem to have disabled every multi-processing module it may be
possible that configure generates a makefile with no option at all,
making it fails when tries to build.
I think this could be a bug; please post both the output of configure
--help to see the options related to mpm's and the content of
server/mpm/makefile*
Abraham
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-08-01 10:11 ` Abraham Marín Pérez
@ 2007-08-01 12:29 ` Alessandro del Gallo
2007-08-01 13:16 ` Abraham Marín Pérez
2007-08-01 13:17 ` Kent Fredric
0 siblings, 2 replies; 12+ messages in thread
From: Alessandro del Gallo @ 2007-08-01 12:29 UTC (permalink / raw
To: gentoo-user
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ín Pérez ha scritto:
> Alessandro del Gallo escribió:
>> 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
>> ----
>>
>> 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
>
> Apparently the error comes when compiling the mpm section of Apache;
> since you seem to have disabled every multi-processing module it may be
> possible that configure generates a makefile with no option at all,
> making it fails when tries to build.
>
> I think this could be a bug; please post both the output of configure
> --help to see the options related to mpm's and the content of
> server/mpm/makefile*
>
>
> Abraham
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-08-01 12:29 ` Alessandro del Gallo
@ 2007-08-01 13:16 ` Abraham Marín Pérez
2007-08-01 13:36 ` Alessandro del Gallo
2007-08-01 13:17 ` Kent Fredric
1 sibling, 1 reply; 12+ messages in thread
From: Abraham Marín Pérez @ 2007-08-01 13:16 UTC (permalink / raw
To: gentoo-user
Alessandro del Gallo escribió:
> Hi,
>
> I did built it with mpm-prefork
> http://httpd.apache.org/docs/2.0/mpm.html
>
> but it failed:
> http://pastebin.com/m7096a3ad
According to your post your problem is still located in the server/mpm
makefile, could you please post that file? Consider filing a bug in
bugzilla as well.
Abraham
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-08-01 12:29 ` Alessandro del Gallo
2007-08-01 13:16 ` Abraham Marín Pérez
@ 2007-08-01 13:17 ` Kent Fredric
1 sibling, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2007-08-01 13:17 UTC (permalink / raw
To: gentoo-user
On 8/2/07, Alessandro del Gallo <delgallo@pic.es> wrote:
> 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
#
./configure: line 30750: syntax error near unexpected token `('
#
./configure: line 30750: ` for ac_var in `(set) 2>&1 | sed -n
's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do'
broken sed ?
isengard linux # echo | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'
isengard linux #
try running that in your shell like i did and see if it errors, if it
errors, then you might need to upgrade/recompile your sed.
( sed being broken can make a great many things go wrong )
>
> Thanks
>
> Abraham Marín Pérez ha scritto:
> > Alessandro del Gallo escribió:
> >> 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
> >> ----
> >>
> >> 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
> >
> > Apparently the error comes when compiling the mpm section of Apache;
> > since you seem to have disabled every multi-processing module it may be
> > possible that configure generates a makefile with no option at all,
> > making it fails when tries to build.
> >
> > I think this could be a bug; please post both the output of configure
> > --help to see the options related to mpm's and the content of
> > server/mpm/makefile*
> >
> >
> > Abraham
>
> --
> 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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
@ 2007-08-01 9:51 Zimmerling, Alexander
2007-08-01 12:19 ` Alessandro del Gallo
0 siblings, 1 reply; 12+ messages in thread
From: Zimmerling, Alexander @ 2007-08-01 9:51 UTC (permalink / raw
To: gentoo-user
Hi,
can you post the whole logfile using pastebin.com? I had a similar
problem 2 days ago
Bye!
-------- Original Message --------
Subject: [gentoo-user] Apache not compiling (31-Jul-2007 15:30)
From: delgallo@pic.es
To:
> 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
> ----
>
> 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/includ
e
>
-I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/module
s/
> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Apache not compiling
2007-08-01 9:51 Zimmerling, Alexander
@ 2007-08-01 12:19 ` Alessandro del Gallo
0 siblings, 0 replies; 12+ messages in thread
From: Alessandro del Gallo @ 2007-08-01 12:19 UTC (permalink / raw
To: gentoo-user
Hi,
A posted the error in pastebin.com.
The log I posted is about 2 emerge retries, the first with any use flag
and the second with the mpm-prefork flag activated.
It failed twice
Zimmerling, Alexander ha scritto:
> Hi,
>
> can you post the whole logfile using pastebin.com? I had a similar
> problem 2 days ago
>
> Bye!
>
> -------- Original Message --------
> Subject: [gentoo-user] Apache not compiling (31-Jul-2007 15:30)
> From: delgallo@pic.es
> To:
>
>> Hi, when I try to compile Apache, I get this error.
>> [...]
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2007-08-01 15:17 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 13:25 [gentoo-user] Apache not compiling Alessandro del Gallo
2007-08-01 10:02 ` Kent Fredric
2007-08-01 10:05 ` Kent Fredric
2007-08-01 10:11 ` Abraham Marín Pérez
2007-08-01 12:29 ` Alessandro del Gallo
2007-08-01 13:16 ` Abraham Marín Pérez
2007-08-01 13:36 ` Alessandro del Gallo
2007-08-01 14:36 ` Abraham Marín Pérez
2007-08-01 15:14 ` Alessandro del Gallo
2007-08-01 13:17 ` Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2007-08-01 9:51 Zimmerling, Alexander
2007-08-01 12:19 ` Alessandro del Gallo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox