Gentoo Archives: gentoo-user-fr

From: Nico <dragoonway@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: [gentoo-user-fr] Activer touche Win$ après update
Date: Sun, 03 Sep 2006 17:04:14
Message-Id: b4ec07860609031003j6a8b9281k1b6d38d66cf9353c@mail.gmail.com
1 Salut,
2
3 Je viens de finir mon passage à GCC 4.1.1 et voila les erreurs que j'ai :
4 - mono voulait pas se compiler, mais 'emerge -C mono && emerge --resume' a
5 résolut le problème.
6 - a la recompilation de Inkscape, il fallait d'abord compiler le garbage
7 collector boehm-gc-6.5, mais celui ci plante systématiquement avec cette
8 erreur :
9
10 i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\"
11 -DPACKAGE_VERSION=\"6.5\" "-DPACKAGE_STRING=\"gc 6.5\""
12 -DPACKAGE_BUGREPORT=\"Hans.Boehm@××.com\" -DGC_VERSION_MAJOR=6
13 -DGC_VERSION_MINOR=5 -DPACKAGE=\"gc\" -DVERSION=\"6.5\" -DSTDC_HEADERS=1
14 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
15 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
16 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1
17 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1
18 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I. -I. -I./include -fexceptions
19 -Os -march=pentium-m -pipe -mfpmath=sse -MT gc_cpp.lo -MD -MP -MF
20 .deps/gc_cpp.Tpo -c gc_cpp.cc -fPIC -DPIC -o .libs/gc_cpp.lo
21
22 ./include/gc_cpp.h:183: error: extra qualification 'gc::' on member
23 'operator delete []'
24
25 make[1]: *** [gc_cpp.lo] Erreur 1
26
27 make[1]: *** Attente des tâches non terminées....
28
29 rm -fr .libs/libgc.la .libs/libgc.* .libs/libgc.*
30
31 i686-pc-linux-gnu-gcc -shared allchblk.lo alloc.lo blacklst.lo
32 checksums.lodbg_mlc.lo dyn_load.lo
33 finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo
34 mark.lomark_rts.lo
35 misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo
36 real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo specific.lo
37 stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo
38 pthread_stop_world.lo darwin_stop_world.lo mach_dep.lo -ldl -Wl,-soname -Wl,
39 libgc.so.1 -o .libs/libgc.so.1.0.2
40
41 (cd .libs && rm -f libgc.so.1 && ln -s libgc.so.1.0.2 libgc.so.1)
42
43 (cd .libs && rm -f libgc.so && ln -s libgc.so.1.0.2 libgc.so)
44
45 i686-pc-linux-gnu-ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o
46 checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o
47 malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o
48 pcr_interface.o ptr_chck.o real_malloc.o reclaim.o solaris_pthreads.o
49 solaris_threads.o specific.o stubborn.o typd_mlc.o
50 backgraph.owin32_threads.o pthread_support.o pthread_stop_world.o
51 darwin_stop_world.o
52 mach_dep.o
53
54 i686-pc-linux-gnu-ranlib .libs/libgc.a
55
56 creating libgc.la
57
58 (cd .libs && rm -f libgc.la && ln -s ../libgc.la libgc.la)
59
60 make[1]: Leaving directory `/var/tmp/portage/boehm-gc-6.5/work/gc6.5'
61
62 make: *** [all-recursive] Erreur 1
63
64
65 !!! ERROR: dev-libs/boehm-gc-6.5 failed.
66
67 Call stack:
68
69 ebuild.sh, line 1539: Called dyn_compile
70
71 ebuild.sh, line 939: Called src_compile
72
73 boehm-gc-6.5.ebuild, line 43: Called die
74
75
76 !!! (no error message)
77
78 !!! If you need support, post the topmost build error, and the call stack if
79 relevant.
80
81
82 Je ne comprend pas, il n'y a pas d'erreur précise....
83
84 D'autre part, je suis sous fluxbox et j'ai malicieusement configurer le
85 fichier de raccourcit claviers ~/.fluxbox/keys avec plein de raccourcit
86 utilisant la combinaison de touche : WIN + une_lettre, mais avec la recompil
87 du système, cette touche n'est plus reconnue par Xorg, donc mes raccourcit
88 ne fonctionne plus ce qui rend fluxbox moins pratique :) Je ne vois pas de
89 quoi ça peut venir, et la seule erreur que je trouve est une erreur au
90 chargement de Xorg :
91
92 The XKEYBOARDkeymap compiler (xkbcomp) reports :
93 > Warning Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
94 > Ignoring extra symbols
95
96
97 ça dit qqch à qqun ?
98
99 merci !

Replies

Subject Author
Re: [gentoo-user-fr] Activer touche Win$ après update Damien THEBAULT <damien.thebault@×××××××.net>