On 05/30/2013 10:38 PM, [email protected] wrote:
> Author: igor
> Date: Thu May 30 13:38:12 2013
> New Revision: 11215
>
> Log:
> Disable introspection by default for PyGObject-2.
>
> Modified:
>     trunk/BOOK/general/prog/python-modules.xml
>
> Modified: trunk/BOOK/general/prog/python-modules.xml
> ==============================================================================
> --- trunk/BOOK/general/prog/python-modules.xml        Thu May 30 13:13:28 
> 2013        (r11214)
> +++ trunk/BOOK/general/prog/python-modules.xml        Thu May 30 13:38:12 
> 2013        (r11215)
> @@ -435,8 +435,7 @@
>       <itemizedlist spacing="compact">
>         <listitem>
>           <para>
> -          Required patch (if you have installed
> -          <xref linkend="gobject-introspection"/>):
> +          Optional patch:
>             <ulink 
> url="&patch-root;/pygobject-&pygobject2-version;-introspection-1.patch"/>
>           </para>
>         </listitem>
> @@ -452,6 +451,7 @@
>
>         <bridgehead renderas="sect5">Optional</bridgehead>
>         <para role="optional">
> +        <xref linkend="gobject-introspection"/> and
>           <xref linkend="libxslt"/> (to Build Documentation)
>         </para>
>
> @@ -464,12 +464,18 @@
>         <title>Installation of PyGObject</title>
>
>         <para>
> +        If you have installed <xref linkend="gobject-introspection"/>, apply 
> the
> +        required patch by running the following commands:
> +      </para>
> +
> +<screen><userinput>patch -p1 &lt; 
> ../pygobject-&pygobject2-version;-introspection-1.patch</userinput></screen>
> +
> +      <para>
>           Install <application>PyGObject</application> by running the 
> following
>           commands:
>         </para>
>
> -<screen><userinput>patch -p1 &lt; 
> ../pygobject-&pygobject2-version;-introspection-1.patch &amp;&amp;
> -./configure --prefix=/usr &amp;&amp;
> +<screen><userinput>./configure --prefix=/usr --disable-introspection 
> &amp;&amp;
>   make</userinput></screen>
>
>         <para>
> @@ -487,6 +493,11 @@
>         <title>Command Explanations</title>
>
>         <para>
> +        <option>--disable-introspection</option>: Omit this switch if you 
> have
> +        installed <xref linkend="gobject-introspection"/>.
> +      </para>
> +
> +      <para>
>           <option>--disable-docs</option>: This option disables the 
> rebuilding of
>           the html documentation if <xref linkend="libxslt"/> is installed.
>         </para>
>

This should be always disabled by default or it will conflict with 
pygobject3. We decided not to list the dependency anymore.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to