GNU bug report logs -
#7996
bzr trunk compile error due to calc.texi
Previous Next
Reported by: Richard.Kim1 <at> synopsys.com
Date: Mon, 7 Feb 2011 02:01:02 UTC
Severity: normal
Done: Jay Belanger <jay.p.belanger <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7996 in the body.
You can then email your comments to 7996 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7996
; Package
emacs
.
(Mon, 07 Feb 2011 02:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Richard.Kim1 <at> synopsys.com
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 07 Feb 2011 02:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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}}.
Reply sent
to
jay.p.belanger <at> gmail.com
:
You have taken responsibility.
(Mon, 07 Feb 2011 02:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Richard.Kim1 <at> synopsys.com
:
bug acknowledged by developer.
(Mon, 07 Feb 2011 02:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 7996-done <at> debbugs.gnu.org (full text, mbox):
Richard.Kim1 <at> synopsys.com, Richard Kim <Richard.Kim1 <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 07 Mar 2011 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.