Advertisement
Guest User

Untitled

a guest
Jul 1st, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. empire@linuxcnc:~/linuxcnc-dev/src$ sudo apt-get update
  2. Hit http://linuxcnc.org wheezy Release.gpg
  3. Hit http://linuxcnc.org wheezy Release
  4. Hit http://linuxcnc.org wheezy/base Sources
  5. Hit http://linuxcnc.org wheezy/base i386 Packages
  6. Ign http://linuxcnc.org wheezy/base Translation-en_US
  7. Ign http://linuxcnc.org wheezy/base Translation-en
  8. Hit http://ftp.us.debian.org wheezy Release.gpg
  9. Hit http://ftp.us.debian.org wheezy Release
  10. Hit http://ftp.us.debian.org wheezy/main Sources
  11. Hit http://ftp.us.debian.org wheezy/non-free Sources
  12. Hit http://ftp.us.debian.org wheezy/contrib Sources
  13. Hit http://ftp.us.debian.org wheezy/main i386 Packages
  14. Hit http://ftp.us.debian.org wheezy/non-free i386 Packages
  15. Hit http://ftp.us.debian.org wheezy/contrib i386 Packages
  16. Hit http://ftp.us.debian.org wheezy/contrib Translation-en
  17. Hit http://ftp.us.debian.org wheezy/main Translation-en
  18. Hit http://ftp.us.debian.org wheezy/non-free Translation-en
  19. Hit http://buildbot.linuxcnc.org wheezy Release.gpg
  20. Hit http://buildbot.linuxcnc.org wheezy Release
  21. Hit http://buildbot.linuxcnc.org wheezy/2.6-rt i386 Packages
  22. Ign http://buildbot.linuxcnc.org wheezy/2.6-rt Translation-en_US
  23. Ign http://buildbot.linuxcnc.org wheezy/2.6-rt Translation-en
  24. Reading package lists... Done
  25. empire@linuxcnc:~/linuxcnc-dev/src$ sudo apt-get upgrade
  26. Reading package lists... Done
  27. Building dependency tree
  28. Reading state information... Done
  29. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  30. empire@linuxcnc:~/linuxcnc-dev/src$ sudo apt-get build-dep linuxcnc
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. E: Unable to find a source package for linuxcnc
  35. empire@linuxcnc:~/linuxcnc-dev/src$ sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
  36. Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.4nTfBk7Ld6 --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
  37. gpg: requesting key E0EE663E from hkp server keys.gnupg.net
  38. gpg: key E0EE663E: "LinuxCNC Buildbot <nomail@linuxcnc.org>" not changed
  39. gpg: Total number processed: 1
  40. gpg: unchanged: 1
  41. empire@linuxcnc:~/linuxcnc-dev/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement