From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/20110315/003323.html | 93 +++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110315/003323.html (limited to 'zarb-ml/mageia-dev/20110315/003323.html') 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 @@ + + + + [Mageia-dev] Packaging errors to fix + + + + + + + + + +

[Mageia-dev] Packaging errors to fix

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Tue Mar 15 16:00:01 CET 2011 +

+
+ +
On 15 March 2011 15:47, Michael Scherer <misc at zarb.org> wrote:
+>> 1) /dev/null is created by makedev which is required by basesystem-minimal.
+>> 2) anyway, urpmi creates /dev/null if it doesn't exists anyway.
+>> 3) urpmi is used by drakx-installer too.
+>>
+>> Every case should be thus covered.
+>> However he did saw this error.
+>
+> That's likely a ordering issue, related to the loops.
+> makedev is installed in the end, after python.
+
+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");
+    }
+
+> So now, what requires perl-XML-SAX before basesystem-minimal is to
+> discuss.
+>
+> Also, the usage of /dev/null in a %post is a ope question. Do we want to
+> hide some verbose stuff, or should error be show to user ?
+
+ + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1