Gentoo Archives: gentoo-user-fr

From: Guillaume HERAIL <guillaume.herail@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: [gentoo-user-fr] Probleme avec apr-util
Date: Wed, 28 Sep 2005 13:44:49
Message-Id: 8fd59107050928064373ab464e@mail.gmail.com
1 Bonjour,
2
3 Voulant emerge apache2 je lance emerge apache en root mais à la
4 compilation de apr-util il "bloque" sur des sleeps. Je m'explique...
5
6 J'ai ceci dans emerge :
7 [...]
8 config.status: creating misc/Makefile
9 config.status: creating strmatch/Makefile
10 config.status: creating xlate/Makefile
11 config.status: creating test/Makefile
12 config.status: creating include/private/apu_config.h
13 config.status: executing default commands
14 Making all in buckets
15 make[1]: Entering directory
16 `/var/tmp/portage/apr-util-0.9.6-r2/work/apr-util-0.9.6/buckets'
17 make[2]: Entering directory
18 `/var/tmp/portage/apr-util-0.9.6-r2/work/apr-util-0.9.6/buckets'
19 /bin/sh /usr/share/apr-0/build/libtool --silent --mode=compile gcc
20 -pthread -O2 -mcpu=i686 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT
21 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
22 -I/var/tmp/portage/apr-util-0.9.6-r2/work/apr-util-0.9.6/include
23 -I/var/tmp/portage/apr-util-0.9.6-r2/work/apr-util-0.9.6/include/private
24 -I/usr/include/apr-0 -c apr_buckets_file.c && touch
25 apr_buckets_file.lo
26 /bin/sh /usr/share/apr-0/build/libtool --silent --mode=compile gcc
27 -pthread -O2 -mcpu=i686 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT
28 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
29 -I/var/tmp/portage/apr-util-0.9.6-r2/work/apr-util-0.9.6/include
30 -I/var/tmp/portage/apr-util-0.9.6-r2/work/apr-util-0.9.6/include/private
31 -I/usr/include/apr-0 -c apr_buckets_pool.c && touch
32 apr_buckets_pool.lo
33
34 Et ça bloque, pas moyen de le faire continuer. Un ps faux pour voir ce
35 qu'il fait :
36
37 1000 5122 0.0 0.6 6096 3480 ? Ss 15:35 0:00
38 \_ Eterm
39 1000 5125 0.0 0.2 2576 1376 pts/1 Ss 15:35 0:00
40 | \_ -bash
41 root 5128 0.0 0.2 2316 1388 pts/1 S 15:35 0:00
42 | \_ bash
43 root 5191 0.3 1.7 11820 8864 pts/1 S+ 15:38 0:00
44 | \_ /usr/bin/python -O /usr/bin/emerge apache
45 root 5295 0.0 0.0 1512 408 pts/1 S+ 15:39 0:00
46 | \_ [apr-util-0.9.6-r2] sandbox
47 /usr/lib/portage/bin/ebuild.sh compile
48 root 5296 0.0 0.4 4104 2520 pts/1 S+ 15:39 0:00
49 | \_ /bin/bash /usr/lib/portage/bin/ebuild.sh
50 compile
51 root 9208 0.0 0.2 2652 1268 pts/1 S+ 15:39 0:00
52 | \_ /bin/bash /usr/lib/portage/bin/emake
53 root 9209 0.0 0.2 2548 1080 pts/1 S+ 15:39 0:00
54 | \_ make -j2
55 root 9210 0.0 0.2 2676 1276 pts/1 S+ 15:39 0:00
56 | \_ /bin/sh -c otarget=`echo
57 all-recursive | sed s/-recursive//`; list='buckets crypto dbm encodin
58 root 9214 0.0 0.2 2676 1292 pts/1 S+ 15:39 0:00
59 | \_ /bin/sh -c otarget=`echo
60 all-recursive | sed s/-recursive//`; list='buckets crypto dbm enc
61 root 9215 0.0 0.2 2548 1112 pts/1 S+ 15:39 0:00
62 | \_ make all
63 root 9216 0.0 0.2 2668 1280 pts/1 S+ 15:39 0:00
64 | \_ /bin/sh -c
65 otarget=`echo all-recursive | sed s/-recursive//`; list=''; for i in
66 $
67 root 9220 0.0 0.2 2548 1112 pts/1 S+ 15:39 0:00
68 | \_ make
69 local-all
70 root 9221 0.0 0.2 2668 1240 pts/1 S+ 15:39 0:00
71 | \_ /bin/sh
72 -c /bin/sh /usr/share/apr-0/build/libtool --silent --mode=compile g
73 root 9222 0.0 0.3 3316 2004 pts/1 S+ 15:39 0:00
74 | | \_
75 /bin/sh /usr/share/apr-0/build/libtool --silent --mode=compile gcc
76 -pth
77 root 9875 0.0 0.1 2064 600 pts/1 S+ 15:43 0:00
78 | | \_
79 sleep 2
80 root 9223 0.0 0.2 2668 1244 pts/1 S+ 15:39 0:00
81 | \_ /bin/sh
82 -c /bin/sh /usr/share/apr-0/build/libtool --silent --mode=compile g
83 root 9224 0.0 0.3 3316 2004 pts/1 S+ 15:39 0:00
84 | \_
85 /bin/sh /usr/share/apr-0/build/libtool --silent --mode=compile gcc
86 -pth
87 root 9877 0.0 0.1 2064 604 pts/1 S+ 15:43 0:00
88 | \_
89 sleep 2
90
91 --
92 gentoo-user-fr@g.o mailing list

Replies

Subject Author
[gentoo-user-fr] Re: Probleme avec apr-util Guillaume HERAIL <guillaume.herail@×××××.com>
Re: [gentoo-user-fr] Probleme avec apr-util Christophe Garault <christophe@×××××××.org>