Author: dj
Date: Sun Apr 30 00:38:14 2017
New Revision: 18664
Log:
Fix build issue with gegl and gobject-introspection >= 1.52.1.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/gegl.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Apr 29 23:41:25 2017 (r18663)
+++ trunk/BOOK/general.ent Sun Apr 30 00:38:14 2017 (r18664)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "29"> <!-- Always 2 digits -->
+<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "April 29th &year;">
+<!ENTITY releasedate "April 30th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/general/graphlib/gegl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/gegl.xml Sat Apr 29 23:41:25 2017
(r18663)
+++ trunk/BOOK/general/graphlib/gegl.xml Sun Apr 30 00:38:14 2017
(r18664)
@@ -119,10 +119,18 @@
<title>Installation of gegl</title>
<para>
+ First, fix an issue with gobject-introspection-1.52.1:
+ </para>
+
+<screen><userinput>sed -i /DG_LOG/d configure.ac
+sed -i '/srcdir)\/gegl\/property-types/a\\t-DG_LOG_DOMAIN=\\\"GEGL\\\" \\' \
+ gegl/Makefile.am</userinput></screen>
+
+ <para>
Install <application>gegl</application> by running the following
commands:
</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./autogen.sh --prefix=/usr --without-vala &&
LC_ALL=en_US make</userinput></screen>
<para>
@@ -151,7 +159,7 @@
</para>
<para>
- <option>--without-vala</option>: Do not create a
+ <parameter>--without-vala</parameter>: Do not create a
<application>vala</application> API - use this if
<command>vapigen</command> breaks the build.
</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Apr 29 23:41:25
2017 (r18663)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Apr 30 00:38:14
2017 (r18664)
@@ -45,6 +45,16 @@
<para>April 29th, 2017</para>
<itemizedlist>
<listitem>
+ <para>[dj] - Fix build issue with gegl and gobject-introspection
+ >= 1.52.1.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>April 29th, 2017</para>
+ <itemizedlist>
+ <listitem>
<para>[pierre] - Update to FOP-2.2, reinstate OFFO hyphenation
patterns and fix tests running. Fixes
<ulink url="&blfs-ticket-root;9117">#9117</ulink>.</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page