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/021064.html | 105 ++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-January/021064.html (limited to 'zarb-ml/mageia-dev/2013-January/021064.html') diff --git a/zarb-ml/mageia-dev/2013-January/021064.html b/zarb-ml/mageia-dev/2013-January/021064.html new file mode 100644 index 000000000..1a5a62d62 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021064.html @@ -0,0 +1,105 @@ + + + + [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 15:45:09 CET 2013 +

+
+ +
On Tue, Jan 1, 2013 at 2:07 PM, nicolas vigier <boklm at mars-attacks.org> wrote:
+> On Tue, 01 Jan 2013, Pascal Terjan wrote:
+>
+>> 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.
+>
+> Latest code in svn is :
+>
+> my $mandatory_arch = find { ref($_) eq 'ARRAY' } $config->{mandatory_arch},
+> (ref($config->{mandatory_arch}) eq 'HASH' ?  ($config->{mandatory_arch}{$target}, $config->{mandatory_arch}{default}) : ()), [];
+>
+> So it seems to handle the case with an array in $config->{mandatory_arch}.
+>
+
+Ah yes sorry I had misread the "," :)
+
+ + +
+

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