Advertisement
apoku

error occured while installing ruby-tokyotyrant (0.5.1)

Jun 21st, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. poku@poku-ubuntu-10:~/workspace/odkbuild$ sudo bundle install
  2. Fetching gem metadata from http://rubygems.org/........
  3. Fetching gem metadata from http://rubygems.org/..
  4. Using rake (0.8.7)
  5. Using daemons (1.1.4)
  6. Using eventmachine (0.12.10)
  7. Using ffi (1.0.9)
  8. Using i18n (0.6.0)
  9. Using json (1.6.1)
  10. Using mime-types (1.16)
  11. Using polyglot (0.3.2)
  12. Using treetop (1.4.10)
  13. Using mail (2.3.0)
  14. Using mocha (0.9.12)
  15. Using oauth (0.4.4)
  16. Using pony (1.3)
  17. Using rack (1.3.4)
  18. Using rack-test (0.5.7)
  19. Using rr (1.0.4)
  20. Using term-ansicolor (1.0.6)
  21. Using riot (0.12.1)
  22. Installing ruby-tokyotyrant (0.5.1) with native extensions
  23. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  24.  
  25. /usr/bin/ruby1.8 extconf.rb
  26. checking for tcrdbnew() in -ltokyotyrant... yes
  27. checking for tctdb.h... yes
  28. checking for tcrdb.h... yes
  29. creating Makefile
  30.  
  31. make
  32. gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fPIC -fno-strict-aliasing -g -g -O2 -fPIC -Wall -c tokyo_tyrant_bdb.c
  33. tokyo_tyrant_bdb.c: In function ‘cBDB_put_method’:
  34. tokyo_tyrant_bdb.c:14: warning: implicit declaration of function ‘tcrdbmisc’
  35. tokyo_tyrant_bdb.c:14: warning: assignment makes pointer from integer without a cast
  36. tokyo_tyrant_bdb.c: In function ‘cBDB_putlist’:
  37. tokyo_tyrant_bdb.c:35: warning: assignment makes pointer from integer without a cast
  38. tokyo_tyrant_bdb.c: In function ‘cBDB_getlist’:
  39. tokyo_tyrant_bdb.c:69: error: ‘RDBMONOULOG’ undeclared (first use in this function)
  40. tokyo_tyrant_bdb.c:69: error: (Each undeclared identifier is reported only once
  41. tokyo_tyrant_bdb.c:69: error: for each function it appears in.)
  42. tokyo_tyrant_bdb.c: In function ‘cBDB_each’:
  43. tokyo_tyrant_bdb.c:87: error: ‘RDBMONOULOG’ undeclared (first use in this function)
  44. tokyo_tyrant_bdb.c: In function ‘cBDB_values’:
  45. tokyo_tyrant_bdb.c:107: error: ‘RDBMONOULOG’ undeclared (first use in this function)
  46. make: *** [tokyo_tyrant_bdb.o] Error 1
  47.  
  48.  
  49. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ruby-tokyotyrant-0.5.1 for inspection.
  50. Results logged to /usr/lib/ruby/gems/1.8/gems/ruby-tokyotyrant-0.5.1/ext/gem_make.out
  51. An error occured while installing ruby-tokyotyrant (0.5.1), and Bundler cannot continue.
  52. Make sure that `gem install ruby-tokyotyrant -v '0.5.1'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement