Guest User

Untitled

a guest
Sep 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. It produces the following output:
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Package lib32ncurses5-dev is not available, but is referred to by another package.
  6. This may mean that the package is missing, has been obsoleted, or
  7. is only available from another source
  8.  
  9. Package lib32z1-dev is not available, but is referred to by another package.
  10. This may mean that the package is missing, has been obsoleted, or
  11. is only available from another source
  12.  
  13. E: Package 'lib32ncurses5-dev' has no installation candidate
  14. E: Package 'lib32z1-dev' has no installation candidate
  15.  
  16. You will have to install the above packages yourself.
  17.  
  18. 1. sudo apt-get install lib32z1-dev
  19. -> package 'lib32z1-dev' has no installation candidate
  20. 2. sudo apt-get install lib32z1-dev:i386
  21. -> package 'lib32z1-dev' has no installation candidate
  22. 3. Ubuntu Software Center > Software source > change to 'main server'
  23.  
  24. 4. sudo apt-get install ia32-libs-multiarch
  25. -> still the same :(
  26. 5. sudo dpkg --add-architecture i386
  27. -> dpkg: error: unknown option --add-architecture
  28. 6. apt-file search lib32z1-dev
  29. -> no output
  30. 7. manually download and install from http://packages.ubuntu.com/precise/lib32z1
  31. -> still the same error log
  32. 8. update depot_tools
  33. 9. sudo apt-get install lib64ncurses5 lib32ncurses5-dev lib32z1-dev
  34.  
  35. 10. Response to @Eliah Kagan's suggestion
  36.  
  37. Logs for `sudo apt-get install zlib1g-dev libncurses5-dev`:
  38. -> zlib1g-dev was already there, libncurses5-dev was newly installed
  39.  
  40. Logs for build/install-build-deps.sh:
  41. -> but when I run install-build-deps script I had the same 'Error Log'
  42.  
  43. Instruction from:
  44. -> What I am trying is really simple, get the chromium code then build content_shell.
  45.  
  46. 11.
  47.  
  48. sudo apt-get update
  49. sudo apt-get install zlib1g-dev libncurses5-dev
Add Comment
Please, Sign In to add comment