<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] removal of .la from libxt breaks xpdf build
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20removal%20of%20.la%20from%20libxt%20breaks%20xpdf%20build&In-Reply-To=%3CCA%2BCX%2BbiOVRKNRYM6TqqALjz28awc2wTmAqbnDeKkjmAx%3DS8C7w%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="012118.html">
   <LINK REL="Next"  HREF="012122.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] removal of .la from libxt breaks xpdf build</H1>
    <B>Pascal Terjan</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20removal%20of%20.la%20from%20libxt%20breaks%20xpdf%20build&In-Reply-To=%3CCA%2BCX%2BbiOVRKNRYM6TqqALjz28awc2wTmAqbnDeKkjmAx%3DS8C7w%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] removal of .la from libxt breaks xpdf build">pterjan at gmail.com
       </A><BR>
    <I>Sun Feb 19 18:08:34 CET 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="012118.html">[Mageia-dev] removal of .la from libxt breaks xpdf build
</A></li>
        <LI>Next message: <A HREF="012122.html">[Mageia-dev] removal of .la from libxt breaks xpdf build
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#12121">[ date ]</a>
              <a href="thread.html#12121">[ thread ]</a>
              <a href="subject.html#12121">[ subject ]</a>
              <a href="author.html#12121">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On Sun, Feb 19, 2012 at 16:29, Pascal Terjan &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>&gt; wrote:
&gt;<i> On Sun, Feb 19, 2012 at 16:23, Pascal Terjan &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>&gt; wrote:
</I>&gt;&gt;<i> On Sun, Feb 19, 2012 at 15:55, David Walser &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">luigiwalser at yahoo.com</A>&gt; wrote:
</I>&gt;&gt;&gt;<i> Funda Wang wrote:
</I>&gt;&gt;&gt;&gt;<i> ? 2012-2-12 ??12:08?&quot;David Walser&quot; &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">luigiwalser at yahoo.com</A>&gt;???
</I>&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;&gt;<i> D Morgan asked us to say if removal of .la files broke anything. &#160;It
</I>&gt;&gt;&gt;&gt;&gt;<i> breaks xpdf, and I don't know if it's fixable. &#160;xpdf needs libXt.la to
</I>&gt;&gt;&gt;&gt;&gt;<i> build libxpdf.la, and the xpdf build is heavily dependent on libxpdf.la.
</I>&gt;&gt;&gt;&gt;&gt;<i> &#160;See xpdf-3.03-shared.diff for example.
</I>&gt;&gt;&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;&gt;<i> The problem is xpdf depends on lesstif, it will bring libXt.la. But lesstif
</I>&gt;&gt;&gt;&gt;<i> cannot be built now for some reasons.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> OK, I see that Funda synced lesstif with Mandriva and fixed the package. &#160;It now builds locally and I believe it is OK. &#160;On the build system,
</I>&gt;&gt;&gt;<i> it always fails with gcc segfaulting, and it fails at a different place every time. &#160;I have seen this with other packages where eventually it
</I>&gt;&gt;&gt;<i> will work, and it seems to be a resources issue that causes it. &#160;It appears not enough resources (probably RAM) are allocated to the VM (I'm
</I>&gt;&gt;&gt;<i> assuming it's a VM) on the build system to build this package.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> It's not a vm and it has either 8GB of ram (ecosse) or 12GB (jonund)
</I>&gt;&gt;<i> +4GB swap...
</I>&gt;<i>
</I>&gt;<i> Looking at the log, this is just a normal internal compiler error from gcc:
</I>&gt;<i>
</I>&gt;<i> XmString.c: In function 'XmStringGetNextTriple':
</I>&gt;<i> XmString.c:5484:9: warning: cast from pointer to integer of different
</I>&gt;<i> size [-Wpointer-to-int-cast]
</I>&gt;<i> XmString.c: In function 'XmStringComponentCreate':
</I>&gt;<i> XmString.c:5520:33: warning: cast from pointer to integer of different
</I>&gt;<i> size [-Wpointer-to-int-cast]
</I>&gt;<i> {standard input}: Assembler messages:
</I>&gt;<i> {standard input}: Warning: end of file not at end of a line; newline inserted
</I>&gt;<i> {standard input}:1840: Error: number of operands mismatch for `test'
</I>&gt;<i> {standard input}: Error: open CFI at the end of file; missing
</I>&gt;<i> .cfi_endproc directive
</I>&gt;<i> gcc: internal compiler error: Segmentation fault (program cc1)
</I>&gt;<i> Please submit a full bug report,
</I>&gt;<i> with preprocessed source if appropriate.
</I>&gt;<i> See &lt;<A HREF="http://bugs.mageia.org/">http://bugs.mageia.org/</A>&gt; for instructions.
</I>&gt;<i> make[2]: *** [XmString.lo] Error 1
</I>&gt;<i>
</I>&gt;<i> It was reported at least on <A HREF="https://bugs.archlinux.org/task/27357">https://bugs.archlinux.org/task/27357</A> but
</I>&gt;<i> I din't find upstream (gcc) report. I'll try to have a look.
</I>
Crash happens when you build <A HREF="http://fasmz.org/~pterjan/tmp/XmStringE.c">http://fasmz.org/~pterjan/tmp/XmStringE.c</A>
with -O1 or -O2, I'll test on other arch/versions and report bug
upstream
</PRE>














<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="012118.html">[Mageia-dev] removal of .la from libxt breaks xpdf build
</A></li>
	<LI>Next message: <A HREF="012122.html">[Mageia-dev] removal of .la from libxt breaks xpdf build
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#12121">[ date ]</a>
              <a href="thread.html#12121">[ thread ]</a>
              <a href="subject.html#12121">[ subject ]</a>
              <a href="author.html#12121">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>