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-January/021061.html | 96 +++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-January/021061.html (limited to 'zarb-ml/mageia-dev/2013-January/021061.html') diff --git a/zarb-ml/mageia-dev/2013-January/021061.html b/zarb-ml/mageia-dev/2013-January/021061.html new file mode 100644 index 000000000..cd1ab2137 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021061.html @@ -0,0 +1,96 @@ + + + + [Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3 + + + + + + + + + +

[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3

+ Pascal Terjan + pterjan at gmail.com +
+ Tue Jan 1 14:37:54 CET 2013 +

+
+ +
On Tue, Jan 1, 2013 at 1:08 PM, Thierry Vignaud
+<thierry.vignaud at gmail.com> wrote:
+> On 1 January 2013 02:17, Pascal Terjan <pterjan at gmail.com> wrote:
+>>>> pterjan <pterjan> 0.6.16-1.mga3:
+>>>> + Revision: 336797
+>>>> - 0.6.16
+>>>>   * fix chroot cleaning in parallel mode
+>>>>   * fix for some packages missing from status file
+>>>>
+>>>
+>>> btw, 0.6.15 broke the BS on valstar with this error:
+>>>
+>>> Not a HASH reference at /usr/bin/emi line 195.
+>>>
+>>> So I rolled back to 0.6.13 that was in use before.
+>>>
+>>> Is this package safe to install ?
+>>>
+>> Probably not, I haven't touched emi (I think boklm and tv did in previoys
+>> version). I'll have a look
+>
+> You can try latest SVN
+
+The code doesn't look correct for the old format of the config file:
+
+The code was:
+
+-       if (ref $config->{mandatory_arch} eq 'ARRAY') {
+-           $mandatory_arch = $config->{mandatory_arch};
+-       } elsif (ref $config->{mandatory_arch}->{$target} eq 'ARRAY') {
+-           $mandatory_arch = $config->{mandatory_arch}->{$target};
+-       } elsif (ref $config->{mandatory_arch}->{default} eq 'ARRAY') {
+-           $mandatory_arch = $config->{mandatory_arch}->{default};
+
+But your previous simplification only handle the second and third
+case, not when mandatory_arch is an ARRAY directly.
+The code should work but will consider there is no mandatory arch.
+
+Current configuration (which is the default) is
+$config->{mandatory_arch} = [ 'i586', 'x86_64' ]
+
+ + + +
+

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