all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7996: bzr trunk compile error due to calc.texi
@ 2011-02-07  2:08 Richard.Kim1
  2011-02-07  2:57 ` Jay Belanger
  0 siblings, 1 reply; 2+ messages in thread
From: Richard.Kim1 @ 2011-02-07  2:08 UTC (permalink / raw)
  To: 7996

Latest bzr trunk code (revision 103161) fails to compile on a redhat 4
system due to this error when I do "make bootstrap":

    cd .../kimr/src/emacs-bzr/trunk/doc/misc; /usr/bin/makeinfo --force -I.../kimr/src/emacs-bzr/trunk/doc/misc/../emacs calc.texi
    calc.texi:28144: Misplaced {.
    calc.texi:28144: Misplaced }.
    calc.texi:28144: Misplaced {.
    calc.texi:28144: Misplaced }.
    calc.texi:28144: Unmatched }.

Here is my makeinfo version:

  sh-3.00$ /usr/bin/makeinfo --version
  makeinfo (GNU texinfo) 4.7

Following change fixes the problem for me which merely combines two
lines so that the argument to @math{} is in one line:

=== modified file 'doc/misc/calc.texi'
--- doc/misc/calc.texi	2011-02-07 01:35:09 +0000
+++ doc/misc/calc.texi	2011-02-07 01:45:51 +0000
@@ -28140,8 +28140,7 @@
 @texline @math{20 \mu{\rm Pa}}
 (the threshhold of human hearing) is 
 @infoline @math{20 log10(60 uPa/ 20 uPa) dB = 20 log10(3) dB},
-@texline  @math{20 \log_{10}(60 \mu{\rm Pa}/20 \mu{\rm Pa}) {\rm dB} =
-20 \log_{10}(3) {\rm dB}},
+@texline  @math{20 \log_{10}(60 \mu{\rm Pa}/20 \mu{\rm Pa}) {\rm dB} = 20 \log_{10}(3) {\rm dB}},
 which is about 
 @infoline @math{9.54 dB}.
 @texline @math{9.54 {\rm dB}}.





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

* bug#7996: bzr trunk compile error due to calc.texi
  2011-02-07  2:08 bug#7996: bzr trunk compile error due to calc.texi Richard.Kim1
@ 2011-02-07  2:57 ` Jay Belanger
  0 siblings, 0 replies; 2+ messages in thread
From: Jay Belanger @ 2011-02-07  2:57 UTC (permalink / raw)
  To: Richard.Kim1; +Cc: 7996-done


Richard.Kim1@synopsys.com, Richard Kim <Richard.Kim1@synopsys.com>
writes:

> Latest bzr trunk code (revision 103161) fails to compile on a redhat 4
> system due to this error when I do "make bootstrap":
...

Thanks; as you noted it was due to an unintended line break.  It's
already been fixed.

Jay





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

end of thread, other threads:[~2011-02-07  2:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07  2:08 bug#7996: bzr trunk compile error due to calc.texi Richard.Kim1
2011-02-07  2:57 ` Jay Belanger

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.