* Generating docu in 1.4.3.3.g01929
@ 2006-10-27 17:26 Horst H. von Brand
2006-10-27 19:44 ` Sean
2006-10-27 21:34 ` Junio C Hamano
0 siblings, 2 replies; 11+ messages in thread
From: Horst H. von Brand @ 2006-10-27 17:26 UTC (permalink / raw)
To: git
I'm getting lots of these after today's pull:
asciidoc -b docbook -d manpage -f asciidoc.conf git-daemon.txt
xmlto -m callouts.xsl man git-daemon.xml
error : unterminated entity reference
error : unterminated entity reference
error : unterminated entity reference ...
error : unterminated entity reference
error : unterminated entity reference
Writing git-daemon.1 for refentry
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 2654431
Universidad Tecnica Federico Santa Maria +56 32 2654239
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-27 17:26 Generating docu in 1.4.3.3.g01929 Horst H. von Brand
@ 2006-10-27 19:44 ` Sean
[not found] ` <20061027154433.da9b29d7.seanlkml@sympatico.ca>
2006-10-27 21:34 ` Junio C Hamano
1 sibling, 1 reply; 11+ messages in thread
From: Sean @ 2006-10-27 19:44 UTC (permalink / raw)
To: Horst H. von Brand; +Cc: git
On Fri, 27 Oct 2006 14:26:53 -0300
"Horst H. von Brand" <vonbrand@inf.utfsm.cl> wrote:
> I'm getting lots of these after today's pull:
>
> asciidoc -b docbook -d manpage -f asciidoc.conf git-daemon.txt
> xmlto -m callouts.xsl man git-daemon.xml
> error : unterminated entity reference
> error : unterminated entity reference
> error : unterminated entity reference ...
> error : unterminated entity reference
> error : unterminated entity reference
> Writing git-daemon.1 for refentry
Can't reproduce this here on master or on next with:
asciidoc-7.1.2-0 and xmlto-0.0.18-13.1
Maybe this is an Asciidoc 8 issue, are you using it?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-27 17:26 Generating docu in 1.4.3.3.g01929 Horst H. von Brand
2006-10-27 19:44 ` Sean
@ 2006-10-27 21:34 ` Junio C Hamano
1 sibling, 0 replies; 11+ messages in thread
From: Junio C Hamano @ 2006-10-27 21:34 UTC (permalink / raw)
To: Horst H. von Brand; +Cc: git
"Horst H. von Brand" <vonbrand@inf.utfsm.cl> writes:
> I'm getting lots of these after today's pull:
>
> asciidoc -b docbook -d manpage -f asciidoc.conf git-daemon.txt
> xmlto -m callouts.xsl man git-daemon.xml
> error : unterminated entity reference
> error : unterminated entity reference
> error : unterminated entity reference ...
> error : unterminated entity reference
> error : unterminated entity reference
> Writing git-daemon.1 for refentry
Is it only with git-daemon.txt (as opposed to other files like
git-cat-file.txt), is it only with generating git-daemon.1 (as
opposed to generating git-daemon.html), and is it only with
today's pull (as opposed to 1.4.3.3)?
The point I am getting at is if it is only for you and if so
we might want to pinpoint where the breakage is.
I do not see it with my xmlto and asciidoc combination, either
on FC6 nor on Debian testing.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
[not found] ` <20061027154433.da9b29d7.seanlkml@sympatico.ca>
@ 2006-10-27 23:12 ` Horst H. von Brand
2006-10-28 4:24 ` Sean
0 siblings, 1 reply; 11+ messages in thread
From: Horst H. von Brand @ 2006-10-27 23:12 UTC (permalink / raw)
To: Sean; +Cc: Horst H. von Brand, git
Sean <seanlkml@sympatico.ca> wrote:
> On Fri, 27 Oct 2006 14:26:53 -0300
> "Horst H. von Brand" <vonbrand@inf.utfsm.cl> wrote:
>
> > I'm getting lots of these after today's pull:
> >
> > asciidoc -b docbook -d manpage -f asciidoc.conf git-daemon.txt
> > xmlto -m callouts.xsl man git-daemon.xml
> > error : unterminated entity reference
> > error : unterminated entity reference
> > error : unterminated entity reference ...
> > error : unterminated entity reference
> > error : unterminated entity reference
> > Writing git-daemon.1 for refentry
>
> Can't reproduce this here on master or on next with:
> asciidoc-7.1.2-0 and xmlto-0.0.18-13.1
> Maybe this is an Asciidoc 8 issue, are you using it?
Fedora rawhide i386, with:
asciidoc-7.0.2-3.fc6
xmlto-0.0.18-13.1
Perhaps too old, not too new...
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 2654431
Universidad Tecnica Federico Santa Maria +56 32 2654239
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-27 23:12 ` Horst H. von Brand
@ 2006-10-28 4:24 ` Sean
2006-10-28 5:45 ` Junio C Hamano
0 siblings, 1 reply; 11+ messages in thread
From: Sean @ 2006-10-28 4:24 UTC (permalink / raw)
To: Horst H. von Brand; +Cc: git
On Fri, 27 Oct 2006 20:12:50 -0300
"Horst H. von Brand" <vonbrand@inf.utfsm.cl> wrote:
> > > asciidoc -b docbook -d manpage -f asciidoc.conf git-daemon.txt
> > > xmlto -m callouts.xsl man git-daemon.xml
> > > error : unterminated entity reference
> > > error : unterminated entity reference
> > > error : unterminated entity reference ...
> > > error : unterminated entity reference
> > > error : unterminated entity reference
> > > Writing git-daemon.1 for refentry
> >
> > Can't reproduce this here on master or on next with:
> > asciidoc-7.1.2-0 and xmlto-0.0.18-13.1
> > Maybe this is an Asciidoc 8 issue, are you using it?
>
> Fedora rawhide i386, with:
>
> asciidoc-7.0.2-3.fc6
> xmlto-0.0.18-13.1
>
> Perhaps too old, not too new...
Can't imagine that it's too old. You may have to bisect to figure
out what the culprit is. :o/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-28 4:24 ` Sean
@ 2006-10-28 5:45 ` Junio C Hamano
2006-10-28 6:07 ` Sean
0 siblings, 1 reply; 11+ messages in thread
From: Junio C Hamano @ 2006-10-28 5:45 UTC (permalink / raw)
To: Sean; +Cc: git, Horst H. von Brand
Sean <seanlkml@sympatico.ca> writes:
>> > Can't reproduce this here on master or on next with:
>> > asciidoc-7.1.2-0 and xmlto-0.0.18-13.1
>> > Maybe this is an Asciidoc 8 issue, are you using it?
>>
>> Fedora rawhide i386, with:
>>
>> asciidoc-7.0.2-3.fc6
>> xmlto-0.0.18-13.1
>>
>> Perhaps too old, not too new...
>
> Can't imagine that it's too old. You may have to bisect to figure
> out what the culprit is. :o/
Eh, do you mean bisecting asciidoc? I am not seeing the problem
with these on a freshly installed FC6:
Name : asciidoc
Arch : noarch
Version: 7.0.2
Release: 3.fc6
Name : xmlto
Arch : i386
Version: 0.0.18
Release: 13.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-28 5:45 ` Junio C Hamano
@ 2006-10-28 6:07 ` Sean
2006-10-28 19:04 ` Junio C Hamano
0 siblings, 1 reply; 11+ messages in thread
From: Sean @ 2006-10-28 6:07 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Horst H. von Brand
On Fri, 27 Oct 2006 22:45:51 -0700
Junio C Hamano <junkio@cox.net> wrote:
> Eh, do you mean bisecting asciidoc? I am not seeing the problem
> with these on a freshly installed FC6:
>
Yeah.. don't see the problem here either. But assuming there
is some strange interaction with Horst's environment, bisecting
would narrow it down. Even though I don't really think bisecting
will turn up a problem in Git, it might identify the problem in
the environment..
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-28 6:07 ` Sean
@ 2006-10-28 19:04 ` Junio C Hamano
2006-10-28 19:13 ` Sean
2006-10-29 19:03 ` Horst H. von Brand
0 siblings, 2 replies; 11+ messages in thread
From: Junio C Hamano @ 2006-10-28 19:04 UTC (permalink / raw)
To: Sean; +Cc: git, Horst H. von Brand
Sean <seanlkml@sympatico.ca> writes:
> On Fri, 27 Oct 2006 22:45:51 -0700
> Junio C Hamano <junkio@cox.net> wrote:
>
>> Eh, do you mean bisecting asciidoc? I am not seeing the problem
>> with these on a freshly installed FC6:
>
> Yeah.. don't see the problem here either. But assuming there
> is some strange interaction with Horst's environment, bisecting
> would narrow it down. Even though I don't really think bisecting
> will turn up a problem in Git, it might identify the problem in
> the environment..
Horst has a non-working combination that is:
- tip of "master" of the day
- Fedora rawhide i386 (whatever that is -- sorry I am new to RPM world)
- asciidoc 7.0.2 3.fc6
- xmlto 0.0.18 13.1
I have a working combination:
- tip of "master" of the day
- FC6 i386 (freshly installed)
- asciidoc 7.0.2 3.fc6
- xmlto 0.0.18 13.1
So the difference between me and Horst that can be bisected is
not what are listed above. I wonder what other things come into
the picture.
"rpm -q --requires" tells us that:
- asciidoc wants python >= 2.3
- xmlto wants docbook-dtds, docbook-xsl >= 1.56.0, flex,
libxslt, passivetex >= 1.11, util-linux, w3m
and here is what I have:
asciidoc-7.0.2-3.fc6
xmlto-0.0.18-13.1
python-2.4.3-18.fc6
docbook-dtds-1.0-30.1
package docbook-xsl is not installed
flex-2.5.4a-41.fc6
libxslt-1.1.17-1.1
passivetex-1.25-5.1.1
util-linux-2.13-0.44.fc6
w3m-0.5.1-14.1
"rpm -q --whatprovides docbook-xsl" says:
docbook-style-xsl-1.69.1-5.1
and it is installed on the FC6 box.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-28 19:04 ` Junio C Hamano
@ 2006-10-28 19:13 ` Sean
2006-10-28 19:22 ` Junio C Hamano
2006-10-29 19:03 ` Horst H. von Brand
1 sibling, 1 reply; 11+ messages in thread
From: Sean @ 2006-10-28 19:13 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Horst H. von Brand
On Sat, 28 Oct 2006 12:04:24 -0700
Junio C Hamano <junkio@cox.net> wrote:
> Horst has a non-working combination that is:
>
> - tip of "master" of the day
> - Fedora rawhide i386 (whatever that is -- sorry I am new to RPM world)
> - asciidoc 7.0.2 3.fc6
> - xmlto 0.0.18 13.1
>
> I have a working combination:
>
> - tip of "master" of the day
> - FC6 i386 (freshly installed)
> - asciidoc 7.0.2 3.fc6
> - xmlto 0.0.18 13.1
>
> So the difference between me and Horst that can be bisected is
> not what are listed above. I wonder what other things come into
> the picture.
The thing is, Horst implied everything worked before a recent pull.
It's worth at least going back to see if that's true. Quite likely
that older version will no longer work anymore either, but maybe it
will. Of course, if an older version no longer works, there's no
need to bisect further, something in the environment has changed.
Either way, it'll help narrow things down a bit.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-28 19:13 ` Sean
@ 2006-10-28 19:22 ` Junio C Hamano
0 siblings, 0 replies; 11+ messages in thread
From: Junio C Hamano @ 2006-10-28 19:22 UTC (permalink / raw)
To: Sean; +Cc: git, Horst H. von Brand
Sean <seanlkml@sympatico.ca> writes:
>> So the difference between me and Horst that can be bisected is
>> not what are listed above. I wonder what other things come into
>> the picture.
>
> The thing is, Horst implied everything worked before a recent pull.
Ah, Ok.
I explicitly asked about things that would help to narrow down
and Horst did not answer to any, so I took that "no info" as (0)
this is the first doc generation so it is unknown if older git
sources would generate docs correctly in the environment, (1)
not just git-daemon.1 but generating git-anything.1 is broken,
(2) not just git-daemon.1 but generating git-daemon.html is also
broken.
You interpreted the "no info" differently, which is valid.
> It's worth at least going back to see if that's true. Quite likely
> that older version will no longer work anymore either, but maybe it
> will. Of course, if an older version no longer works, there's no
> need to bisect further, something in the environment has changed.
> Either way, it'll help narrow things down a bit.
Very true.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Generating docu in 1.4.3.3.g01929
2006-10-28 19:04 ` Junio C Hamano
2006-10-28 19:13 ` Sean
@ 2006-10-29 19:03 ` Horst H. von Brand
1 sibling, 0 replies; 11+ messages in thread
From: Horst H. von Brand @ 2006-10-29 19:03 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Sean, git, Horst H. von Brand
Junio C Hamano <junkio@cox.net> wrote:
[...]
> and here is what I have:
>
> asciidoc-7.0.2-3.fc6
> xmlto-0.0.18-13.1
> python-2.4.3-18.fc6
> docbook-dtds-1.0-30.1
> package docbook-xsl is not installed
> flex-2.5.4a-41.fc6
> libxslt-1.1.17-1.1
> passivetex-1.25-5.1.1
> util-linux-2.13-0.44.fc6
> w3m-0.5.1-14.1
I've got:
asciidoc-7.0.2-3.fc6
xmlto-0.0.18-13.1
python-2.4.4-1.fc7
docbook-dtds-1.0-30.1
package docbook-xsl is not installed
flex-2.5.4a-41.fc6
libxslt-1.1.18-1
passivetex-1.25-5.1.1
util-linux-2.13-0.44.fc6
w3m-0.5.1-14.1
> "rpm -q --whatprovides docbook-xsl" says:
>
> docbook-style-xsl-1.69.1-5.1
docbook-style-xsl-1.69.1-5.1
Differences are (mine (Junio's)):
python-2.4.4-1.fc7 (python-2.4.3-18.fc6)
libxslt-1.1.18-1 (libxslt-1.1.17-1.1)
libxslt requires libxml2:
libxml2-2.6.27-1 (Fedora 6 has libxml2-2.6.26-2.1.1)
Getting the Fedora 6 libxslt (Junio's) and redoing git gives no errors.
Judging from the libxslt changelog <http://xmlsoft.org/XSLT/news.html> they
tightened up the processing, so I'd guess asciidoc is generating fishy XML
or xmlto is broken. I've no clue here... somebody knowledgeable who can
take a closer look or otherwise lend me a hand?
Thanks!
PS: I get similar errors with tig...
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 2654431
Universidad Tecnica Federico Santa Maria +56 32 2654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 2797513
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2006-10-29 19:05 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-27 17:26 Generating docu in 1.4.3.3.g01929 Horst H. von Brand
2006-10-27 19:44 ` Sean
[not found] ` <20061027154433.da9b29d7.seanlkml@sympatico.ca>
2006-10-27 23:12 ` Horst H. von Brand
2006-10-28 4:24 ` Sean
2006-10-28 5:45 ` Junio C Hamano
2006-10-28 6:07 ` Sean
2006-10-28 19:04 ` Junio C Hamano
2006-10-28 19:13 ` Sean
2006-10-28 19:22 ` Junio C Hamano
2006-10-29 19:03 ` Horst H. von Brand
2006-10-27 21:34 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox