Advertisement
Guest User

Untitled

a guest
Jul 9th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # gem install pg -v '0.15.1'
  2. Building native extensions. This could take a while...
  3. Successfully installed pg-0.15.1
  4. invalid options: -f fivefish
  5. (invalid options are ignored)
  6. Parsing documentation for pg-0.15.1
  7. Before reporting this, could you check that the file you're documenting
  8. has proper syntax:
  9.  
  10. /usr/bin/ruby18 -c ext/pg.c
  11.  
  12. RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.
  13.  
  14. The internal error was:
  15.  
  16. (RegexpError) Stack overflow in regexp matcher: /.*((?>\/\*.*?\*\/\s+))
  17. ([\w\.\s]+\s* = \s+)?rb_define_(class|module).*?"(PG)"/mx
  18.  
  19. ERROR: While executing gem ... (RegexpError)
  20. Stack overflow in regexp matcher: /.*((?>\/\*.*?\*\/\s+))
  21. ([\w\.\s]+\s* = \s+)?rb_define_(class|module).*?"(PG)"/mx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement