Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. : cnlsdr1@cnlsdr1:~/pybombs$ ./pybombs install protobuf
  2. Settled on prefix: ~/pybombs
  3. Initializing environmental variables...
  4. value updated
  5. False
  6. None
  7. Loading recipes ...
  8. gitargs: --recursive
  9. PyBombs.sysutils - WARNING - have_deb: Does not satisfy requirement...installed version of libprotobuf-dev (2.5.0) is not >= than 2.6.1
  10. /home/cnlsdr1/pybombs
  11. PyBombs.sysutils - WARNING - have_deb: Does not satisfy requirement...installed version of libprotobuf-dev (2.5.0) is not >= than 2.6.1
  12. Installing packages:
  13. * protobuf
  14. PyBombs.sysutils - WARNING - have_deb: Does not satisfy requirement...installed version of libprotobuf-dev (2.5.0) is not >= than 2.6.1
  15. PyBombs.sysutils - WARNING - deb_exists: Does not satisfy requirement...downloadable version of libprotobuf-dev (2.5.0) is not >= than 2.6.1
  16. Installing from source: protobuf
  17. --2015-03-23 17:25:56-- https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz
  18. Resolving github.com (github.com)... 192.30.252.131
  19. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  20. HTTP request sent, awaiting response... 302 Found
  21. Location: https://s3.amazonaws.com/github-cloud/releases/23357588/0a2433bc-5a29-11e4-8e74-fbea8721fcc7.gz?response-content-disposition=attachment%3B%20filename%3Dprotobuf-2.6.1.tar.gz&response-content-type=application/octet-stream&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1427146022&Signature=zKGki1aaKBE2OYEOUQeFXcLDGoI%3D [following]
  22. --2015-03-23 17:25:57-- https://s3.amazonaws.com/github-cloud/releases/23357588/0a2433bc-5a29-11e4-8e74-fbea8721fcc7.gz?response-content-disposition=attachment%3B%20filename%3Dprotobuf-2.6.1.tar.gz&response-content-type=application/octet-stream&AWSAccessKeyId=AKIAISTNZFOVBIJMK3TQ&Expires=1427146022&Signature=zKGki1aaKBE2OYEOUQeFXcLDGoI%3D
  23. Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.64.168
  24. Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.64.168|:443... connected.
  25. HTTP request sent, awaiting response... 200 OK
  26. Length: 2641426 (2.5M) [application/octet-stream]
  27. Saving to: ‘protobuf-2.6.1.tar.gz’
  28.  
  29. 100%[===========================================================>] 2,641,426 1.41MB/s in 1.8s
  30.  
  31. 2015-03-23 17:25:59 (1.41 MB/s) - ‘protobuf-2.6.1.tar.gz’ saved [2641426/2641426]
  32.  
  33. Extract protobuf-2.6.1.tar.gz
  34.  
  35. ./configure --prefix=~/pybombs CC=gcc CXX=g++
  36.  
  37. Configuring: (100%) [==========================================================]
  38. Configuration failed. Re-trying with higher verbosity.
  39. make: *** No targets specified and no makefile found. Stop.
  40. Build failed. See output above for error messages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement