blob: 1fe628e60066aac8711d22ede4d37cc515ca9ecb (
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
92
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Packaging errors to fix
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packaging%20errors%20to%20fix&In-Reply-To=%3C4D7F884A.9010709%40iki.fi%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003323.html">
<LINK REL="Next" HREF="003327.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Packaging errors to fix</H1>
<B>Thomas Backlund</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packaging%20errors%20to%20fix&In-Reply-To=%3C4D7F884A.9010709%40iki.fi%3E"
TITLE="[Mageia-dev] Packaging errors to fix">tmb at iki.fi
</A><BR>
<I>Tue Mar 15 16:39:54 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003323.html">[Mageia-dev] Packaging errors to fix
</A></li>
<LI>Next message: <A HREF="003327.html">[Mageia-dev] Packaging errors to fix
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3326">[ date ]</a>
<a href="thread.html#3326">[ thread ]</a>
<a href="subject.html#3326">[ subject ]</a>
<a href="author.html#3326">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 15.3.2011 17:00, Thierry Vignaud wrote:
><i> On 15 March 2011 15:47, Michael Scherer<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>> wrote:
</I>>>><i> 1) /dev/null is created by makedev which is required by basesystem-minimal.
</I>>>><i> 2) anyway, urpmi creates /dev/null if it doesn't exists anyway.
</I>>>><i> 3) urpmi is used by drakx-installer too.
</I>>>><i>
</I>>>><i> Every case should be thus covered.
</I>>>><i> However he did saw this error.
</I>>><i>
</I>>><i> That's likely a ordering issue, related to the loops.
</I>>><i> makedev is installed in the end, after python.
</I>><i>
</I>><i> that shouldn't matter:
</I>><i>
</I>><i> urpmi::media::configure() (which is called by both urpmi& installer) does:
</I>><i>
</I>><i> if ($urpm->{root}&& ! -c "$urpm->{root}/dev/null") {
</I>><i> mkdir "$urpm->{root}/dev";
</I>><i> system("/bin/cp", "-a", '/dev/null', "$urpm->{root}/dev");
</I>><i> }
</I>><i>
</I>
I think he is using rpm directly, not urpmi...
--
Thomas
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003323.html">[Mageia-dev] Packaging errors to fix
</A></li>
<LI>Next message: <A HREF="003327.html">[Mageia-dev] Packaging errors to fix
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3326">[ date ]</a>
<a href="thread.html#3326">[ thread ]</a>
<a href="subject.html#3326">[ subject ]</a>
<a href="author.html#3326">[ 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>
|