blob: fb636694029243fd97f60985ad6ece3b42cb8d9d (
plain)
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
|
<!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=%3Cj7depk%24hbj%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="008880.html">
<LINK REL="Next" HREF="008882.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=%3Cj7depk%24hbj%241%40dough.gmane.org%3E"
TITLE="[Mageia-dev] missing deps, lash rebuilt for texi2html">philippedidier at laposte.net
</A><BR>
<I>Sun Oct 16 04:16:19 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008880.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI>Next message: <A HREF="008882.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8881">[ date ]</a>
<a href="thread.html#8881">[ thread ]</a>
<a href="subject.html#8881">[ subject ]</a>
<a href="author.html#8881">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Thomas Spuhler a écrit :
><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>
In the previous build (march)
python-lash rpm was created
it could install a directory
/usr/lib/python2.7/site-packages/
wich contained 4 files
_lash.a
_lash.la
_lash.so
lash.py
You said you had to remove -%{python_sitelib}/* in the spec file
because there was nothing there (so your python-lash rpm seems to be
empty !)
If nothing was created in the buildroot (and no file found to be
packaged) it's perhaps a problem of config : if python was not found
(configure.ac seems to look for a path to PYTHON 2.3 !!! ) this these 4
files were not created and there's indeed nothing to install...
Perhaps a problem with the update of python since july ?
Did you get an error message complaining about a missing optional
dependency (even if that doesn't prevent to "make" what is not optional
:<i> configure seems to allow to make without creating python-lash)
</I>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008880.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI>Next message: <A HREF="008882.html">[Mageia-dev] missing deps, lash rebuilt for texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8881">[ date ]</a>
<a href="thread.html#8881">[ thread ]</a>
<a href="subject.html#8881">[ subject ]</a>
<a href="author.html#8881">[ 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>
|