1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<!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=%3C201110151938.14741.thomas%40btspuhler.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008881.html">
<LINK REL="Next" HREF="008885.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] missing deps, lash rebuilt for texi2html</H1>
<B>Thomas Spuhler</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=%3C201110151938.14741.thomas%40btspuhler.com%3E"
TITLE="[Mageia-dev] missing deps, lash rebuilt for texi2html">thomas at btspuhler.com
</A><BR>
<I>Sun Oct 16 04:38:14 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008881.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI>Next message: <A HREF="008885.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8882">[ date ]</a>
<a href="thread.html#8882">[ thread ]</a>
<a href="subject.html#8882">[ subject ]</a>
<a href="author.html#8882">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Saturday, October 15, 2011 07:16:19 pm Philippe DIDIER wrote:
><i> Thomas Spuhler a écrit :
</I>><i> > I just rebuilt lash. In order to get it built, I had to remove
</I>><i> > -%{python_sitelib}/*
</I>><i> > Can someone who uses it please test it?
</I>><i>
</I>><i> In the previous build (march)
</I>><i> python-lash rpm was created
</I>><i> it could install a directory
</I>><i> /usr/lib/python2.7/site-packages/
</I>><i> wich contained 4 files
</I>><i> _lash.a
</I>><i> _lash.la
</I>><i> _lash.so
</I>><i> lash.py
</I>><i>
</I>><i>
</I>><i> You said you had to remove -%{python_sitelib}/* in the spec file
</I>><i> because there was nothing there (so your python-lash rpm seems to be
</I>><i> empty !)
</I>><i> If nothing was created in the buildroot (and no file found to be
</I>><i> packaged) it's perhaps a problem of config : if python was not found
</I>><i> (configure.ac seems to look for a path to PYTHON 2.3 !!! ) this these 4
</I>><i> files were not created and there's indeed nothing to install...
</I>><i>
</I>><i> Perhaps a problem with the update of python since july ?
</I>><i>
</I>><i> Did you get an error message complaining about a missing optional
</I>><i> dependency (even if that doesn't prevent to "make" what is not optional
</I>><i>
</I>><i> : configure seems to allow to make without creating python-lash)
</I>
No, I didn't see any error messages.
--
Thomas
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008881.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI>Next message: <A HREF="008885.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8882">[ date ]</a>
<a href="thread.html#8882">[ thread ]</a>
<a href="subject.html#8882">[ subject ]</a>
<a href="author.html#8882">[ 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>
|