* a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
@ 2007-08-21 17:51 Randal L. Schwartz
2007-08-21 21:15 ` Junio C Hamano
2007-08-22 8:13 ` Junio C Hamano
0 siblings, 2 replies; 11+ messages in thread
From: Randal L. Schwartz @ 2007-08-21 17:51 UTC (permalink / raw)
To: git
xmlto -m callouts.xsl man git-rev-list.xml
xmlto: input does not validate (status 3)
/Volumes/UFS/MIRROR/git-GIT/Documentation/git-rev-list.xml:512: element literal: validity error : Element emphasis is not declared in literal list of possible children
/Volumes/UFS/MIRROR/git-GIT/Documentation/git-rev-list.xml:512: element literal: validity error : Element emphasis is not declared in literal list of possible children
/Volumes/UFS/MIRROR/git-GIT/Documentation/git-rev-list.xml:512: element literal: validity error : Element emphasis is not declared in literal list of possible children
Document /Volumes/UFS/MIRROR/git-GIT/Documentation/git-rev-list.xml does not validate
make[1]: *** [git-rev-list.1] Error 3
rm git-checkout.xml
make: *** [doc] Error 2
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-21 17:51 a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs Randal L. Schwartz
@ 2007-08-21 21:15 ` Junio C Hamano
2007-08-21 21:37 ` Randal L. Schwartz
2007-08-21 21:45 ` Mike Hommey
2007-08-22 8:13 ` Junio C Hamano
1 sibling, 2 replies; 11+ messages in thread
From: Junio C Hamano @ 2007-08-21 21:15 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git
I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
are broken. Is your debug log from either of these versions?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-21 21:15 ` Junio C Hamano
@ 2007-08-21 21:37 ` Randal L. Schwartz
2007-08-21 23:51 ` Junio C Hamano
2007-08-21 21:45 ` Mike Hommey
1 sibling, 1 reply; 11+ messages in thread
From: Randal L. Schwartz @ 2007-08-21 21:37 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
>>>>> "Junio" == Junio C Hamano <gitster@pobox.com> writes:
Junio> I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
Junio> are broken. Is your debug log from either of these versions?
1.71
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-21 21:15 ` Junio C Hamano
2007-08-21 21:37 ` Randal L. Schwartz
@ 2007-08-21 21:45 ` Mike Hommey
1 sibling, 0 replies; 11+ messages in thread
From: Mike Hommey @ 2007-08-21 21:45 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Randal L. Schwartz, git
On Tue, Aug 21, 2007 at 02:15:26PM -0700, Junio C Hamano <gitster@pobox.com> wrote:
> I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
> are broken. Is your debug log from either of these versions?
The problems brought by docbook-xsl 1.72 are from a different nature.
Also note they only make a problem with the output, and don't break the
build.
Mike
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-21 21:37 ` Randal L. Schwartz
@ 2007-08-21 23:51 ` Junio C Hamano
2007-08-22 1:41 ` Shawn O. Pearce
0 siblings, 1 reply; 11+ messages in thread
From: Junio C Hamano @ 2007-08-21 23:51 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git
merlyn@stonehenge.com (Randal L. Schwartz) writes:
>>>>>> "Junio" == Junio C Hamano <gitster@pobox.com> writes:
>
> Junio> I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
> Junio> are broken. Is your debug log from either of these versions?
>
> 1.71
Interesting. I use 1.71 here too but it does not break.
I wonder what the differences are between our environments
(don't answer that you use OSX and I use Debian and FC -- that
much I already know).
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-21 23:51 ` Junio C Hamano
@ 2007-08-22 1:41 ` Shawn O. Pearce
2007-08-22 5:09 ` David Kastrup
2007-08-22 7:24 ` David Kastrup
0 siblings, 2 replies; 11+ messages in thread
From: Shawn O. Pearce @ 2007-08-22 1:41 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Randal L. Schwartz, git
Junio C Hamano <gitster@pobox.com> wrote:
> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>
> >>>>>> "Junio" == Junio C Hamano <gitster@pobox.com> writes:
> >
> > Junio> I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
> > Junio> are broken. Is your debug log from either of these versions?
> >
> > 1.71
>
> Interesting. I use 1.71 here too but it does not break.
>
> I wonder what the differences are between our environments
> (don't answer that you use OSX and I use Debian and FC -- that
> much I already know).
It broke at day-job on Cygwin today. I don't know what version
of docbook-xsl I'm using there. But its fine on my OSX system.
I had planned on debugging it at home tonight, but I can't reproduce
it here. Cute. I will look at it again tomorrow and see if I can
debug the issue.
I'm pretty sure it was my recent edit to git-rev-list.txt; its
one of the only commits that has impacted that manual page since
the last time I had built that manual on Cygwin. And no, nothing
else (e.g. docbook, asciidoc, xmlto) has changed since the last
successful build.
--
Shawn.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-22 1:41 ` Shawn O. Pearce
@ 2007-08-22 5:09 ` David Kastrup
2007-08-22 7:24 ` David Kastrup
1 sibling, 0 replies; 11+ messages in thread
From: David Kastrup @ 2007-08-22 5:09 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: Junio C Hamano, Randal L. Schwartz, git
"Shawn O. Pearce" <spearce@spearce.org> writes:
> Junio C Hamano <gitster@pobox.com> wrote:
>> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>>
>> >>>>>> "Junio" == Junio C Hamano <gitster@pobox.com> writes:
>> >
>> > Junio> I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
>> > Junio> are broken. Is your debug log from either of these versions?
>> >
>> > 1.71
>>
>> Interesting. I use 1.71 here too but it does not break.
>>
>> I wonder what the differences are between our environments
>> (don't answer that you use OSX and I use Debian and FC -- that
>> much I already know).
>
> It broke at day-job on Cygwin today. I don't know what version
> of docbook-xsl I'm using there. But its fine on my OSX system.
> I had planned on debugging it at home tonight, but I can't reproduce
> it here. Cute. I will look at it again tomorrow and see if I can
> debug the issue.
>
> I'm pretty sure it was my recent edit to git-rev-list.txt; its
> one of the only commits that has impacted that manual page since
> the last time I had built that manual on Cygwin. And no, nothing
> else (e.g. docbook, asciidoc, xmlto) has changed since the last
> successful build.
Maybe a line end character issue?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-22 1:41 ` Shawn O. Pearce
2007-08-22 5:09 ` David Kastrup
@ 2007-08-22 7:24 ` David Kastrup
1 sibling, 0 replies; 11+ messages in thread
From: David Kastrup @ 2007-08-22 7:24 UTC (permalink / raw)
To: git
"Shawn O. Pearce" <spearce@spearce.org> writes:
> Junio C Hamano <gitster@pobox.com> wrote:
>> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>>
>> >>>>>> "Junio" == Junio C Hamano <gitster@pobox.com> writes:
>> >
>> > Junio> I think we've seen it reported that docbook-xsl 1.72 and/or 1.73
>> > Junio> are broken. Is your debug log from either of these versions?
>> >
>> > 1.71
>>
>> Interesting. I use 1.71 here too but it does not break.
>>
>> I wonder what the differences are between our environments
>> (don't answer that you use OSX and I use Debian and FC -- that
>> much I already know).
>
> It broke at day-job on Cygwin today. I don't know what version
> of docbook-xsl I'm using there. But its fine on my OSX system.
> I had planned on debugging it at home tonight, but I can't reproduce
> it here. Cute. I will look at it again tomorrow and see if I can
> debug the issue.
>
> I'm pretty sure it was my recent edit to git-rev-list.txt; its
> one of the only commits that has impacted that manual page since
> the last time I had built that manual on Cygwin. And no, nothing
> else (e.g. docbook, asciidoc, xmlto) has changed since the last
> successful build.
Line ending problem?
[P.S.: due to a stuck mail server at home, some message similar to
this one will appear in the evening]
--
David Kastrup
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-21 17:51 a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs Randal L. Schwartz
2007-08-21 21:15 ` Junio C Hamano
@ 2007-08-22 8:13 ` Junio C Hamano
2007-08-22 15:02 ` Randal L. Schwartz
1 sibling, 1 reply; 11+ messages in thread
From: Junio C Hamano @ 2007-08-22 8:13 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git
Is this only with "make git-rev-list.1"?
Can your setup format d56651c0^ aka 14cd5607 correctly? IOW, does
$ git checkout 14cd5607 && cd Documentation && make git-rev-list.1
work well while
$ git checkout a475e809 && cd Documentation && make git-rev-list.1
doesn't?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-22 8:13 ` Junio C Hamano
@ 2007-08-22 15:02 ` Randal L. Schwartz
2007-08-22 19:45 ` Junio C Hamano
0 siblings, 1 reply; 11+ messages in thread
From: Randal L. Schwartz @ 2007-08-22 15:02 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
>>>>> "Junio" == Junio C Hamano <gitster@pobox.com> writes:
Junio> $ git checkout 14cd5607 && cd Documentation && make git-rev-list.1
This works fine.
Junio> $ git checkout a475e809 && cd Documentation && make git-rev-list.1
And this fails.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs
2007-08-22 15:02 ` Randal L. Schwartz
@ 2007-08-22 19:45 ` Junio C Hamano
0 siblings, 0 replies; 11+ messages in thread
From: Junio C Hamano @ 2007-08-22 19:45 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git
Thanks. One difference we overlooked was the differences in
versions of AsciiDoc; Quy sees problem with 8 while I do not
with 7 (both my private machine and k.org machine -- the latter
of which is where preformatted documentation pages in html and
man branches come from). I think Shawn was correct to pinpoint
that exact change as the culprit and Quy Tonthat is on the right
track, with this patch...
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index cbbc234..a0c611e 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -298,8 +298,8 @@ used in the output. When the starting commit is specified as
'commit@{now}', output also uses 'commit@\{timestamp}' notation
instead. Under '\--pretty=oneline', the commit message is
prefixed with this information on the same line.
-+
-Cannot be combined with --reverse.
+
+Cannot be combined with '\--reverse'.
--merge::
@@ -375,7 +375,7 @@ By default, the commits are shown in reverse chronological order.
--reverse::
Output the commits in reverse order.
- Cannot be combined with --walk-reflogs.
+ Cannot be combined with '\--walk-reflogs'.
Object Traversal
~~~~~~~~~~~~~~~~
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2007-08-22 21:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-21 17:51 a475e8095aeb898c1ca60673b82df97d2300cc95 broken for docs Randal L. Schwartz
2007-08-21 21:15 ` Junio C Hamano
2007-08-21 21:37 ` Randal L. Schwartz
2007-08-21 23:51 ` Junio C Hamano
2007-08-22 1:41 ` Shawn O. Pearce
2007-08-22 5:09 ` David Kastrup
2007-08-22 7:24 ` David Kastrup
2007-08-21 21:45 ` Mike Hommey
2007-08-22 8:13 ` Junio C Hamano
2007-08-22 15:02 ` Randal L. Schwartz
2007-08-22 19:45 ` 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;
as well as URLs for NNTP newsgroup(s).