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/003326.html | 92 +++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110315/003326.html (limited to 'zarb-ml/mageia-dev/20110315/003326.html') diff --git a/zarb-ml/mageia-dev/20110315/003326.html b/zarb-ml/mageia-dev/20110315/003326.html new file mode 100644 index 000000000..1fe628e60 --- /dev/null +++ b/zarb-ml/mageia-dev/20110315/003326.html @@ -0,0 +1,92 @@ + + + + [Mageia-dev] Packaging errors to fix + + + + + + + + + +

[Mageia-dev] Packaging errors to fix

+ Thomas Backlund + tmb at iki.fi +
+ Tue Mar 15 16:39:54 CET 2011 +

+
+ +
On 15.3.2011 17:00, Thierry Vignaud wrote:
+> 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");
+>      }
+>
+
+I think he is using rpm directly, not urpmi...
+
+--
+Thomas
+
+ + + + + + + + + + + + + +
+

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