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
116
117
118
119
120
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] texi2html
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20texi2html&In-Reply-To=%3Cj5tjuk%24smt%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="008429.html">
<LINK REL="Next" HREF="008472.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] texi2html</H1>
<B>Philippe DIDIER</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20texi2html&In-Reply-To=%3Cj5tjuk%24smt%241%40dough.gmane.org%3E"
TITLE="[Mageia-dev] texi2html">philippedidier at laposte.net
</A><BR>
<I>Wed Sep 28 00:49:56 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008429.html">[Mageia-dev] texi2html
</A></li>
<LI>Next message: <A HREF="008472.html">[Mageia-dev] texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8471">[ date ]</a>
<a href="thread.html#8471">[ thread ]</a>
<a href="subject.html#8471">[ subject ]</a>
<a href="author.html#8471">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>D.Morgan a écrit :
><i> On Tue, Sep 27, 2011 at 8:54 AM, Jani Välimaa <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jani.valimaa at gmail.com</A>> wrote:
</I>>><i> 2011/9/27 Thomas Spuhler <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thomas at btspuhler.com</A>>:
</I>>>><i> On Monday, September 26, 2011 07:33:20 pm Thomas Spuhler wrote:
</I>>>>><i> On Monday, September 26, 2011 08:34:30 am Anssi Hannula wrote:
</I>>>>>><i> On 26.09.2011 15:47, nicolas vigier wrote:
</I>>>>>>><i> On Sat, 24 Sep 2011, Thomas Spuhler wrote:
</I>>>>>>>><i> But are you sure about texlive providing it?
</I>>>>>>><i>
</I>>>>>>><i> I don't know. It looks like it's not in the texlive package.
</I>>>>>><i>
</I>>>>>><i> My impression (from a few years back I think) is that standalone
</I>>>>>><i> texi2html is the texlive-era replacement for tetex-texi2html.
</I>>>>><i>
</I>>>>><i> Since I need it for lilypond, I'll fix those requires that had a require
</I>>>>><i> for tetex-texi2html
</I>>>><i> it's also needed for gcomprise. It doesn't build without.
</I>>>><i> But here comes an interesting twist.
</I>>>><i> BuildRequires: texi2html in gcomprise is just being ignored, on the BS as well
</I>>>><i> as on the local VM
</I>>>><i> Installing it let's me build the package, after uninstalling texi2html it
</I>>>><i> doesn't build, but the requires is ignored.
</I>>>><i> If I change it to something else such as BuildRequires: texi3html
</I>>>><i> Then it tells me rightfully texi2html is missing.
</I>>>><i>
</I>>><i>
</I>>><i> Your BR isn't ignored, texi2html is also provided by texlive and it
</I>>><i> gets installed instead of texi2html.
</I>>><i>
</I>><i>
</I>><i> i am working on new texlive, i can take a look to this issue.
</I>><i>
</I>
Olav Vitters has rebuilt texlive (with new libpng15) after boklm had
erased the wrong Provides : texi2html
Now, if BR texi2html is in a spec, texi2html.rpm will be installed
You may now push ffmpeg, gcompris, to be built...
You may try lilypond
Remind that lash, qemu, and xen need to have BR modified
from BR: tetex-texi2html to BR: texi2html too
Olav Vitters seems to have taken care of quagga
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008429.html">[Mageia-dev] texi2html
</A></li>
<LI>Next message: <A HREF="008472.html">[Mageia-dev] texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8471">[ date ]</a>
<a href="thread.html#8471">[ thread ]</a>
<a href="subject.html#8471">[ subject ]</a>
<a href="author.html#8471">[ 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>
|