* "make quick-install-man" on git.git HEAD has failed for two days
@ 2011-11-10 16:17 Randal L. Schwartz
2011-11-10 16:33 ` Stefan Näwe
0 siblings, 1 reply; 5+ messages in thread
From: Randal L. Schwartz @ 2011-11-10 16:17 UTC (permalink / raw)
To: git
Known issue? Should I have done something differently?
"make install quick-install-man" ends with:
make[2]: `GIT-VERSION-FILE' is up to date.
git-manpages repository must exist at ../../git-manpages
make[1]: *** [require-manrepo] Error 1
make: *** [quick-install-man] Error 2
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: "make quick-install-man" on git.git HEAD has failed for two days
2011-11-10 16:17 "make quick-install-man" on git.git HEAD has failed for two days Randal L. Schwartz
@ 2011-11-10 16:33 ` Stefan Näwe
2011-11-10 16:40 ` Stefan Näwe
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Stefan Näwe @ 2011-11-10 16:33 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git@vger.kernel.org
Am 10.11.2011 17:17, schrieb Randal L. Schwartz:
>
> Known issue? Should I have done something differently?
>
> "make install quick-install-man" ends with:
>
> make[2]: `GIT-VERSION-FILE' is up to date.
> git-manpages repository must exist at ../../git-manpages
> make[1]: *** [require-manrepo] Error 1
> make: *** [quick-install-man] Error 2
This should be fixed with fcbebfd "docs: Update install-doc-quick".
(It's in master)
You need to clone git-manpages.git next to git.git.
Stefan
--
----------------------------------------------------------------
/dev/random says: Useless Invention: Fireproof cigarettes.
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: "make quick-install-man" on git.git HEAD has failed for two days
2011-11-10 16:33 ` Stefan Näwe
@ 2011-11-10 16:40 ` Stefan Näwe
2011-11-10 16:46 ` Stefan Näwe
2011-11-10 16:53 ` Randal L. Schwartz
2 siblings, 0 replies; 5+ messages in thread
From: Stefan Näwe @ 2011-11-10 16:40 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git@vger.kernel.org
Am 10.11.2011 17:33, schrieb Stefan Näwe:
> Am 10.11.2011 17:17, schrieb Randal L. Schwartz:
>>
>> Known issue? Should I have done something differently?
>>
>> "make install quick-install-man" ends with:
>>
>> make[2]: `GIT-VERSION-FILE' is up to date.
>> git-manpages repository must exist at ../../git-manpages
>> make[1]: *** [require-manrepo] Error 1
>> make: *** [quick-install-man] Error 2
>
> This should be fixed with fcbebfd "docs: Update install-doc-quick".
> (It's in master)
>
> You need to clone git-manpages.git next to git.git.
FYI:
http://thread.gmane.org/gmane.comp.version-control.git/184930/focus=185084
Stefan
--
----------------------------------------------------------------
/dev/random says: Useless Invention: Fireproof cigarettes.
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: "make quick-install-man" on git.git HEAD has failed for two days
2011-11-10 16:33 ` Stefan Näwe
2011-11-10 16:40 ` Stefan Näwe
@ 2011-11-10 16:46 ` Stefan Näwe
2011-11-10 16:53 ` Randal L. Schwartz
2 siblings, 0 replies; 5+ messages in thread
From: Stefan Näwe @ 2011-11-10 16:46 UTC (permalink / raw)
To: Randal L. Schwartz; +Cc: git@vger.kernel.org
Am 10.11.2011 17:33, schrieb Stefan Näwe:
> Am 10.11.2011 17:17, schrieb Randal L. Schwartz:
>>
>> Known issue? Should I have done something differently?
>>
>> "make install quick-install-man" ends with:
>>
>> make[2]: `GIT-VERSION-FILE' is up to date.
>> git-manpages repository must exist at ../../git-manpages
>> make[1]: *** [require-manrepo] Error 1
>> make: *** [quick-install-man] Error 2
>
> This should be fixed with fcbebfd "docs: Update install-doc-quick".
> (It's in master)
Errr...
"fcbebfd" is the cause, not the fix for it, of course.
> You need to clone git-manpages.git next to git.git.
Still true.
Stefan
--
----------------------------------------------------------------
/dev/random says: Time wounds all heels...
python -c "print '73746566616e2e6e616577654061746c61732d656c656b74726f6e696b2e636f6d'.decode('hex')"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: "make quick-install-man" on git.git HEAD has failed for two days
2011-11-10 16:33 ` Stefan Näwe
2011-11-10 16:40 ` Stefan Näwe
2011-11-10 16:46 ` Stefan Näwe
@ 2011-11-10 16:53 ` Randal L. Schwartz
2 siblings, 0 replies; 5+ messages in thread
From: Randal L. Schwartz @ 2011-11-10 16:53 UTC (permalink / raw)
To: Stefan Näwe; +Cc: git@vger.kernel.org
>>>>> "Stefan" == Stefan Näwe <stefan.naewe@atlas-elektronik.com> writes:
Stefan> You need to clone git-manpages.git next to git.git.
Thanks. New instructions, buried in a place I didn't read again. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-10 16:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 16:17 "make quick-install-man" on git.git HEAD has failed for two days Randal L. Schwartz
2011-11-10 16:33 ` Stefan Näwe
2011-11-10 16:40 ` Stefan Näwe
2011-11-10 16:46 ` Stefan Näwe
2011-11-10 16:53 ` Randal L. Schwartz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.