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
|
<!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=%3C512F68E5.1010205%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023181.html">
<LINK REL="Next" HREF="023183.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] A question about BuildRequires and other RPM questions.</H1>
<B>Guillaume Rousse</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=%3C512F68E5.1010205%40gmail.com%3E"
TITLE="[Mageia-dev] A question about BuildRequires and other RPM questions.">guillomovitch at gmail.com
</A><BR>
<I>Thu Feb 28 15:25:41 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023181.html">[Mageia-dev] A question about BuildRequires and other RPM questions.
</A></li>
<LI>Next message: <A HREF="023183.html">[Mageia-dev] A question about BuildRequires and other RPM questions.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23182">[ date ]</a>
<a href="thread.html#23182">[ thread ]</a>
<a href="subject.html#23182">[ subject ]</a>
<a href="author.html#23182">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 28/02/2013 12:55, Robert Wood a écrit :
><i> So, how do I make a list of that please?
</I>There is not much choice, beside building from a specified build
environment, which is usually the minimal installation for your target
distribution + rpmbuild. Most distributions use dedicated systems to
automatically deploy such clean environment before eac package build
attempt (iurt, mock, etc...).
><i> Also, I tried taking kwrite as an example, downloaded the .src RPM from
</I>><i> a website (couldn't work out the wget thing) and managed to "blindly"
</I>><i> build the RPM. That lists as shed load of files, mostly libraries that
</I>><i> are needed. Again, how do I find these for this particular package? Do I
</I>><i> need to compile first and use a tool that extracts all this information
</I>><i> somehow?
</I>Build dependencies are usually specified in installation instructions.
For humans, of course. You may also try to parse the outpout of
./configure (or equivalent) script. In both case, there is not garanty
then every build dependency will get specified.
--
BOFH excuse #257:
That would be because the software doesn't work.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023181.html">[Mageia-dev] A question about BuildRequires and other RPM questions.
</A></li>
<LI>Next message: <A HREF="023183.html">[Mageia-dev] A question about BuildRequires and other RPM questions.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23182">[ date ]</a>
<a href="thread.html#23182">[ thread ]</a>
<a href="subject.html#23182">[ subject ]</a>
<a href="author.html#23182">[ 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>
|