Utkarsh Gupta
Utkarsh Gupta
Okay, that helps. I think I can make this work (or at least can get a lot closer!), thank you, @basak!
Heh, I know this one (since I help maintain mysql2 in Debian). On Debian based systems, the following should fix this: `sudo apt install default-libmysqlclient-dev`
@tobias-grasse, I can upload v0.5.3 to Debian and then sync it with Ubuntu in case that helps :)
Status update: [v0.5.3 is in the Debian archive](https://tracker.debian.org/pkg/ruby-mysql2) and will soon be available in the Ubuntu archive as well! 🎉
Hiya! Any ETA on this!?
Hm, further checking things: - There was https://bugs.debian.org/759900 for which we're applying the given patch: ``` --- a/spec/integration/readline_spec.rb +++ b/spec/integration/readline_spec.rb @@ -23,19 +23,23 @@ it "is loaded on invoking 'pry'"...
Hm, it appears that the patch we're applying for the Debian bug isn't relevant anymore and is safe to be dropped. Could you confirm?
Hi @kyrylo, I have disabled those integration tests while building and that's alright now. However, these remain: ``` Failures: 1) Pry::Config is expected to equal true or equal false Failure/Error:...
Hi @kyrylo, > Probably `TERM` is equal to `dumb`? Try setting it to something other than dumb. Sadly that's not it; didn't work for me. Maybe it needs more investigation?...
Ah, thanks @JamesChevalier! ❤️ However, I am looking for a library-level patch. Maybe @yuki24 would know?