summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-January/021064.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/021064.html')
-rw-r--r--zarb-ml/mageia-dev/2013-January/021064.html105
1 files changed, 105 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20cauldron%20core/release%0A%09iurt-0.6.16-1.mga3&In-Reply-To=%3CCA%2BCX%2Bbg4pwu7ghWoca6bedhDYTDqVKuPB1N-q331iW1vp0QHNQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="021062.html">
+ <LINK REL="Next" HREF="021054.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3</H1>
+ <B>Pascal Terjan</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20cauldron%20core/release%0A%09iurt-0.6.16-1.mga3&In-Reply-To=%3CCA%2BCX%2Bbg4pwu7ghWoca6bedhDYTDqVKuPB1N-q331iW1vp0QHNQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3">pterjan at gmail.com
+ </A><BR>
+ <I>Tue Jan 1 15:45:09 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="021062.html">[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
+</A></li>
+ <LI>Next message: <A HREF="021054.html">[Mageia-dev] path of libexec
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#21064">[ date ]</a>
+ <a href="thread.html#21064">[ thread ]</a>
+ <a href="subject.html#21064">[ subject ]</a>
+ <a href="author.html#21064">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Tue, Jan 1, 2013 at 2:07 PM, nicolas vigier &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">boklm at mars-attacks.org</A>&gt; wrote:
+&gt;<i> On Tue, 01 Jan 2013, Pascal Terjan wrote:
+</I>&gt;<i>
+</I>&gt;&gt;<i> On Tue, Jan 1, 2013 at 1:08 PM, Thierry Vignaud
+</I>&gt;&gt;<i> &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>&gt; wrote:
+</I>&gt;&gt;<i> &gt; On 1 January 2013 02:17, Pascal Terjan &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>&gt; wrote:
+</I>&gt;&gt;<i> &gt;&gt;&gt;&gt; pterjan &lt;pterjan&gt; 0.6.16-1.mga3:
+</I>&gt;&gt;<i> &gt;&gt;&gt;&gt; + Revision: 336797
+</I>&gt;&gt;<i> &gt;&gt;&gt;&gt; - 0.6.16
+</I>&gt;&gt;<i> &gt;&gt;&gt;&gt; * fix chroot cleaning in parallel mode
+</I>&gt;&gt;<i> &gt;&gt;&gt;&gt; * fix for some packages missing from status file
+</I>&gt;&gt;<i> &gt;&gt;&gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt;&gt; btw, 0.6.15 broke the BS on valstar with this error:
+</I>&gt;&gt;<i> &gt;&gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt;&gt; Not a HASH reference at /usr/bin/emi line 195.
+</I>&gt;&gt;<i> &gt;&gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt;&gt; So I rolled back to 0.6.13 that was in use before.
+</I>&gt;&gt;<i> &gt;&gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt;&gt; Is this package safe to install ?
+</I>&gt;&gt;<i> &gt;&gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; Probably not, I haven't touched emi (I think boklm and tv did in previoys
+</I>&gt;&gt;<i> &gt;&gt; version). I'll have a look
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; You can try latest SVN
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> The code doesn't look correct for the old format of the config file:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> The code was:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> - if (ref $config-&gt;{mandatory_arch} eq 'ARRAY') {
+</I>&gt;&gt;<i> - $mandatory_arch = $config-&gt;{mandatory_arch};
+</I>&gt;&gt;<i> - } elsif (ref $config-&gt;{mandatory_arch}-&gt;{$target} eq 'ARRAY') {
+</I>&gt;&gt;<i> - $mandatory_arch = $config-&gt;{mandatory_arch}-&gt;{$target};
+</I>&gt;&gt;<i> - } elsif (ref $config-&gt;{mandatory_arch}-&gt;{default} eq 'ARRAY') {
+</I>&gt;&gt;<i> - $mandatory_arch = $config-&gt;{mandatory_arch}-&gt;{default};
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> But your previous simplification only handle the second and third
+</I>&gt;&gt;<i> case, not when mandatory_arch is an ARRAY directly.
+</I>&gt;&gt;<i> The code should work but will consider there is no mandatory arch.
+</I>&gt;<i>
+</I>&gt;<i> Latest code in svn is :
+</I>&gt;<i>
+</I>&gt;<i> my $mandatory_arch = find { ref($_) eq 'ARRAY' } $config-&gt;{mandatory_arch},
+</I>&gt;<i> (ref($config-&gt;{mandatory_arch}) eq 'HASH' ? ($config-&gt;{mandatory_arch}{$target}, $config-&gt;{mandatory_arch}{default}) : ()), [];
+</I>&gt;<i>
+</I>&gt;<i> So it seems to handle the case with an array in $config-&gt;{mandatory_arch}.
+</I>&gt;<i>
+</I>
+Ah yes sorry I had misread the &quot;,&quot; :)
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="021062.html">[Mageia-dev] [changelog] cauldron core/release iurt-0.6.16-1.mga3
+</A></li>
+ <LI>Next message: <A HREF="021054.html">[Mageia-dev] path of libexec
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#21064">[ date ]</a>
+ <a href="thread.html#21064">[ thread ]</a>
+ <a href="subject.html#21064">[ subject ]</a>
+ <a href="author.html#21064">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>