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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] A question about BuildRequires and other RPM questions.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20A%20question%20about%20BuildRequires%20and%20other%20RPM%0A%09questions.&In-Reply-To=%3C51364F1E.70008%40arcor.de%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023304.html">
<LINK REL="Next" HREF="023312.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] A question about BuildRequires and other RPM questions.</H1>
<B>Florian Hubold</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20A%20question%20about%20BuildRequires%20and%20other%20RPM%0A%09questions.&In-Reply-To=%3C51364F1E.70008%40arcor.de%3E"
TITLE="[Mageia-dev] A question about BuildRequires and other RPM questions.">doktor5000 at arcor.de
</A><BR>
<I>Tue Mar 5 21:01:34 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023304.html">[Mageia-dev] Freeze push: phoronix-test-suite
</A></li>
<LI>Next message: <A HREF="023312.html">[Mageia-dev] Freeze push libselinux
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23310">[ date ]</a>
<a href="thread.html#23310">[ thread ]</a>
<a href="subject.html#23310">[ subject ]</a>
<a href="author.html#23310">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Am 28.02.2013 22:18, schrieb Dan Fandrich:
><i> On Thu, Feb 28, 2013 at 03:25:41PM +0100, Guillaume Rousse wrote:
</I>>><i> Build dependencies are usually specified in installation
</I>>><i> instructions. For humans, of course. You may also try to parse the
</I>>><i> outpout of ./configure (or equivalent) script. In both case, there is
</I>>><i> not garanty then every build dependency will get specified.
</I>><i> The other way is to work backwards by looking at the install dependencies
</I>><i> that rpmbuild discovered, or the NEEDED lines from objdump -x, and adding the
</I>><i> -devel versions of those libraries. That won't catch any compile-time-only
</I>><i> dependencies, though (like libtool, autoconf or flex) but it will give you
</I>><i> something to start from. Note also that some programs will automatically
</I>><i> discover what optional libraries are available at build time and configure
</I>><i> themselves accordingly. So, if you miss some BuildRequires, you might end up
</I>><i> with a binary that works but is missing features.
</I>><i>
</I>>>>><i> Dan
</I>Or you could try to use iurt, which basically does what the buildsystem does,
but it either needs a local Mageia mirror, or fast internet connection, or some
patience ;)
As the buildsystem can only be used by those with full packager accounts, iurt
is the corresponding alternative for padawans and everybody else.
<A HREF="https://wiki.mageia.org/en/Packagers_Mentoring_Howto#iurt">https://wiki.mageia.org/en/Packagers_Mentoring_Howto#iurt</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023304.html">[Mageia-dev] Freeze push: phoronix-test-suite
</A></li>
<LI>Next message: <A HREF="023312.html">[Mageia-dev] Freeze push libselinux
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23310">[ date ]</a>
<a href="thread.html#23310">[ thread ]</a>
<a href="subject.html#23310">[ subject ]</a>
<a href="author.html#23310">[ 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>
|