Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies to build and install on Debian Buster #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

martindorey
Copy link

I don't have the first clue what I'm doing but this series of commits got me something that at least installed on Debian Buster, where I've been struggling against what I now realize is a regression in the underlying ruby-odbc library. I can and will go back to using ruby-dbi after solving that, so I'm not attached to these changes, but I notice that at least two other forks were fighting similar issues, so thought it worth making that visible in the master.

martind@swiftboat:~/download/rdbi-driver-odbc.orig$ rake
rake aborted!
ERROR: 'rake/gempackagetask' is obsolete and no longer supported. Use 'rubygems/package_task' instead.
/home/martind/download/rdbi-driver-odbc.orig/Rakefile:30:in `<top (required)>'
(See full trace by running task with --trace)
martind@swiftboat:~/download/rdbi-driver-odbc.orig$
…his fix for:

martind@neutrino:~/download/rdbi-driver-odbc.orig$ rake
rake aborted!
Don't know how to build task 'default' (see --tasks)

(See full trace by running task with --trace)
martind@neutrino:~/download/rdbi-driver-odbc.orig$
rdbi-driver-odbc.gemspec: Debian's ruby-odbc is now on 0.99998-1+b1.  Speculatively accept such a version.  This causes this sort of warning:

WARNING:  open-ended dependency on ruby-odbc (>= 0.99994) is not recommended

But it was deliberate and the code already issued similar:

WARNING:  open-ended dependency on yard (>= 0, development) is not recommended
… so I can tell when I've got my dodgy version installed. I tried adding +hnas0 but that was rejected as syntactically invalid. 77 is ASCII for 'M'artin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant