Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme beim emergen mit e2fsprogs-1.35-r1 (Umlautproblem?)
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
MrTwister
n00b
n00b


Joined: 18 Apr 2003
Posts: 30

PostPosted: Thu Oct 07, 2004 2:21 pm    Post subject: Probleme beim emergen mit e2fsprogs-1.35-r1 (Umlautproblem?) Reply with quote

Hi,

hab folgendes Probleme beim emergen von e2fsprogs-1.35-r1:

Code:

gcc  -o test_icount test_icount.o test_icount_cmds.o ../../lib/libext2fs.so ../../lib/libss.so ../../lib/libcom_err.so
make[2]: Leaving directory `/var/tmp/portage/e2fsprogs-1.35-r1/work/e2fsprogs-1.35/tests/progs'
making all in po
make[2]: Entering directory `/var/tmp/portage/e2fsprogs-1.35-r1/work/e2fsprogs-1.35/po'
: --update cs.po e2fsprogs.pot
rm -f cs.gmo && : -c --statistics -o cs.gmo cs.po
mv: Aufruf von stat für ,,t-cs.gmo" nicht möglich: Datei oder Verzeichnis nicht gefunden
make[2]: *** [cs.gmo] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/e2fsprogs-1.35-r1/work/e2fsprogs-1.35/po'
make[1]: *** [all-progs-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/e2fsprogs-1.35-r1/work/e2fsprogs-1.35'
make: *** [all] Fehler 2

!!! ERROR: sys-fs/e2fsprogs-1.35-r1 failed.
!!! Function src_compile, Line 52, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Kann mir jemand helfen ??

P.S: Könnte mir vorstellen woran es liegt. Ich hab komischerweise keine Umlaute mehr auf der Konsole. Wenn ich ü,ä,etc, auf der Tastatur eingebe erscheinen andere Zeichen..

P.P.S: In einer Konsole (KDE) kann ich die Umlaute ohne Probleme sehen. Hab auch folgende Einstellungen:
in /etc/rc.conf steht KEYMAP="de-latin1-nodeadkeys"
und $LANG=de_DE@euro

P.P.P.S: An den Umlauten liegt es vielleicht doch nicht. Nach nem Reboot kann ich wieder Umlaute auf der Konsole eingeben, aber das emergen klappt immer noch nicht :(
Back to top
View user's profile Send private message
thepi
Guru
Guru


Joined: 06 Jan 2004
Posts: 352
Location: Tokyo, Japan

PostPosted: Sat Oct 09, 2004 10:32 am    Post subject: Reply with quote

Habe das gleiche Problem, gucke grade bei bugzilla.gentoo.org nach...
Ich sag bescheid wenn ich was rausfinde!

btw ich find's schon recht seltsam, dass cs.gmo compiliert wird, stat aber nach t-cs.gmo sucht --> typo in der compile-Anweisung? :?

pi~
_________________
Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF!
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Sat Oct 09, 2004 10:44 am    Post subject: Reply with quote

hi

bei mir funktionieren die umlaute einwandfrei.
schreibt mal das in eure .bashrc

Code:
export LANG="en_GB"
export LANGUAGE="en_GB"
export LC_COLLATE="de_DE@euro"
export LC_CTYPE="de_DE@euro"
export LC_MESSAGES="C"
export LC_MONETARY="de_DE@euro"
export LC_NUMERIC="de_DE@euro"
export LC_TIME="C"


und in der rc.conf:

Code:
KEYMAP="de-latin1"
CONSOLEFONT="lat9w-16"



wobei das von der .bashrc für euer problem nur relevant ist.
Back to top
View user's profile Send private message
thepi
Guru
Guru


Joined: 06 Jan 2004
Posts: 352
Location: Tokyo, Japan

PostPosted: Sat Oct 09, 2004 10:49 am    Post subject: Reply with quote

Ne das Umlaut-Problem hab ich nicht, nur das mit dem Kompilieren von e2fsprogs-1.35-r1. Hätte ich vielleicht gleich sagen sollen, dass bei mir das mit den Umlauten nicht zutrifft.
Also danke für den Hinweis, aber das Umlaut-Problem hat _definitiv_ nichts mit dem Compile-Fehler zu tun.

EDIT: da in bugs.gentoo.org ebenfalls Hinweise auf die LANG-Settings zu finden waren, hab ich deine Einstellungen mal ausprobiert, leider ohne Erfolg :(
Schade, ich dachte (hoffte) schon ich müsste meine letzte Aussage widerrufen ;)

pi~
_________________
Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF!
Back to top
View user's profile Send private message
Xe
Apprentice
Apprentice


Joined: 02 Sep 2004
Posts: 254
Location: Karlsruhe, Germany

PostPosted: Sat Oct 09, 2004 11:21 am    Post subject: Reply with quote

Hi!

Ich hatte auch dieses Problem, allerdings nur beim Installieren von Gentoo. Also habe ich ohne

ACCEPT_KEYWORDS="~x86"
emerge -u system

durchgeführt (das -u um zu verhindern, dass beriets installierte neuste Versionen überschrieben werden).
Nach dem ersten Systemstart habe ich gleich ein emerge -u world ausgeführt, um die Programme auf den neusten Stand zu bringen. Hioer hat das mergen von e2fsprogs ohne Probleme funktioniert.

MFG
Back to top
View user's profile Send private message
thepi
Guru
Guru


Joined: 06 Jan 2004
Posts: 352
Location: Tokyo, Japan

PostPosted: Sat Oct 09, 2004 11:37 am    Post subject: Reply with quote

Komisch :?

Ich hab das Problem jetzt (zugegeben etwas "unsauber") umgangen, indem ich einfach die e2fsprogs-1.35-r1.ebuild aus portage gelöscht hab.
Ging ohne Probleme :) 1.35 hab ich ja drauf, das müsste für's erste reichen. Ansonsten halt warten bis zum nächsten Release.

Gruß
pi~
_________________
Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF!
Back to top
View user's profile Send private message
Fran
Guru
Guru


Joined: 29 Feb 2004
Posts: 530
Location: Coruña (Spain)

PostPosted: Sat Oct 09, 2004 8:32 pm    Post subject: Reply with quote

I hope you understand english, I'm spanish and I can't speak german :P.

I have the same problem. This seems the only thread with this problem with e2fsprogs in the forums. I've search in google and there are more people with the same error, it seems it's fault of having an old version of gettext. But i have the latest unmasked version installed... :?

It's strange we are the only people with this problem :?
Back to top
View user's profile Send private message
nsn
n00b
n00b


Joined: 13 Oct 2004
Posts: 7

PostPosted: Wed Oct 13, 2004 1:12 pm    Post subject: Reply with quote

Fran wrote:
I hope you understand english, I'm spanish and I can't speak german :P.


Even though I am german I'll try my best....

Fran wrote:
I have the same problem. This seems the only thread with this problem with e2fsprogs in the forums. I've search in google and there are more people with the same error, it seems it's fault of having an old version of gettext. But i have the latest unmasked version installed... :?

It's strange we are the only people with this problem :?


I even emerged the masked gettext-0.14 and I still get the same error.
This is strange, for only two of my 3 machines seem to encounter this problem, all of them running unstable (~x86).

... und sorry wegen der Sprache, aber ich denke man kann da durchaus mal 'ne Ausnahme machen...
Back to top
View user's profile Send private message
Fran
Guru
Guru


Joined: 29 Feb 2004
Posts: 530
Location: Coruña (Spain)

PostPosted: Wed Oct 13, 2004 6:10 pm    Post subject: Reply with quote

There is already a bug posted at bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=66471

Still unresolved :(.

EDIT: I reinstalled gentoo yesterday (I was bored :D) and hadn't tried to emerge e2fsprogs, because I though it would fail. I've tried just now... and it works! I think the only difference from my previous installation is that now I have nptl enabled. You can try...
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