diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110315/003323.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110315/003323.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110315/003323.html b/zarb-ml/mageia-dev/20110315/003323.html new file mode 100644 index 000000000..0a3b80501 --- /dev/null +++ b/zarb-ml/mageia-dev/20110315/003323.html @@ -0,0 +1,93 @@ +<!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=%3CAANLkTikAJoZBgiTNH94%3D9_GbLYcUVi%3D3Q8Y-NYdmQMVg%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="003322.html"> + <LINK REL="Next" HREF="003326.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Packaging errors to fix</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Packaging%20errors%20to%20fix&In-Reply-To=%3CAANLkTikAJoZBgiTNH94%3D9_GbLYcUVi%3D3Q8Y-NYdmQMVg%40mail.gmail.com%3E" + TITLE="[Mageia-dev] Packaging errors to fix">thierry.vignaud at gmail.com + </A><BR> + <I>Tue Mar 15 16:00:01 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003322.html">[Mageia-dev] Packaging errors to fix +</A></li> + <LI>Next message: <A HREF="003326.html">[Mageia-dev] Packaging errors to fix +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3323">[ date ]</a> + <a href="thread.html#3323">[ thread ]</a> + <a href="subject.html#3323">[ subject ]</a> + <a href="author.html#3323">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> 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> +that shouldn't matter: + +urpmi::media::configure() (which is called by both urpmi & installer) does: + + if ($urpm->{root} && ! -c "$urpm->{root}/dev/null") { + mkdir "$urpm->{root}/dev"; + system("/bin/cp", "-a", '/dev/null', "$urpm->{root}/dev"); + } + +><i> So now, what requires perl-XML-SAX before basesystem-minimal is to +</I>><i> discuss. +</I>><i> +</I>><i> Also, the usage of /dev/null in a %post is a ope question. Do we want to +</I>><i> hide some verbose stuff, or should error be show to user ? +</I></PRE> + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003322.html">[Mageia-dev] Packaging errors to fix +</A></li> + <LI>Next message: <A HREF="003326.html">[Mageia-dev] Packaging errors to fix +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3323">[ date ]</a> + <a href="thread.html#3323">[ thread ]</a> + <a href="subject.html#3323">[ subject ]</a> + <a href="author.html#3323">[ 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> |