[DEBIAN/unstable] Fout bij install Gnome2 (deps)

Pagina: 1
Acties:

  • remier
  • Registratie: Maart 2000
  • Laatst online: 06-04-2023

remier

Tired of spam?

Topicstarter
Ben bezig met het installeren van Gnome2 op debian unstable, alleen beland ik telkens in een loop :( kijk maar:
Sorry, but the following packages have unmet dependencies:
gnome-applets: Depends: asclock-themes (>= 2.0.12-1) but it is not going to be
installed
libgnome2-0: Depends: libgnome2-common but it is not going to be installed
libgwrapguile-dev: Depends: libgwrapguile1 (= 1.1.11-5) but it is not going to
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s
olution).
cantana:/# apt-get -f install libgnome2-common
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
gnome-applets: Depends: asclock-themes (>= 2.0.12-1) but it is not going to be
installed
libgnomevfs2-common: Depends: gnome-vfs-extfs but it is not going to be instal
led
libgwrapguile-dev: Depends: libgwrapguile1 (= 1.1.11-5) but it is not going to
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s
olution).
cantana:/# apt-get -f install gnome-vfs-extfs
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
gnome-applets: Depends: asclock-themes (>= 2.0.12-1) but it is not going to be
installed
libgnome2-0: Depends: libgnome2-common but it is not going to be installed
libgwrapguile-dev: Depends: libgwrapguile1 (= 1.1.11-5) but it is not going to
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s
olution).
cantana:/# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
asclock-themes gnome-vfs-extfs libgnome2-common libgwrapguile1
The following NEW packages will be installed:
asclock-themes gnome-vfs-extfs libgnome2-common libgwrapguile1
0 packages upgraded, 4 newly installed, 0 to remove and 37 not upgraded.
22 packages not fully installed or removed.
Need to get 0B/403kB of archives. After unpacking 1929kB will be used.
Do you want to continue? [Y/n]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 38129 files and directories currently installed.)
Unpacking asclock-themes (from .../asclock-themes_2.0.12-6_all.deb) ...
Unpacking gnome-vfs-extfs (from .../gnome-vfs-extfs_1.0.5-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/gnome-vfs-extfs_1.0.5-1_all.deb (
--unpack):
trying to overwrite `/usr/lib/vfs/extfs/a', which is also in package libgnome-v
fs0
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking libgnome2-common (from .../libgnome2-common_2.0.1-5_all.deb) ...
dpkg: error processing /var/cache/apt/archives/libgnome2-common_2.0.1-5_all.deb
(--unpack):
trying to overwrite `/usr/share/sgml/docbook/gnome-customization-0.1/gnome-cust
omization.xsl', which is also in package nautilus
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking libgwrapguile1 (from .../libgwrapguile1_1.1.11-5_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libgwrapguile1_1.1.11-5_i386.deb
(--unpack):
trying to overwrite `/usr/lib/libg-wrap-runtime-guile.so.2.0.0', which is also
in package libgwrapguile0
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gnome-vfs-extfs_1.0.5-1_all.deb
/var/cache/apt/archives/libgnome2-common_2.0.1-5_all.deb
/var/cache/apt/archives/libgwrapguile1_1.1.11-5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
cantana:/#
Oftewel gnome-vfs-extfs heeft libgnome2-common tergelijk nodig én andersoms :? het maakt niet uit of je als 1e gnome-vfs-extfs
installeerd óf als 1e libgnome2-common...

Weet iemand hoe dit kan en hoe dit op te lossen valt?

Dit is mijn sources.list:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
deb ftp://http.us.debian.org/debian/ unstable main
deb-src ftp://http.us.debian.org/debian/ unstable main
deb http://non-us.debian.org/debian-non-US unstable/non-US main
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main

deb ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/ unstable main
deb-src ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/ unstable main
deb http://non-us.debian.org/debian-non-US unstable/non-US main
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main

#deb http://red-carpet.ximian.com/debian stable main
deb http://ftp.nl.debian.org/debian/ ../project/experimental main
deb-src http://ftp.nl.debian.org/debian/ ../project/experimental main

Alvast bedankt

Heah what?!?? O, signature??


Verwijderd

moet je niet specifieren dat je uit experimental de packetjes wil installeren? (-t experimental)

  • remier
  • Registratie: Maart 2000
  • Laatst online: 06-04-2023

remier

Tired of spam?

Topicstarter
idd dat zou goed kunnen, zal het even proberen

Heah what?!?? O, signature??


Verwijderd

Je kan nog een extra source toevoegen:
code:
1
deb http://people.debian.org/~walters/debian/staging ./

En dan apt-get install gnome2.
Dhr. Walters heeft onder andere dit meta-package in elkaar gezet, en heeft ook nog wat benodigde libraries staan, die zo nu en dan gemerged worden naar experimental.

  • remier
  • Registratie: Maart 2000
  • Laatst online: 06-04-2023

remier

Tired of spam?

Topicstarter
Bedankt, zal het vanavond even proberen.
Het zal nu wel gaan lukken denk ik...

Heah what?!?? O, signature??