Advertisement
Guest User

Untitled

a guest
Jul 6th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. root@Note:/home/bruno# LANG=C apt-get install libpng12-dev:i386
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. libpng12-dev:i386 : Depends: libpng12-0:i386 (= 1.2.49-4) but it is not going to be installed
  13. Depends: zlib1g-dev:i386 but it is not going to be installed
  14. E: Unable to correct problems, you have held broken packages.
  15.  
  16.  
  17.  
  18.  
  19. root@Note:/home/bruno# LANG=C apt-get install libc-dev:i386
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. Note, selecting 'libc6-dev:i386' instead of 'libc-dev:i386'
  24. Some packages could not be installed. This may mean that you have
  25. requested an impossible situation or if you are using the unstable
  26. distribution that some required packages have not yet been created
  27. or been moved out of Incoming.
  28. The following information may help to resolve the situation:
  29.  
  30. The following packages have unmet dependencies:
  31. libc6-dev:i386 : Depends: libc6:i386 (= 2.17-7) but it is not going to be installed
  32. Depends: linux-libc-dev:i386 but it is not going to be installed
  33. Recommends: gcc:i386 but it is not going to be installed or
  34. c-compiler:i386
  35. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement