Advertisement
dreamer

installing cmake on raspbian

Jan 6th, 2014
1,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. $ sudo apt-get install cmake
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. libfam0 spawn-fcgi
  7. Use 'apt-get autoremove' to remove them.
  8. The following extra packages will be installed:
  9. cmake-data emacsen-common libarchive12 libcurl3 libnettle4 libxmlrpc-core-c3
  10. The following NEW packages will be installed:
  11. cmake cmake-data emacsen-common libarchive12 libcurl3 libnettle4 libxmlrpc-core-c3
  12. 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
  13. Need to get 6,530 kB of archives.
  14. After this operation, 15.0 MB of additional disk space will be used.
  15. Do you want to continue [Y/n]? y
  16. Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libnettle4 armhf 2.4-3 [171 kB]
  17. Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libarchive12 armhf 3.0.4-3+nmu1 [281 kB]
  18. Get:3 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libcurl3 armhf 7.26.0-1+wheezy7 [312 kB]
  19. Get:4 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libxmlrpc-core-c3 armhf 1.16.33-3.2 [146 kB]
  20. Get:5 http://mirrordirector.raspbian.org/raspbian/ wheezy/main emacsen-common all 2.0.5 [20.9 kB]
  21. Get:6 http://mirrordirector.raspbian.org/raspbian/ wheezy/main cmake-data all 2.8.9-1 [1,359 kB]
  22. Get:7 http://mirrordirector.raspbian.org/raspbian/ wheezy/main cmake armhf 2.8.9-1 [4,240 kB]
  23. 53% [7 cmake 1,180 kB/4,240 kB 28%]
  24. Fetched 6,530 kB in 10s (615 kB/s) s
  25. debconf: delaying package configuration, since apt-utils is not installed
  26. dpkg: error: parsing file '/var/lib/dpkg/status' near line 3044 package 'sed':
  27. newline in field name `
  28. E: Sub-process /usr/bin/dpkg returned an error code (2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement