blob: d2cc84c7794afa30952c5822a4af9f87048a9565 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Build failure - but why?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Build%20failure%20-%20but%20why%3F&In-Reply-To=%3CCA%2BCX%2Bbi335WQxz6UtQhu%3DCHkw46wkEwuk08tnrOYHQ9xXr4toQ%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="017016.html">
<LINK REL="Next" HREF="017020.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Build failure - but why?</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Build%20failure%20-%20but%20why%3F&In-Reply-To=%3CCA%2BCX%2Bbi335WQxz6UtQhu%3DCHkw46wkEwuk08tnrOYHQ9xXr4toQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Build failure - but why?">pterjan at gmail.com
</A><BR>
<I>Fri Jun 29 19:46:51 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="017016.html">[Mageia-dev] Build failure - but why?
</A></li>
<LI>Next message: <A HREF="017020.html">[Mageia-dev] Build failure - but why?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17017">[ date ]</a>
<a href="thread.html#17017">[ thread ]</a>
<a href="subject.html#17017">[ subject ]</a>
<a href="author.html#17017">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Fri, Jun 29, 2012 at 9:50 AM, Johnny A. Solbu <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">cooker at solbu.net</A>> wrote:
><i> I have troubles getting ufoai to build on the build servers.
</I>><i> The package is building on my cauldron system.
</I>><i>
</I>><i> Does anyone see why it doesn't build on the cluster?
</I>><i>
</I>><i> <A HREF="http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20120629150007.solbu.valstar.12675/log/ufoai-2.4-1.mga3/build.0.20120629150424.log">http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20120629150007.solbu.valstar.12675/log/ufoai-2.4-1.mga3/build.0.20120629150424.log</A>
</I>><i>
</I>><i> The only thing I can see that fail, are these lines, but I don't know what I can do to fix it:
</I>><i> ===
</I>><i> /usr/bin/ld: release-linux-x86_64/ufo/libs/mxml/mxml-private.c.o: undefined reference to symbol 'pthread_once@@GLIBC_2.2.5'
</I>><i> /usr/bin/ld: note: 'pthread_once@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line
</I>><i> /lib64/libpthread.so.0: could not read symbols: Invalid operation
</I>><i> collect2: error: ld returned 1 exit status
</I>><i> make: *** [ufo] Error 1
</I>><i> make: *** Waiting for unfinished jobs....
</I>><i> ===
</I>><i>
</I>><i>
</I>><i> The rest of the logs are here:
</I>><i> <A HREF="http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20120629150007.solbu.valstar.12675/log/ufoai-2.4-1.mga3/">http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20120629150007.solbu.valstar.12675/log/ufoai-2.4-1.mga3/</A>
</I>
I would guess you need -lpthread as suggested by the message.
I don't know why it would build for you
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="017016.html">[Mageia-dev] Build failure - but why?
</A></li>
<LI>Next message: <A HREF="017020.html">[Mageia-dev] Build failure - but why?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17017">[ date ]</a>
<a href="thread.html#17017">[ thread ]</a>
<a href="subject.html#17017">[ subject ]</a>
<a href="author.html#17017">[ 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>
|