summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-October/008888.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-October/008888.html')
-rw-r--r--zarb-ml/mageia-dev/2011-October/008888.html145
1 files changed, 145 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-October/008888.html b/zarb-ml/mageia-dev/2011-October/008888.html
new file mode 100644
index 000000000..0e851e086
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-October/008888.html
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] missing deps, lash rebuilt for texi2html
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20missing%20deps%2C%20lash%20rebuilt%20for%20texi2html&In-Reply-To=%3Cj7eo3b%247j7%241%40dough.gmane.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008885.html">
+ <LINK REL="Next" HREF="008891.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] missing deps, lash rebuilt for texi2html</H1>
+ <B>Philippe DIDIER</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20missing%20deps%2C%20lash%20rebuilt%20for%20texi2html&In-Reply-To=%3Cj7eo3b%247j7%241%40dough.gmane.org%3E"
+ TITLE="[Mageia-dev] missing deps, lash rebuilt for texi2html">philippedidier at laposte.net
+ </A><BR>
+ <I>Sun Oct 16 16:01:15 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008885.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
+</A></li>
+ <LI>Next message: <A HREF="008891.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8888">[ date ]</a>
+ <a href="thread.html#8888">[ thread ]</a>
+ <a href="subject.html#8888">[ subject ]</a>
+ <a href="author.html#8888">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Philippe DIDIER a &#233;crit :
+&gt;<i> Thomas Spuhler a &#233;crit :
+</I>&gt;&gt;<i> On Saturday, October 15, 2011 07:16:19 pm Philippe DIDIER wrote:
+</I>&gt;&gt;&gt;<i> Thomas Spuhler a &#233;crit :
+</I>&gt;&gt;&gt;&gt;<i> I just rebuilt lash. In order to get it built, I had to remove
+</I>&gt;&gt;&gt;&gt;<i> -%{python_sitelib}/*
+</I>&gt;&gt;&gt;&gt;<i> Can someone who uses it please test it?
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> In the previous build (march)
+</I>&gt;&gt;&gt;<i> python-lash rpm was created
+</I>&gt;&gt;&gt;<i> it could install a directory
+</I>&gt;&gt;&gt;<i> /usr/lib/python2.7/site-packages/
+</I>&gt;&gt;&gt;<i> wich contained 4 files
+</I>&gt;&gt;&gt;<i> _lash.a
+</I>&gt;&gt;&gt;<i> _lash.la
+</I>&gt;&gt;&gt;<i> _lash.so
+</I>&gt;&gt;&gt;<i> lash.py
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> You said you had to remove -%{python_sitelib}/* in the spec file
+</I>&gt;&gt;&gt;<i> because there was nothing there (so your python-lash rpm seems to be
+</I>&gt;&gt;&gt;<i> empty !)
+</I>&gt;&gt;&gt;<i> If nothing was created in the buildroot (and no file found to be
+</I>&gt;&gt;&gt;<i> packaged) it's perhaps a problem of config : if python was not found
+</I>&gt;&gt;&gt;<i> (configure.ac seems to look for a path to PYTHON 2.3 !!! ) this these 4
+</I>&gt;&gt;&gt;<i> files were not created and there's indeed nothing to install...
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Perhaps a problem with the update of python since july ?
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Did you get an error message complaining about a missing optional
+</I>&gt;&gt;&gt;<i> dependency (even if that doesn't prevent to &quot;make&quot; what is not optional
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> : configure seems to allow to make without creating python-lash)
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> No, I didn't see any error messages.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> It really looks as if the python path was not found ... (configure looks
+</I>&gt;<i> for python path with this list : python2 python2.5 python2.4 python2.3
+</I>&gt;<i> python2.2 python2.1 python2.0 python1.6 python1.5)
+</I>&gt;<i> The python version in mageia is 2.7 !!!
+</I>&gt;<i>
+</I>&gt;<i> if no python path is found configure may disable pylash building
+</I>&gt;<i>
+</I>&gt;<i> You may look in the log and try to find :
+</I>&gt;<i> build_pylash=&quot;disabled&quot;
+</I>&gt;<i> It may be disabled without warning !!! as it doesn't prevent from
+</I>&gt;<i> building the other components
+</I>&gt;<i> but when creating the rpm python-lash you have no file to put into it
+</I>&gt;<i>
+</I>&gt;<i> Suppressing the line :
+</I>&gt;<i> -%{python_sitelib}/*
+</I>&gt;<i> in the spec file hides the symptom and provides an empty and useless rpm
+</I>&gt;<i>
+</I>&gt;<i> That's my hypothesis but I'm not very able !
+</I>&gt;<i> Maybe you may ask to an old packager !!!
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>Funda Wang is our silent guardian angel :
+He just fixed it (and we may see how he could in revision 155500)!
+
+Thanks Funda
+
+
+
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008885.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
+</A></li>
+ <LI>Next message: <A HREF="008891.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8888">[ date ]</a>
+ <a href="thread.html#8888">[ thread ]</a>
+ <a href="subject.html#8888">[ subject ]</a>
+ <a href="author.html#8888">[ 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>