update dependencies to build and install on Debian Buster - #8
Open
martindorey wants to merge 4 commits into
Open
update dependencies to build and install on Debian Buster#8martindorey wants to merge 4 commits into
martindorey wants to merge 4 commits into
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.