public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6
@ 2009-08-20 19:00 Gregory Haskins
  2009-08-20 22:15 ` Kyle McMartin
  2009-08-20 22:19 ` Carlos R. Mafra
  0 siblings, 2 replies; 5+ messages in thread
From: Gregory Haskins @ 2009-08-20 19:00 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel@vger.kernel.org, Peter Zijlstra

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

Hi Ingo,

I'm seeing this in 2.6.31-rc6:

ghaskins@dev:~/sandbox/git/fabric/linux-2.6/tools/perf/Documentation> make
    SUBDIR ../
make[1]: `PERF-VERSION-FILE' is up to date.
    ASCIIDOC perf-examples.html
ERROR: perf-examples.txt: line 1: manpage document title is mandatory
FAILED: perf-examples.txt: line 8: illegal style name: From an e-mail by
Ingo Molnar
make: *** [perf-examples.html] Error 1

It could very well be pilot error.  Any ideas?

Kind Regards,
-Greg


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 267 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6
  2009-08-20 19:00 perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6 Gregory Haskins
@ 2009-08-20 22:15 ` Kyle McMartin
  2009-08-21 11:31   ` Ingo Molnar
  2009-08-20 22:19 ` Carlos R. Mafra
  1 sibling, 1 reply; 5+ messages in thread
From: Kyle McMartin @ 2009-08-20 22:15 UTC (permalink / raw)
  To: Gregory Haskins; +Cc: Ingo Molnar, linux-kernel@vger.kernel.org, Peter Zijlstra

On Thu, Aug 20, 2009 at 03:00:38PM -0400, Gregory Haskins wrote:
> Hi Ingo,
> 
> I'm seeing this in 2.6.31-rc6:
> 
> ghaskins@dev:~/sandbox/git/fabric/linux-2.6/tools/perf/Documentation> make
>     SUBDIR ../
> make[1]: `PERF-VERSION-FILE' is up to date.
>     ASCIIDOC perf-examples.html
> ERROR: perf-examples.txt: line 1: manpage document title is mandatory
> FAILED: perf-examples.txt: line 8: illegal style name: From an e-mail by
> Ingo Molnar
> make: *** [perf-examples.html] Error 1
> 
> It could very well be pilot error.  Any ideas?
> 

This was fixed in a recent commit to tip, probably upstream by now.
http://git.kernel.org/?p=linux/kernel/git/x86/linux-2.6-tip.git;a=commitdiff;h=2932cffc89e9a1476b28a59896fa4f81e0d4f131

regards, Kyle

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6
  2009-08-20 19:00 perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6 Gregory Haskins
  2009-08-20 22:15 ` Kyle McMartin
@ 2009-08-20 22:19 ` Carlos R. Mafra
  1 sibling, 0 replies; 5+ messages in thread
From: Carlos R. Mafra @ 2009-08-20 22:19 UTC (permalink / raw)
  To: Gregory Haskins; +Cc: Ingo Molnar, linux-kernel@vger.kernel.org, Peter Zijlstra

On Thu 20.Aug'09 at 15:00:38 -0400, Gregory Haskins wrote:
> Hi Ingo,
> 
> I'm seeing this in 2.6.31-rc6:
> 
> ghaskins@dev:~/sandbox/git/fabric/linux-2.6/tools/perf/Documentation> make
>     SUBDIR ../
> make[1]: `PERF-VERSION-FILE' is up to date.
>     ASCIIDOC perf-examples.html
> ERROR: perf-examples.txt: line 1: manpage document title is mandatory
> FAILED: perf-examples.txt: line 8: illegal style name: From an e-mail by
> Ingo Molnar
> make: *** [perf-examples.html] Error 1
> 
> It could very well be pilot error.  Any ideas?

That is my fault. I am sorry everybody.

But Ingo already posted a pull request with the fix here,

http://lkml.org/lkml/2009/8/10/306



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6
  2009-08-20 22:15 ` Kyle McMartin
@ 2009-08-21 11:31   ` Ingo Molnar
  2009-08-21 11:35     ` Gregory Haskins
  0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2009-08-21 11:31 UTC (permalink / raw)
  To: Kyle McMartin, Carlos R. Mafra
  Cc: Gregory Haskins, linux-kernel@vger.kernel.org, Peter Zijlstra


* Kyle McMartin <kyle@mcmartin.ca> wrote:

> On Thu, Aug 20, 2009 at 03:00:38PM -0400, Gregory Haskins wrote:
> > Hi Ingo,
> > 
> > I'm seeing this in 2.6.31-rc6:
> > 
> > ghaskins@dev:~/sandbox/git/fabric/linux-2.6/tools/perf/Documentation> make
> >     SUBDIR ../
> > make[1]: `PERF-VERSION-FILE' is up to date.
> >     ASCIIDOC perf-examples.html
> > ERROR: perf-examples.txt: line 1: manpage document title is mandatory
> > FAILED: perf-examples.txt: line 8: illegal style name: From an e-mail by
> > Ingo Molnar
> > make: *** [perf-examples.html] Error 1
> > 
> > It could very well be pilot error.  Any ideas?
> > 
> 
> This was fixed in a recent commit to tip, probably upstream by now.
> http://git.kernel.org/?p=linux/kernel/git/x86/linux-2.6-tip.git;a=commitdiff;h=2932cffc89e9a1476b28a59896fa4f81e0d4f131

Yeah, the fix is upstream now, Linus pulled it two days ago.

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6
  2009-08-21 11:31   ` Ingo Molnar
@ 2009-08-21 11:35     ` Gregory Haskins
  0 siblings, 0 replies; 5+ messages in thread
From: Gregory Haskins @ 2009-08-21 11:35 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Kyle McMartin, Carlos R. Mafra, linux-kernel@vger.kernel.org,
	Peter Zijlstra

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

Ingo Molnar wrote:
> * Kyle McMartin <kyle@mcmartin.ca> wrote:
> 
>> On Thu, Aug 20, 2009 at 03:00:38PM -0400, Gregory Haskins wrote:
>>> Hi Ingo,
>>>
>>> I'm seeing this in 2.6.31-rc6:
>>>
>>> ghaskins@dev:~/sandbox/git/fabric/linux-2.6/tools/perf/Documentation> make
>>>     SUBDIR ../
>>> make[1]: `PERF-VERSION-FILE' is up to date.
>>>     ASCIIDOC perf-examples.html
>>> ERROR: perf-examples.txt: line 1: manpage document title is mandatory
>>> FAILED: perf-examples.txt: line 8: illegal style name: From an e-mail by
>>> Ingo Molnar
>>> make: *** [perf-examples.html] Error 1
>>>
>>> It could very well be pilot error.  Any ideas?
>>>
>> This was fixed in a recent commit to tip, probably upstream by now.
>> http://git.kernel.org/?p=linux/kernel/git/x86/linux-2.6-tip.git;a=commitdiff;h=2932cffc89e9a1476b28a59896fa4f81e0d4f131
> 
> Yeah, the fix is upstream now, Linus pulled it two days ago.
> 
> 	Ingo

Thanks all,

-Greg


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 267 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-21 11:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 19:00 perf: Problem compiling /tools/perf/Documentation in 2.6.31-rc6 Gregory Haskins
2009-08-20 22:15 ` Kyle McMartin
2009-08-21 11:31   ` Ingo Molnar
2009-08-21 11:35     ` Gregory Haskins
2009-08-20 22:19 ` Carlos R. Mafra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox