Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: vojco 04 Ledna 2007, 09:51:42
-
ahojky, mám menší problém s Ubun tu 6.10. Při instalaci aktualizací i nového softwaru mi pořád vyhazuje chybu:
dpkg: chyba při rozboru v souboru /var/lib/dpkg/status okolo řádku 5122 balík u python wxgtk2.6:
položka depends obsahuje neplatné jméno balíku.
co by to mohlo být?
Díky
-
1/ co mate v /etc/apt/sources.list?
2/ udelal jste sudo apt-get update?
-
1/
deb http://cz.archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
deb-src http://cz.archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
## Major bug fix updates produced after the final release of the
## distribution.
deb http://cz.archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe
deb-src http://cz.archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://cz.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://cz.archive.ubuntu.com/ubuntu/ edgy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://cz.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://cz.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe
# deb http://security.ubuntu.com/ubuntu edgy-security universe
deb http://archive.ubuntu.com/ubuntu/ edgy-backports restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy-backports restricted main multiverse universe
deb http://archive.ubuntu.com/ubuntu/ edgy-proposed restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy-proposed restricted main multiverse universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe
2/ nepomohlo :(
-
Co je v souboru /var/lib/dpkg/status na radcich 5121-5123 ?
-
Package: python-wxgtk2.6
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 13352
Maintainer: Ron Lee
Architecture: amd64
Source: wxwidgets2.6
Version: 2.6.3.2.1.5
Replaces: libwxgtk2.6-0-python, wxpython2.6-0
Provides: python2.4-wxgtk2.6
Depends: p>Ď, python2.4, python-central (>= 0.5), python (<< 2.5), python (>= 2.4), libc6 (>= 2.4-1), libgcc1 (>= 1:4.1.1-11ubuntu1), libstdc++6 (>= 4.1.1-11ubuntu1), libwxbase2.6-0 (>= 2.6.3.2.1.5), libwxgtk2.6-0 (>= 2.6.3.2.1.5)
Suggests: wx2.6-doc, wx2.6-examples, python-xml
Conflicts: libwxgtk2.6-0-python, wxpython2.6-0
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well). For more information see http://wxwidgets.org
-
Podle me je problem v radku
Depends: p>Ď, python2.4, python-central (>= 0.5), python (<< 2.5), python (>= 2.4), libc6 (>= 2.4-1), libgcc1 (>= 1:4.1.1-11ubuntu1), libstdc++6 (>= 4.1.1-11ubuntu1), libwxbase2.6-0 (>= 2.6.3.2.1.5), libwxgtk2.6-0 (>= 2.6.3.2.1.5)Smazte p>Ď, to je nesmysl, zase tam chybi nastaveni zavislosti na baliku python-wxversion (bez uvedeni konkretni verze). Viz. http://packages.ubuntu.com/edgy/python/python-wxgtk2.6
-
takže dostal jsem se trochu dál, teď to hlásí chybu:
dpkg: chyba pri rozboru souboru /var/lib/dpkg/status okolo řádku 15726:
chybné jméno balíku (znak '>' není povolen)
V tomto řádku je znovu:
Package: p<Ď
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 88
Maintainer: Ron Lee
Architecture: all
Source: wxwidgets2.6
Version: 2.6.3.2.1.5
Replaces: wxpython2.6-0
Depends: python-central (>= 0.5), python (<< 2.5), python (>= 2.4)
-
Tady ale chybi jmeno samotneho baliku. Odhaduji, ze by se mohlo jednat o balik python-wxversion. Zkuste to opravit. Zahadou je duvod, proc se vam soubor /var/lib/dpkg/status takhle zmrsil.
-
děkuji, dal jsem včechny p>Ď nahradit python-wxversion, pak ještě v souboru available a už to funguje. Ale co způsobilo chybu...
do tohoto souboru jsem nesahal, ani jsem neveděl jak se do něj dostat :)
-
Ajo, nevsiml jsem si ze ten prvni vyskyt p<Ď se take menil na python-wxversion. Takze nahrazenim vsech vyskytu p<Ď za python-wxversion by to opravdu melo byt OK :)