Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[emerge]kdm ne démarre plus ![resolu]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Tue Jun 15, 2010 1:20 pm    Post subject: rien ne passe ! Reply with quote

en repassant en 2.6 (eselect python set 2) j'ai pu désinstaller la 3.1
la 2.6 est en cours de réinstallation et viens de planter :
Code:
>>> Failed to emerge dev-lang/python-2.6.4-r1, Log file:

>>>  '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/build.log'

 * Messages for package dev-lang/python-2.6.4-r1:

 * "bsddb" module is out-of-date and no longer maintained inside dev-lang/python. It has
 * been additionally removed in Python 3. You should use external, still maintained "bsddb3"
 * module provided by dev-python/bsddb3 which supports both Python 2 and Python 3.
 * ERROR: dev-lang/python-2.6.4-r1 failed:
 *   econf failed
 *
 * Call stack:
 *     ebuild.sh, line   54:  Called src_configure
 *   environment, line 5431:  Called econf '--with-fpectl' '--enable-shared' '--enable-ipv6' '--with-threads' '--enable-unicode=ucs4' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--with-libc=' '--with-system-ffi'
 *     ebuild.sh, line  544:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of 'emerge --info =dev-lang/python-2.6.4-r1',
 * the complete build log and the output of 'emerge -pqv =dev-lang/python-2.6.4-r1'.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-lang/python-2.6.4-r1/work/Python-2.6.4'
ataualpa torrent # emerge -s bsddb
Searching...
[ Results for search key : bsddb ]
[ Applications found : 1 ]

*  dev-python/bsddb3
      Latest version available: 4.8.1
      Latest version installed: [ Not Installed ]
      Size of files: 205 kB
      Homepage:      http://www.jcea.es/programacion/pybsddb.htm http://pypi.python.org/pypi/bsddb3
      Description:   Python bindings for Berkeley DB
      License:       BSD


l'installation par le binaire maintenant : ECHEC !
Code:
ataualpa torrent # cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
PKGDIR="/mnt/oasis/gentoo_package"

J'ai téléchargé dans ce même répertoire l'archive du binaire
Code:
ataualpa gentoo_package # ls
python-2.6.4-r1.tbz2

et lancé l'installation :
Code:
ataualpa gentoo_package # emerge -K =python-2.6.4-r1
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=dev-lang/python-2.6.4-r1".


ataualpa gentoo_package # echo $PKGDIR



maintenant je veux bien masquer (>=dev-lang/python-3.1 dans package.mask) mais je sais où ce genre de manipulation mène.
j'aimerai mieux comprendre pourquoi j'ai la 3.1 sans rien avoir demandé puisque à vous lire tous il ne devrait y avoir que la 2.6 ?
Vous me suivez ? Vous vous avez rien masqué et ça marche, je me trompe ?
Là si je masque ça résoud mon problème, dans un an alors que je ne m'en souviendrai plus ça m'en posera un à nouveau (quoi tu es toujours en 2.6 mais ça fait plus de 6 mois qu'on est déjà à la 4 !).

Et j'ai toujours le problème des locales non (ça non plus je ne sais pas trop quoi faire pour être à jour) ?
Code:
ataualpa ben # locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Jun 15, 2010 2:09 pm    Post subject: Reply with quote

BENJI wrote:
en repassant en 2.6 (eselect python set 2) j'ai pu désinstaller la 3.1
la 2.6 est en cours de réinstallation et viens de planter :
Code:
 * "bsddb" module is out-of-date and no longer maintained inside dev-lang/python. It has
 * been additionally removed in Python 3. You should use external, still maintained "bsddb3"

Tu peux aussi désactiver le flag berkdb ;-)

Quote:
maintenant je veux bien masquer (>=dev-lang/python-3.1 dans package.mask) mais je sais où ce genre de manipulation mène.
j'aimerai mieux comprendre pourquoi j'ai la 3.1 sans rien avoir demandé puisque à vous lire tous il ne devrait y avoir que la 2.6 ?
Vous me suivez ? Vous vous avez rien masqué et ça marche, je me trompe ?

En résumé, portage n'a pas encore été totalement été converti pour supporter python-3.1.
Mais comme celui-ci est stable, il n'était pas normal de le masquer. Ca peut se discuter mais c'est comme ça pour l'instant ! ;-)
Bref, on peut installer python-3.1 mais pas l'utiliser comme interpréteur principal sinon cela plante portage.
Le mieux, si tu ne maîtrises pas Gentoo, et pour être certain de ne pas faire de c**ries (trop tard apparemment ! :lol:), c'est de masquer python-3.1 provisoirement et de consulter régulièrement les infos qui passent à ce sujet sur les canaux habituels ;-)

Pour tes locales, tu as quoi dans /etc/env.d/02locale ?
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Tue Jun 15, 2010 2:31 pm    Post subject: Reply with quote

Code:
ataualpa gentoo_package # cat /etc/env.d/02locale
cat: /etc/env.d/02locale: No such file or directory


Et un de plus !
sinon j'ai pas compris ce que je dois faire avec berkdb !
et plus rien n'a l'air de fonctionner sur ma machine là et je ne sais toujours pas pourquoi ni comment ça va s'arranger !
actuellement je suis incapable de réinstaller une 2.6 !
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Jun 15, 2010 2:40 pm    Post subject: Reply with quote

As-tu au moins quelque-chose dans /etc/env.d/ ? 8O

Quote:
sinon j'ai pas compris ce que je dois faire avec berkdb !

Désactiver le flag au niveau de python et il arrêtera de t'insulter à propos de bsddb ;)
Code:
echo "dev-python/python" -berkdb >> /etc/portage/package.use
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Tue Jun 15, 2010 2:52 pm    Post subject: Reply with quote

Code:
ataualpa gentoo_package # ls -l /etc/env.d/
total 120
-rw-r--r-- 1 root root  218 Nov 20  2009 00basic
-rw-r--r-- 1 root root   37 Jan 14 01:52 00glibc
-rw-r--r-- 1 root root  140 Apr 20 08:55 03opengl
-rw-r--r-- 1 root root  160 Jun  9 11:35 05binutils
-rw-r--r-- 1 root root   92 Aug  3  2006 05gcc-i386-pc-linux-gnu
-rw-r--r-- 1 root root  310 Jan 14 04:43 05gcc-i686-pc-linux-gnu
-rw-r--r-- 1 root root   37 Apr 23  2009 09sandbox
-rw-r--r-- 1 root root   36 Dec 14  2009 10xkeyboard-config
-rw-r--r-- 1 root root   26 Apr 22 09:38 20ant
-rw-r--r-- 1 root root   79 Jan 14  2009 20java-config
-rw-r--r-- 1 root root  145 Apr  2 07:59 20php5
-rw-r--r-- 1 root root   81 Jun  7  2009 30xdg-data-local
-rw-r--r-- 1 root root   44 Apr  1 23:35 37fontconfig
-rw-r--r-- 1 root root   55 Feb 25 12:21 43kdepaths
-rw-r--r-- 1 root root   21 Jul 31  2009 44qca2
-rw-r--r-- 1 root root   22 Apr 21 16:34 44qt4
-rw-r--r-- 1 root root   33 Jun  9 16:08 50gconf
-rw-r--r-- 1 root root   14 Jun  9 15:38 50gtk2
-rw-r--r-- 1 root root   36 Jan 13 10:52 50ncurses
-rw-r--r-- 1 root root   35 May 13  2009 70klibc
-rw-r--r-- 1 root root   50 Sep 28  2009 70less
-rw-r--r-- 1 root root   46 May  3 11:56 90games
-rw-r--r-- 1 root root   54 Jun  7  2009 90xdg-data-base
-rw-r--r-- 1 root root   48 Nov 20  2009 98ca-certificates
-rw-r--r-- 1 root root   42 Apr 19 16:08 99gentoolkit-env
-rw-r--r-- 1 root root   34 Mar 25 08:55 99splash
drwxr-xr-x 2 root root 4096 Jun  9 11:35 binutils
drwxr-xr-x 3 root root 4096 Jul 31  2009 cblas
drwxr-xr-x 2 root root 4096 Jun  9 16:46 gcc
drwxr-xr-x 2 root root 4096 Jun  9 14:28 python


et là ça devient n'importe quoi !
Code:
ataualpa gentoo_package # echo "dev-python/python" -berkdb >> /etc/portage/package.use
ataualpa gentoo_package # emerge -av =python-2.6.4-r1

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

Calculating dependencies... done!
[ebuild   R   ] dev-lang/python-2.6.4-r1  USE="berkdb gdbm ipv6 ncurses readline ssl threads tk (wide-unicode) xml -build -doc -examples -sqlite -wininst" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] n

Quitting.

-berkdb n'est pas pris en compte...

Code:
ataualpa gentoo_package # tail /etc/portage/package.use
##
## kdenlive
media-libs/mlt ffmpeg melt qt3
##
## vlc
media-video/vlc dvd ffmpeg mpeg mad wxwindows aac dts a52 ogg flac theora oggvorbis matroska freetype bidi xv svga gnutls stream vlm httpd cdda vcd cdio live
##

dev-db/mysql embedded
dev-python/python -berkdb
Back to top
View user's profile Send private message
brubru
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2008
Posts: 109
Location: France

PostPosted: Tue Jun 15, 2010 3:20 pm    Post subject: Reply with quote

Avec dev-lang/python -berkdb, ça devrait mieux aller.

Sinon le comportement normal de portage c'est d'installer les nouveaux slots (ici python:3.1), par exemple quand gcc est mis à jour, le nouveau slot est automatiquement installé, sinon on serait encore tous avec gcc-2.95. Mais comme python3 est incompatible avec le 2, ça devient compliqué. Donc, le mieux, si tu n'en as pas besoin, tu masque.

Bruno
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Jun 15, 2010 3:40 pm    Post subject: Reply with quote

BENJI wrote:
-berkdb n'est pas pris en compte...

Désolé, au temps pour moi ! :oops:
La commande devait en effet être :
Quote:
echo "dev-lang/python -berkdb" >> /etc/portage/package.use


Pour les locales, les avais-tu configurées globalement ou localement ?
Jette peut-être un coup d'oeil à la doc ...
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Tue Jun 15, 2010 3:42 pm    Post subject: Reply with quote

bien vu pour la faute de syntaxe mais ça n'a pas suffit :
Code:
>>> Failed to emerge dev-lang/python-2.6.4-r1, Log file:

>>>  '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/build.log'

 * Messages for package dev-lang/python-2.6.4-r1:

 * ERROR: dev-lang/python-2.6.4-r1 failed:
 *   econf failed
 *
 * Call stack:
 *     ebuild.sh, line   54:  Called src_configure
 *   environment, line 5431:  Called econf '--with-fpectl' '--enable-shared' '--enable-ipv6' '--with-threads' '--enable-unicode=ucs4' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--with-libc=' '--with-system-ffi'
 *     ebuild.sh, line  544:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of 'emerge --info =dev-lang/python-2.6.4-r1',
 * the complete build log and the output of 'emerge -pqv =dev-lang/python-2.6.4-r1'.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-lang/python-2.6.4-r1/work/Python-2.6.4'

J'ai bien masqué Python 3.
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Jun 15, 2010 6:54 pm    Post subject: Reply with quote

Depuis le temps, tu devrais tout de même savoir que cette portion de message n'apporte rien comme info sur l'origine de l'erreur ! ;-)
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Wed Jun 16, 2010 6:39 am    Post subject: Reply with quote

Oui, j'ai posté un peu trop vite, je me suis trompé de copier/coller:
Code:
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-lang/python-2.6.4-r1/work/Python-2.6.4 ...
 * Disabled modules:  _bsddb _sqlite3
gcc-config: error: could not run/locate 'i686-pc-linux-gnu-gcc'
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-fpectl --enable-shared --enable-ipv6 --with-threads --enable-unicode=ucs4 --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-libc= --with-system-ffi
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking EXTRAPLATDIR...
checking machine type as reported by uname -m... i686
checking for --without-gcc... no
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether the C compiler works... no
configure: error: in `/var/tmp/portage/dev-lang/python-2.6.4-r1/work/Python-2.6.4':
configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/python-2.6.4-r1/work/Python-2.6.4/config.log
 * ERROR: dev-lang/python-2.6.4-r1 failed:
 *   econf failed
 *
 * Call stack:
 *     ebuild.sh, line   54:  Called src_configure
 *   environment, line 5431:  Called econf '--with-fpectl' '--enable-shared' '--enable-ipv6' '--with-threads' '--enable-unicode=ucs4' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--with-libc=' '--with-system-ffi'
 *     ebuild.sh, line  544:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of 'emerge --info =dev-lang/python-2.6.4-r1',
 * the complete build log and the output of 'emerge -pqv =dev-lang/python-2.6.4-r1'.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.6.4-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-lang/python-2.6.4-r1/work/Python-2.6.4'

Un pb avec gcc visiblement !
gcc fait partie des paquets qui ont été mis à jour en même temps que python :
Quote:
1276076833: >>> emerge (9 of 33) sys-devel/gcc-4.4.3-r2
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Wed Jun 16, 2010 8:36 am    Post subject: Reply with quote

Que donnent les commandes
Code:
gcc-config -l
gcc -v
?
Tant qu'on y est, poste aussi le résultat de
Code:
emerge --info
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Wed Jun 16, 2010 11:44 am    Post subject: Reply with quote

Code:
ataualpa ben # gcc-config -l
 * gcc-config: Active gcc profile is invalid!
 [1] i686-pc-linux-gnu-3.3.6
 [2] i686-pc-linux-gnu-4.4.3
ataualpa ben # gcc -v
gcc-config: error: could not run/locate 'gcc'

Code:
ataualpa ben # emerge --info
!!! No gcc found. You probably need to 'source /etc/profile'
!!! to update the environment of this terminal and possibly
!!! other terminals also.
Portage 2.1.8.3 (default/linux/x86/10.0/desktop, [unavailable], glibc-2.10.1-r1, 2.6.31-gentoo-r10 i686)
=================================================================
System uname: Linux-2.6.31-gentoo-r10-i686-Intel-R-_Celeron-TM-_CPU_1300MHz-with-gentoo-1.12.13
Timestamp of tree: Wed, 09 Jun 2010 05:30:01 +0000
app-shells/bash:     4.0_p37
dev-java/java-config: 2.1.10
dev-lang/python:     2.4.6, 2.6.4-r1
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.65
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       3.3.6-r1, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://gentoo.imj.fr/pub/gentoo http://gentoo.modulix.net/gentoo/ "
LDFLAGS="-Wl,-O1"
LINGUAS="fr"
MAKEOPTS="-j2"
PKGDIR="/mnt/oasis/gentoo_package"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/armagetron /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa apache2 berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread emboss encode exif fam firefox flac fortran fr gd gdbm gif gpm gtk hal iconv ipv6 jpeg kde lcms ldap libnotify mad mikmod mng modules mp3 mp4 mpeg mudflap mysql ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png ppds pppd python qt3support qt4 readline reflection samba sdl session simplexml spell spl ssl startup-notification svg sysfs tcl tcpd tiff tk truetype unicode usb v4l vorbis x264 x86 xcb xml xml2 xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="wacom keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev nv nvidia vesa vmware" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Wed Jun 16, 2010 12:49 pm    Post subject: Reply with quote

BENJI wrote:
Code:
ataualpa ben # gcc-config -l
 * gcc-config: Active gcc profile is invalid!
 [1] i686-pc-linux-gnu-3.3.6
 [2] i686-pc-linux-gnu-4.4.3
ataualpa ben # gcc -v
gcc-config: error: could not run/locate 'gcc'

Bon ben tape gcc-config 2 et revérifie avec les 2 commandes ci-dessus.
Si tu obtiens le même genre de message, essaie l'autre version de gcc (gcc-config 1)
Ensuite, emerge -1av gcc pour réinstaller la dernière version
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Wed Jun 16, 2010 1:35 pm    Post subject: Reply with quote

ça a marché
Code:
ataualpa ben # gcc-config 2
 * Switching native-compiler to i686-pc-linux-gnu-4.4.3 ...

 * Your gcc has a bug with GCC_SPECS.
 * Please re-emerge gcc.
 * http://bugs.gentoo.org/68395

>>> Regenerating /etc/ld.so.cache...                                                                                                                   [ ok ]

 * If you intend to use the gcc from the new profile in an already
 * running shell, please remember to do:

 *   # source /etc/profile

ataualpa ben # gcc-config -l
 [1] i686-pc-linux-gnu-3.3.6
 [2] i686-pc-linux-gnu-4.4.3 *
ataualpa ben # gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.4.3/python --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2'
Thread model: posix
gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2)


l'installation de python est en cours !
on va voir ce que ça donnera.
En même temps rien ne me dit que une fois réinstallé mon pc va refonctionner normalement (kdm, X, mysql, mediatomb, apache...)
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Wed Jun 16, 2010 1:46 pm    Post subject: Reply with quote

l'installation de python est passée.
j'ai relancé un revdep-rebuild.
A suivre.
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Thu Jun 17, 2010 3:51 pm    Post subject: Reply with quote

Salut tout semble être rentré dans l'ordre.
Reste qu'en même à voir s'il y a des erreur sur le lancement de apach, mysql mais en tout cas pour kdm c'est ok.
python-updater est passé.

Maintenant pour ma question sur les locales je crois que je n'avais rien configuré et que j'avais juste mis
Quote:
LINGUAS="fr"
dans make.conf.

Ghoti, que te renvoie la commande locale dans ton cas. Je vais m'inspirer !
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Thu Jun 17, 2010 8:32 pm    Post subject: Reply with quote

BENJI wrote:
Ghoti, que te renvoie la commande locale dans ton cas. Je vais m'inspirer !

Il y a beaucoup mieux : Guide de localisation de Gentoo Linux ;)
En ce qui me concerne, je ne me suis pas cassé la tête : j'ai uniquement défini la variable LANG=fr_BE@euro au niveau global du système...
Back to top
View user's profile Send private message
BENJI
Guru
Guru


Joined: 10 Sep 2003
Posts: 543

PostPosted: Mon Jun 21, 2010 3:51 pm    Post subject: Reply with quote

Bon ben maintenant j'ai ça :
Code:
ataualpa ben # locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=fr_FR.euro
LC_CTYPE="fr_FR.euro"
LC_NUMERIC="fr_FR.euro"
LC_TIME="fr_FR.euro"
LC_COLLATE=C
LC_MONETARY="fr_FR.euro"
LC_MESSAGES="fr_FR.euro"
LC_PAPER="fr_FR.euro"
LC_NAME="fr_FR.euro"
LC_ADDRESS="fr_FR.euro"
LC_TELEPHONE="fr_FR.euro"
LC_MEASUREMENT="fr_FR.euro"
LC_IDENTIFICATION="fr_FR.euro"
LC_ALL=


et j'ai l'heure qui avance de 2 heures et 26 minutes ?
Code:
ataualpa ben # date
Mon Jun 21 19:16:00 CEST 2010

et il est en fait 17:50 !
J'aime quand l'écart n'est pas un compte rond... ça promet encore ! :lol:
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
Goto page Previous  1, 2
Page 2 of 2

 
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