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
121
122
123
124
125
126
|
<!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=%3C2693e5d8-b77b-4106-9bac-d206372e1571%40blur%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008616.html">
<LINK REL="Next" HREF="008878.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] texi2html</H1>
<B>Thomas Spuhler</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20texi2html&In-Reply-To=%3C2693e5d8-b77b-4106-9bac-d206372e1571%40blur%3E"
TITLE="[Mageia-dev] texi2html">thomas at btspuhler.com
</A><BR>
<I>Wed Oct 5 02:18:11 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008616.html">[Mageia-dev] texi2html
</A></li>
<LI>Next message: <A HREF="008878.html">[Mageia-dev] texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8629">[ date ]</a>
<a href="thread.html#8629">[ thread ]</a>
<a href="subject.html#8629">[ subject ]</a>
<a href="author.html#8629">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>If there is no maintainer I will rebuild it.
Sent from my Motorola ATRIX™ 4G on AT&T
-----Original message-----
From: Philippe DIDIER <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">philippedidier at laposte.net</A>>
To: <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia-dev at mageia.org</A>
Sent: Mon, Oct 3, 2011 18:30:41 GMT+00:00
Subject: Re: [Mageia-dev] texi2html
Thomas Spuhler a écrit :
><i> On Tuesday, September 27, 2011 03:49:56 pm Philippe DIDIER wrote:
</I>>><i> D.Morgan a écrit :
</I>>>><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>>
</I>><i> 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
</I>>>>>>><i> require for tetex-texi2html
</I>>>>>><i>
</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
</I>>>>>><i> as well as on the local VM
</I>>>>>><i> Installing it let's me build the package, after uninstalling texi2html
</I>>>>>><i> it 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> 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 am working on new texlive, i can take a look to this issue.
</I>>><i>
</I>>><i> Olav Vitters has rebuilt texlive (with new libpng15) after boklm had
</I>>><i> erased the wrong Provides : texi2html
</I>>><i>
</I>>><i> Now, if BR texi2html is in a spec, texi2html.rpm will be installed
</I>>><i>
</I>>><i> You may now push ffmpeg, gcompris, to be built...
</I>>><i> You may try lilypond
</I>>><i>
</I>>><i> Remind that lash, qemu, and xen need to have BR modified
</I>>><i> from BR: tetex-texi2html to BR: texi2html too
</I>>><i>
</I>>><i> Olav Vitters seems to have taken care of quagga
</I>><i>
</I>><i> Thanks a lot.
</I>
One package remains with a wrong BR
Xen spec file still have BR: tetex-texi2html
if it is rebuilt it needs to be now BR: texi2html
need to provide a bug report ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-dev/attachments/20111004/62562353/attachment-0001.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008616.html">[Mageia-dev] texi2html
</A></li>
<LI>Next message: <A HREF="008878.html">[Mageia-dev] texi2html
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8629">[ date ]</a>
<a href="thread.html#8629">[ thread ]</a>
<a href="subject.html#8629">[ subject ]</a>
<a href="author.html#8629">[ 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>
|