summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-December/020908.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-December/020908.html')
-rw-r--r--zarb-ml/mageia-dev/2012-December/020908.html111
1 files changed, 111 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-December/020908.html b/zarb-ml/mageia-dev/2012-December/020908.html
new file mode 100644
index 000000000..73d38ff87
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-December/020908.html
@@ -0,0 +1,111 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release calibre-0.9.10-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%20%5BRPM%5D%20cauldron%20core/release%0A%09calibre-0.9.10-1.mga3&In-Reply-To=%3CCAONrEtYoBUidKYJ6kn%2BB_%2BkPh3JRGBsuyT59hH3Zxk1xkU-iGQ%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="020907.html">
+ <LINK REL="Next" HREF="020909.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release calibre-0.9.10-1.mga3</H1>
+ <B>Thierry Vignaud</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09calibre-0.9.10-1.mga3&In-Reply-To=%3CCAONrEtYoBUidKYJ6kn%2BB_%2BkPh3JRGBsuyT59hH3Zxk1xkU-iGQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release calibre-0.9.10-1.mga3">thierry.vignaud at gmail.com
+ </A><BR>
+ <I>Tue Dec 25 10:22:18 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="020907.html">[Mageia-dev] [changelog] [RPM] cauldron core/release libssh2-1.4.3-1.mga3
+</A></li>
+ <LI>Next message: <A HREF="020909.html">[Mageia-dev] [changelog] [RPM] cauldron core/release traceroute-2.0.19-1.mga3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#20908">[ date ]</a>
+ <a href="thread.html#20908">[ thread ]</a>
+ <a href="subject.html#20908">[ subject ]</a>
+ <a href="author.html#20908">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 14 December 2012 14:24, dams &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">buildsystem-daemon at mageia.org</A>&gt; wrote:
+&gt;<i> dams &lt;dams&gt; 0.9.10-1.mga3:
+</I>&gt;<i> + Revision: 330879
+</I>&gt;<i> - new version 0.9.10
+</I>
+It crashes
+-------------- next part --------------
+$ calibre
+Traceback (most recent call last):
+ File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 162, in load_store_plugins
+ st = self.init_istore(store)
+ File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 173, in init_istore
+ st = store.load_actual_plugin(self)
+ File &quot;/usr/lib64/calibre/calibre/customize/__init__.py&quot;, line 662, in load_actual_plugin
+ self.actual_plugin_object = getattr(importlib.import_module(mod), cls)(gui, self.name)
+ File &quot;/usr/lib64/python2.7/importlib/__init__.py&quot;, line 37, in import_module
+ __import__(name)
+ File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py&quot;, line 19, in &lt;module&gt;
+ from calibre.gui2.store.stores.mobileread.cache_progress_dialog import CacheProgressDialog
+ File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py&quot;, line 11, in &lt;module&gt;
+ from calibre.gui2.store.stores.mobileread.cache_progress_dialog_ui import Ui_Dialog
+ File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py&quot;, line 21
+ return _(&quot;Dialog&quot;))
+ ^
+SyntaxError: invalid syntax
+Traceback (most recent call last):
+ File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 266, in initialize
+ self.initialize_db()
+ File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 247, in initialize_db
+ self.initialize_db_stage2(db, None)
+ File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 223, in initialize_db_stage2
+ self.start_gui(db)
+ File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 171, in start_gui
+ main = Main(self.opts, gui_debug=self.gui_debug)
+ File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 139, in __init__
+ self.load_store_plugins()
+ File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 162, in load_store_plugins
+ st = self.init_istore(store)
+ File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 173, in init_istore
+ st = store.load_actual_plugin(self)
+ File &quot;/usr/lib64/calibre/calibre/customize/__init__.py&quot;, line 662, in load_actual_plugin
+ self.actual_plugin_object = getattr(importlib.import_module(mod), cls)(gui, self.name)
+ File &quot;/usr/lib64/python2.7/importlib/__init__.py&quot;, line 37, in import_module
+ __import__(name)
+ File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py&quot;, line 19, in &lt;module&gt;
+ from calibre.gui2.store.stores.mobileread.cache_progress_dialog import CacheProgressDialog
+ File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py&quot;, line 11, in &lt;module&gt;
+ from calibre.gui2.store.stores.mobileread.cache_progress_dialog_ui import Ui_Dialog
+ File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py&quot;, line 21
+ return _(&quot;Dialog&quot;))
+ ^
+SyntaxError: invalid syntax
+</PRE>
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="020907.html">[Mageia-dev] [changelog] [RPM] cauldron core/release libssh2-1.4.3-1.mga3
+</A></li>
+ <LI>Next message: <A HREF="020909.html">[Mageia-dev] [changelog] [RPM] cauldron core/release traceroute-2.0.19-1.mga3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#20908">[ date ]</a>
+ <a href="thread.html#20908">[ thread ]</a>
+ <a href="subject.html#20908">[ subject ]</a>
+ <a href="author.html#20908">[ 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>