* TeXInfo-related build failure
@ 2013-03-22 23:25 Dmitry Bogatov
2013-03-23 17:53 ` Mark H Weaver
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Bogatov @ 2013-03-22 23:25 UTC (permalink / raw)
To: guile-devel; +Cc: bug-texinfo
Hello, list. I encountered following error, trying to build guile
from git with `makeinfo (GNU texinfo) 5.1`. CCing to TexInfo
list, maybe it is intresting.
Making all in ref
make[3]: Entering directory `/share/arch-illusionoflife/build/guile-git/src/guile-build/doc/ref'
Updating ./version.texi
[ arg... ] let arg [arg ...]
GUILE_AUTO_COMPILE=0 ../../meta/uninstalled-env guild \
snarf-guile-m4-docs ../../meta/guile.m4 \
> ./autoconf-macros.texi
MAKEINFO guile.info
./api-control.texi:1739: must be after `@deftypefn' to use `@deftypefnx'
./r6rs.texi:278: must be after `@deffn' to use `@deffnx'
./api-utility.texi:519: warning: node `C Hooks' is next for `Hook Reference' in menu but not in sectioning
./api-utility.texi:627: warning: node `Hook Reference' is prev for `C Hooks' in menu but not in sectioning
./api-languages.texi:98: warning: node `Dynamic Binding' is next for `Nil' in menu but not in sectioning
./api-languages.texi:241: warning: node `Nil' is prev for `Dynamic Binding' in menu but not in sectioning
./statprof.texi:6: warning: node `SXML' is next for `Statprof' in menu but not in sectioning
./sxml.texi:6: warning: node `Statprof' is prev for `SXML' in menu but not in sectioning
./sxml.texi:660: warning: node next `SXPath' in menu `sxml apply-templates' and in sectioning `sxml ssax input-parse' differ
./sxml.texi:824: warning: node `sxml apply-templates' is next for `sxml ssax input-parse' in sectioning but not in menu
./sxml.texi:824: warning: node prev `sxml ssax input-parse' in menu `sxml apply-templates' and in sectioning `SXPath' differ
./sxml.texi:885: warning: node `sxml ssax input-parse' is next for `sxml apply-templates' in menu but not in sectioning
./sxml.texi:885: warning: node prev `sxml apply-templates' in menu `SXPath' and in sectioning `sxml ssax input-parse' differ
make[3]: *** [guile.info] Error 1
make[3]: Leaving directory `/share/arch-illusionoflife/build/guile-git/src/guile-build/doc/ref'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/share/arch-illusionoflife/build/guile-git/src/guile-build/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/share/arch-illusionoflife/build/guile-git/src/guile-build'
make: *** [all] Error 2
--
Best regards, Dmitry Bogatov <KAction@gnu.org>,
Free Software supporter and netiquette guardian.
Html mail and proprietary format attachments are forwarded to /dev/null.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TeXInfo-related build failure
2013-03-22 23:25 TeXInfo-related build failure Dmitry Bogatov
@ 2013-03-23 17:53 ` Mark H Weaver
2013-03-24 12:39 ` [texinfo] " Dmitry Bogatov
0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2013-03-23 17:53 UTC (permalink / raw)
To: KAction; +Cc: bug-texinfo, guile-devel
Dmitry Bogatov <KAction@gnu.org> writes:
> Hello, list. I encountered following error, trying to build guile
> from git with `makeinfo (GNU texinfo) 5.1`.
I believe these problems have been fixed on the stable-2.0 branch of the
Guile git repo, but the fixes have not yet been merged into master.
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [texinfo] Re: TeXInfo-related build failure
2013-03-23 17:53 ` Mark H Weaver
@ 2013-03-24 12:39 ` Dmitry Bogatov
2013-03-24 16:18 ` Mark H Weaver
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Bogatov @ 2013-03-24 12:39 UTC (permalink / raw)
To: Mark H Weaver; +Cc: bug-texinfo, guile-devel
* Mark H Weaver <mhw@netris.org> [2013-03-23 13:53:42-0400]
> Dmitry Bogatov <KAction@gnu.org> writes:
> > Hello, list. I encountered following error, trying to build guile
> > from git with `makeinfo (GNU texinfo) 5.1`.
>
> I believe these problems have been fixed on the stable-2.0 branch of the
> Guile git repo, but the fixes have not yet been merged into master.
Just checked on guile-2.0.7.tar.gz.
make[4]: Entering directory
`/share/arch-illusionoflife/build/guile/src/guile-2.0.7/doc/ref'
MAKEINFO guile.info
./api-control.texi:1736: must be after `@deftypefn' to use
`@deftypefnx'
./r6rs.texi:278: must be after `@deffn' to use `@deffnx'
./api-utility.texi:519: warning: node `C Hooks' is next for
`Hook Reference' in menu but not in sectioning
./api-utility.texi:627: warning: node `Hook Reference' is prev
for `C Hooks' in menu but not in sectioning
./api-languages.texi:98: warning: node `Dynamic Binding' is
next for `Nil' in menu but not in sectioning
./api-languages.texi:241: warning: node `Nil' is prev for
`Dynamic Binding' in menu but not in sectioning
make[4]: *** [guile.info] Error 1
--
Best regards, Dmitry Bogatov <KAction@gnu.org>,
Free Software supporter and netiquette guardian.
Html mail and proprietary format attachments are forwarded to /dev/null.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [texinfo] Re: TeXInfo-related build failure
2013-03-24 12:39 ` [texinfo] " Dmitry Bogatov
@ 2013-03-24 16:18 ` Mark H Weaver
0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2013-03-24 16:18 UTC (permalink / raw)
To: KAction; +Cc: bug-texinfo, guile-devel
Dmitry Bogatov <KAction@gnu.org> writes:
> * Mark H Weaver <mhw@netris.org> [2013-03-23 13:53:42-0400]
>> Dmitry Bogatov <KAction@gnu.org> writes:
>> > Hello, list. I encountered following error, trying to build guile
>> > from git with `makeinfo (GNU texinfo) 5.1`.
>>
>> I believe these problems have been fixed on the stable-2.0 branch of the
>> Guile git repo, but the fixes have not yet been merged into master.
> Just checked on guile-2.0.7.tar.gz.
[...it didn't work]
Yes, that's why I wrote "the stable-2.0 branch of the Guile git repo",
and not "Guile 2.0.7".
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-24 16:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 23:25 TeXInfo-related build failure Dmitry Bogatov
2013-03-23 17:53 ` Mark H Weaver
2013-03-24 12:39 ` [texinfo] " Dmitry Bogatov
2013-03-24 16:18 ` Mark H Weaver
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 read-only IMAP folder(s) and NNTP newsgroup(s).