Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gedit compile failure] 2.14.4 ne passait pas [RESOLU]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Tue Sep 05, 2006 3:53 pm    Post subject: [gedit compile failure] 2.14.4 ne passait pas [RESOLU] Reply with quote

Bonjour a tous!
Maintenant que je suis rentre, et qu a mon grand bonheur les drivers nvidia et ati sont LA pour le xorg 7.1, j ai emerge world...
mais j ai quelques petits problemes.
En voila un:
gedit ne passait pas dans sa version stable.
je suis donc passe a la version keywords.
j ai la meme erreur....:

Quote:
Python Plugins Support: yes


make all-recursive
make[1]: Entering directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4'
Making all in bindings
make[2]: Entering directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bin
dings'
Making all in python
make[3]: Entering directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bin
dings/python'
( cd . && /usr/bin/python /usr/share/pygtk/2.0/codegen/codegen.py \
--register /usr/share/pygtk/2.0/defs/pango-types.defs \
--register /usr/share/pygtk/2.0/defs/gdk-types.defs \
--register /usr/share/pygtk/2.0/defs/gtk-types.defs \
--register /usr/share/pygtk/2.0/defs/gtksourceview.defs \
--override gedit.override \
--prefix pygedit gedit.defs ) > gedit.c
Traceback (most recent call last):
File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1261, in ?
sys.exit(main(sys.argv))
File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1224, in main
p.startParsing()
File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 114, in startParsing
for statement in statements:
File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 28, in parse
fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gtksour
ceview.defs'
make[3]: *** [gedit.c] Error 1
make[3]: Leaving directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bind
ings/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bind
ings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4'
make: *** [all] Error 2

!!! ERROR: app-editors/gedit-2.14.4 failed.
Call stack:
ebuild.sh, line 1543: Called dyn_compile
ebuild.sh, line 936: Called src_compile
ebuild.sh, line 1252: Called gnome2_src_compile
gnome2.eclass, line 64: Called die

!!! compile failure


Je ne comprends pas bien ce que ca dit.
si vous saviez m aider... car j ai encore 138 paquets a emerger... sniff.


Last edited by pathfinder on Thu Sep 07, 2006 3:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Tue Sep 05, 2006 3:56 pm    Post subject: Reply with quote

Code:
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gtksour
ceview.defs'


Tente un :

Code:
emerge -1 pygtk && emerge world
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Tue Sep 05, 2006 4:14 pm    Post subject: Reply with quote

c est en cours
mais je ne connaissais pas l option -1 (je ne l ai vue qu une fois avec un probleme de JAVA un peu trop ancien)
je tenterai plutot un
emerge gedit avant le world
merci en tout cas pour l info
_________________
Cuando un tonto coge un camino, el camino se acaba, pero el tonto sigue
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Tue Sep 05, 2006 4:15 pm    Post subject: Reply with quote

Quote:

Configuration:

Source code location: .
Compiler: i686-pc-linux-gnu-gcc
Python Plugins Support: yes


make all-recursive
make[1]: Entering directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4'
Making all in bindings
make[2]: Entering directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bindings'
Making all in python
make[3]: Entering directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bindings/python'
( cd . && /usr/bin/python /usr/share/pygtk/2.0/codegen/codegen.py \
--register /usr/share/pygtk/2.0/defs/pango-types.defs \
--register /usr/share/pygtk/2.0/defs/gdk-types.defs \
--register /usr/share/pygtk/2.0/defs/gtk-types.defs \
--register /usr/share/pygtk/2.0/defs/gtksourceview.defs \
--override gedit.override \
--prefix pygedit gedit.defs ) > gedit.c
Traceback (most recent call last):
File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1261, in ?
sys.exit(main(sys.argv))
File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1224, in main
p.startParsing()
File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 114, in startParsing
for statement in statements:
File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 28, in parse
fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gtksourceview.defs'
make[3]: *** [gedit.c] Error 1
make[3]: Leaving directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bindings/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4/bindings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gedit-2.14.4/work/gedit-2.14.4'
make: *** [all] Error 2

!!! ERROR: app-editors/gedit-2.14.4 failed.
Call stack:
ebuild.sh, line 1543: Called dyn_compile
ebuild.sh, line 936: Called src_compile
ebuild.sh, line 1252: Called gnome2_src_compile
gnome2.eclass, line 64: Called die

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.



non, ca marche pas.
et je comprends pas les messages d erreur (arrive pas a les interpreter)
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Wed Sep 06, 2006 9:43 am    Post subject: Reply with quote

Code:
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gtksourceview.defs'


Cette erreur est simple à comprendre. Pour compiler, il te faut un fichier /usr/share/pygtk/2.0/defs/gtksourceview.defs qui n'est pas sur ton système. C'est pourquoi je te proposais une recompilation de pygtk (l'option '-1' ne servant qu'à ne pas ajouter ce logiciel à ton world puisque ce n'est pas lui que tu veux à proprement parler mais un/des logiciel(s) qui en dépend(ent) ).

Bon, cela t'avance guère mais mon intervention a surtout pour but de faire remonter ce sujet pour voir si d'autres personnes plus compétentes que moi (ou qui ont eu ce problème) peuvent t'aider. :oops:
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Thu Sep 07, 2006 9:18 am    Post subject: Reply with quote

merci pour l info.

bon, voila:
Quote:
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gtksourceview.defs'
make[3]: *** [gedit.c] Error 1
make[3]: Leaving directory `/var/tmp/portage/gedit-2.14.3/work/gedit-2.14.3/bindings/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gedit-2.14.3/work/gedit-2.14.3/bindings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gedit-2.14.3/work/gedit-2.14.3'
make: *** [all] Error 2

!!! ERROR: app-editors/gedit-2.14.3 failed.
Call stack:
ebuild.sh, line 1545: Called dyn_compile
ebuild.sh, line 936: Called src_compile
ebuild.sh, line 1254: Called gnome2_src_compile
gnome2.eclass, line 64: Called die

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.

atlantis# ls /usr/share/pygtk/2.0/defs/gtk
gtk-extrafuncs.defs gtk-types.defs gtk.defs


c est clair, le fichier y est pas.
mais je fais quoi alors?
c est chiant, je peux pas actualiser le systeme!

Quote:
# eix gedit
* app-editors/gedit
Available versions: 0.9.6-r1 2.10.5 2.12.1 2.14.3 ~2.14.4
Installed: 2.14.2
Homepage: http://www.gnome.org/
Description: A text editor for the GNOME desktop

NOTA: que je passe en keywords, a la 2.14.4, ca plante pareil.
Back to top
View user's profile Send private message
Ezka
Guru
Guru


Joined: 17 Feb 2005
Posts: 352
Location: par là, mais vraiment ...

PostPosted: Thu Sep 07, 2006 9:47 am    Post subject: Reply with quote

Ben quand ça veut pas en général je vire ce qui veut pas.
Bon c'est pas forcément la solution idéale ...
mais tu peux faire un
Code:
equery depends gedit

Si c'est pas une dep d'un pacquet que tu veux alors :
Code:
emerge -vtaC gedit

Puis tu met a jour ton systeme en espérant que seul gedit necessite ce fichier ... voila l'Ez-soluce lol :roll:
_________________
Ez.
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Thu Sep 07, 2006 1:22 pm    Post subject: Reply with quote

j ai un peu honte...
mais j ai pas equery sur cette machine, et je e rappelle plus sur quel paquet c etait:
pci-tools? emerge-tools? je sais plus... :s
Back to top
View user's profile Send private message
tlepo
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2003
Posts: 131
Location: Elouges (Belg.)

PostPosted: Thu Sep 07, 2006 1:26 pm    Post subject: Reply with quote

gentoolkit,

A+ T
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Thu Sep 07, 2006 2:45 pm    Post subject: Reply with quote

Quote:
# equery depends gedit
[ Searching for packages depending on gedit... ]
gnome-base/gnome-2.14.1


:D :D :D
bien que je prefere fluxbox, gnome est parfois pas mal...
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1964
Location: 127.0.0.1

PostPosted: Thu Sep 07, 2006 2:51 pm    Post subject: Reply with quote

Salut,

Quels sont les useflags utilisés pour compiler gedit ?
Quote:
$ equery b /usr/share/pygtk/2.0/defs/gtksourceview.defs
[ Searching for file(s) /usr/share/pygtk/2.0/defs/gtksourceview.defs in *... ]
dev-python/gnome-python-desktop-2.14.0 (/usr/share/pygtk/2.0/defs/gtksourceview. defs)

Donc je te propose :
Code:

# emerge --oneshot gnome-python-desktop
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Thu Sep 07, 2006 2:58 pm    Post subject: Reply with quote

Gnome est un meta-paquet. Un "emerge -C gnome" ne supprime rien. Néanmoins si tu n'ajoutes pas toutes les dépendances de gnome (à l'exception de gedit donc) dans /var/lib/portage/world tu vas bel et bien te faire virer gnome au prochain "emerge --depclean". De plus, ces logiciels ne seraient plus mis à jour lors d'un "emerge -uDN world"...

Bref l'"Ez-Soluce" est tout à fait applicable si tu prends le soin de peupler ton /var/lib/portage/world.

Mais ça me chagrine que gedit ne se compile pas alors que tout se passe très bien chez moi... :cry: Si tu as du temps CPU à perdre tu peux toujours tenter un :

Code:
emerge -e gedit
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772

PostPosted: Thu Sep 07, 2006 3:12 pm    Post subject: Reply with quote

pathfinder wrote:
Quote:
# equery depends gedit
[ Searching for packages depending on gedit... ]
gnome-base/gnome-2.14.1


:D :D :D
bien que je prefere fluxbox, gnome est parfois pas mal...

Tu n'est pas obligé d'utiliser le bureau complet de Gnome. Si tu utilise pas epiphany, evolution, gedit, tout ça ... : emerge gnome-light + les qq trucs en plus dont tu te sers (emerge --noreplace ton_paquet pour les mettre dans le world), et emerge -C gnome && emerge -a --depclean world ;)
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Thu Sep 07, 2006 3:36 pm    Post subject: Reply with quote

En suivant l'idée (très bonne) de NetFab, je te propose plutôt un :

Code:
echo "app-editors/gedit -python" >> /etc/package.use
emerge gedit


D'après l'ebuild, gedit n'a alors plus besoin de pygtk et tu ne devrais donc plus avoir de problème. 8)

PS: Je ne sais pas vraiment quelle affluence a le mot clé "python" dans les paramètres USE de gedit... mais tu vas peut-être me le dire bientôt !
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Thu Sep 07, 2006 3:38 pm    Post subject: Reply with quote

Si tu veux voir les paquets que portage est succeptible d'installer , regarde ds :
Code:
/usr/portage/gnome-base

et
Code:
/usr/portage/gnome-extra


Tu auras une idée de ce que tu dois nettoyer !

Tout ça c'est du code ou il peut y avoir des erreurs, si gedit n'est pas indispensable ...


@ +
_________________
Get Up and Go !
Back to top
View user's profile Send private message
pathfinder
l33t
l33t


Joined: 19 Jan 2006
Posts: 731
Location: Barcelona, Spain

PostPosted: Thu Sep 07, 2006 3:46 pm    Post subject: Reply with quote

cool pour ces reponses!
bien, peu a peu:
gedit n a pas de particulers use flags. rien dans package.use et rien en ligne de commande.
il est pas non plus dans keywords, il est en stable.

donc les flags sont les flags generaux:
Quote:
CFLAGS="-O3 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="X gtk gtk2 gnome dvd -kde -qt -arts alsa unicode nsplugin aac matroska quicktime acpi cups xmms dri win32codecs java imagemagick cups hald howl xvid dvdread cairo tiff gs bzip2 xinerama emacs xemacs xine dbus a52 pam ppds mmx sse sse2 cdr mp3 xine hal nautilus firefox dvdr ldap -apm"
FEATURES="autoaddcvs buildsyspkg ccache distcc cvs userpriv usersandbox sandbox"
AUTOCLEAN="yes"
CCACHE_SIZE="2G"
VIDEO_CARDS="vesa fbdev fglrx"
INPUT_DEVICES="evdev keyboard mouse"


Bon, j aimerais eviter de virer gnome, j ai attendu le 2.14 en stable comme un bon garcon, et meme si fluxbox est entierement adopte, je n aimerais pas m en defaire.

tout peupler dans mon fichier world, c est limite lourd, et surtout que si j oublie un paquet ca peut etre la fete. vous croyez pas?

moi aussi ca me chagrine que gedit passe pas, car sur mes autres machines, y a pas eu de problemes... snifff
donc j aimerais regler ca a l amiable :)

apres, pour equery, voila:


Quote:
$ sudo equery b /usr/share/pygtk/2.0/defs/gtksourceview.defs
[ Searching for file(s) /usr/share/pygtk/2.0/defs/gtksourceview.defs in *... ]
dev-python/gnome-python-desktop-2.14.0 (/usr/share/pygtk/2.0/defs/gtksourceview.defs)

je trouve pas l option b dans le man de equery.
je suppose que equery b regarde si ce fichier, gtksourceview.defs, qui me manque, est requis par une autre application.
la reponse est oui: c est dev-python/gnoem-python-desktop. donc avec un one-shot, tu me proposes d installer gnome-python-desktop sans qu il n en tienne compte pour le prochain emerge world, afin de pas etre trop reloud niveau dependances. c est bien ca?

toujours est il que:

Quote:

#emerge --oneshot gnome-python-desktop
# emerge gedit
...
***
* Updating MIME database in //usr/share/mime...
Wrote 463 strings at 20 - 2680
Wrote aliases at 2680 - 2834
Wrote parents at 2834 - 2e94
Wrote literal globs at 2e94 - 2ef0
Wrote suffix globs at 2ef0 - 6138
Wrote full globs at 6138 - 615c
Wrote magic at 615c - b774
Wrote namespace list at b774 - b784
***
* Updating icons cache ... [ ok ]
>>> Regenerating /etc/ld.so.cache...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.


* GNU info directory index is up-to-date.

atlantis #



GENIAL!!!! CA PASSE!!!! MERCI LES GARS!!!
JE VIENS D APPRENDRE UN TRUC GENIAL SUR COMMENT UTILISER INTELLIGEMMENT equery b!!!! TROP COOL!
je vais lire le manuel en detail, pour voir si ca va mieux du coup!


N.B.:

pour ce qui est de
emerge -e gedit:
Quote:
$ sudo emerge -pe gedit

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild N ] sys-kernel/linux-headers-2.6.11-r5
[ebuild N ] sys-devel/gcc-config-1.3.13-r3
[ebuild N ] virtual/libiconv-0
[ebuild N ] sys-devel/gettext-0.14.5
[ebuild N ] app-misc/pax-utils-0.1.13
[ebuild N ] dev-libs/gmp-4.2.1
[ebuild N ] sys-libs/gpm-1.20.1-r5
[ebuild N ] sys-libs/ncurses-5.5-r2
[ebuild N ] sys-devel/m4-1.4.4
[ebuild N ] sys-devel/gnuconfig-20060227
[ebuild N ] sys-devel/bison-2.1
[ebuild N ] virtual/libintl-0
[ebuild N ] sys-apps/sed-4.1.4-r1
[ebuild N ] dev-libs/mpfr-2.2.0_p10
[ebuild N ] sys-apps/texinfo-4.8-r2
[ebuild N ] sys-libs/zlib-1.2.3
[ebuild N ] sys-devel/binutils-config-1.8-r7
[ebuild N ] sys-devel/binutils-2.16.1-r3
[ebuild N ] sys-devel/gcc-4.1.1
[ebuild N ] sys-libs/timezone-data-2006g
[ebuild N ] sys-libs/glibc-2.4-r3
[ebuild N ] dev-util/pkgconfig-0.20
[ebuild N ] dev-libs/glib-2.10.3
[ebuild N ] sys-apps/groff-1.19.1-r2
[ebuild N ] app-shells/bash-3.1_p16
[ebuild N ] sys-libs/readline-5.1_p4
[ebuild N ] sys-libs/gdbm-1.8.3-r2
[ebuild N ] sys-apps/diffutils-2.8.7-r1
[ebuild N ] dev-libs/openssl-0.9.8c USE="emacs zlib -bindist -test"
[ebuild N ] app-misc/ca-certificates-20050804
[ebuild N ] dev-libs/expat-1.95.8
[ebuild N ] dev-lang/python-2.4.3-r1
[ebuild N ] dev-python/python-fchksum-1.7.1
[ebuild N ] sys-apps/sandbox-1.2.17
[ebuild N ] dev-python/pycrypto-2.0.1-r5
[ebuild N ] sys-apps/portage-2.1.1_rc1-r6
[ebuild N ] app-portage/portage-utils-0.1.20
[ebuild N ] dev-java/java-config-wrapper-0.11
[ebuild N ] dev-java/java-config-2.0.27-r1
[ebuild N ] dev-java/java-config-1.3.5-r1
[ebuild N ] dev-java/blackdown-jdk-1.4.2.03-r12
[ebuild N ] virtual/jdk-1.4.2
[ebuild N ] virtual/jre-1.4.2
[ebuild N ] sys-libs/db-4.3.29-r2
[ebuild N ] sys-devel/libperl-5.8.8-r1
[ebuild N ] dev-lang/perl-5.8.8-r2
[ebuild N ] virtual/perl-Test-Simple-0.62
[ebuild N ] dev-perl/Locale-gettext-1.05
[ebuild N ] sys-apps/help2man-1.33.1
[ebuild N ] perl-core/Test-Harness-2.56
[ebuild N ] app-admin/perl-cleaner-1.04.3
[ebuild N ] perl-core/PodParser-1.32
[ebuild N ] sys-devel/autoconf-2.13
[ebuild N ] sys-devel/autoconf-wrapper-3.2
[ebuild N ] sys-devel/autoconf-2.59-r7
[ebuild N ] sys-devel/automake-1.5
[ebuild N ] sys-devel/automake-1.8.5-r3
[ebuild N ] sys-devel/automake-1.6.3
[ebuild N ] sys-devel/automake-1.7.9-r1
[ebuild N ] sys-devel/automake-1.4_p6
[ebuild N ] sys-devel/automake-wrapper-1-r1
[ebuild N ] sys-devel/automake-1.9.6-r2
[ebuild N ] sys-devel/libtool-1.5.22
[ebuild N ] media-libs/jpeg-6b-r7
[ebuild N ] media-libs/tiff-3.8.2-r2
[ebuild N ] sys-apps/man-1.6d
[ebuild N ] x11-misc/util-macros-1.1.0
[ebuild N ] x11-proto/kbproto-1.0.3
[ebuild N ] x11-proto/xextproto-7.0.2
[ebuild N ] x11-proto/xf86bigfontproto-1.1.2
[ebuild N ] x11-proto/inputproto-1.3.2
[ebuild N ] x11-proto/xproto-7.0.7
[ebuild N ] x11-libs/libXau-1.0.2
[ebuild N ] x11-proto/bigreqsproto-1.0.2
[ebuild N ] x11-libs/libXdmcp-1.0.2
[ebuild N ] x11-proto/xcmiscproto-1.1.2
[ebuild N ] x11-libs/xtrans-1.0.1
[ebuild N ] x11-libs/libX11-1.0.3
[ebuild N ] x11-proto/renderproto-0.9.2
[ebuild N ] x11-libs/libXrender-0.9.1
[ebuild N ] x11-proto/fixesproto-4.0
[ebuild N ] x11-libs/libXfixes-4.0.1
[ebuild N ] x11-libs/libXcursor-1.1.7
[ebuild N ] x11-proto/xineramaproto-1.1.2
[ebuild N ] dev-libs/atk-1.11.4
[ebuild N ] media-libs/libpng-1.2.12-r1
[ebuild N ] media-libs/freetype-2.1.10-r2
[ebuild N ] media-libs/fontconfig-2.3.2-r1
[ebuild N ] x11-libs/libXext-1.0.1
[ebuild N ] x11-proto/xf86miscproto-0.9.2
[ebuild N ] x11-libs/libXxf86misc-1.0.1
[ebuild N ] x11-libs/liblbxutil-1.0.1
[ebuild N ] x11-proto/dmxproto-2.2.2
[ebuild N ] x11-libs/libICE-1.0.1
[ebuild N ] x11-libs/libSM-1.0.1
[ebuild N ] x11-libs/libXt-1.0.2
[ebuild N ] x11-libs/libxkbfile-1.0.3
[ebuild N ] x11-libs/libxkbui-1.0.2
[ebuild N ] x11-proto/resourceproto-1.0.2
[ebuild N ] x11-libs/libXres-1.0.1
[ebuild N ] x11-proto/xf86dgaproto-2.0.2
[ebuild N ] x11-proto/videoproto-2.2.2
[ebuild N ] x11-libs/libXmu-1.0.2
[ebuild N ] x11-libs/libXpm-3.5.5
[ebuild N ] sys-apps/ed-0.2-r6
[ebuild N ] x11-libs/libXaw-1.0.2
[ebuild N ] x11-proto/trapproto-3.4.3
[ebuild N ] x11-proto/recordproto-1.13.2
[ebuild N ] x11-libs/libXtst-1.0.1
[ebuild N ] x11-proto/xf86driproto-2.0.3
[ebuild N ] x11-libs/libdmx-1.0.2
[ebuild N ] x11-apps/rgb-1.0.1
[ebuild N ] x11-apps/iceauth-1.0.1
[ebuild N ] x11-proto/fontsproto-2.0.2
[ebuild N ] x11-libs/libfontenc-1.0.2
[ebuild N ] x11-apps/mkfontscale-1.0.1
[ebuild N ] media-fonts/encodings-1.0.0
[ebuild N ] media-fonts/font-util-1.0.1
[ebuild N ] x11-proto/fontcacheproto-0.1.2
[ebuild N ] x11-libs/libXfont-1.2.0-r1
[ebuild N ] x11-apps/bdftopcf-1.0.0
[ebuild N ] x11-apps/mkfontdir-1.0.2
[ebuild N ] media-fonts/font-adobe-75dpi-1.0.0
[ebuild N ] media-fonts/font-alias-1.0.1
[ebuild N ] x11-proto/xf86rushproto-1.1.2
[ebuild N ] media-fonts/font-misc-misc-1.0.0
[ebuild N ] x11-proto/damageproto-1.0.3
[ebuild N ] media-fonts/font-cursor-misc-1.0.0
[ebuild N ] app-arch/bzip2-1.0.3-r6
[ebuild N ] sys-apps/file-4.17-r1
[ebuild N ] sys-apps/coreutils-5.94-r1
[ebuild N ] app-admin/eselect-1.0.2
[ebuild N ] app-admin/eselect-opengl-1.0.3
[ebuild N ] x11-proto/glproto-1.4.7
[ebuild N ] x11-proto/xf86vidmodeproto-2.2.2
[ebuild N ] x11-libs/libXxf86vm-1.0.1
[ebuild N ] x11-proto/randrproto-1.1.2
[ebuild N ] x11-apps/xkbcomp-1.0.2
[ebuild N ] dev-perl/XML-Parser-2.34
[ebuild N ] x11-misc/xkeyboard-config-0.8-r1
[ebuild N ] x11-proto/evieext-1.0.2
[ebuild N ] x11-apps/xauth-1.0.1
[ebuild N ] x11-misc/xbitmaps-1.0.1
[ebuild N ] x11-misc/makedepend-1.0.0
[ebuild N ] x11-libs/motif-config-0.9
[ebuild N ] x11-proto/printproto-1.0.3
[ebuild N ] x11-libs/libXp-1.0.0
[ebuild N ] x11-libs/openmotif-2.2.3-r9
[ebuild N ] x11-libs/libXi-1.0.1
[ebuild N ] x11-libs/libdrm-2.0.2
[ebuild N ] media-libs/mesa-6.4.2-r2
[ebuild N ] x11-apps/xrdb-1.0.2
[ebuild N ] x11-wm/twm-1.0.1
[ebuild N ] x11-libs/libXft-2.1.10
[ebuild N ] x11-apps/xclock-1.0.2
[ebuild N ] x11-apps/xinit-1.0.2-r6
[ebuild N ] media-fonts/ttf-bitstream-vera-1.10-r3
[ebuild N ] x11-proto/compositeproto-0.3.1
[ebuild N ] x11-libs/libXcomposite-0.3
[ebuild N ] x11-drivers/xf86-input-evdev-1.0.0.5
[ebuild N ] x11-drivers/xf86-video-vesa-1.0.1.3
[ebuild N ] media-fonts/font-adobe-100dpi-1.0.0
[ebuild N ] app-doc/xorg-docs-1.2
[ebuild N ] x11-libs/libXdamage-1.0.3
[ebuild N ] x11-apps/xhost-1.0.1
[ebuild N ] x11-proto/scrnsaverproto-1.1.0
[ebuild N ] x11-base/xorg-server-1.0.2-r7
[ebuild N ] x11-libs/libXScrnSaver-1.1.0
[ebuild N ] x11-libs/libXxf86dga-1.0.1
[ebuild N ] media-fonts/font-adobe-utopia-type1-1.0.1
[ebuild N ] x11-drivers/xf86-video-fbdev-0.1.0.5
[ebuild N ] x11-apps/xmodmap-1.0.1
[ebuild N ] app-crypt/hashalot-0.3-r2
[ebuild N ] sys-libs/com_err-1.39
[ebuild N ] sys-libs/ss-1.39
[ebuild N ] sys-fs/e2fsprogs-1.39
[ebuild N ] sys-apps/util-linux-2.12r-r4
[ebuild N ] sys-apps/which-2.16
[ebuild N ] app-arch/cpio-2.6-r5
[ebuild N ] app-arch/rpm2targz-9.0-r3
[ebuild N ] sys-apps/sysvinit-2.86-r5
[ebuild N ] sys-apps/baselayout-1.12.4-r7
[ebuild N ] sys-apps/module-init-tools-3.2.2-r1
[ebuild N ] sys-devel/make-3.80-r4
[ebuild N ] sys-apps/hotplug-base-20040401
[ebuild N ] sys-fs/udev-087-r1
[ebuild N ] sys-kernel/gentoo-sources-2.6.17-r7
[ebuild N ] sys-libs/libstdc++-v3-3.3.4
[ebuild N ] sys-power/acpid-1.0.4-r3
[ebuild N ] x11-drivers/ati-drivers-8.28.8
[ebuild N ] x11-drivers/xf86-input-keyboard-1.0.1.3
[ebuild N ] x11-libs/libXrandr-1.1.1
[ebuild N ] x11-apps/xrandr-1.0.2
[ebuild N ] x11-libs/libXinerama-1.0.1
[ebuild N ] media-fonts/font-bh-type1-1.0.0
[ebuild N ] x11-apps/setxkbmap-1.0.2
[ebuild N ] x11-drivers/xf86-input-mouse-1.0.4
[ebuild N ] virtual/glu-7.0
[ebuild N ] media-libs/glut-3.7.1
[ebuild N ] x11-apps/mesa-progs-6.4.2
[ebuild N ] x11-libs/libXv-1.0.1
[ebuild N ] x11-base/xorg-x11-7.0-r1
[ebuild N ] sys-libs/libutempter-1.1.2.1
[ebuild N ] x11-terms/xterm-215
[ebuild N ] dev-util/intltool-0.35.0
[ebuild N ] dev-libs/libxml2-2.6.26
[ebuild N ] x11-misc/shared-mime-info-0.17-r2
[ebuild N ] virtual/xft-7.0
[ebuild N ] x11-libs/cairo-1.0.4
[ebuild N ] x11-libs/pango-1.12.3
[ebuild N ] x11-libs/gtk+-2.8.19
[ebuild N ] gnome-base/libglade-2.5.1
[ebuild N ] dev-libs/popt-1.7-r1
[ebuild N ] media-libs/audiofile-0.2.6-r1
[ebuild N ] sys-apps/tcp-wrappers-7.6-r8
[ebuild N ] media-sound/alsa-headers-1.0.11
[ebuild N ] media-libs/alsa-lib-1.0.11-r1
[ebuild N ] media-sound/esound-0.2.36-r1
[ebuild N ] sys-devel/flex-2.5.33-r1
[ebuild N ] dev-libs/libIDL-0.8.6
[ebuild N ] gnome-base/orbit-2.14.0
[ebuild N ] gnome-base/libbonobo-2.14.0
[ebuild N ] gnome-base/gnome-mime-data-2.4.2
[ebuild N ] net-misc/neon-0.26.1
[ebuild N ] gnome-base/gconf-2.14.0
[ebuild N ] dev-libs/libgpg-error-1.0-r1
[ebuild N ] dev-libs/libgcrypt-1.2.2-r1
[ebuild N ] sys-fs/device-mapper-1.02.07
[ebuild N ] sys-fs/cryptsetup-luks-1.0.3-r2
[ebuild N ] dev-lang/swig-1.3.25
[ebuild N ] sys-libs/libcap-1.10-r5
[ebuild N ] dev-libs/libusb-0.1.11
[ebuild N ] dev-python/pyrex-0.9.4.1
[ebuild N ] media-libs/lcms-1.14-r1
[ebuild N ] media-libs/libmng-1.0.8-r1
[ebuild N ] app-text/poppler-0.5.3
[ebuild N ] sys-libs/cracklib-2.8.9
[ebuild N ] sys-libs/pam-0.78-r3
[ebuild N ] net-print/cups-1.1.23-r8
[ebuild N ] x11-libs/qt-3.3.6-r1
[ebuild N ] sys-apps/dbus-0.61-r1
[ebuild N ] net-nds/openldap-2.3.24-r1
[ebuild N ] net-fs/samba-3.0.22-r3
[ebuild N ] sys-apps/pciutils-2.2.0-r1
[ebuild N ] sys-apps/usbutils-0.71-r1
[ebuild N ] sys-apps/hotplug-20040923-r2
[ebuild N ] sys-apps/hal-0.5.7-r3
[ebuild N ] app-admin/gamin-0.1.7
[ebuild N ] gnome-base/gnome-vfs-2.14.2
[ebuild N ] gnome-base/libgnome-2.14.1
[ebuild N ] media-libs/libart_lgpl-2.3.17
[ebuild N ] gnome-base/libgnomecanvas-2.14.0
[ebuild N ] gnome-base/libbonoboui-2.14.0
[ebuild N ] gnome-base/gnome-keyring-0.4.9
[ebuild N ] gnome-base/libgnomeui-2.14.1
[ebuild N ] x11-themes/hicolor-icon-theme-0.8
[ebuild N ] dev-perl/XML-NamespaceSupport-1.09
[ebuild N ] dev-perl/XML-SAX-0.14-r1
[ebuild N ] virtual/perl-Storable-2.15
[ebuild N ] dev-perl/XML-Simple-2.14
[ebuild N ] x11-misc/icon-naming-utils-0.7.0
[ebuild N ] x11-themes/gnome-icon-theme-2.14.2
[ebuild N ] dev-python/pyorbit-2.14.0
[ebuild N ] net-print/libgnomecups-0.2.0
[ebuild N ] gnome-base/libgnomeprint-2.12.1
[ebuild N ] gnome-base/libgnomeprintui-2.12.1
[ebuild N ] dev-python/pyopengl-2.0.0.44
[ebuild N ] dev-python/pycairo-1.0.2
[ebuild N ] dev-python/numeric-23.7
[ebuild N ] x11-libs/gtkglarea-1.99.0
[ebuild N ] dev-python/pygtk-2.8.6
[ebuild N ] dev-python/gnome-python-2.12.4
[ebuild N ] x11-libs/startup-notification-0.8
[ebuild N ] app-text/sgml-common-0.6.3-r4
[ebuild N ] app-text/build-docbook-catalog-1.2
[ebuild N ] app-text/docbook-xsl-stylesheets-1.68.1-r1
[ebuild N ] app-arch/unzip-5.52-r1
[ebuild N ] app-text/docbook-xml-dtd-4.1.2-r6
[ebuild N ] dev-libs/libxslt-1.1.17
[ebuild N ] app-text/scrollkeeper-0.3.14-r2
[ebuild N ] app-text/gnome-doc-utils-0.6.1
[ebuild N ] gnome-base/gnome-desktop-2.14.2
[ebuild N ] gnome-base/gail-1.8.11
[ebuild N ] dev-util/desktop-file-utils-0.10
[ebuild N ] gnome-base/gnome-menus-2.14.0
[ebuild N ] gnome-base/eel-2.14.1
[ebuild N ] media-libs/libexif-0.6.12-r4
[ebuild N ] sys-apps/eject-2.1.0-r1
[ebuild N ] media-video/mpeg2vidcodec-12-r1
[ebuild N ] media-fonts/gnu-gs-fonts-std-8.11
[ebuild N ] app-text/ghostscript-gpl-8.54
[ebuild N ] virtual/ghostscript-0
[ebuild N ] media-gfx/imagemagick-6.2.8.0
[ebuild N ] media-libs/libwmf-0.2.8.4
[ebuild N ] gnome-extra/libgsf-1.14.0
[ebuild N ] dev-libs/libcroco-0.6.1
[ebuild N ] gnome-base/librsvg-2.14.4
[ebuild N ] gnome-base/nautilus-2.14.1
[ebuild N ] dev-lang/nasm-0.98.39-r3
[ebuild N ] media-libs/libsdl-1.2.8-r1
[ebuild N ] media-libs/libmad-0.15.1b
[ebuild N ] media-libs/libdvdcss-1.2.9
[ebuild N ] media-libs/libmp4v2-1.4.1
[ebuild N ] dev-libs/glib-1.2.10-r5
[ebuild N ] x11-libs/gtk+-1.2.10-r11
[ebuild N ] media-sound/xmms-1.2.10-r15
[ebuild N ] media-plugins/xmms-mpg123-1.2.10-r1
[ebuild N ] media-libs/libmikmod-3.1.11-r2
[ebuild N ] media-plugins/xmms-mikmod-1.2.10
[ebuild N ] media-libs/libogg-1.1.2
[ebuild N ] media-libs/libvorbis-1.1.0
[ebuild N ] media-plugins/xmms-vorbis-1.2.10-r1
[ebuild N ] media-libs/libid3tag-0.15.1b
[ebuild N ] media-plugins/xmms-mad-0.8
[ebuild N ] media-plugins/xmms-esd-1.2.10-r1
[ebuild N ] media-plugins/xmms-oss-1.2.10
[ebuild N ] media-plugins/xmms-alsa-1.2.10-r2
[ebuild N ] media-libs/id3lib-3.8.3-r4
[ebuild N ] media-libs/faad2-2.0-r11
[ebuild N ] media-libs/libsndfile-1.0.11
[ebuild N ] media-libs/faac-1.24
[ebuild N ] media-libs/a52dec-0.7.4-r5
[ebuild N ] media-libs/xvid-1.0.3
[ebuild N ] media-sound/lame-3.96.1
[ebuild N ] media-libs/giflib-4.1.4
[ebuild N ] media-libs/imlib2-1.2.1.009
[ebuild N ] media-video/ffmpeg-0.4.9_p20051216
[ebuild N ] media-libs/win32codecs-20050216
[ebuild N ] media-libs/xine-lib-1.1.2-r2
[ebuild N ] www-client/mozilla-launcher-1.49
[ebuild N ] dev-libs/nspr-4.6.2
[ebuild N ] app-arch/zip-2.31
[ebuild N ] dev-libs/nss-3.11.2
[ebuild N ] www-client/mozilla-firefox-1.5.0.6
[ebuild N ] dev-python/pyxml-0.8.4
[ebuild N ] app-text/iso-codes-0.49
[ebuild N ] media-video/totem-1.4.2-r1
[ebuild N ] app-cdr/cdrtools-2.01.01_alpha10
[ebuild N ] app-cdr/dvd+rw-tools-6.1-r1
[ebuild N ] gnome-extra/nautilus-cd-burner-2.14.2
[ebuild N ] x11-wm/metacity-2.14.5
[ebuild N ] x11-libs/libwnck-2.14.2
[ebuild N ] app-crypt/opencdk-0.5.5
[ebuild N ] dev-libs/lzo-1.08-r1
[ebuild N ] sys-apps/grep-2.5.1-r8
[ebuild N ] sys-apps/gawk-3.1.5-r2
[ebuild N ] dev-libs/libtasn1-0.2.18
[ebuild N ] net-libs/gnutls-1.2.10
[ebuild N ] net-libs/libsoup-2.2.94
[ebuild N ] gnome-extra/evolution-data-server-1.6.2
[ebuild N ] gnome-base/gnome-panel-2.14.2
[ebuild N ] gnome-base/libgtop-2.14.1
[ebuild N ] x11-libs/gtksourceview-1.6.1
[ebuild N ] media-libs/gstreamer-0.10.8
[ebuild N ] dev-libs/liboil-0.3.6-r1
[ebuild N ] media-libs/gst-plugins-base-0.10.8
[ebuild N ] media-plugins/gst-plugins-gconf-0.10.3
[ebuild N ] media-plugins/gst-plugins-alsa-0.10.4
[ebuild N ] media-plugins/gst-plugins-oss-0.10.2
[ebuild N ] media-plugins/gst-plugins-xvideo-0.10.4-r1
[ebuild N ] media-plugins/gst-plugins-x-0.10.4
[ebuild N ] media-plugins/gst-plugins-esd-0.10.2
[ebuild N ] media-plugins/gst-plugins-mad-0.10.3
[ebuild N ] media-libs/gst-plugins-good-0.10.3
[ebuild N ] media-plugins/gst-plugins-ogg-0.10.4
[ebuild N ] media-plugins/gst-plugins-vorbis-0.10.4
[ebuild N ] gnome-extra/gnome-media-2.14.2
[ebuild N ] dev-python/gnome-python-desktop-2.14.0
[ebuild N ] app-text/aspell-0.50.5-r4
[ebuild N ] app-dicts/aspell-en-0.51.1
[ebuild N ] app-editors/gedit-2.14.3 USE="python spell -debug"



FAUT VRAIMENT AVOIR LE TEMPS!!!!! :D :D :D

En tout cas merci pour ces nombreuses solutions
j ai compris ce que faisait le oneshot (oui, trouver 1 das le man, c est chaud. mais trouver /oneshot c est direct! :) )
Back to top
View user's profile Send private message
man in the hill
Veteran
Veteran


Joined: 15 Dec 2005
Posts: 1552
Location: Madinina

PostPosted: Thu Sep 07, 2006 4:00 pm    Post subject: Reply with quote

Code:
CFLAGS="-O3 -march=pentium4 -pipe"


le -O3 fou assez la mer** donc c'est la première chose à désactiver quand tu as un soucis ...


@ +
_________________
Get Up and Go !
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Thu Sep 07, 2006 4:07 pm    Post subject: Reply with quote

Je suis content que ce soit résolu ! :P

pathfinder wrote:
avec un one-shot, tu me proposes d installer gnome-python-desktop sans qu il n en tienne compte pour le prochain emerge world, afin de pas etre trop reloud niveau dependances. c est bien ca?


Ce n'est pas cela. En fait l'option "--oneshot" permet de lancer l'installation d'un logiciel sans l'ajouter au world. Si par le futur tu désinstalles tous les logiciels qui dépendent de lui, un "emerge --depclean" te le supprimera. Et c'est bien ce que tu veux. /var/lib/portage/world ne devrait contenir QUE les logiciels que tu utilises directement en tant qu'utilisateur final. À présent que tu as saisi ceci tu voudras probablement faire un peu de ménage à la main dans ce fichier puis lancer :

Code:
emerge -uDN world && emerge --depclean && revdep-rebuild


Les deux commandes autour du "emerge --depclean" sont vivement conseillée car cette fonctionnalité de Portage est quelque peu cassée.

pathfinder wrote:
FAUT VRAIMENT AVOIR LE TEMPS!!!!!


Je t'avais prévenu. :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum