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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Question on pkg build
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Question%20on%20pkg%20build&In-Reply-To=%3CAANLkTikxHUib7pOinTeQKhtDiQ6FbDgc8Jbq8MTQhFYh%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="002543.html">
<LINK REL="Next" HREF="002545.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Question on pkg build</H1>
<B>Dexter Morgan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Question%20on%20pkg%20build&In-Reply-To=%3CAANLkTikxHUib7pOinTeQKhtDiQ6FbDgc8Jbq8MTQhFYh%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Question on pkg build">dmorganec at gmail.com
</A><BR>
<I>Sat Feb 12 21:30:53 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002543.html">[Mageia-dev] Question on pkg build
</A></li>
<LI>Next message: <A HREF="002545.html">[Mageia-dev] Question on pkg build
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2544">[ date ]</a>
<a href="thread.html#2544">[ thread ]</a>
<a href="subject.html#2544">[ subject ]</a>
<a href="author.html#2544">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Sat, Feb 12, 2011 at 8:51 PM, Bruno Cornec <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">Bruno.Cornec at hp.com</A>> wrote:
><i> Hello,
</I>><i>
</I>><i> I took time this week-end to upload some of the packages that I'm using
</I>><i> a lot so they are available in Mageia.
</I>><i>
</I>><i> I have the following problem with 2 of them:
</I>><i>
</I>><i> /bin/sh ../../libtool --tag=CC   --mode=link i586-mageia-linux-gnu-gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -Wno-return-type -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -Werror=format-security -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o mondoarchive mondoarchive.o ../../src/common/libmondo.a ../../src/lib/libmr.a -lnewt  -lpthread
</I>><i> libtool: Version mismatch error.  This is libtool 2.4, but the
</I>><i> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
</I>><i> libtool: You should recreate aclocal.m4 with macros from libtool 2.4
</I>><i> libtool: and run autoconf again.
</I>><i> make[3]: *** [mondoarchive] Error 63
</I>><i>
</I>><i> the same package is working fine with bm locally on my mdv 2010.2
</I>
iirc the fix is autoreconf -fi before %configure
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002543.html">[Mageia-dev] Question on pkg build
</A></li>
<LI>Next message: <A HREF="002545.html">[Mageia-dev] Question on pkg build
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2544">[ date ]</a>
<a href="thread.html#2544">[ thread ]</a>
<a href="subject.html#2544">[ subject ]</a>
<a href="author.html#2544">[ 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>
|