Opened 5 years ago

Closed 5 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 Douglas R. Reno, 5 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r21066

Note: See TracTickets for help on using tickets.