Advertisement
Guest User

Untitled

a guest
Dec 28th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Building native extensions. This could take a while...
  2. ERROR: Error installing mongrel:
  3. ERROR: Failed to build gem native extension.
  4.  
  5. /usr/bin/ruby1.9.1 extconf.rb
  6. checking for main() in -lc... yes
  7. creating Makefile
  8.  
  9. make
  10. compiling http11_parser.c
  11. compiling http11.c
  12. http11.c: In function ‘http_field’:
  13. http11.c:70:3: error: format not a string literal and no format arguments [-Werror=format-security]
  14. http11.c:71:3: error: format not a string literal and no format arguments [-Werror=format-security]
  15. http11.c:77:22: error: ‘struct RString’ has no member named ‘ptr’
  16. http11.c:77:50: error: ‘struct RString’ has no member named ‘len’
  17. http11.c:77:27: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  18. http11.c: In function ‘request_uri’:
  19. http11.c:102:3: error: format not a string literal and no format arguments [-Werror=format-security]
  20. http11.c: In function ‘fragment’:
  21. http11.c:113:3: error: format not a string literal and no format arguments [-Werror=format-security]
  22. http11.c: In function ‘request_path’:
  23. http11.c:124:3: error: format not a string literal and no format arguments [-Werror=format-security]
  24. http11.c: In function ‘query_string’:
  25. http11.c:135:3: error: format not a string literal and no format arguments [-Werror=format-security]
  26. http11.c: In function ‘header_done’:
  27. http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’
  28. http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’
  29. http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’
  30. http11.c:174:89: error: ‘struct RString’ has no member named ‘ptr’
  31. http11.c:176:52: error: ‘struct RString’ has no member named ‘ptr’
  32. http11.c:177:26: error: ‘struct RString’ has no member named ‘len’
  33. http11.c: In function ‘HttpParser_execute’:
  34. http11.c:298:23: error: ‘struct RString’ has no member named ‘ptr’
  35. http11.c:299:23: error: ‘struct RString’ has no member named ‘len’
  36. http11.c:307:5: error: format not a string literal and no format arguments [-Werror=format-security]
  37. cc1: some warnings being treated as errors
  38. make: *** [http11.o] Error 1
  39.  
  40.  
  41. Gem files will remain installed in /var/lib/gems/1.9.1/gems/mongrel-1.1.5 for inspection.
  42. Results logged to /var/lib/gems/1.9.1/gems/mongrel-1.1.5/ext/http11/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement