Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge ausgabe auf LC_ALL=C [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tekknokrat
Apprentice
Apprentice


Joined: 17 Apr 2005
Posts: 278
Location: Magdeburg

PostPosted: Wed Mar 07, 2007 7:05 pm    Post subject: emerge ausgabe auf LC_ALL=C [SOLVED] Reply with quote

Wie krieg ich die Ausgabe von emerge auf English damit ich das ins normale Forum posten kann?
Momentan siehts das so aus:

Code:

LC_MESSAGE=C LANG=C LC_ALL=C emerge rt2x00


Quote:
[/code]
include/linux/mm.h:842:16: Warnung: »CONFIG_SPLIT_PTLOCK_CPUS« ist nicht definiert
In Datei, eingefügt von include/linux/module.h:22,
von include/linux/textsearch.h:9,
von include/linux/skbuff.h:29,
von include/linux/if_ether.h:111,
von include/linux/etherdevice.h:27,
von /var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3/ieee80211/net/ieee80211_compat.h:9,
von <Kommandozeile>:1:
include/asm/module.h:60:2: Fehler: #error unknown processor family
In file included from include/asm/hardirq.h:5,
from include/linux/hardirq.h:7,
from include/linux/interrupt.h:11,
from include/linux/netdevice.h:561,
from include/linux/etherdevice.h:28,
from /var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3/ieee80211/net/ieee80211_compat.h:9,
from <Kommandozeile>:1:
include/linux/irq.h: Auf höchster Ebene:
include/linux/irq.h:172: Fehler: Verlangte Ausrichtung ist keine Konstante
In file included from include/linux/hardirq.h:7,
from include/linux/interrupt.h:11,
from include/linux/netdevice.h:561,
from include/linux/etherdevice.h:28,
from /var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3/ieee80211/net/ieee80211_compat.h:9,
from <Kommandozeile>:1:
include/asm/hardirq.h:12: Fehler: Verlangte Ausrichtung ist keine Konstante
In file included from include/linux/netdevice.h:561,
from include/linux/etherdevice.h:28,
from /var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3/ieee80211/net/ieee80211_compat.h:9,
from <Kommandozeile>:1:
include/linux/interrupt.h: In Funktion »cli«:
include/linux/interrupt.h:198: Warnung: Implizite Deklaration der Funktion »local_irq_disable«
include/linux/interrupt.h: In Funktion »sti«:
include/linux/interrupt.h:202: Warnung: Implizite Deklaration der Funktion »local_irq_enable«
include/linux/interrupt.h: In Funktion »save_flags«:
include/linux/interrupt.h:206: Warnung: Implizite Deklaration der Funktion »local_save_flags«
make[3]: *** [/var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3/rt2x00core.o] Fehler 1
make[2]: *** [_module_/var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3] Fehler 2
make[1]: *** [modules] Fehler 2
make: *** [rt2x00-nodebug] Fehler 2

!!! ERROR: net-wireless/rt2x00-2.0.0_beta3 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
rt2x00-2.0.0_beta3.ebuild, line 68: Called linux-mod_src_compile
linux-mod.eclass, line 511: Called die

!!! Unable to make KERNDIR=/usr/src/linux KERNOUT=/lib/modules/2.6.19-suspend2-r1/build rt2x00-nodebug.
!!! If you need support, post the topmost build error, and the call stack if relevant.


Die emerge Message sind ja englisch aber nicht die Compiler Fehler :?:

wie krieg ich die ad-hoc auf englisch???
_________________
Optimism is solely an absence of information. / Optimismus ist nur ein Mangel an Information.
(Arthur Schopenhauer)


Last edited by tekknokrat on Thu Mar 08, 2007 4:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Wed Mar 07, 2007 7:10 pm    Post subject: Reply with quote

Mal ein schuss ins blaue: in die make.conf schmeissen
_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Mar 07, 2007 7:19 pm    Post subject: Reply with quote

Ich würde es mit /etc/portage/bashrc versuchen. make.conf kommt mir falsch vor.

Exportieren der Variablen nicht vergessen!
Back to top
View user's profile Send private message
tekknokrat
Apprentice
Apprentice


Joined: 17 Apr 2005
Posts: 278
Location: Magdeburg

PostPosted: Wed Mar 07, 2007 7:27 pm    Post subject: Reply with quote

Quote:
LC_ALL="C"
LC_MESSAGES="C"
LANG="C"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

USE="rt2500usb"


meinst so?
Nee das wars leider nicht danke aber für die schnelle Reaktion :-)
ich habs erstmal hingemogelt in dem ich mit dem gleichen Resultat im portagetmp gemaked habe
Code:
LC_ALL=C make

Bin an einer Lösung interessiert ohne meine /etc/env.d/02locales umzuschreiben!
_________________
Optimism is solely an absence of information. / Optimismus ist nur ein Mangel an Information.
(Arthur Schopenhauer)
Back to top
View user's profile Send private message
tekknokrat
Apprentice
Apprentice


Joined: 17 Apr 2005
Posts: 278
Location: Magdeburg

PostPosted: Wed Mar 07, 2007 7:37 pm    Post subject: Reply with quote

bin unter gnome-terminal da wird bashrc wird doch imo gar nicht benutzt, oder :oops:
ich hab aber mal manuell

EDIT: wenn man mal wieder nur halb liest :oops: , /etc/portage/bashrc und dann export LC_ALL="C" passt
Danke!

Code:
export LC_ALL="C"
export LANG="C"
export LC_MESSAGES="C"

probiert.

Bei
Code:
env
steht dann auch

Quote:

SHELL=/bin/bash
TERM=xterm
OLDPWD=/
LC_ALL=C
USER=root
SUDO_USER=lila
SUDO_UID=1002
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/ati/bin:/opt/ati/sbin:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin
LC_MESSAGES=C
PWD=/var/tmp/portage/rt2x00-2.0.0_beta3/work/rt2x00-2.0.0-b3
LANG=C
SHLVL=1
SUDO_COMMAND=/bin/chroot /mnt/homeserver/
HOME=/home/lila
LOGNAME=root
SUDO_GID=1006
_=/bin/env


aber keine Umstellung der Sprache innerhalb von emerge.
bin in nem chroot und hab env-update && source /etc/profile gemacht --> spielt chroot da ne rolle?
_________________
Optimism is solely an absence of information. / Optimismus ist nur ein Mangel an Information.
(Arthur Schopenhauer)
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Wed Mar 07, 2007 9:43 pm    Post subject: Reply with quote

hey, hab gerade herausgefunden: das geht auch für einzelne Packages:
http://comments.gmane.org/gmane.linux.gentoo.devel/20921
_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
tekknokrat
Apprentice
Apprentice


Joined: 17 Apr 2005
Posts: 278
Location: Magdeburg

PostPosted: Thu Mar 08, 2007 4:18 pm    Post subject: Reply with quote

das ist natürlich noch ne spur cooler, allein wenn man damit dann auch die make.conf variablen überschreiben kann 8)
_________________
Optimism is solely an absence of information. / Optimismus ist nur ein Mangel an Information.
(Arthur Schopenhauer)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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