[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg: error processing debian-archive-keyring



Ok it got fixed, this is what I did:

# dpkg -i libreadline5_5.2-3.1_arm.deb
dpkg - warning: downgrading libreadline5 from 5.2-3.1em1 to 5.2-3.1.
(Reading database ... 2208 files and directories currently installed.)
Preparing to replace libreadline5 5.2-3.1em1 (using libreadline5_5.2-3.1_arm.deb
) ...
Unpacking replacement libreadline5 ...
Setting up libreadline5 (5.2-3.1) ...

# dpkg -i emdebian-archive-keyring_1.4.3_all.deb
(Reading database ... 2217 files and directories currently installed.)
Preparing to replace emdebian-archive-keyring 1.4.3 (using emdebian-archive-keyr
ing_1.4.3_all.deb) ...
Unpacking replacement emdebian-archive-keyring ...
dpkg: dependency problems prevent configuration of emdebian-archive-keyring:
 emdebian-archive-keyring depends on gnupg; however:
  Package gnupg is not configured yet.
dpkg: error processing emdebian-archive-keyring (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 emdebian-archive-keyring

# apt-get install emdebian-archive-keyring
Reading package lists... Done
Building dependency tree... Done
emdebian-archive-keyring is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  gnupg: Depends: libusb-0.1-4 (>= 2:0.1.12) but it is not going to be installed

         Depends: gpgv but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s
olution).

# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  gnupg
Suggested packages:
  gnupg-doc xloadimage imagemagick eog libpcsclite1
The following packages will be upgraded:
  gnupg
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
3 not fully installed or removed.
Need to get 721kB of archives.
After this operation, 3453kB disk space will be freed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  gnupg
Install these packages without verification [y/N]? y
Get:1 http://www.emdebian.org unstable/main gnupg 1.4.9-3em1 [721kB]
Fetched 721kB in 17s (41.0kB/s)
(Reading database ... 2217 files and directories currently installed.)
Preparing to replace gnupg 1.4.9-3 (using .../gnupg_1.4.9-3em1_arm.deb) ...
Unpacking replacement gnupg ...
Setting up gnupg (1.4.9-3em1) ...
Setting up debian-archive-keyring (2009.01.31em1) ...
gpg: /etc/apt/trustdb.gpg: trustdb created
gpg: key 6070D3A1: public key "Debian Archive Automatic Signing Key (4.0/etch) <
ftpmaster@debian.org>" imported
gpg: key ADB11277: public key "Etch Stable Release Key <debian-release@lists.deb
ian.org>" imported
gpg: key BBE55AB3: public key "Debian-Volatile Archive Automatic Signing Key (4.
0/etch)" imported
gpg: key F42584E6: public key "Lenny Stable Release Key <debian-release@lists.de
bian.org>" imported
gpg: key 55BE302B: public key "Debian Archive Automatic Signing Key (5.0/lenny)
<ftpmaster@debian.org>" imported
gpg: key 6D849617: public key "Debian-Volatile Archive Automatic Signing Key (5.
0/lenny)" imported
gpg: Total number processed: 6
gpg:               imported: 6  (RSA: 2)
gpg: no ultimately trusted keys found
OK
Setting up emdebian-archive-keyring (1.4.3) ...
OK

# apt-get update
Get:1 http://www.emdebian.org unstable Release.gpg [197B]
Hit http://www.emdebian.org unstable Release
Ign http://www.emdebian.org unstable/main Packages/DiffIndex
Hit http://www.emdebian.org unstable/main Packages
Fetched 197B in 13s (15B/s)
Reading package lists... Done

# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  libreadline5
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 255kB of archives.
After this operation, 319kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://www.emdebian.org unstable/main libreadline5 5.2-3.1em1 [255kB]
Fetched 255kB in 13s (19.0kB/s)
(Reading database ... 2096 files and directories currently installed.)
Preparing to replace libreadline5 5.2-3.1 (using .../libreadline5_5.2-3.1em1_arm
.deb) ...
Unpacking replacement libreadline5 ...
Setting up libreadline5 (5.2-3.1em1) ...

# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 n

I guess it was just a matter of some broken packages. I hope it works for anyone else having same issues.

Reply to: