Hi,

Anyone tried and successfully compiled git 1.7.3 or any git 1.7.x.x
version Documentation using asciidoc-8.6.2?

I am able to complied with asciidoc-8.4.5 but not with
asciidoc-8.6.2.  Below are the output:

=================================================================
+ make -j8 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -
fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -
march=i386 -mtune=generic -fasynchronous-unwind-tables' ETC_GITCONFIG=/
etc/gitconfig prefix=/usr mandir=/usr/share/man htmldir=/usr/share/doc/
git-1.7.3 libdir=/usr/lib all doc
GIT_VERSION = 1.7.3
    GEN git-am
    GEN git-bisect
    GEN git-difftool--helper
    * new build flags or prefix
    GEN git-filter-branch
    GEN git-lost-found
    GEN git-merge-octopus
    GEN git-merge-resolve
    GEN git-merge-one-file
    GEN git-mergetool
    GEN git-quiltimport
    GEN git-pull
    GEN git-rebase--interactive
    GEN git-rebase
    GEN git-repack
    GEN git-request-pull
    GEN git-stash
    GEN git-submodule
    GEN git-remote-testgit
    SUBDIR gitweb
    GEN git-web--browse
    SUBDIR ../
    SUBDIR perl
    GEN git-mergetool--lib
/usr/bin/perl Makefile.PL PREFIX='/usr' INSTALL_BASE=''
    GEN git-parse-remote
    GEN git-sh-setup
    GEN common-cmds.h
    CC builtin/annotate.o
    CC builtin/add.o
    CC builtin/archive.o
    CC builtin/apply.o
    CC builtin/bisect--helper.o
'INSTALL_BASE' is not a known MakeMaker parameter name.
Writing perl.mak for Git
    CC builtin/blame.o
make[2]: `GIT-VERSION-FILE' is up to date.
    CC builtin/branch.o
    CC builtin/bundle.o
    GEN gitweb.cgi
    CC builtin/cat-file.o
    CC builtin/check-attr.o
    CC builtin/check-ref-format.o
    CC builtin/checkout-index.o
    CC builtin/checkout.o
    CC builtin/clean.o
    CC builtin/clone.o
    CC builtin/commit-tree.o
    CC builtin/commit.o
    CC builtin/config.o
    CC builtin/count-objects.o
    CC builtin/describe.o
    CC builtin/diff-files.o
    CC builtin/diff-index.o
    CC builtin/diff-tree.o
    CC builtin/diff.o
    CC builtin/fast-export.o
    CC builtin/fetch-pack.o
    CC builtin/fetch.o
    CC builtin/fmt-merge-msg.o
    CC builtin/for-each-ref.o
    CC builtin/fsck.o
    CC builtin/gc.o
    CC builtin/grep.o
    CC builtin/hash-object.o
    CC builtin/help.o
    CC builtin/index-pack.o
    CC builtin/init-db.o
    CC builtin/log.o
    CC builtin/ls-files.o
    CC builtin/ls-remote.o
    CC builtin/ls-tree.o
    CC builtin/mailinfo.o
builtin/log.c: In function 'show_object':
builtin/log.c:361: warning: ignoring return value of 'fwrite',
declared with attribute warn_unused_result
    CC builtin/mailsplit.o
    CC builtin/merge.o
builtin/mailinfo.c: In function 'handle_patch':
builtin/mailinfo.c:833: warning: ignoring return value of 'fwrite',
declared with attribute warn_unused_result
    CC builtin/merge-base.o
    CC builtin/merge-file.o
    CC builtin/merge-index.o
    CC builtin/merge-ours.o
    CC builtin/merge-recursive.o
    CC builtin/merge-tree.o
    CC builtin/mktree.o
    CC builtin/mktag.o
    CC builtin/mv.o
    CC builtin/name-rev.o
    CC builtin/notes.o
    CC builtin/pack-objects.o
    CC builtin/pack-redundant.o
builtin/name-rev.c: In function 'name_rev_line':
builtin/name-rev.c:218: warning: ignoring return value of 'fwrite',
declared with attribute warn_unused_result
    CC builtin/pack-refs.o
    CC builtin/patch-id.o
    CC builtin/prune-packed.o
    CC builtin/prune.o
    CC builtin/push.o
    CC builtin/read-tree.o
    CC builtin/receive-pack.o
    CC builtin/reflog.o
    CC builtin/remote.o
    CC builtin/replace.o
    CC builtin/rerere.o
    CC builtin/reset.o
    CC builtin/rev-list.o
    CC builtin/rev-parse.o
    CC builtin/revert.o
    CC builtin/rm.o
    CC builtin/shortlog.o
    CC builtin/send-pack.o
    CC builtin/show-branch.o
    CC builtin/show-ref.o
builtin/shortlog.c: In function 'shortlog_output':
builtin/shortlog.c:338: warning: ignoring return value of 'fwrite',
declared with attribute warn_unused_result
    CC builtin/stripspace.o
    CC builtin/symbolic-ref.o
    CC builtin/tag.o
    CC builtin/tar-tree.o
    CC builtin/unpack-objects.o
    CC builtin/unpack-file.o
    CC builtin/update-index.o
builtin/tag.c: In function 'show_reference':
builtin/tag.c:81: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
    CC builtin/update-ref.o
    CC builtin/update-server-info.o
    CC builtin/upload-archive.o
    CC builtin/var.o
    CC builtin/verify-pack.o
    CC builtin/verify-tag.o
    CC builtin/write-tree.o
    CC test-chmtime.o
    CC test-ctype.o
    CC test-date.o
    CC test-delta.o
    CC test-dump-cache-tree.o
    CC test-genrandom.o
    CC test-line-buffer.o
    CC vcs-svn/string_pool.o
    CC vcs-svn/line_buffer.o
    CC vcs-svn/repo_tree.o
    CC vcs-svn/fast_export.o
    CC vcs-svn/svndump.o
    CC test-match-trees.o
    CC test-obj-pool.o
vcs-svn/line_buffer.c: In function 'buffer_copy_bytes':
vcs-svn/line_buffer.c:76: warning: ignoring return value of 'fwrite',
declared with attribute warn_unused_result
    CC test-parse-options.o
    CC test-path-utils.o
    CC test-run-command.o
    CC test-sha1.o
    CC test-sigchain.o
    CC test-string-pool.o
    CC test-svn-fe.o
    CC test-treap.o
    CC test-index-version.o
    GEN bin-wrappers/git
    GEN bin-wrappers/git-upload-pack
    GEN bin-wrappers/git-receive-pack
    GEN bin-wrappers/git-upload-archive
    GEN bin-wrappers/git-cvsserver
    GEN bin-wrappers/git-shell
    GEN bin-wrappers/test-chmtime
    GEN bin-wrappers/test-ctype
    GEN bin-wrappers/test-date
    GEN bin-wrappers/test-delta
    GEN bin-wrappers/test-dump-cache-tree
    GEN bin-wrappers/test-genrandom
    GEN bin-wrappers/test-line-buffer
    GEN bin-wrappers/test-match-trees
    GEN bin-wrappers/test-obj-pool
    GEN bin-wrappers/test-parse-options
    GEN bin-wrappers/test-run-command
    GEN bin-wrappers/test-path-utils
    GEN bin-wrappers/test-sha1
    GEN bin-wrappers/test-sigchain
    GEN bin-wrappers/test-svn-fe
    GEN bin-wrappers/test-string-pool
    GEN bin-wrappers/test-treap
make -C Documentation all
    GEN bin-wrappers/test-index-version
    CC fast-import.o
    CC abspath.o
    CC advice.o
    CC alias.o
    CC alloc.o
    CC archive.o
make[1]: Entering directory `/builddir/build/BUILD/git-1.7.3/
Documentation'
    GEN doc.dep
    CC archive-tar.o
    CC archive-zip.o
fast-import.c: In function 'parse_progress':
fast-import.c:2696: warning: ignoring return value of 'fwrite',
declared with attribute warn_unused_result
    CC attr.o
    CC base85.o
    CC bisect.o
make[2]: Entering directory `/builddir/build/BUILD/git-1.7.3'
make[2]: `GIT-VERSION-FILE' is up to date.
make[2]: Leaving directory `/builddir/build/BUILD/git-1.7.3'
make[1]: Leaving directory `/builddir/build/BUILD/git-1.7.3/
Documentation'
    CC blob.o
    CC branch.o
make[1]: Entering directory `/builddir/build/BUILD/git-1.7.3/
Documentation'
    CC bundle.o
    CC cache-tree.o
    CC color.o
make[2]: Entering directory `/builddir/build/BUILD/git-1.7.3'
    CC combine-diff.o
make[2]: `GIT-VERSION-FILE' is up to date.
make[2]: Leaving directory `/builddir/build/BUILD/git-1.7.3'
    ASCIIDOC git-add.html
    CC commit.o
    CC config.o
    CC connect.o
    CC convert.o
    CC copy.o
    CC csum-file.o
    CC ctype.o
    CC date.o
    CC decorate.o
    CC diffcore-break.o
    CC diffcore-delta.o
    CC diffcore-order.o
    CC diffcore-pickaxe.o
    ASCIIDOC git-am.html
    CC diffcore-rename.o
    CC diff-delta.o
    CC diff-lib.o
    CC diff-no-index.o
    CC diff.o
    CC dir.o
diff.c: In function 'emit_line_0':
diff.c:304: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
diff.c:326: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
    CC editor.o
    ASCIIDOC git-annotate.html
    CC entry.o
    CC environment.o
    CC exec_cmd.o
    CC fsck.o
    CC graph.o
    CC grep.o
    CC hash.o
    CC help.o
grep.c: In function 'std_output':
grep.c:798: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
graph.c: In function 'graph_show_commit':
graph.c:1235: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
graph.c: In function 'graph_show_oneline':
graph.c:1252: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
graph.c: In function 'graph_show_padding':
graph.c:1264: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
graph.c: In function 'graph_show_remainder':
graph.c:1281: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
graph.c: In function 'graph_show_strbuf':
graph.c:1301: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
graph.c:1319: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
graph.c: In function 'graph_show_commit_msg':
graph.c:1339: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
    CC hex.o
    CC ident.o
    ASCIIDOC git-apply.html
    CC list-objects.o
    CC levenshtein.o
    CC ll-merge.o
    CC lockfile.o
    CC log-tree.o
    CC mailmap.o
    CC match-trees.o
    ASCIIDOC git-archimport.html
log-tree.c: In function 'show_log':
log-tree.c:529: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
log-tree.c: In function 'log_tree_diff_flush':
log-tree.c:568: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
    CC merge-file.o
    CC merge-recursive.o
    CC name-hash.o
    CC notes.o
    CC notes-cache.o
    CC object.o
    CC pack-check.o
    CC pack-refs.o
    CC pack-revindex.o
    CC pack-write.o
    CC pager.o
    CC parse-options.o
    CC patch-delta.o
    CC patch-ids.o
    CC path.o
    CC pkt-line.o
    CC preload-index.o
    ASCIIDOC git-archive.html
    CC pretty.o
    CC progress.o
    CC quote.o
    CC reachable.o
    CC read-cache.o
    CC reflog-walk.o
quote.c: In function 'quote_c_style_counted':
quote.c:222: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
quote.c:237: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
quote.c: In function 'write_name_quotedpfx':
quote.c:292: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
    CC refs.o
    CC remote.o
    CC replace_object.o
    ASCIIDOC git-bisect.html
    CC rerere.o
    CC resolve-undo.o
    CC revision.o
    CC run-command.o
    CC server-info.o
    CC setup.o
    ASCIIDOC git-blame.html
    CC sha1-lookup.o
    CC sha1_file.o
    CC sha1_name.o
    CC shallow.o
    CC sideband.o
    CC sigchain.o
    CC strbuf.o
    CC string-list.o
    ASCIIDOC git-branch.html
    CC submodule.o
    ASCIIDOC git-bundle.html
    CC symlinks.o
    CC tag.o
    ASCIIDOC git-cat-file.html
submodule.c: In function 'show_submodule_summary':
submodule.c:207: warning: ignoring return value of 'fwrite', declared
with attribute warn_unused_result
    CC trace.o
    CC transport.o
    CC transport-helper.o
    CC tree-diff.o
    ASCIIDOC git-check-attr.html
    CC tree.o
    ASCIIDOC git-check-ref-format.html
    ASCIIDOC git-checkout-index.html
    ASCIIDOC git-checkout.html
    ASCIIDOC git-cherry-pick.html
    ASCIIDOC git-cherry.html
    ASCIIDOC git-citool.html
    ASCIIDOC git-clean.html
    ASCIIDOC git-clone.html
    ASCIIDOC git-commit-tree.html
    ASCIIDOC git-commit.html
    ASCIIDOC git-config.html
    ASCIIDOC git-count-objects.html
    ASCIIDOC git-cvsexportcommit.html
    ASCIIDOC git-cvsimport.html
    ASCIIDOC git-cvsserver.html
    ASCIIDOC git-daemon.html
    ASCIIDOC git-describe.html
    ASCIIDOC git-diff-files.html
    ASCIIDOC git-diff-index.html
    ASCIIDOC git-diff-tree.html
    ASCIIDOC git-diff.html
    ASCIIDOC git-difftool.html
    ASCIIDOC git-fast-export.html
    ASCIIDOC git-fast-import.html
    ASCIIDOC git-fetch-pack.html
    ASCIIDOC git-fetch.html
    ASCIIDOC git-filter-branch.html
    ASCIIDOC git-fmt-merge-msg.html
    ASCIIDOC git-for-each-ref.html
    CC tree-walk.o
    ASCIIDOC git-format-patch.html
    ASCIIDOC git-fsck-objects.html
    CC unpack-trees.o
asciidoc: WARNING: git-filter-branch.txt: line 391: nested inline
passthrough
    ASCIIDOC git-fsck.html
    ASCIIDOC git-gc.html
    ASCIIDOC git-get-tar-commit-id.html
    ASCIIDOC git-grep.html
    CC url.o
    CC usage.o
    ASCIIDOC git-gui.html
    CC userdiff.o
    ASCIIDOC git-hash-object.html
    ASCIIDOC git-help.html
    CC utf8.o
    ASCIIDOC git-http-backend.html
    CC walker.o
    ASCIIDOC git-http-fetch.html
    ASCIIDOC git-http-push.html
    CC wrapper.o
    ASCIIDOC git-imap-send.html
    ASCIIDOC git-index-pack.html
    CC write_or_die.o
    ASCIIDOC git-init-db.html
    ASCIIDOC git-init.html
    ASCIIDOC git-instaweb.html
    CC ws.o
    ASCIIDOC git-log.html
    ASCIIDOC git-lost-found.html
ws.c: In function 'ws_check_emit_1':
ws.c:187: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:189: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:194: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:196: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:200: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:210: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:227: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
ws.c:235: warning: ignoring return value of 'fwrite', declared with
attribute warn_unused_result
    CC wt-status.o
    ASCIIDOC git-ls-files.html
    CC xdiff-interface.o
    ASCIIDOC git-ls-remote.html
    ASCIIDOC git-ls-tree.html
    CC thread-utils.o
    ASCIIDOC git-mailinfo.html
    CC compat/strlcpy.o
    ASCIIDOC git-mailsplit.html
    CC xdiff/xdiffi.o
    CC xdiff/xprepare.o
    ASCIIDOC git-merge-base.html
    CC xdiff/xutils.o
    CC xdiff/xemit.o
    CC xdiff/xmerge.o
    CC xdiff/xpatience.o
    ASCIIDOC git-merge-file.html
    CC imap-send.o
    ASCIIDOC git-merge-index.html
    CC shell.o
    ASCIIDOC git-merge-one-file.html
    ASCIIDOC git-merge-tree.html
    CC show-index.o
    ASCIIDOC git-merge.html
    CC upload-pack.o
    ASCIIDOC git-mergetool--lib.html
    CC http-backend.o
    ASCIIDOC git-mergetool.html
    ASCIIDOC git-mktag.html
    ASCIIDOC git-mktree.html
asciidoc: WARNING: git-mergetool--lib.txt: line 2: blank section title
asciidoc: ERROR: git-mergetool--lib.txt: line 2: malformed manpage
title
    CC http.o
    CC http-walker.o
make[1]: *** [git-mergetool--lib.html] Error 1
make[1]: *** Waiting for unfinished jobs....
    CC http-fetch.o
    CC http-push.o
    CC daemon.o
    CC remote-curl.o
    GEN git-add--interactive
    GEN git-difftool
    GEN git-archimport
    GEN git-cvsexportcommit
    GEN git-cvsimport
    GEN git-cvsserver
    GEN git-relink
    GEN git-send-email
    GEN git-svn
    GEN git-instaweb
    CC git.o
    AR vcs-svn/lib.a
    AR xdiff/lib.a
    AR libgit.a
    LINK git-imap-send
    LINK git-fast-import
    LINK git-shell
    LINK git-show-index
    LINK git-upload-pack
    LINK git-http-backend
    LINK git-http-fetch
    LINK git-http-push
    LINK git-daemon
    LINK git-remote-http
    LINK git
    LINK test-chmtime
    LINK test-ctype
    LINK test-date
    LINK test-delta
    LINK test-genrandom
    LINK test-line-buffer
    LINK test-dump-cache-tree
    LINK test-match-trees
    LINK test-obj-pool
    LINK test-parse-options
    LINK test-path-utils
    LINK test-run-command
    LINK test-sha1
    LINK test-sigchain
    LINK test-string-pool
    LINK test-svn-fe
    LINK test-treap
    LINK test-index-version
    LN/CP git-remote-https
    LN/CP git-remote-ftp
    LN/CP git-remote-ftps
    BUILTIN git-annotate
    BUILTIN git-add
    BUILTIN git-apply
    BUILTIN git-archive
    BUILTIN git-bisect--helper
    BUILTIN git-blame
    BUILTIN git-cat-file
    BUILTIN git-branch
    BUILTIN git-bundle
    BUILTIN git-check-attr
    BUILTIN git-checkout-index
    BUILTIN git-checkout
    BUILTIN git-check-ref-format
    BUILTIN git-clean
    BUILTIN git-commit-tree
    BUILTIN git-clone
    BUILTIN git-commit
    BUILTIN git-config
    BUILTIN git-count-objects
    BUILTIN git-describe
    BUILTIN git-diff-files
    BUILTIN git-diff-index
    BUILTIN git-diff-tree
    BUILTIN git-diff
    BUILTIN git-fast-export
    BUILTIN git-fetch-pack
    BUILTIN git-fetch
    BUILTIN git-fmt-merge-msg
    BUILTIN git-for-each-ref
    BUILTIN git-fsck
    BUILTIN git-grep
    BUILTIN git-hash-object
    BUILTIN git-gc
    BUILTIN git-help
    BUILTIN git-index-pack
    BUILTIN git-init-db
    BUILTIN git-log
    BUILTIN git-ls-files
    BUILTIN git-mailinfo
    BUILTIN git-ls-remote
    BUILTIN git-ls-tree
    BUILTIN git-mailsplit
    BUILTIN git-merge
    BUILTIN git-merge-file
    BUILTIN git-merge-index
    BUILTIN git-merge-base
    BUILTIN git-merge-tree
    BUILTIN git-merge-recursive
    BUILTIN git-merge-ours
    BUILTIN git-mktag
    BUILTIN git-mktree
    BUILTIN git-mv
    BUILTIN git-name-rev
    BUILTIN git-pack-objects
    BUILTIN git-patch-id
    BUILTIN git-notes
    BUILTIN git-pack-redundant
    BUILTIN git-pack-refs
    BUILTIN git-prune-packed
    BUILTIN git-prune
    BUILTIN git-push
    BUILTIN git-read-tree
    BUILTIN git-receive-pack
    BUILTIN git-replace
    BUILTIN git-reflog
    BUILTIN git-remote
    BUILTIN git-rerere
    BUILTIN git-reset
    BUILTIN git-rev-list
    BUILTIN git-rev-parse
    BUILTIN git-revert
    BUILTIN git-rm
    BUILTIN git-send-pack
    BUILTIN git-show-branch
    BUILTIN git-show-ref
    BUILTIN git-shortlog
    BUILTIN git-stripspace
    BUILTIN git-symbolic-ref
    BUILTIN git-tar-tree
    BUILTIN git-unpack-objects
    BUILTIN git-tag
    BUILTIN git-unpack-file
    BUILTIN git-update-index
    BUILTIN git-update-ref
    BUILTIN git-update-server-info
    BUILTIN git-upload-archive
    BUILTIN git-var
    BUILTIN git-verify-pack
    BUILTIN git-verify-tag
    BUILTIN git-write-tree
    BUILTIN git-cherry
    BUILTIN git-cherry-pick
    BUILTIN git-format-patch
    BUILTIN git-get-tar-commit-id
    BUILTIN git-fsck-objects
    BUILTIN git-init
    BUILTIN git-peek-remote
    BUILTIN git-merge-subtree
    BUILTIN git-repo-config
    BUILTIN git-show
    BUILTIN git-status
    BUILTIN git-stage
    BUILTIN git-whatchanged
    SUBDIR git-gui
make[1]: Leaving directory `/builddir/build/BUILD/git-1.7.3/
Documentation'
make: *** [doc] Error 2
=================================================================

Thanks.

Kindest regards,
Giam Teck Choon

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to