bugMIT/GNU Scheme - Bugs: bug #38845, make fails for ffi, imail,...

 
 

bug #38845: make fails for ffi, imail, ref-manual, and user-manual docs

Submitter:  Charles Moss <czm>
Submitted:  Sun 28 Apr 2013 11:05:12 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect behavior
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 May 2013 06:08:53 PM UTC, comment #1: 

Nice patch.  It caused me no problems, so I committed it.  Thanks.

Matt Birkholz <mhb>
Group Member
Sun 28 Apr 2013 11:05:12 PM UTC, original submission:  

It could just be that, in running Parabola, I have too new a version of Texinfo (5.1).  When, however, I tryed make in doc/, I received the following errors.

$ cd doc
$ make
making all in ffi
make[1]: Entering directory `/home/czm/dev/mit-scheme/doc/ffi'
rm -f mit-scheme-ffi.info*
makeinfo --output=mit-scheme-ffi.info ffi.texinfo
ffi.texinfo:89: superfluous argument to @end ifnothtml:  #[alien 42 0x081afc60] (possibly involving @myresult)
ffi.texinfo:96: superfluous argument to @end ifnothtml:  14 (possibly involving @myresult)
ffi.texinfo:101: superfluous argument to @end ifnothtml:  |GDK_MAP| (possibly involving @myresult)
ffi.texinfo:106: superfluous argument to @end ifnothtml:  14 (possibly involving @myresult)
ffi.texinfo:111: superfluous argument to @end ifnothtml:  12 (possibly involving @myresult)
ffi.texinfo:116: superfluous argument to @end ifnothtml:  8 (possibly involving @myresult)
ffi.texinfo:121: superfluous argument to @end ifnothtml:  #[alien 44 0x081afc60] @r{; New alien.} (possibly involving @myresult)
ffi.texinfo:126: superfluous argument to @end ifnothtml:  #[alien 43 0x081afc78] @r{; Modified alien.} (possibly involving @myresult)
ffi.texinfo:131: superfluous argument to @end ifnothtml:  #!unspecific (possibly involving @myresult)
ffi.texinfo:136: superfluous argument to @end ifnothtml:  #[alien-function 44 Scm_delete_event] (possibly involving @myresult)
ffi.texinfo:141: superfluous argument to @end ifnothtml:  13                     @r{; A fixnum registration ID.} (possibly involving @myresult)
ffi.texinfo:307: superfluous argument to @end ifnothtml:  |GDK_MAP| (possibly involving @myresult)
ffi.texinfo:323: warning: @verb should not appear in @end
ffi.texinfo:323: superfluous argument to @end ifnothtml:  @verb{"#@44"} (possibly involving @myresult)
ffi.texinfo:331: warning: @verb should not appear in @end
ffi.texinfo:331: superfluous argument to @end ifnothtml:  @verb{"#@43"} (possibly involving @myresult)
ffi.texinfo:465: superfluous argument to @end ifnothtml:  #[alien 44 (* GdkWindow) 0x081afc60] (possibly involving @myresult)
make[1]: *** [mit-scheme-ffi.info] Error 1
make[1]: Leaving directory `/home/czm/dev/mit-scheme/doc/ffi'
make: *** [all] Error 1

Fixing that, I found that makeinfo didn't like the braces on the @title lines for imail, ref-manaul, and user-manual.  In the attached patch I remove those.

(I hope the attached patch suffices---I generated it with git diff.  Is there a better way to contribute or collaborate?  Perhaps a public branch on github?)

Patch Summary

  • doc/ffi/ffi.texinfo

The myresult macro produced errors.  Inverting conditionals and definitions works.

  • doc/imail/imail.texinfo
  • doc/ref-manual/scheme.texinfo
  • doc/user-manual/user.texinfo

The @title line contained braces.  Removed.

Charles Moss <czm>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #27970:  make-doc-make.patch added by czm (2KiB - application/octet-stream - Now make in doc/ will work.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mhb (Posted a comment)
  • -email is unavailable- added by mhb
  • -email is unavailable- added by czm (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-05-28 mhb Open/ClosedOpen Closed
    2013-05-28 mhb StatusNone Fixed
        Carbon-Copy- Added -email is unavailable-
    2013-04-28 czm Attached File- Added make-doc-make.patch, #27970

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code