Advertisement
Guest User

snipdapt

a guest
Feb 9th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Reading state information... Done
  2. libraspberrypi0 is already the newest version.
  3. You might want to run 'apt-get -f install' to correct these:
  4. The following packages have unmet dependencies:
  5. libraspberrypi0 : Depends: raspberrypi-bootloader (= 1.20160209-1) but 1.20160202-1 is to be installed
  6. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  7. root@raspberrypi:/var/log# apt-get -f install
  8. Reading package lists... Done
  9. Building dependency tree
  10. Reading state information... Done
  11. Correcting dependencies... Done
  12. The following extra packages will be installed:
  13. raspberrypi-bootloader
  14. The following packages will be upgraded:
  15. raspberrypi-bootloader
  16. 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  17. 4 not fully installed or removed.
  18. Need to get 0 B/31.7 MB of archives.
  19. After this operation, 3,072 B of additional disk space will be used.
  20. Do you want to continue? [Y/n] y
  21. (Reading database ... 30238 files and directories currently installed.)
  22. Preparing to unpack .../raspberrypi-bootloader_1.20160209-1_armhf.deb ...
  23. Adding 'diversion of /boot/COPYING.linux to /usr/share/rpikernelhack/COPYING.linux by rpikernelhack'
  24. -----
  25. SNIP
  26. ----
  27. Adding 'diversion of /boot/overlays/w1-gpio-pullup-overlay.dtb to /usr/share/rpikernelhack/overlays/w1-gpio-pullup-overlay.dtb by rpikernelhack'
  28. Unpacking raspberrypi-bootloader (1.20160209-1) over (1.20160202-1) ...
  29. dpkg: error processing archive /var/cache/apt/archives/raspberrypi-bootloader_1.20160209-1_armhf.deb (--unpack):
  30. unable to stat `./lib/modules/4.1.17+/kernel/drivers/hid/hid-microsoft.ko' (which I was about to install): Input/output error
  31. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  32. Removing 'diversion of /boot/COPYING.linux to /usr/share/rpikernelhack/COPYING.linux by rpikernelhack'
  33. ----
  34. SNIP
  35. ----
  36. Removing 'diversion of /boot/overlays/w1-gpio-pullup-overlay.dtb to /usr/share/rpikernelhack/overlays/w1-gpio-pullup-overlay.dtb by rpikernelhack'
  37. Errors were encountered while processing:
  38. /var/cache/apt/archives/raspberrypi-bootloader_1.20160209-1_armhf.deb
  39. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement