Opened 6 years ago
Closed 6 years ago
#11606 closed defect (fixed)
Fix detection of ruby when building Graphviz
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
While building Graphviz for OpenJDK, I discovered that Ruby 2.4 is explicity looked for via the sed. I'm going to update ruby on my machine to 2.6 and see if I can reproduce this, but with 2.5.3, it is not detected.
It should be a simple sed fix (s/2.4/2.6 in the existing sed), but I'm filing a ticket for it anyway to document it for future versions of ruby. While I don't *need* the bindings, I like to have them whenever I can.
Change History (2)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r21066