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/2013-March/024012.html | 97 +++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-March/024012.html (limited to 'zarb-ml/mageia-dev/2013-March/024012.html') diff --git a/zarb-ml/mageia-dev/2013-March/024012.html b/zarb-ml/mageia-dev/2013-March/024012.html new file mode 100644 index 000000000..20edda136 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/024012.html @@ -0,0 +1,97 @@ + + + + [Mageia-dev] urpmi output missing some packages in progress (with chroot) + + + + + + + + + +

[Mageia-dev] urpmi output missing some packages in progress (with chroot)

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Sun Mar 31 18:22:19 CEST 2013 +

+
+ +
On 31 March 2013 17:49, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+> Preparing...                     #####################################
+>     1/154: dash-static           ##########################warning:
+> group daemon does not exist - using root
+> warning: group mail does not exist - using root
+> ###########
+>     2/154: glibc                 #####################################
+>     3/154: lib64termcap2         #####################################
+>     4/154: perl-base             #####################################
+>     5/154: update-alternatives   #####################################
+>     6/154: bash                  #####################################
+>     7/154: lib64python2.7        #####################################
+>     -/154:                       #####################################
+>
+>
+> It seems the last one in that list is filesystem, but it has neither a
+> number, nor is it's name printed.
+>
+> I suspect this might related to the fact that they key is no present
+> which I'm attributing to the fact this is a blank chroot rather than an
+> actual signing problem.
+
+It means we failed to get this package fullname
+http://svnweb.mageia.org/soft/rpm/urpmi/trunk/urpm/install.pm?revision=7595&view=markup#l121
+
+After debuging, callback_open got called one too much (it got called
+twice for first package
+which is actually filesystem), thus we bump the index one too much.
+Sadly the doble call came from librpm's rpmtsRun()
+
+Interestingly, the open & close calls are just before and after rpm prints:
+"warning: filesystem-2.1.9-19.mga3.x86_64: Header V3 RSA/SHA1
+Signature, key ID 80420f66: NOKEY
+
+ + + + + + + + + + + +
+

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