[Debian]Unmet dependencies

Pagina: 1
Acties:

  • Rukapul
  • Registratie: Februari 2000
  • Laatst online: 23:36
Sinds enige tijd ben ik met MythTV bezig. Voor het eerst ook maar eens met Debian aan de slag gegaan en apt was tot nu toe geweldig :D

Helaas loop ik bij het compileren van MythBrowser tegen het feit aan dat ik verschillende kde header files nodig heb (klocale.h, etc.).

Hopend dat die in een kde development package zaten heb ik het volgende geprobeerd:
pvr:~# apt-get update
Hit http://security.debian.org testing/updates/main Packages
Hit http://non-us.debian.org testing/non-US/main Packages
Hit http://non-us.debian.org testing/non-US/main Release
Hit http://non-us.debian.org testing/non-US/contrib Packages
Hit http://non-us.debian.org testing/non-US/contrib Release
Hit http://non-us.debian.org testing/non-US/non-free Packages
Hit http://non-us.debian.org testing/non-US/non-free Release
Hit http://non-us.debian.org testing/non-US/main Sources
Hit http://non-us.debian.org testing/non-US/main Release
Hit http://non-us.debian.org testing/non-US/contrib Sources
Hit http://non-us.debian.org testing/non-US/contrib Release
Get:1 http://security.debian.org testing/updates/main Release [111B]
Hit http://security.debian.org testing/updates/contrib Packages
Get:2 http://security.debian.org testing/updates/contrib Release [114B]
Hit http://security.debian.org testing/updates/non-free Packages
Get:3 http://security.debian.org testing/updates/non-free Release [115B]
Err http://marillat.free.fr testing/main Packages
404 Not Found
Hit http://non-us.debian.org testing/non-US/non-free Sources
Hit http://non-us.debian.org testing/non-US/non-free Release
Ign http://marillat.free.fr testing/main Release
Get:4 ftp://ftp.surfnet.nl testing/main Packages [2713kB]
Get:5 ftp://ftp.surfnet.nl testing/main Release [81B]
Get:6 ftp://ftp.surfnet.nl testing/non-free Packages [63.4kB]
Get:7 ftp://ftp.surfnet.nl testing/non-free Release [85B]
Hit ftp://ftp.surfnet.nl testing/contrib Packages
Get:8 ftp://ftp.surfnet.nl testing/contrib Release [84B]
Get:9 ftp://ftp.surfnet.nl testing/main Sources [1071kB]
Get:10 ftp://ftp.surfnet.nl testing/main Release [83B]
Get:11 ftp://ftp.surfnet.nl testing/non-free Sources [26.0kB]
Get:12 ftp://ftp.surfnet.nl testing/non-free Release [87B]
Hit ftp://ftp.surfnet.nl testing/contrib Sources
Get:13 ftp://ftp.surfnet.nl testing/contrib Release [86B]
Fetched 3875kB in 7m29s (8629B/s)
Failed to fetch http://marillat.free.fr/d...main/binary-i386/Packages.
gz 404 Not Found
Reading Package Lists... Done
E: Some index files failed to download, they have been ignored, or old ones used
instead.

pvr:~# apt-get install kde-devel
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kde-devel: Depends: libarts-dev but it is not installable
Depends: libkmid-dev but it is not installable
Depends: kdebase-dev but it is not going to be installed
Depends: kde-designer but it is not installable
Depends: dcopperl but it is not installable
Depends: dcoppython but it is not installable
Depends: libdcopc-dev but it is not installable
Depends: libkdexparts-dev but it is not installable
Depends: koffice-dev but it is not going to be installed
E: Broken packages
Helaas heb ik geen enkel idee hoe ik dit kan oplossen. Of dat het wel op te lossen is.

Helaas blijken meer KDE packages hier last van te hebben:
pvr:~# apt-get install kdebase-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kdebase-dev: Depends: ksysguard (= 4:3.1.3-1) but it is not going to be instal
led
E: Broken packages
pvr:~#

  • _JGC_
  • Registratie: Juli 2000
  • Laatst online: 23:35
Misschien is het wel handig voor je om de sliert te volgen, dus "apt-get install ksysguard" en zo verder, net zolang tot je uitkomt bij de reden waarom die broken is.

  • mOrPhie
  • Registratie: September 2000
  • Laatst online: 20-02 15:15

mOrPhie

❤️❤️❤️❤️🤍

Heb je "fix-broken" al geprobeerd? :)

Uit man apt-get:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
       -f
 
       --fix-broken
              Fix; attempt to correct a system  with  broken  dependencies  in
              place.  This option, when used with install/remove, can omit any
              packages to permit APT to deduce a likely solution. Any  Package
              that  are  specified  must  completely  correct the problem. The
              option is sometimes necessary when running  APT  for  the  first
              time;  APT  itself does not allow broken package dependencies to
              exist on a system. It is possible  that  a  system's  dependency
              structure  can  be  so corrupt as to require manual intervention
              (which usually means using dselect(8) or dpkg --remove to elimi-
              nate  some  of  the  offending  packages).  Use  of  this option
              together with -m may produce an error in some situations.   Con-
              figuration Item: APT::Get::Fix-Broken.


Bij mij werkt het ook als ik het heb (kom het echter weinig tegen ;) ).

Een experimentele community-site: https://technobabblenerdtalk.nl/. DM voor invite code.


  • Rukapul
  • Registratie: Februari 2000
  • Laatst online: 23:36
Dat had ik voor die laatste idd kunnen proberen. Alleen voor die daarvoor leek me dat een beetje een mission impossible gegeven de hoeveelheid dependencies.

Overigens heb ik nu met succes kde4libs kunnen apt-getten en deze lijkt de voor mij benodigde bestanden te bevatten.

  • sampoo
  • Registratie: Juni 2000
  • Niet online
EDIT:
Ik moet maar eens naar bed want je hebt het over kde-devel. Waar ik op reageerde viel mij als eerste op. :)

====================

http://marillat.free.fr
is verhuisd naar
ftp://ftp.nerim.net/debian-marillat althans de plaats van de packages. Hou marillat.free.fr in de gaten wat dat betreft.

vervang de oude link in /etc/apt/sources.list met het volgende;

deb ftp://ftp.nerim.net/debian-marillat/ testing main

[ Voor 39% gewijzigd door sampoo op 09-02-2004 02:09 ]