Gentoo Archives: gentoo-user-hu

From: George Hron <hrgyster@×××××.com>
To: gentoo-user-hu@l.g.o
Subject: Re: [gentoo-user-hu] Apache 2.2.6 hibával leáll fordításkor
Date: Fri, 21 Sep 2007 15:09:51
Message-Id: 9b7341bb0709210801t23177216j5d8292ce6a579d86@mail.gmail.com
In Reply to: Re: [gentoo-user-hu] Apache 2.2.6 hibával leáll fordításkor by George Hron
1 Kiderült, hogy az Apache fejlesztői bakiztak:
2 https://bugs.gentoo.org/show_bug.cgi?id=192025
3 RESOLVED WONTFIX, a következő revízió jobb lesz.
4
5 Üdv:
6 --
7 George Hron
8
9 2007/9/21, George Hron <hrgyster@×××××.com>:
10 > Ahogy elnézem, ez a sor a bajság:
11 > [code]
12 > use mpm-peruser && use debug && append-flags -DMPM_PERUSER_DEBUG
13 > [/code]
14 >
15 > Ezt kellene úgy, hogy
16 > if use mpm-peruser && use debug; then append-flags -DMPM_PERUSER_DEBUG; fi
17 >
18 > A gond az, hogy valamiért akkor is az append-flags parancsra ugik, ha
19 > a debug kapcsoló off.
20 >
21 > 2007/9/21, Tóth Csaba <tsabi@×××××.hu>:
22 > > Ez pont az a hiba ami miatt én is módosítottam az apache ebuildet... Ha
23 > > rákeresel az "ap_mpm_set_exception_hook" kifejezésre, akkor eléggé
24 > > gyorsan rájöhetsz a hibára, hogy az apache ezen funkciója nem
25 > > kompatibilis az mpm_peruser -el.
26 > > Csináld azt, amit én is, szedd ki a debug use flaget, és töröld ki mind
27 > > a maradék 4 sort, amiben szerepelt a "debug" szócska.
28 > >
29 > > Az eredeti ebuild valahogyan aktiválja a debug kapcsolót, még akkor is,
30 > > ha nincsen megadva. Szar az ebuild...
31 > >
32 > > tsabi
33 > >
34 > >
35 > > George Hron írta:
36 > > > Hmm... érdekes, főleg hogy peruser-rel is forgott nekem nem. Mi a
37 > > > kulcs USE flag?
38 > > >
39 > > > Hibaüzi (hátha valaki felismeri):
40 > > > ------------------------------------------------------------------------------------------------
41 > > > /usr/bin/libtool --silent --mode=compile i686-pc-linux-gnu-gcc
42 > > > -pthread -O2 -march=pentium3 -pipe -DLINUX=2 -D_REENTRANT
43 > > > -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DAP_DEBUG -I.
44 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/os/unix
45 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/server/mpm/experimental/peruser
46 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/http
47 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/filters
48 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/proxy
49 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/include
50 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/generators
51 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/mappers
52 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/database
53 > > > -I/usr/include/apr-1 -I/usr/include/db4.5
54 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/proxy/../generators
55 > > > -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/ssl
56 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/dav/main
57 > > > -prefer-non-pic -static -c modules.c && touch modules.lo
58 > > > i686-pc-linux-gnu-gcc -pthread -O2 -march=pentium3 -pipe -DLINUX=2
59 > > > -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DAP_DEBUG -I.
60 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/os/unix
61 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/server/mpm/experimental/peruser
62 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/http
63 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/filters
64 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/proxy
65 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/include
66 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/generators
67 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/mappers
68 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/database
69 > > > -I/usr/include/apr-1 -I/usr/include/db4.5
70 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/proxy/../generators
71 > > > -I/usr/include -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/ssl
72 > > > -I/var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/modules/dav/main
73 > > > -c /var/tmp/portage/www-servers/apache-2.2.6/work/httpd-2.2.6/server/buildmark.c
74 > > > /usr/bin/libtool --silent --mode=link i686-pc-linux-gnu-gcc -pthread
75 > > > -O2 -march=pentium3 -pipe -Wl,--no-as-needed -L/usr/lib
76 > > > -Wl,--no-as-needed -o apache2 modules.lo buildmark.o -export-dynamic
77 > > > server/libmain.la modules/http/libmod_http.la
78 > > > modules/mappers/libmod_so.la
79 > > > server/mpm/experimental/peruser/libperuser.la os/unix/libos.la -lm
80 > > > -L/usr/lib -lpcre /usr/lib/libaprutil-1.la -lgdbm -ldb -lexpat
81 > > > /usr/lib/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl
82 > > > server/.libs/libmain.a(core.o):(.rodata+0x64c): undefined reference to
83 > > > `ap_mpm_set_exception_hook'
84 > > > -------------------------------------------------------------------------------------------------------------------
85 > > >
86 > > > Üdv:
87 > > > H. G.
88 > > > Aleph <alephlg@×××××.com> írta, 2007.09.21.:
89 > > >> Szia!
90 > > >>
91 > > >> Kocc nélkül ITK-val.
92 > > >>
93 > > >> Aleph
94 > > >>
95 > > >> George Hron <hrgyster@×××××.com> írta, 2007.09.21.:
96 > > >>> Sziasztok!
97 > > >>>
98 > > >>> Egy felhívást szeretnék közzétenni. Mindenki, aki webszervert
99 > > >>> üzemeltet, vigyázzon, mert az Apache 2.2.6-os verziója a fordítás
100 > > >>> elején meghal undefined reference hibával. Valószínű hogy nem
101 > > >>> MPM-függő a dolog, mert azokat a core nélkül - logikusan gondolkodva -
102 > > >>> nem kezdi fordítani. A bug bejelentésre került a BGO-n a #193282 számú
103 > > >>> bug-ban.
104 > > >>> Kérnék azonban embereket, hogy tapasztalataikat osszák meg akár velem
105 > > >>> akár a bugvadászokkal, hogy a bug mihamarabb kijavításra kerülhessen.
106 > > >>>
107 > > >>> Ugyan már nincs a portage-fában, de viszonlyag könnyen megszerezhető a
108 > > >>> 2.2.4-r12 Apache ebuild, mely tökéletesen fordul, és így workaround a
109 > > >>> problémára.
110 > > >>>
111 > > >>
112 > > > �éí˘�Źz¸n�éí˘�+�f˘�)ŕ�+-
113 > >
114 > > --
115 > > gentoo-user-hu@g.o mailing list
116 > >
117 > >
118 >