PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : apt-get install Fehler (gnome)



NiveaGirl82
07.08.04, 22:51
Hi @all

ich nutze gnome, und jedesmal wenn ich was installiere mit dem Befehel "apt-get install PROGRAMM" kommt am Ende immer ein Fehler, ich poste mal was er mir beim installieren macht:

debian:/home/major# apt-get install licq
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
libqt3c102-mt licq-plugin-qt
Suggested packages:
libqt3c102-mt-psql libqt3c102-mt-mysql libqt3c102-mt-odbc bind9-host kmail
traceroute
Recommended packages:
sox
The following NEW packages will be installed:
libqt3c102-mt licq licq-plugin-qt
0 upgraded, 3 newly installed, 0 to remove and 74 not upgraded.
2 not fully installed or removed.
Need to get 4548kB of archives.
After unpacking 12.8MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.de.debian.org unstable/main libqt3c102-mt 3:3.2.3-4 [2971kB]
Get:2 http://ftp.de.debian.org unstable/main licq-plugin-qt 1.2.7-11 [1113kB]
Get:3 http://ftp.de.debian.org unstable/main licq 1.2.7-11 [464kB]
Fetched 4548kB in 36s (125kB/s)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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
Selecting previously deselected package libqt3c102-mt.
(Reading database ... 40013 files and directories currently installed.)
Unpacking libqt3c102-mt (from .../libqt3c102-mt_3%3a3.2.3-4_i386.deb) ...
Selecting previously deselected package licq-plugin-qt.
Unpacking licq-plugin-qt (from .../licq-plugin-qt_1.2.7-11_i386.deb) ...
Selecting previously deselected package licq.
Unpacking licq (from .../licq_1.2.7-11_i386.deb) ...
Setting up rhythmbox (0.8.5-2) ...
/etc/gconf/schemas/rhythmbox.schemas:1: parser error : Document is empty

^
/etc/gconf/schemas/rhythmbox.schemas:1: parser error : Start tag expected, '<' not found

^
dpkg: error processing rhythmbox (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gnome:
gnome depends on rhythmbox; however:
Package rhythmbox is not configured yet.
dpkg: error processing gnome (--configure):
dependency problems - leaving unconfigured
Setting up libqt3c102-mt (3.2.3-4) ...

Setting up licq-plugin-qt (1.2.7-11) ...
Setting up licq (1.2.7-11) ...

Errors were encountered while processing:
rhythmbox
gnome
E: Sub-process /usr/bin/dpkg returned an error code (1)
debian:/home/major#

Weiss jemand wieso ich die Fehlermeldungen habe und was der mit den schemas meint?

MFG
NiveaGirl82

carnil
08.08.04, 00:13
Hi

Du scheinst ja einige Probleme mit den Abhängigkeiten zu haben, wenn ich das richtig sehe. Hast du einmal irgendwas mit z.B. der Option --force-yes, oder ähnliche installiert? Eventuell könnte also jetzt bei der Installation --fix-broken helfen (eventuell, ok nicht allzuvie glauben, wenn ich was sage, bitte bestätigen, oder ausschimpfen, wenn ich falsch lag).
Ausserdem hast du (für ein neu installiertes system) doch schon ziemlich viel zurückgehaltene Packete, finde ich merkwürdig.
Vielleicht sind ja auf dem mirror "noch nicht alle Packete aktualisiert", eventuell nach einiger Zeit wieder versuchen?

MfG carnil

`kk
08.08.04, 00:37
apt-get update && apt-get upgrade && apt-get -f install

Und wieder Ausgabe posten...