git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [stgit] Documentation build error in proposed branch
@ 2010-02-08 13:00 Gustav Hållberg
  2010-02-09 23:07 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Gustav Hållberg @ 2010-02-08 13:00 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

As of recently, I cannot compile documentation in
git://repo.or.cz/stgit.git proposed:

lux:~/devel/stgit$ git ls-files -o | xargs rm
lux:~/devel/stgit$ git rev-parse HEAD
c7506039d0299c093140857b7a617ec6bcdbfc13
lux:~/devel/stgit$ make all doc
   :
cd Documentation && make all
make[1]: Entering directory `/home/gustav/devel/stgit/Documentation'
rm -f doc.dep+ doc.dep
perl ./build-docdep.perl >doc.dep+
mv doc.dep+ doc.dep
make[1]: Leaving directory `/home/gustav/devel/stgit/Documentation'
make[1]: Entering directory `/home/gustav/devel/stgit/Documentation'
../stg-build --cmd-list > command-list.txt
Traceback (most recent call last):
  File "../stg-build", line 41, in <module>
    main()
  File "../stg-build", line 31, in main
    commands.get_commands(allow_cached = False), sys.stdout)
  File "/home/gustav/devel/stgit/stgit/commands/__init__.py", line 89,
in asciidoc_command_list
    for kind, cmds in _command_list(commands):
  File "/home/gustav/devel/stgit/stgit/commands/__init__.py", line 72,
in _command_list
    yield kind, sorted(kinds[kind].iteritems())
KeyError: 'Alias commands'
make[1]: *** [command-list.txt] Error 1
make[1]: Leaving directory `/home/gustav/devel/stgit/Documentation'
make: *** [doc] Error 2

- Gustav

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

end of thread, other threads:[~2010-02-09 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 13:00 [stgit] Documentation build error in proposed branch Gustav Hållberg
2010-02-09 23:07 ` Catalin Marinas

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).