Author: renodr
Date: Tue Jan 29 19:34:51 2019
New Revision: 21066
Log:
Fix detection of ruby when building graphviz (just a sed modification, but I
filed a ticket to document it for future versions of ruby).
Modified:
trunk/BOOK/general/genutils/graphviz.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/genutils/graphviz.xml
==============================================================================
--- trunk/BOOK/general/genutils/graphviz.xml Tue Jan 29 13:28:44 2019
(r21065)
+++ trunk/BOOK/general/genutils/graphviz.xml Tue Jan 29 19:34:51 2019
(r21066)
@@ -214,7 +214,8 @@
bindings, fix ruby's detection:
</para>
-<screen><userinput>sed -e '/ruby/s/1\.9/2.4/' -i
configure.ac</userinput></screen>
+<!-- For every major version of Ruby, this has to be tweaked. See #11606 -->
+<screen><userinput>sed -e '/ruby/s/1\.9/2.6/' -i
configure.ac</userinput></screen>
<para>
If <xref linkend="qt5"/> is installed, and you want to build the
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 29 13:28:44
2019 (r21065)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 29 19:34:51
2019 (r21066)
@@ -46,6 +46,12 @@
<para>January 29th, 2019</para>
<itemizedlist>
<listitem>
+ <para>[renodr] - Fix the detection of ruby in Graphviz for building
+ the Ruby bindings. This should be checked/updated with every major
+ version of Ruby. Fixes
+ <ulink url="&blfs-ticket-root;11606">#11606</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[pierre] - OpenJDK build number has been bumped to 9. There is
almost no change, but the link to the 64 bit binary has to
be changed, so update the book.</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page