Advertisement
Guest User

chroot dependency issues

a guest
Jul 29th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.83 KB | None | 0 0
  1. root@openstack-build-worker5:/# cat /etc/apt/sources.list
  2. deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/icehouse main
  3. deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-proposed/icehouse main
  4. deb http://mirrors.kernel.org/ubuntu/ precise main restricted universe multiverse
  5. #deb-src http://mirrors.kernel.org/ubuntu/ precise main restricted universe multiverse
  6. deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/icehouse main
  7. deb-src http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/icehouse main
  8. deb http://ppa.launchpad.net/ubuntu-cloud-archive/icehouse-staging/ubuntu precise main
  9. deb-src http://ppa.launchpad.net/ubuntu-cloud-archive/icehouse-staging/ubuntu precise main
  10. deb http://ppa.launchpad.net/ubuntu-cloud-archive/icehouse-staging/ubuntu precise main
  11. root@openstack-build-worker5:/# apt-get install python-simplejson
  12. Reading package lists... Done
  13. Building dependency tree      
  14. Reading state information... Done
  15. Some packages could not be installed. This may mean that you have
  16. requested an impossible situation or if you are using the unstable
  17. distribution that some required packages have not yet been created
  18. or been moved out of Incoming.
  19. The following information may help to resolve the situation:
  20.  
  21. The following packages have unmet dependencies:
  22.  python-simplejson : Depends: python:any (>= 2.7.3-0ubuntu2~) but it is not installable
  23. E: Unable to correct problems, you have held broken packages.
  24. root@openstack-build-worker5:/# apt-get update
  25. Ign http://mirrors.kernel.org precise InRelease
  26. Ign http://ppa.launchpad.net precise InRelease
  27. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse InRelease
  28. Ign http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse InRelease
  29. Hit http://mirrors.kernel.org precise Release.gpg
  30. Get:1 http://ppa.launchpad.net precise Release.gpg [316 B]
  31. Get:2 http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse Release.gpg [543 B]
  32. Hit http://mirrors.kernel.org precise Release  
  33. Hit http://ppa.launchpad.net precise Release    
  34. Get:3 http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse Release.gpg [543 B]
  35. Ign http://ppa.launchpad.net precise Release                          
  36. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse Release
  37. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse Release            
  38. Hit http://mirrors.kernel.org precise/main amd64 Packages                                  
  39. Ign http://ppa.launchpad.net precise/main Sources/DiffIndex          
  40. Hit http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse Release
  41. Ign http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse Release            
  42. Hit http://mirrors.kernel.org precise/restricted amd64 Packages                            
  43. Hit http://mirrors.kernel.org precise/universe amd64 Packages        
  44. Hit http://mirrors.kernel.org precise/multiverse amd64 Packages      
  45. Hit http://mirrors.kernel.org precise/main i386 Packages            
  46. Hit http://mirrors.kernel.org precise/restricted i386 Packages      
  47. Hit http://mirrors.kernel.org precise/universe i386 Packages        
  48. Hit http://mirrors.kernel.org precise/multiverse i386 Packages      
  49. Hit http://mirrors.kernel.org precise/main TranslationIndex          
  50. Hit http://mirrors.kernel.org precise/multiverse TranslationIndex    
  51. Hit http://mirrors.kernel.org precise/restricted TranslationIndex    
  52. Ign http://ppa.launchpad.net precise/main amd64 Packages/DiffIndex  
  53. Ign http://ppa.launchpad.net precise/main i386 Packages/DiffIndex    
  54. Ign http://ppa.launchpad.net precise/main TranslationIndex
  55. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main Sources/DiffIndex
  56. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main amd64 Packages/DiffIndex
  57. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main i386 Packages/DiffIndex
  58. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main TranslationIndex
  59. Hit http://mirrors.kernel.org precise/universe TranslationIndex      
  60. Hit http://ppa.launchpad.net precise/main Sources                    
  61. Hit http://ppa.launchpad.net precise/main amd64 Packages            
  62. Hit http://ppa.launchpad.net precise/main i386 Packages              
  63. Ign http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse/main amd64 Packages/DiffIndex
  64. Ign http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse/main i386 Packages/DiffIndex
  65. Ign http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse/main TranslationIndex
  66. Hit http://mirrors.kernel.org precise/main Translation-en            
  67. Hit http://mirrors.kernel.org precise/multiverse Translation-en      
  68. Hit http://mirrors.kernel.org precise/restricted Translation-en      
  69. Hit http://mirrors.kernel.org precise/universe Translation-en        
  70. Ign http://ppa.launchpad.net precise/main Translation-en            
  71. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main Sources
  72. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main amd64 Packages
  73. Hit http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main i386 Packages
  74. Hit http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse/main amd64 Packages
  75. Hit http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse/main i386 Packages
  76. Ign http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse/main Translation-en
  77. Ign http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse/main Translation-en
  78. Fetched 1402 B in 1s (1058 B/s)
  79. Reading package lists... Done
  80. W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8A6844A29F68104E
  81. W: GPG error: http://ubuntu-cloud.archive.canonical.com precise-updates/icehouse Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5EDB1B62EC4926EA
  82. W: GPG error: http://ubuntu-cloud.archive.canonical.com precise-proposed/icehouse Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5EDB1B62EC4926EA
  83. W: Duplicate sources.list entry http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages (/var/lib/apt/lists/ubuntu-cloud.archive.canonical.com_ubuntu_dists_precise-updates_icehouse_main_binary-amd64_Packages)
  84. W: Duplicate sources.list entry http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main i386 Packages (/var/lib/apt/lists/ubuntu-cloud.archive.canonical.com_ubuntu_dists_precise-updates_icehouse_main_binary-i386_Packages)
  85. W: Duplicate sources.list entry http://ppa.launchpad.net/ubuntu-cloud-archive/icehouse-staging/ubuntu/ precise/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_ubuntu-cloud-archive_icehouse-staging_ubuntu_dists_precise_main_binary-amd64_Packages)
  86. W: Duplicate sources.list entry http://ppa.launchpad.net/ubuntu-cloud-archive/icehouse-staging/ubuntu/ precise/main i386 Packages (/var/lib/apt/lists/ppa.launchpad.net_ubuntu-cloud-archive_icehouse-staging_ubuntu_dists_precise_main_binary-i386_Packages)
  87. root@openstack-build-worker5:/# apt-get install python-simplejson
  88. Reading package lists... Done
  89. Building dependency tree      
  90. Reading state information... Done
  91. Some packages could not be installed. This may mean that you have
  92. requested an impossible situation or if you are using the unstable
  93. distribution that some required packages have not yet been created
  94. or been moved out of Incoming.
  95. The following information may help to resolve the situation:
  96.  
  97. The following packages have unmet dependencies:
  98. python-simplejson : Depends: python:any (>= 2.7.3-0ubuntu2~) but it is not installable
  99. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement