--- Em qua, 28/3/12, [email protected] escreveu:

> De: [email protected]
> Assunto: [blfs-book] r9794 - trunk/BOOK/general/prog
> Para: [email protected]
> Data: Quarta-feira, 28 de Março de 2012, 22:47
> Author: andy
> Date: 2012-03-28 19:47:46 -0600 (Wed, 28 Mar 2012)
> New Revision: 9794
> 
> Modified:
>    trunk/BOOK/general/prog/python-modules.xml
> Log:
> patch pygobject2 to compile with gobject-introspection
> 
> Modified: trunk/BOOK/general/prog/python-modules.xml
> ===================================================================
> ---
> trunk/BOOK/general/prog/python-modules.xml   
> 2012-03-28 21:39:14 UTC (rev 9793)
> +++
> trunk/BOOK/general/prog/python-modules.xml   
> 2012-03-29 01:47:46 UTC (rev 9794)
> @@ -522,6 +522,17 @@
>          </listitem>
>        </itemizedlist>
>  
> +    <bridgehead renderas="sect3">Additional
> Downloads</bridgehead>
> +    <itemizedlist spacing="compact">
> +      <listitem>
> +        <para>
> +          Required patch (if you
> have installed
> +          <xref
> linkend="gobject-introspection"/>):
> +          <ulink
> url="&patch-root;/pygobject2-&pygobject2-version;-introspection-1.patch"/>
> +        </para>
> +      </listitem>
> +    </itemizedlist>
> +
>        <bridgehead
> renderas="sect4">PyGObject
> Dependencies</bridgehead>
>  
>        <bridgehead
> renderas="sect5">Required</bridgehead>
> @@ -543,8 +554,8 @@
>        <para>Install
> <application>PyGObject</application> by running
> the following
>        commands:</para>
>  
> -<screen><userinput>./configure --prefix=/usr \
> -           
> --disable-introspection &amp;&amp;
> +<screen><userinput>patch -p1 &lt;
> ../pygobject2-&pygobject2-version;-introspection-1.patch
> &amp;&amp;
> +./configure --prefix=/usr &amp;&amp;
>  make</userinput></screen>
>  
>        <!-- not strictly true,
> blows up with
> 
> -- 
> http://linuxfromscratch.org/mailman/listinfo/blfs-book
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
> 

Andrew,

I read in

http://www.linuxfromscratch.org/blfs/view/svn/general/python-modules.html#pygobject2

these instructions:

"patch -p1 < ../pygobject2-2.28.6-introspection-1.patch &&
./configure --prefix=/usr &&"

and in Command Explanations:

"--disable-introspection: This switch is required because the package cannot 
build against recent versions of gobject-introspection."

Are not these supposed to be mutually exclusive?

[]s,
Fernando
-- 
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