D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/dbus-java-2.7-16.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.a1WKi5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf dbus-java-2.7 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/dbus-java-2.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dbus-java-2.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (classpath_fix.patch):' Patch #1 (classpath_fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile Hunk #1 succeeded at 88 (offset 1 line). + echo 'Patch #2 (parallel.patch):' Patch #2 (parallel.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile Hunk #1 succeeded at 129 (offset 1 line). + echo 'Patch #3 (utf-8-encoding.patch):' Patch #3 (utf-8-encoding.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile + echo 'Patch #4 (version-less-jars.patch):' Patch #4 (version-less-jars.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile + sed -i 's|!doctype|!DOCTYPE|g' CreateInterface.sgml DBusCall.sgml DBusDaemon.sgml DBusViewer.sgml ListDBus.sgml + sed -i 's| Manifest (cd classes; jar -cfm ../libdbus-java-2.7.jar ../Manifest org/freedesktop/dbus/*.class org/freedesktop/*.class org/freedesktop/dbus/types/*.class org/freedesktop/dbus/exceptions/*.class *localized*class) mkdir -p classes javac -cp classes::/usr/lib/java/unix.jar:/usr/lib/java/debug-disable.jar:/usr/lib/java/hexdump.jar -d classes -Xlint:all -O -g:none -encoding UTF-8 org/freedesktop/dbus/bin/*.java org/freedesktop/dbus/bin/CreateInterface.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:159: warning: '_' used as an identifier System.err.println(_("ERROR: Method name was blank, failed")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:274: warning: '_' used as an identifier System.err.println(_("ERROR: Interface name was blank, failed")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:443: warning: '_' used as an identifier System.err.println(_("ERROR: Unknown node: ")+iface.getNodeName()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:576: warning: '_' used as an identifier System.err.println(MessageFormat.format(_("ERROR: Expected {0}, got {1}, failed."), new Object[] { expected.replaceAll("....$", ""), n.getNodeName() })); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:629: warning: '_' used as an identifier System.err.println(_("ERROR: Unknown option: ")+p); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:664: warning: '_' used as an identifier System.err.println(_("ERROR: Failed to get introspection data")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:670: warning: '_' used as an identifier System.err.println(_("ERROR: Failure in DBus Communications: ")+DBe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:673: warning: '_' used as an identifier System.err.println(_("ERROR: Failure in DBus Communications: ")+DEe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/CreateInterface.java:679: warning: '_' used as an identifier System.err.println(_("ERROR: Could not find introspection file: ")+FNFe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:148: warning: '_' used as an identifier throw new org.freedesktop.DBus.Error.AccessDenied(_("Connection has already sent a Hello message")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:350: warning: '_' used as an identifier send(c,new org.freedesktop.dbus.Error("org.freedesktop.DBus", c.unique, "org.freedesktop.DBus.Error.GeneralError", m.getSerial(), "s", _("An error occurred while calling ")+m.getName())); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:353: warning: '_' used as an identifier send(c,new org.freedesktop.dbus.Error("org.freedesktop.DBus", c.unique, "org.freedesktop.DBus.Error.UnknownMethod", m.getSerial(), "s", _("This service does not support ")+m.getName())); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:652: warning: '_' used as an identifier send(c,new Error("org.freedesktop.DBus", null, "org.freedesktop.DBus.Error.AccessDenied", m.getSerial(), "s", _("You must send a Hello message"))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:658: warning: '_' used as an identifier send(c,new Error("org.freedesktop.DBus", null, "org.freedesktop.DBus.Error.GeneralError", m.getSerial(), "s", _("Sending message failed"))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/DBusDaemon.java:675: warning: '_' used as an identifier send(c, new Error("org.freedesktop.DBus", null, "org.freedesktop.DBus.Error.ServiceUnknown", m.getSerial(), "s", MessageFormat.format(_("The name `{0}' does not exist"), new Object[] { m.getDestination() }))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/bin/Caller.java:58: warning: [rawtypes] found raw type: Constructor Constructor c = ((Class) ts[i-5]).getConstructor(String.class); ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor org/freedesktop/dbus/bin/DBusDaemon.java:321: warning: [rawtypes] found raw type: Class Class[] cs = new Class[args.length]; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 19 warnings touch .binclasses mkdir -p classes javac -cp classes::/usr/lib/java/unix.jar:/usr/lib/java/debug-disable.jar:/usr/lib/java/hexdump.jar -d classes -Xlint:all -O -g:none -encoding UTF-8 org/freedesktop/dbus/viewer/*.java org/freedesktop/dbus/viewer/DBusViewer.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/DBusViewer.java:125: warning: '_' used as an identifier final JLabel label = new JLabel(_("Processing DBus for ") + key); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/DBusViewer.java:182: warning: '_' used as an identifier .setText(_("Could not load Dbus information for ") ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/DBusViewer.java:198: warning: '_' used as an identifier .setText(_("Could not load Dbus information for ") ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/DBusViewer.java:295: warning: '_' used as an identifier throw new RuntimeException(_("Error during parser init: ")+e1.getMessage(),e1); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:117: warning: '_' used as an identifier + ".\n"+_("Try saving other files?"), ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:118: warning: '_' used as an identifier _("Save Failed"), ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:129: warning: '_' used as an identifier errorMessage + ".", _("Save Failed"), ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:138: warning: '_' used as an identifier final String errorMessage = _("Could not access parent directory for ") ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:145: warning: '_' used as an identifier + ".\n"+_("Try saving other files?"), ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:146: warning: '_' used as an identifier _("Save Failed"), JOptionPane.OK_CANCEL_OPTION, ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/FileSaver.java:156: warning: '_' used as an identifier + ".", _("Save Failed"), JOptionPane.ERROR_MESSAGE); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/SaveFileAction.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/SaveFileAction.java:40: warning: '_' used as an identifier throw new NoSuchElementException(_("Already iterated")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/SaveFileAction.java:76: warning: '_' used as an identifier putValue(Action.NAME, _("Save ") + getFileName(selectedIndex) + "..."); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:82: warning: '_' used as an identifier chooser.setDialogTitle(_("Select parent directory for saving")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:99: warning: '_' used as an identifier JOptionPane.showMessageDialog(tabbedPane, _("Could not write to parent directory"), _("Invalid Parent Directory"), JOptionPane.ERROR_MESSAGE); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:99: warning: '_' used as an identifier JOptionPane.showMessageDialog(tabbedPane, _("Could not write to parent directory"), _("Invalid Parent Directory"), JOptionPane.ERROR_MESSAGE); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:104: warning: '_' used as an identifier JOptionPane.showMessageDialog(tabbedPane, _("Could not access parent directory"), _("Invalid Parent Directory"), JOptionPane.ERROR_MESSAGE); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:104: warning: '_' used as an identifier JOptionPane.showMessageDialog(tabbedPane, _("Could not access parent directory"), _("Invalid Parent Directory"), JOptionPane.ERROR_MESSAGE); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/viewer/TabbedSaveAction.java:25: warning: [serial] serializable class TabbedSaveAction has no definition of serialVersionUID abstract class TabbedSaveAction extends AbstractAction implements Iterable ^ 23 warnings touch .viewerclasses echo > Manifest (cd classes; jar -cfm ../dbus-java-viewer-2.7.jar ../Manifest org/freedesktop/dbus/viewer/*.class) mkdir -p bin touch .bin sed 's,\%JARPATH\%,/usr/share/java/dbus-java,;s,\%JAVAUNIXJARPATH\%,/usr/lib/java,;s,\%JAVAUNIXLIBPATH\%,/usr/lib64/libmatthew-java,;s,\%VERSION\%,2.7,;s,\%DEBUG\%,disable,;s,\%JAVA\%,java,' < DBusDaemon.sh > bin/DBusDaemon sed 's,\%JARPATH\%,/usr/share/java/dbus-java,;s,\%JAVAUNIXJARPATH\%,/usr/lib/java,;s,\%JAVAUNIXLIBPATH\%,/usr/lib64/libmatthew-java,;s,\%VERSION\%,2.7,;s,\%DEBUG\%,disable,;s,\%JAVA\%,java,' < ListDBus.sh > bin/ListDBus sed 's,\%JARPATH\%,/usr/share/java/dbus-java,;s,\%JAVAUNIXJARPATH\%,/usr/lib/java,;s,\%JAVAUNIXLIBPATH\%,/usr/lib64/libmatthew-java,;s,\%VERSION\%,2.7,;s,\%DEBUG\%,disable,;s,\%JAVA\%,java,' < CreateInterface.sh > bin/CreateInterface sed 's,\%JARPATH\%,/usr/share/java/dbus-java,;s,\%JAVAUNIXJARPATH\%,/usr/lib/java,;s,\%JAVAUNIXLIBPATH\%,/usr/lib64/libmatthew-java,;s,\%VERSION\%,2.7,;s,\%DEBUG\%,disable,;s,\%JAVA\%,java,' < DBusViewer.sh > bin/DBusViewer echo > Manifest (cd classes; jar -cfm ../dbus-java-bin-2.7.jar ../Manifest org/freedesktop/dbus/bin/*.class) sed 's,\%JARPATH\%,/usr/share/java/dbus-java,;s,\%JAVAUNIXJARPATH\%,/usr/lib/java,;s,\%JAVAUNIXLIBPATH\%,/usr/lib64/libmatthew-java,;s,\%VERSION\%,2.7,;s,\%DEBUG\%,disable,;s,\%JAVA\%,java,' < DBusCall.sh > bin/DBusCall mkdir -p doc mkdir -p doc/dbus-java touch .doc (cd doc; latex ../dbus-java.tex) This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=latex) restricted \write18 enabled. entering extended mode (../dbus-java.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (default): hdvips. (/usr/share/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) No file dbus-java.aux. (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) Package hyperref Warning: Rerun to get /PageLabels entry. [1] Overfull \hbox (17.02821pt too wide) in paragraph at lines 122--122 [][][][][][][][][][][][][]| [2] Overfull \hbox (17.02821pt too wide) in paragraph at lines 189--189 [][][][][][][][][][][][][]| LaTeX Warning: Reference `fig:async' on page 3 undefined on input line 191. Overfull \hbox (24.28741pt too wide) in paragraph at lines 186--192 []\OT1/cmr/m/n/12 There are two ways of mak-ing asyn-chronous calls. You can ei -ther call the \OT1/cmtt/m/n/12 callMethodAsync Overfull \hbox (22.27817pt too wide) in paragraph at lines 212--212 [][][][][][][][][][][][][]| Overfull \hbox (19.93105pt too wide) in paragraph at lines 209--214 []\OT1/cmr/m/n/12 Alternatively, you can reg-is-ter a call-back with the con-ne c-tion us-ing the \OT1/cmtt/m/n/12 callWithCallback [3] Overfull \hbox (11.77826pt too wide) in paragraph at lines 230--230 [][][][][][][][][][][][][]| LaTeX Warning: Reference `fig:interface' on page 4 undefined on input line 234. LaTeX Warning: Reference `fig:class' on page 4 undefined on input line 235. Overfull \hbox (74.77771pt too wide) in paragraph at lines 238--238 [][][][][][][][][][][][][] Overfull \hbox (51.52771pt too wide) in paragraph at lines 238--238 [][][][][][]| Overfull \hbox (32.77808pt too wide) in paragraph at lines 301--301 [][][][][][][][][][][][][]| LaTeX Warning: Reference `fig:interfacename' on page 4 undefined on input line 303. [4] LaTeX Warning: Reference `fig:signal' on page 5 undefined on input line 343. Overfull \hbox (69.52776pt too wide) in paragraph at lines 345--345 [][][][][][][][][][][][][]| Overfull \hbox (59.02785pt too wide) in paragraph at lines 378--378 [][][][][][][][][][][][][]| LaTeX Warning: Reference `fig:exceptiondef' on page 5 undefined on input line 3 82. LaTeX Warning: Reference `fig:exceptioncall' on page 5 undefined on input line 383. LaTeX Warning: Reference `fig:exceptioncatch' on page 5 undefined on input line 420. Overfull \hbox (17.02821pt too wide) in paragraph at lines 442--442 [][][][][][][][][][][][][]| LaTeX Warning: Reference `fig:handler' on page 5 undefined on input line 444. [5] LaTeX Warning: Reference `table:types' on page 6 undefined on input line 475. [6] [7] LaTeX Warning: Reference `fig:collator' on page 8 undefined on input line 499. [8] LaTeX Warning: Reference `fig:struct' on page 9 undefined on input line 560. LaTeX Warning: Reference `fig:structmethod' on page 9 undefined on input line 5 61. [9] LaTeX Warning: Reference `sec:create' on page 10 undefined on input line 605. [10] LaTeX Warning: Reference `fig:tuple' on page 11 undefined on input line 632. LaTeX Warning: Reference `fig:tuplemethod' on page 11 undefined on input line 6 32. LaTeX Warning: Reference `table:types' on page 11 undefined on input line 670. [11] LaTeX Warning: Reference `fig:annotation' on page 12 undefined on input line 71 9. LaTeX Warning: Reference `tab:annotations' on page 12 undefined on input line 7 19. Overfull \hbox (3.08463pt too wide) in paragraph at lines 745--756 [][] [12] Overfull \hbox (27.52812pt too wide) in paragraph at lines 768--768 [][][][][][][][][][][][][]| Overfull \hbox (48.24863pt too wide) in paragraph at lines 770--777 \OT1/cmr/m/n/12 ties you wish to se-ri-al-ize, cor-rectly for-mat-ted for the w ire (\OT1/cmtt/m/n/12 DBusConnection.convertParameters() LaTeX Warning: Reference `fig:serializable' on page 13 undefined on input line 778. [13] Overfull \hbox (22.27817pt too wide) in paragraph at lines 842--842 [][][][][][][][][][][][][]| Overfull \hbox (33.54837pt too wide) in paragraph at lines 856--859 []\OT1/cmr/m/n/12 The Java source code in-ter-faces will be writ-ten to the sta n-dard ouput. If the \OT1/cmtt/m/n/12 --create-files Overfull \hbox (19.04457pt too wide) in paragraph at lines 878--881 []\OT1/cmr/m/n/12 When con-verted to Java you would just have one file \OT1/cmt t/m/n/12 org/freedesktop/Hal/Device.java [14] Overfull \hbox (47.12082pt too wide) in paragraph at lines 909--915 []\OT1/cmr/m/n/12 Where \OT1/cmtt/m/n/12 classname \OT1/cmr/m/n/12 is ei-ther t he spe-cial word \OT1/cmtt/m/n/12 ALL \OT1/cmr/m/n/12 or a full class name like \OT1/cmtt/m/n/12 org.freedesktop.dbus Overfull \hbox (27.52812pt too wide) in paragraph at lines 928--928 [][][][][][][][][][][][][]| LaTeX Warning: Reference `fig:p2plisten' on page 15 undefined on input line 944 . LaTeX Warning: Reference `fig:p2pconnect' on page 15 undefined on input line 94 5. Overfull \hbox (71.90736pt too wide) in paragraph at lines 955--955 []\OT1/cmtt/m/n/12 DirectConnection dc = new DirectConnection("unix:path=/tmp/d bus-ABCXYZ,listen=true");[] Overfull \hbox (23.46825pt too wide) in paragraph at lines 973--977 \OT1/cmr/m/n/12 do not have to spec-ify a bus name, only an ob-ject path. There is also no \OT1/cmtt/m/n/12 getPeerRemoteObject [15] LaTeX Warning: Reference `fig:lowlevel' on page 16 undefined on input line 1034 . Overfull \hbox (10.15733pt too wide) in paragraph at lines 1058--1058 []\OT1/cmtt/m/n/12 Message m = new MethodCall("org.freedesktop.DBus", "/org/fre edesktop/DBus",[] Overfull \hbox (22.50734pt too wide) in paragraph at lines 1058--1058 [] \OT1/cmtt/m/n/12 "org.freedesktop. DBus", "Hello", (byte) 0, null);[] [16] [17] LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. [18] [19] [20] [21] [22] [23] [24] (./dbus-java.aux) Package rerunfilecheck Warning: File `dbus-java.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on dbus-java.dvi (24 pages, 95772 bytes). Transcript written on dbus-java.log. (cd doc; latex ../dbus-java.tex) This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=latex) restricted \write18 enabled. entering extended mode (../dbus-java.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (default): hdvips. (/usr/share/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) (./dbus-java.aux) (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./dbus-java.out) (./dbus-java.out) (./dbus-java.toc [1]) (./dbus-java.lof [2]) (./dbus-java.lot) [3] Overfull \hbox (17.02821pt too wide) in paragraph at lines 122--122 [][][][][][][][][][][][][]| [4] Overfull \hbox (17.02821pt too wide) in paragraph at lines 189--189 [][][][][][][][][][][][][]| Overfull \hbox (24.28741pt too wide) in paragraph at lines 186--192 []\OT1/cmr/m/n/12 There are two ways of mak-ing asyn-chronous calls. You can ei -ther call the \OT1/cmtt/m/n/12 callMethodAsync Overfull \hbox (22.27817pt too wide) in paragraph at lines 212--212 [][][][][][][][][][][][][]| Overfull \hbox (19.93105pt too wide) in paragraph at lines 209--214 []\OT1/cmr/m/n/12 Alternatively, you can reg-is-ter a call-back with the con-ne c-tion us-ing the \OT1/cmtt/m/n/12 callWithCallback [5] Overfull \hbox (11.77826pt too wide) in paragraph at lines 230--230 [][][][][][][][][][][][][]| Overfull \hbox (74.77771pt too wide) in paragraph at lines 238--238 [][][][][][][][][][][][][] Overfull \hbox (51.52771pt too wide) in paragraph at lines 238--238 [][][][][][]| Overfull \hbox (32.77808pt too wide) in paragraph at lines 301--301 [][][][][][][][][][][][][]| [6] [7] Overfull \hbox (69.52776pt too wide) in paragraph at lines 345--345 [][][][][][][][][][][][][]| Overfull \hbox (59.02785pt too wide) in paragraph at lines 378--378 [][][][][][][][][][][][][]| Overfull \hbox (17.02821pt too wide) in paragraph at lines 442--442 [][][][][][][][][][][][][]| [8] [9] [10] [11] [12] [13] [14] Overfull \hbox (3.08463pt too wide) in paragraph at lines 745--756 [][] Overfull \hbox (27.52812pt too wide) in paragraph at lines 768--768 [][][][][][][][][][][][][]| Overfull \hbox (48.24863pt too wide) in paragraph at lines 770--777 \OT1/cmr/m/n/12 ties you wish to se-ri-al-ize, cor-rectly for-mat-ted for the w ire (\OT1/cmtt/m/n/12 DBusConnection.convertParameters() [15] Overfull \hbox (22.27817pt too wide) in paragraph at lines 842--842 [][][][][][][][][][][][][]| Overfull \hbox (33.54837pt too wide) in paragraph at lines 856--859 []\OT1/cmr/m/n/12 The Java source code in-ter-faces will be writ-ten to the sta n-dard ouput. If the \OT1/cmtt/m/n/12 --create-files Overfull \hbox (19.04457pt too wide) in paragraph at lines 878--881 []\OT1/cmr/m/n/12 When con-verted to Java you would just have one file \OT1/cmt t/m/n/12 org/freedesktop/Hal/Device.java [16] Overfull \hbox (47.12082pt too wide) in paragraph at lines 909--915 []\OT1/cmr/m/n/12 Where \OT1/cmtt/m/n/12 classname \OT1/cmr/m/n/12 is ei-ther t he spe-cial word \OT1/cmtt/m/n/12 ALL \OT1/cmr/m/n/12 or a full class name like \OT1/cmtt/m/n/12 org.freedesktop.dbus Overfull \hbox (27.52812pt too wide) in paragraph at lines 928--928 [][][][][][][][][][][][][]| [17] Overfull \hbox (71.90736pt too wide) in paragraph at lines 955--955 []\OT1/cmtt/m/n/12 DirectConnection dc = new DirectConnection("unix:path=/tmp/d bus-ABCXYZ,listen=true");[] Overfull \hbox (23.46825pt too wide) in paragraph at lines 973--977 \OT1/cmr/m/n/12 do not have to spec-ify a bus name, only an ob-ject path. There is also no \OT1/cmtt/m/n/12 getPeerRemoteObject [18] Overfull \hbox (10.15733pt too wide) in paragraph at lines 1058--1058 []\OT1/cmtt/m/n/12 Message m = new MethodCall("org.freedesktop.DBus", "/org/fre edesktop/DBus",[] Overfull \hbox (22.50734pt too wide) in paragraph at lines 1058--1058 [] \OT1/cmtt/m/n/12 "org.freedesktop. DBus", "Hello", (byte) 0, null);[] [19] LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. [20] [21] [22] [23] [24] [25] [26] (./dbus-java.aux) LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on dbus-java.dvi (26 pages, 140896 bytes). Transcript written on dbus-java.log. (cd doc; latex ../dbus-java.tex) This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=latex) restricted \write18 enabled. entering extended mode (../dbus-java.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (default): hdvips. (/usr/share/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) (./dbus-java.aux) (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./dbus-java.out) (./dbus-java.out) (./dbus-java.toc [1]) (./dbus-java.lof [2]) (./dbus-java.lot) [3] Overfull \hbox (17.02821pt too wide) in paragraph at lines 122--122 [][][][][][][][][][][][][]| [4] Overfull \hbox (17.02821pt too wide) in paragraph at lines 189--189 [][][][][][][][][][][][][]| Overfull \hbox (24.28741pt too wide) in paragraph at lines 186--192 []\OT1/cmr/m/n/12 There are two ways of mak-ing asyn-chronous calls. You can ei -ther call the \OT1/cmtt/m/n/12 callMethodAsync Overfull \hbox (22.27817pt too wide) in paragraph at lines 212--212 [][][][][][][][][][][][][]| Overfull \hbox (19.93105pt too wide) in paragraph at lines 209--214 []\OT1/cmr/m/n/12 Alternatively, you can reg-is-ter a call-back with the con-ne c-tion us-ing the \OT1/cmtt/m/n/12 callWithCallback [5] Overfull \hbox (11.77826pt too wide) in paragraph at lines 230--230 [][][][][][][][][][][][][]| Overfull \hbox (74.77771pt too wide) in paragraph at lines 238--238 [][][][][][][][][][][][][] Overfull \hbox (51.52771pt too wide) in paragraph at lines 238--238 [][][][][][]| Overfull \hbox (32.77808pt too wide) in paragraph at lines 301--301 [][][][][][][][][][][][][]| [6] [7] Overfull \hbox (69.52776pt too wide) in paragraph at lines 345--345 [][][][][][][][][][][][][]| Overfull \hbox (59.02785pt too wide) in paragraph at lines 378--378 [][][][][][][][][][][][][]| Overfull \hbox (17.02821pt too wide) in paragraph at lines 442--442 [][][][][][][][][][][][][]| [8] [9] [10] [11] [12] [13] [14] Overfull \hbox (3.08463pt too wide) in paragraph at lines 745--756 [][] Overfull \hbox (27.52812pt too wide) in paragraph at lines 768--768 [][][][][][][][][][][][][]| Overfull \hbox (48.24863pt too wide) in paragraph at lines 770--777 \OT1/cmr/m/n/12 ties you wish to se-ri-al-ize, cor-rectly for-mat-ted for the w ire (\OT1/cmtt/m/n/12 DBusConnection.convertParameters() [15] Overfull \hbox (22.27817pt too wide) in paragraph at lines 842--842 [][][][][][][][][][][][][]| Overfull \hbox (33.54837pt too wide) in paragraph at lines 856--859 []\OT1/cmr/m/n/12 The Java source code in-ter-faces will be writ-ten to the sta n-dard ouput. If the \OT1/cmtt/m/n/12 --create-files Overfull \hbox (19.04457pt too wide) in paragraph at lines 878--881 []\OT1/cmr/m/n/12 When con-verted to Java you would just have one file \OT1/cmt t/m/n/12 org/freedesktop/Hal/Device.java [16] Overfull \hbox (47.12082pt too wide) in paragraph at lines 909--915 []\OT1/cmr/m/n/12 Where \OT1/cmtt/m/n/12 classname \OT1/cmr/m/n/12 is ei-ther t he spe-cial word \OT1/cmtt/m/n/12 ALL \OT1/cmr/m/n/12 or a full class name like \OT1/cmtt/m/n/12 org.freedesktop.dbus Overfull \hbox (27.52812pt too wide) in paragraph at lines 928--928 [][][][][][][][][][][][][]| [17] Overfull \hbox (71.90736pt too wide) in paragraph at lines 955--955 []\OT1/cmtt/m/n/12 DirectConnection dc = new DirectConnection("unix:path=/tmp/d bus-ABCXYZ,listen=true");[] Overfull \hbox (23.46825pt too wide) in paragraph at lines 973--977 \OT1/cmr/m/n/12 do not have to spec-ify a bus name, only an ob-ject path. There is also no \OT1/cmtt/m/n/12 getPeerRemoteObject [18] Overfull \hbox (10.15733pt too wide) in paragraph at lines 1058--1058 []\OT1/cmtt/m/n/12 Message m = new MethodCall("org.freedesktop.DBus", "/org/fre edesktop/DBus",[] Overfull \hbox (22.50734pt too wide) in paragraph at lines 1058--1058 [] \OT1/cmtt/m/n/12 "org.freedesktop. DBus", "Hello", (byte) 0, null);[] [19] LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. [20] [21] [22] [23] [24] [25] [26] (./dbus-java.aux) ) (see the transcript file for additional information) Output written on dbus-java.dvi (26 pages, 140908 bytes). Transcript written on dbus-java.log. (cd doc; dvips -o dbus-java.ps dbus-java.dvi) This is dvips(k) 5.996 Copyright 2016 Radical Eye Software (www.radicaleye.com) ' TeX output 2017.09.13:2318' -> dbus-java.ps . [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] (cd doc; pdflatex ../dbus-java.tex) This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (../dbus-java.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (autodetected): hpdftex. (/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (./dbus-java.aux ) (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def (/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ))) (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./dbus-java.out) (./dbus-java.out) (./dbus-java.toc [1{/usr/share/texmf-dist/f onts/map/pdftex/updmap/pdftex.map}]) (./dbus-java.lof [2]) (./dbus-java.lot) [3] Underfull \hbox (badness 10000) in paragraph at lines 122--122 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / DBusConnection . [4] Underfull \hbox (badness 10000) in paragraph at lines 189--189 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / DBusAsyncReply . Overfull \hbox (24.28741pt too wide) in paragraph at lines 186--192 []\OT1/cmr/m/n/12 There are two ways of mak-ing asyn-chronous calls. You can ei -ther call the \OT1/cmtt/m/n/12 callMethodAsync Underfull \hbox (badness 10000) in paragraph at lines 212--212 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / Overfull \hbox (19.93105pt too wide) in paragraph at lines 209--214 []\OT1/cmr/m/n/12 Alternatively, you can reg-is-ter a call-back with the con-ne c-tion us-ing the \OT1/cmtt/m/n/12 callWithCallback [5] Underfull \hbox (badness 10000) in paragraph at lines 230--230 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / DBusInterface . Underfull \hbox (badness 10000) in paragraph at lines 238--238 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / test / Underfull \hbox (badness 10000) in paragraph at lines 238--238 \OT1/cmtt/m/n/10 TestRemoteInterface2 . java$[][] [][]$http : / / dbus . freede sktop . org / doc / dbus-[]java / api / org / Underfull \hbox (badness 10000) in paragraph at lines 301--301 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / [6] [7] Underfull \hbox (badness 10000) in paragraph at lines 345--345 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / test / Underfull \hbox (badness 10000) in paragraph at lines 378--378 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / [8] Underfull \hbox (badness 10000) in paragraph at lines 442--442 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / DBusSigHandler . [9] [10] [11] [12] [13] [14] Overfull \hbox (3.08463pt too wide) in paragraph at lines 745--756 [][] [15] Underfull \hbox (badness 10000) in paragraph at lines 768--768 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / Overfull \hbox (48.24863pt too wide) in paragraph at lines 770--777 \OT1/cmr/m/n/12 ties you wish to se-ri-al-ize, cor-rectly for-mat-ted for the w ire (\OT1/cmtt/m/n/12 DBusConnection.convertParameters() Underfull \hbox (badness 10000) in paragraph at lines 842--842 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / Overfull \hbox (33.54837pt too wide) in paragraph at lines 856--859 []\OT1/cmr/m/n/12 The Java source code in-ter-faces will be writ-ten to the sta n-dard ouput. If the \OT1/cmtt/m/n/12 --create-files [16] Overfull \hbox (19.04457pt too wide) in paragraph at lines 878--881 []\OT1/cmr/m/n/12 When con-verted to Java you would just have one file \OT1/cmt t/m/n/12 org/freedesktop/Hal/Device.java Overfull \hbox (47.12082pt too wide) in paragraph at lines 909--915 []\OT1/cmr/m/n/12 Where \OT1/cmtt/m/n/12 classname \OT1/cmr/m/n/12 is ei-ther t he spe-cial word \OT1/cmtt/m/n/12 ALL \OT1/cmr/m/n/12 or a full class name like \OT1/cmtt/m/n/12 org.freedesktop.dbus Underfull \hbox (badness 10000) in paragraph at lines 928--928 [][][][][]$\OT1/cmtt/m/n/10 http : / / dbus . freedesktop . org / doc / dbus-[] java / api / org / freedesktop / dbus / [17] Overfull \hbox (71.90736pt too wide) in paragraph at lines 955--955 []\OT1/cmtt/m/n/12 DirectConnection dc = new DirectConnection("unix:path=/tmp/d bus-ABCXYZ,listen=true");[] Overfull \hbox (23.46825pt too wide) in paragraph at lines 973--977 \OT1/cmr/m/n/12 do not have to spec-ify a bus name, only an ob-ject path. There is also no \OT1/cmtt/m/n/12 getPeerRemoteObject [18] Overfull \hbox (10.15733pt too wide) in paragraph at lines 1058--1058 []\OT1/cmtt/m/n/12 Message m = new MethodCall("org.freedesktop.DBus", "/org/fre edesktop/DBus",[] Overfull \hbox (22.50734pt too wide) in paragraph at lines 1058--1058 [] \OT1/cmtt/m/n/12 "org.freedesktop. DBus", "Hello", (byte) 0, null);[] [19] LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. [20] [21] [22] [23] [24] [25] [26] (./dbus-java.aux) ) (see the transcript file for additional information) Output written on dbus-java.pdf (26 pages, 186409 bytes). Transcript written on dbus-java.log. mkdir -p doc/dbus-java/ (cd doc/dbus-java; TEX4HTENV=/usr/share/texmf/tex4ht/base/unix/tex4ht.env htlatex ../../dbus-java.tex "xhtml,2" "" "-cvalidate") This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (../../dbus-java.tex (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.sty) (/usr/share/texmf-dist/tex/generic/tex4ht/usepackage.4ht) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty Package auxhook Warning: Cannot patch \document, (auxhook) using \AtBeginDocument instead. ) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty) Package hyperref Message: Stopped early. ) Package hyperref Message: Driver: htex4ht. (/usr/share/texmf-dist/tex/latex/hyperref/htex4ht.def) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.4ht :::::::::::::::::::::::::::::::::::::::::: TeX4ht info is available in the log file :::::::::::::::::::::::::::::::::::::::::: ) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.sty (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def)) --- needs --- tex4ht dbus-java --- (./dbus-java.tmp) l.1437 --- TeX4ht warning --- No file dbus-java.xref --- (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/latex.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/fontmath.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/article.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/ifthen.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/hyperref.4ht (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texmf-dist/tex/generic/tex4ht/nameref.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/pd1enc.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/url.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/color.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/dvips.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/dvipsnam.4ht (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) No file dbus-java.aux. [1] [2] No file dbus-java.4tc No file dbus-java.4tc [3] No file dbus-java.4tc [4] No file dbus-java.4tc [5] [6] [7] [8] [9] [10] [11] [12] [13] LaTeX Warning: Reference `fig:async' on page 14 undefined on input line 191. [14] [15] [16] [17] [18] LaTeX Warning: Reference `fig:interface' on page 19 undefined on input line 234 . LaTeX Warning: Reference `fig:class' on page 19 undefined on input line 235. [19] [20] [21] [22] [23] [24] [25] [26] LaTeX Warning: Reference `fig:interfacename' on page 27 undefined on input line 303. [27] [28] [29] [30] [31] LaTeX Warning: Reference `fig:signal' on page 32 undefined on input line 343. [32] [33] [34] [35] [36] LaTeX Warning: Reference `fig:exceptiondef' on page 37 undefined on input line 382. LaTeX Warning: Reference `fig:exceptioncall' on page 37 undefined on input line 383. [37] [38] [39] [40] [41] [42] [43] [44] LaTeX Warning: Reference `fig:exceptioncatch' on page 45 undefined on input lin e 420. [45] [46] [47] [48] [49] LaTeX Warning: Reference `fig:handler' on page 50 undefined on input line 444. [50] [51] [52] [53] [54] LaTeX Warning: Reference `table:types' on page 55 undefined on input line 475. LaTeX Warning: Reference `fig:collator' on page 55 undefined on input line 499. [55] [56] [57] [58] [59] [60] LaTeX Warning: Reference `fig:struct' on page 61 undefined on input line 560. LaTeX Warning: Reference `fig:structmethod' on page 61 undefined on input line 561. [61] [62] [63] [64] [65] [66] [67] [68] LaTeX Warning: Reference `sec:create' on page 69 undefined on input line 605. LaTeX Warning: Reference `fig:tuple' on page 69 undefined on input line 632. LaTeX Warning: Reference `fig:tuplemethod' on page 69 undefined on input line 6 32. [69] [70] [71] [72] [73] [74] [75] [76] LaTeX Warning: Reference `table:types' on page 77 undefined on input line 670. [77] [78] [79] [80] LaTeX Warning: Reference `fig:annotation' on page 81 undefined on input line 71 9. LaTeX Warning: Reference `tab:annotations' on page 81 undefined on input line 7 19. [81] [82] [83] [84] [85] [86] [87] [88] LaTeX Warning: Reference `fig:serializable' on page 89 undefined on input line 778. [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] LaTeX Warning: Reference `fig:p2plisten' on page 100 undefined on input line 94 4. LaTeX Warning: Reference `fig:p2pconnect' on page 100 undefined on input line 9 45. [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] LaTeX Warning: Reference `fig:lowlevel' on page 113 undefined on input line 103 4. [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] (./dbus-java.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) Output written on dbus-java.dvi (149 pages, 210836 bytes). Transcript written on dbus-java.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (../../dbus-java.tex (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.sty) (/usr/share/texmf-dist/tex/generic/tex4ht/usepackage.4ht) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty Package auxhook Warning: Cannot patch \document, (auxhook) using \AtBeginDocument instead. ) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty) Package hyperref Message: Stopped early. ) Package hyperref Message: Driver: htex4ht. (/usr/share/texmf-dist/tex/latex/hyperref/htex4ht.def) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.4ht :::::::::::::::::::::::::::::::::::::::::: TeX4ht info is available in the log file :::::::::::::::::::::::::::::::::::::::::: ) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.sty (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def)) --- needs --- tex4ht dbus-java --- (./dbus-java.tmp) (./dbus-java.xref) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/latex.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/fontmath.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/article.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/ifthen.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/hyperref.4ht (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texmf-dist/tex/generic/tex4ht/nameref.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/pd1enc.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/url.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/color.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/dvips.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/dvipsnam.4ht (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (./dbus-java.aux) [1] [2] (./dbus-java.4ct [3]) l.44 --- TeX4ht warning --- \Link{taildbus-javali1.html}? --- l.44 --- TeX4ht warning --- \Link{ }? --- (./dbus-java.4ct [4]) [5] l.45 --- TeX4ht warning --- \Link{ }? --- l.45 --- TeX4ht warning --- \Link{taildbus-javali2.html}? --- l.45 --- TeX4ht warning --- \Link{ }? --- (./dbus-java.4ct l.16 --- TeX4ht warning --- \Link{x6-140021}? --- l.18 --- TeX4ht warning --- \Link{x7-150032}? --- l.19 --- TeX4ht warning --- \Link{x7-150043}? --- l.21 --- TeX4ht warning --- \Link{x7-160024}? --- l.23 --- TeX4ht warning --- \Link{x8-170035}? --- l.25 --- TeX4ht warning --- \Link{x9-180026}? --- l.26 --- TeX4ht warning --- \Link{x9-180037}? --- l.27 --- TeX4ht warning --- \Link{x9-180048}? --- l.29 --- TeX4ht warning --- \Link{x10-190029}? --- l.35 --- TeX4ht warning --- \Link{x11-2400110}? --- l.40 --- TeX4ht warning --- \Link{x11-2800211}? --- l.41 --- TeX4ht warning --- \Link{x11-2800312}? --- l.44 --- TeX4ht warning --- \Link{x11-3000213}? --- l.45 --- TeX4ht warning --- \Link{x11-3000314}? --- l.50 --- TeX4ht warning --- \Link{x12-3300115}? --- l.53 --- TeX4ht warning --- \Link{x13-3400216}? --- l.59 --- TeX4ht warning --- \Link{x16-3900117}? --- l.60 --- TeX4ht warning --- \Link{x16-3900218}? --- l.62 --- TeX4ht warning --- \Link{x16-4000119}? --- l.66 --- TeX4ht warning --- \Link{x17-4300220}? --- l.68 --- TeX4ht warning --- \Link{x18-4400221}? --- l.69 --- TeX4ht warning --- \Link{x18-4400322}? --- l.70 --- TeX4ht warning --- \Link{x18-4400423}? --- l.71 --- TeX4ht warning --- \Link{x18-4400524}? --- l.72 --- TeX4ht warning --- \Link{x18-4400625}? --- ) [6] l.46 --- TeX4ht warning --- \Link{ }? --- l.46 --- TeX4ht warning --- \Link{taildbus-javali3.html}? --- l.46 --- TeX4ht warning --- \Link{ }? --- (./dbus-java.4ct l.47 --- TeX4ht warning --- \Link{x11-310011}? --- l.51 --- TeX4ht warning --- \Link{x12-330022}? --- ) [7] l.48 --- TeX4ht warning --- \Link{ }? --- l.48 --- TeX4ht warning --- \Link{taildbus-javase1.html}? --- l.48 --- TeX4ht warning --- \Link{ }? --- [8] [9] [10] l.119 --- TeX4ht warning --- \Link{ }? --- l.119 --- TeX4ht warning --- \Link{taildbus-javase5.html}? --- l.119 --- TeX4ht warning --- \Link{ }? --- [11] [12] [13] [14] [15] [16] l.191 --- TeX4ht warning --- \Link{x6-140021}? --- [17] [18] [19] [20] [21] l.215 --- TeX4ht warning --- \Link{ }? --- l.215 --- TeX4ht warning --- \Link{taildbus-javase9.html}? --- l.215 --- TeX4ht warning --- \Link{ }? --- l.234 --- TeX4ht warning --- \Link{x7-150032}? --- l.235 --- TeX4ht warning --- \Link{x7-150043}? --- [22] [23] [24] [25] [26] [27] [28] [29] l.303 --- TeX4ht warning --- \Link{x7-160024}? --- [30] [31] [32] [33] [34] l.328 --- TeX4ht warning --- \Link{ }? --- l.328 --- TeX4ht warning --- \Link{taildbus-javase13.html}? --- l.328 --- TeX4ht warning --- \Link{ }? --- l.343 --- TeX4ht warning --- \Link{x8-170035}? --- [35] [36] [37] [38] [39] l.374 --- TeX4ht warning --- \Link{ }? --- l.374 --- TeX4ht warning --- \Link{ }? --- l.382 --- TeX4ht warning --- \Link{x9-180026}? --- l.383 --- TeX4ht warning --- \Link{x9-180037}? --- [40] [41] [42] [43] [44] [45] [46] [47] l.420 --- TeX4ht warning --- \Link{x9-180048}? --- [48] [49] [50] [51] [52] l.438 --- TeX4ht warning --- \Link{ }? --- l.438 --- TeX4ht warning --- \Link{ }? --- l.444 --- TeX4ht warning --- \Link{x10-190029}? --- [53] [54] [55] [56] [57] l.470 --- TeX4ht warning --- \Link{ }? --- l.470 --- TeX4ht warning --- \Link{ }? --- l.475 --- TeX4ht warning --- \Link{x11-310011}? --- l.499 --- TeX4ht warning --- \Link{x11-2400110}? --- [58] [59] [60] [61] [62] [63] l.560 --- TeX4ht warning --- \Link{x11-2800211}? --- l.561 --- TeX4ht warning --- \Link{x11-2800312}? --- [64] [65] [66] [67] [68] [69] [70] [71] l.632 --- TeX4ht warning --- \Link{x11-3000213}? --- l.632 --- TeX4ht warning --- \Link{x11-3000314}? --- [72] [73] [74] [75] [76] [77] [78] [79] l.670 --- TeX4ht warning --- \Link{x11-310011}? --- [80] [81] [82] [83] l.717 --- TeX4ht warning --- \Link{ }? --- l.717 --- TeX4ht warning --- \Link{ }? --- l.719 --- TeX4ht warning --- \Link{x12-3300115}? --- l.719 --- TeX4ht warning --- \Link{x12-330022}? --- [84] [85] [86] [87] [88] [89] [90] [91] l.760 --- TeX4ht warning --- \Link{ }? --- l.760 --- TeX4ht warning --- \Link{ }? --- l.778 --- TeX4ht warning --- \Link{x13-3400216}? --- [92] [93] [94] [95] [96] l.830 --- TeX4ht warning --- \Link{ }? --- l.830 --- TeX4ht warning --- \Link{ }? --- [97] [98] [99] [100] l.891 --- TeX4ht warning --- \Link{ }? --- l.891 --- TeX4ht warning --- \Link{ }? --- [101] [102] l.921 --- TeX4ht warning --- \Link{ }? --- l.921 --- TeX4ht warning --- \Link{ }? --- l.944 --- TeX4ht warning --- \Link{x16-3900117}? --- l.945 --- TeX4ht warning --- \Link{x16-3900218}? --- [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] l.992 --- TeX4ht warning --- \Link{ }? --- l.992 --- TeX4ht warning --- \Link{ }? --- [116] l.1034 --- TeX4ht warning --- \Link{x17-4300220}? --- [117] [118] [119] [120] [121] l.1064 --- TeX4ht warning --- \Link{ }? --- l.1064 --- TeX4ht warning --- \Link{ }? --- [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] l.1257 --- TeX4ht warning --- \Link{ }? --- l.1257 --- TeX4ht warning --- \Link{ }? --- [151] l.1264 --- TeX4ht warning --- \Link{ }? --- [152] (./dbus-java.aux) LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) Output written on dbus-java.dvi (152 pages, 260768 bytes). Transcript written on dbus-java.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Mageia) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (../../dbus-java.tex (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.sty) (/usr/share/texmf-dist/tex/generic/tex4ht/usepackage.4ht) (/usr/share/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty Package auxhook Warning: Cannot patch \document, (auxhook) using \AtBeginDocument instead. ) (/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg) Package hyperref Warning: Values of option `pdfpagemode': (hyperref) * `UseNone' (hyperref) * `UseOutlines' (hyperref) * `UseThumbs' (hyperref) * `FullScreen' (hyperref) * `UseOC' (PDF 1.5) (hyperref) * `UseAttachments' (PDF 1.6) (hyperref) * An empty value disables the option. (hyperref) Unknown value `None' on input line 4322. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texmf-dist/tex/latex/url/url.sty) Package hyperref Message: Stopped early. ) Package hyperref Message: Driver: htex4ht. (/usr/share/texmf-dist/tex/latex/hyperref/htex4ht.def) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.4ht :::::::::::::::::::::::::::::::::::::::::: TeX4ht info is available in the log file :::::::::::::::::::::::::::::::::::::::::: ) (/usr/share/texmf-dist/tex/generic/tex4ht/tex4ht.sty (/usr/share/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texmf-dist/tex/latex/graphics/dvips.def) (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def)) --- needs --- tex4ht dbus-java --- (./dbus-java.tmp) (./dbus-java.xref) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/latex.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/fontmath.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/article.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/ifthen.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/hyperref.4ht (/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texmf-dist/tex/generic/tex4ht/nameref.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/pd1enc.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/url.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/color.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/dvips.4ht (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/dvipsnam.4ht (/usr/share/texmf-dist/tex/latex/graphics/dvipsnam.def) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (./dbus-java.aux) [1] [2] (./dbus-java.4ct [3]) (./dbus-java.4ct [4]) [5] (./dbus-java.4ct l.16 --- TeX4ht warning --- \Link{x9-140021}? --- l.18 --- TeX4ht warning --- \Link{x13-150032}? --- l.19 --- TeX4ht warning --- \Link{x13-150043}? --- l.21 --- TeX4ht warning --- \Link{x13-160024}? --- l.23 --- TeX4ht warning --- \Link{x17-170035}? --- l.25 --- TeX4ht warning --- \Link{x20-180026}? --- l.26 --- TeX4ht warning --- \Link{x20-180037}? --- l.27 --- TeX4ht warning --- \Link{x20-180048}? --- l.29 --- TeX4ht warning --- \Link{x22-190029}? --- l.35 --- TeX4ht warning --- \Link{x24-2400110}? --- l.40 --- TeX4ht warning --- \Link{x24-2800211}? --- l.41 --- TeX4ht warning --- \Link{x24-2800312}? --- l.44 --- TeX4ht warning --- \Link{x24-3000213}? --- l.45 --- TeX4ht warning --- \Link{x24-3000314}? --- l.50 --- TeX4ht warning --- \Link{x29-3300115}? --- l.53 --- TeX4ht warning --- \Link{x30-3400216}? --- l.59 --- TeX4ht warning --- \Link{x36-3900117}? --- l.60 --- TeX4ht warning --- \Link{x36-3900218}? --- l.62 --- TeX4ht warning --- \Link{x36-4000119}? --- l.66 --- TeX4ht warning --- \Link{x38-4300220}? --- l.68 --- TeX4ht warning --- \Link{x41-4400221}? --- l.69 --- TeX4ht warning --- \Link{x41-4400322}? --- l.70 --- TeX4ht warning --- \Link{x41-4400423}? --- l.71 --- TeX4ht warning --- \Link{x41-4400524}? --- l.72 --- TeX4ht warning --- \Link{x41-4400625}? --- ) [6] (./dbus-java.4ct l.47 --- TeX4ht warning --- \Link{x24-310011}? --- l.51 --- TeX4ht warning --- \Link{x29-330022}? --- ) [7] [8] [9] [10] l.119 --- TeX4ht warning --- \Link{taildbus-javase2.html}? --- [11] [12] [13] [14] [15] [16] l.191 --- TeX4ht warning --- \Link{x9-140021}? --- [17] [18] [19] [20] [21] l.215 --- TeX4ht warning --- \Link{taildbus-javase3.html}? --- l.234 --- TeX4ht warning --- \Link{x13-150032}? --- l.235 --- TeX4ht warning --- \Link{x13-150043}? --- [22] [23] [24] [25] [26] [27] [28] [29] l.303 --- TeX4ht warning --- \Link{x13-160024}? --- [30] [31] [32] [33] [34] l.328 --- TeX4ht warning --- \Link{taildbus-javase4.html}? --- l.343 --- TeX4ht warning --- \Link{x17-170035}? --- [35] [36] [37] [38] [39] l.382 --- TeX4ht warning --- \Link{x20-180026}? --- l.383 --- TeX4ht warning --- \Link{x20-180037}? --- [40] [41] [42] [43] [44] [45] [46] [47] l.420 --- TeX4ht warning --- \Link{x20-180048}? --- [48] [49] [50] [51] [52] l.438 --- TeX4ht warning --- \Link{taildbus-javase6.html}? --- l.444 --- TeX4ht warning --- \Link{x22-190029}? --- [53] [54] [55] [56] [57] l.470 --- TeX4ht warning --- \Link{taildbus-javase7.html}? --- l.475 --- TeX4ht warning --- \Link{x24-310011}? --- l.499 --- TeX4ht warning --- \Link{x24-2400110}? --- [58] [59] [60] [61] [62] [63] l.560 --- TeX4ht warning --- \Link{x24-2800211}? --- l.561 --- TeX4ht warning --- \Link{x24-2800312}? --- [64] [65] [66] [67] [68] [69] [70] [71] l.632 --- TeX4ht warning --- \Link{x24-3000213}? --- l.632 --- TeX4ht warning --- \Link{x24-3000314}? --- [72] [73] [74] [75] [76] [77] [78] [79] l.670 --- TeX4ht warning --- \Link{x24-310011}? --- [80] [81] [82] [83] l.717 --- TeX4ht warning --- \Link{taildbus-javase8.html}? --- l.719 --- TeX4ht warning --- \Link{x29-3300115}? --- l.719 --- TeX4ht warning --- \Link{x29-330022}? --- [84] [85] [86] [87] [88] [89] [90] [91] l.778 --- TeX4ht warning --- \Link{x30-3400216}? --- [92] [93] [94] [95] [96] l.830 --- TeX4ht warning --- \Link{taildbus-javase10.html}? --- [97] [98] [99] [100] l.891 --- TeX4ht warning --- \Link{taildbus-javase11.html}? --- [101] [102] l.921 --- TeX4ht warning --- \Link{taildbus-javase12.html}? --- l.944 --- TeX4ht warning --- \Link{x36-3900117}? --- l.945 --- TeX4ht warning --- \Link{x36-3900218}? --- [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] l.1034 --- TeX4ht warning --- \Link{x38-4300220}? --- [117] [118] [119] [120] [121] l.1064 --- TeX4ht warning --- \Link{taildbus-javase14.html}? --- [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] l.1257 --- TeX4ht warning --- \Link{taildbus-javase15.html}? --- [151] [152] (./dbus-java.aux) ) Output written on dbus-java.dvi (152 pages, 265456 bytes). Transcript written on dbus-java.log. ---------------------------- tex4ht.c (2012-07-25-19:36 kpathsea) tex4ht -f/../../dbus-java.tex -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/ (/usr/share/texmf-dist/tex4ht/base/unix/tex4ht.env) (/usr/share/texmf-dist/tex4ht/ht-fonts/iso8859/1/charset/unicode.4hf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmti12.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/cm/cmti.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/cm/cmbx.htf) Searching `lm-rep-cmrm.htf' for `cmbx12.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/cm/cmmi.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmtt10.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/cm/cmtt.htf) Searching `lm-rep-cmtt.htf' for `cmtt10.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr10.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmtt12.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/cm/cmtt.htf) Searching `lm-rep-cmtt.htf' for `cmtt12.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr12.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmr17.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr17.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr12.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm) (/usr/share/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr10.htf' (/usr/share/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) [1 file dbus-java.html file dbus-java.css file dbus-java.tmp ] [2] [3] [4 file dbus-javali1.html ] [5] [6 file dbus-javali2.html ] [7 file dbus-javali3.html ] [8 file dbus-javase1.html file dbus-java6.html file dbus-java7.html file dbus-java8.html ] [9] [10] [11 file dbus-javase2.html file dbus-java10.html ] [12] [13] [14] [15] [16] [17 file dbus-java11.html ] [18] [19] [20] [21 file dbus-java12.html ] [22 file dbus-javase3.html file dbus-java14.html file dbus-java15.html ] [23] [24] [25] [26] [27] [28] [29] [30 file dbus-java16.html ] [31] [32] [33] [34] [35 file dbus-javase4.html file dbus-java18.html file dbus-java19.html ] [36] [37] [38] [39] [40 file dbus-javase5.html file dbus-java21.html ] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53 file dbus-javase6.html file dbus-java23.html ] [54] [55] [56] [57] [58 file dbus-javase7.html file dbus-java25.html ] [59] [60] [61] [62] [63 file dbus-java26.html ] [64 file dbus-java27.html ] [65] [66] [67] [68] [69] [70] [71] [72 file dbus-java28.html ] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84 file dbus-javase8.html ] [85] [86] [87] [88] [89] [90] [91] [92 file dbus-javase9.html file dbus-java31.html ] [93] [94] [95] [96] [97 file dbus-javase10.html file dbus-java33.html file dbus-java34.html ] [98] [99] [100] [101 file dbus-javase11.html ] [102] [103 file dbus-javase12.html file dbus-java37.html ] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116 file dbus-javase13.html file dbus-java39.html file dbus-java40.html ] [117] [118] [119] [120] [121] [122 file dbus-javase14.html file dbus-java42.html ] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151 file dbus-javase15.html ] [152] --- empty picture --- dbus-java.idv[2] --- Execute script `dbus-java.lg' ---------------------------- t4ht.c (2012-07-25-19:28 kpathsea) t4ht -f/../../dbus-java.tex -cvalidate (/usr/share/texmf-dist/tex4ht/base/unix/tex4ht.env) Entering dbus-java.lg Entering dbus-java.css Entering dbus-java.tmp rm -f doc/dbus-java/*{4ct,4tc,aux,dvi,idv,lg,log,tmp,xref} cp doc/dbus-java/dbus-java.html doc/dbus-java/index.html javadoc -Xdoclint:none -quiet -author -link http://java.sun.com/j2se/1.5.0/docs/api/ -classpath /usr/lib/java/unix.jar:/usr/lib/java/hexdump.jar:/usr/lib/java/debug-disable.jar -d doc/api org/freedesktop/*.java org/freedesktop/dbus/*.java org/freedesktop/dbus/types/*.java org/freedesktop/dbus/exceptions/*.java org/freedesktop/dbus/AbstractConnection.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:397: warning: '_' used as an identifier throw new DBusException(_("Must Specify an Object Path")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:399: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:402: warning: '_' used as an identifier throw new DBusException(_("Object already exported")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:420: warning: '_' used as an identifier throw new DBusException(_("Must Specify an Object Path")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:422: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectprefix); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:485: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:498: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:501: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:517: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:532: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:535: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:731: warning: '_' used as an identifier queueOutgoing(new Error(m, new DBus.Error.UnknownObject(m.getPath()+_(" is not an object provided by this process.")))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:744: warning: '_' used as an identifier queueOutgoing(new Error(m, new DBus.Error.UnknownMethod(MessageFormat.format(_("The method `{0}.{1}' does not exist on this object."), new Object[] { m.getInterface(), m.getName() })))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:773: warning: '_' used as an identifier conn.queueOutgoing(new Error(m, new DBus.Error.UnknownMethod(_("Failure in de-serializing message: ")+e))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:815: warning: '_' used as an identifier conn.queueOutgoing(new Error(m, new DBusExecutionException(MessageFormat.format(_("Error Executing Method {0}.{1}: {2}"), new Object[] { m.getInterface(), m.getName(), e.getMessage() })))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:968: warning: '_' used as an identifier queueOutgoing(new Error(mr, new DBusExecutionException(_("Spurious reply. No message with the given serial id was awaiting a reply.")))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:974: warning: '_' used as an identifier if (!connected) throw new NotConnected(_("Disconnected")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:981: warning: '_' used as an identifier ((MethodCall) m).setReply(new Error("org.freedesktop.DBus.Local", "org.freedesktop.DBus.Local.Disconnected", 0, "s", new Object[] { _("Disconnected") })); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:993: warning: '_' used as an identifier ((MethodCall) m).setReply(new Error("org.freedesktop.DBus.Local", "org.freedesktop.DBus.Local.Disconnected", 0, "s", new Object[] { _("Disconnected") })); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:1002: warning: '_' used as an identifier ((MethodCall)m).setReply(new Error(m, new DBusExecutionException(_("Message Failed to Send: ")+e.getMessage()))); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/AbstractConnection.java:1017: warning: '_' used as an identifier if (!connected) throw new NotConnected(_("No transport present")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/ArrayFrob.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/ArrayFrob.java:51: warning: '_' used as an identifier if (!ac.isArray()) throw new IllegalArgumentException(_("Not an array")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/ArrayFrob.java:54: warning: '_' used as an identifier if (null == ncc) throw new IllegalArgumentException(_("Not a primitive type")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/ArrayFrob.java:66: warning: '_' used as an identifier if (null == ncc) throw new IllegalArgumentException(_("Not a wrapper type")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/ArrayFrob.java:80: warning: '_' used as an identifier if (!o.getClass().isArray()) throw new IllegalArgumentException(_("Not an array")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/ArrayFrob.java:164: warning: '_' used as an identifier throw new IllegalArgumentException(MessageFormat.format(_("Not An Expected Convertion type from {0} to {1}"), new Object[] { o.getClass(), c})); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/BusAddress.java:12: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/BusAddress.java:24: warning: '_' used as an identifier if (null == address || "".equals(address)) throw new ParseException(_("Bus address is blank"), 0); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/BusAddress.java:27: warning: '_' used as an identifier if (ss.length < 2) throw new ParseException(_("Bus address is invalid: ")+address, 0); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusAsyncReply.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusAsyncReply.java:100: warning: '_' used as an identifier else throw new NoReply(_("Async call has not had a reply")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusAsyncReply.java:105: warning: '_' used as an identifier return _("Waiting for: ")+mc; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:166: warning: '_' used as an identifier "org.freedesktop.DBus.Local" , "org.freedesktop.DBus.Local.Disconnected", 0, "s", new Object[] { _("Disconnected") }); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:244: warning: '_' used as an identifier if (null == display) throw new DBusException(_("Cannot Resolve Session Bus Address")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:246: warning: '_' used as an identifier if (!uuidfile.exists()) throw new DBusException(_("Cannot Resolve Session Bus Address")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:253: warning: '_' used as an identifier if (!addressfile.exists()) throw new DBusException(_("Cannot Resolve Session Bus Address")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:263: warning: '_' used as an identifier if (null == s || "".equals(s)) throw new DBusException(_("Cannot Resolve Session Bus Address")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:267: warning: '_' used as an identifier throw new DBusException(_("Cannot Resolve Session Bus Address")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:272: warning: '_' used as an identifier throw new DBusException(_("Invalid Bus Type: ")+bustype); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:304: warning: '_' used as an identifier throw new DBusException(_("Failed to connect to bus ")+IOe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:308: warning: '_' used as an identifier throw new DBusException(_("Failed to connect to bus ")+Pe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:364: warning: '_' used as an identifier if (ifcs.size() == 0) throw new DBusException(_("Could not find an interface to cast to")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:375: warning: '_' used as an identifier throw new DBusException(MessageFormat.format(_("Failed to create proxy object for {0} exported by {1}. Reason: {2}"), new Object[] { path, source, e.getMessage() })); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:390: warning: '_' used as an identifier if (null == source) throw new DBusException(_("Not an object exported by this connection and no remote specified")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:403: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:425: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:438: warning: '_' used as an identifier case DBus.DBUS_REQUEST_NAME_REPLY_IN_QUEUE: throw new DBusException(_("Failed to register bus name")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:439: warning: '_' used as an identifier case DBus.DBUS_REQUEST_NAME_REPLY_EXISTS: throw new DBusException(_("Failed to register bus name")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:489: warning: '_' used as an identifier if (null == busname) throw new DBusException(_("Invalid bus name: null")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:493: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+busname); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:522: warning: '_' used as an identifier if (null == busname) throw new DBusException(_("Invalid bus name: null")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:523: warning: '_' used as an identifier if (null == objectpath) throw new DBusException(_("Invalid object path: null")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:527: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+busname); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:530: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:555: warning: '_' used as an identifier if (null == busname) throw new DBusException(_("Invalid bus name: null")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:559: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+busname); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:604: warning: '_' used as an identifier if (null == busname) throw new DBusException(_("Invalid bus name: null")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:605: warning: '_' used as an identifier if (null == objectpath) throw new DBusException(_("Invalid object path: null")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:606: warning: '_' used as an identifier if (null == type) throw new ClassCastException(_("Not A DBus Interface")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:610: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+busname); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:613: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:615: warning: '_' used as an identifier if (!DBusInterface.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Interface")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:620: warning: '_' used as an identifier throw new DBusException(_("DBusInterfaces cannot be declared outside a package")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:638: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:639: warning: '_' used as an identifier if (source.matches(BUSNAME_REGEX)) throw new DBusException(_("Cannot watch for signals based on well known bus name as source, only unique names.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:641: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+source); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:655: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:656: warning: '_' used as an identifier if (source.matches(BUSNAME_REGEX)) throw new DBusException(_("Cannot watch for signals based on well known bus name as source, only unique names.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:658: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+source); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:661: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:698: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:699: warning: '_' used as an identifier if (source.matches(BUSNAME_REGEX)) throw new DBusException(_("Cannot watch for signals based on well known bus name as source, only unique names.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:701: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+source); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:717: warning: '_' used as an identifier if (!DBusSignal.class.isAssignableFrom(type)) throw new ClassCastException(_("Not A DBus Signal")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:718: warning: '_' used as an identifier if (source.matches(BUSNAME_REGEX)) throw new DBusException(_("Cannot watch for signals based on well known bus name as source, only unique names.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:720: warning: '_' used as an identifier throw new DBusException(_("Invalid bus name: ")+source); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:723: warning: '_' used as an identifier throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusConnection.java:759: warning: '_' used as an identifier "org.freedesktop.DBus.Local" , "org.freedesktop.DBus.Local.Disconnected", 0, "s", new Object[] { _("Disconnected") }); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:82: warning: '_' used as an identifier throw new DBusException(_("DBusInterfaces must be defined in a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:88: warning: '_' used as an identifier throw new DBusException(_("Signals must be declared as a member of a class implementing DBusInterface which is the member of a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:96: warning: '_' used as an identifier throw new DBusException(_("DBusInterfaces must be defined in a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:110: warning: '_' used as an identifier throw new DBusException(_("DBusInterfaces must be defined in a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:120: warning: '_' used as an identifier throw new DBusException(_("DBusInterfaces must be defined in a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusMatchRule.java:125: warning: '_' used as an identifier throw new DBusException(_("Invalid type for match rule: ")+c); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:37: warning: '_' used as an identifier throw new MessageFormatException(_("Must specify object path, interface and signal name to Signals.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:103: warning: '_' used as an identifier throw new DBusException(_("Signals must be declared as a member of a class implementing DBusInterface which is the member of a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:122: warning: '_' used as an identifier throw new DBusException(_("Could not create class from signal ")+intname+'.'+signame); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:185: warning: '_' used as an identifier if (!objectpath.matches(AbstractConnection.OBJECT_REGEX)) throw new DBusException(_("Invalid object path: ")+objectpath); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:198: warning: '_' used as an identifier throw new DBusException(_("Signals must be declared as a member of a class implementing DBusInterface which is the member of a package.")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DBusSignal.java:236: warning: '_' used as an identifier throw new DBusException(_("Failed to add signal parameters: ")+e.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DirectConnection.java:13: warning: '_' used as an identifier import static org.freedesktop.dbus.Gettext._; ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DirectConnection.java:49: warning: '_' used as an identifier throw new DBusException(_("Failed to connect to bus ")+IOe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DirectConnection.java:52: warning: '_' used as an identifier throw new DBusException(_("Failed to connect to bus ")+Pe.getMessage()); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DirectConnection.java:131: warning: '_' used as an identifier if (ifcs.size() == 0) throw new DBusException(_("Could not find an interface to cast to")); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) org/freedesktop/dbus/DirectConnection.java:142: warning: '_' used as an identifier throw new DBusException(MessageFormat.format(_("Failed to create proxy object for {0}; reason: {1}."), new Object[] { path, e.getMessage()})); ^ (use of '_' as an identifier might not be supported in releases after Java SE 8) 100 warnings docbook2man CreateInterface.sgml > CreateInterface.1 nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd:74:17:E: "X20AC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:8:19:E: "X21B6" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:9:19:E: "X21B7" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:10:17:E: "X21D3" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:11:18:E: "X21CA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:12:18:E: "X21C3" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:13:18:E: "X21C2" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:14:18:E: "X21DA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:15:17:E: "X219E" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:16:18:E: "X21C7" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:17:19:E: "X21A9" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:18:19:E: "X21AB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:19:19:E: "X21A2" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:20:18:E: "X21BD" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:21:18:E: "X21BC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:22:17:E: "X21D4" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:23:17:E: "X2194" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:24:19:E: "X21C6" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:25:19:E: "X21C4" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:26:18:E: "X21AD" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:27:19:E: "X21CC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:28:19:E: "X21CB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:29:16:E: "X21B0" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:30:16:E: "X21A6" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:31:18:E: "X22B8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:32:18:E: "X2197" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:33:18:E: "X21CD" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:34:18:E: "X219A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:35:18:E: "X21CE" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:36:18:E: "X21AE" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:37:18:E: "X219B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:38:18:E: "X21CF" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:39:18:E: "X2196" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:40:18:E: "X21BA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:41:18:E: "X21BB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:42:18:E: "X21DB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:43:17:E: "X21A0" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:44:18:E: "X21C9" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:45:19:E: "X21AA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:46:19:E: "X21AC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:47:19:E: "X21A3" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:48:18:E: "X219D" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:49:18:E: "X21C1" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:50:18:E: "X21C0" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:51:16:E: "X21B1" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:52:18:E: "X2198" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:53:18:E: "X2199" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:54:17:E: "X21D1" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:55:18:E: "X21C8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:56:17:E: "X21D5" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:57:17:E: "X2195" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:58:18:E: "X21BF" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:59:18:E: "X21BE" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:60:18:E: "X21D0" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:61:18:E: "X2194" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:62:18:E: "X2194" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:63:18:E: "X21D2" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:8:18:E: "X2210" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:9:19:E: "X2306" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:10:19:E: "X22BC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:11:16:E: "X22D2" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:12:16:E: "X22D3" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:13:18:E: "X22CE" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:14:18:E: "X22CF" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:15:17:E: "X22C4" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:16:19:E: "X22C7" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:17:19:E: "X22BA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:18:19:E: "X22CB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:19:19:E: "X22C9" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:20:19:E: "X229F" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:21:17:E: "X229B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:22:17:E: "X229A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:23:18:E: "X229D" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:24:17:E: "X2299" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:25:19:E: "X2296" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:26:18:E: "X2295" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:27:17:E: "X2298" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:28:19:E: "X2297" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:29:18:E: "X229E" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:30:19:E: "X2214" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:31:19:E: "X22CC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:32:19:E: "X22CA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:33:17:E: "X22C5" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:34:18:E: "X22A1" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:35:18:E: "X2216" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:36:18:E: "X2293" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:37:18:E: "X2294" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:38:19:E: "X2216" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:39:19:E: "X22C6" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:40:19:E: "X22A0" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:41:16:E: "X22A4" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:42:18:E: "X228E" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:43:19:E: "X2240" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:44:18:E: "X25CB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:45:18:E: "X25BD" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:46:18:E: "X25B3" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:47:19:E: "X2210" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:48:17:E: "X220F" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsb.ent:49:16:E: "X2211" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:6:18:E: "X2309" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:7:19:E: "X230B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:8:19:E: "XE291" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:9:19:E: "X231D" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:10:19:E: "X231F" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:11:18:E: "X2308" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:12:19:E: "X230A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:14:19:E: "X231C" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsc.ent:15:19:E: "X231E" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:8:17:E: "XE411" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:9:16:E: "X2269" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:10:16:E: "X2269" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:11:18:E: "X22E7" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:12:17:E: "X2269" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:13:17:E: "XE2A2" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:14:16:E: "X2268" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:15:16:E: "X2268" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:16:18:E: "X22E6" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:17:17:E: "X2268" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:18:16:E: "X2249" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:19:18:E: "X2247" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:20:19:E: "X2262" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:21:16:E: "X2271" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:22:16:E: "X2271" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:23:17:E: "X2271" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:24:16:E: "X226F" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:25:16:E: "X2270" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:26:16:E: "X2270" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:27:17:E: "X2270" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:28:16:E: "X226E" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:29:18:E: "X22EA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:30:19:E: "X22EC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:31:17:E: "X2224" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:32:17:E: "X2226" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:33:16:E: "X2280" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:34:17:E: "X22E0" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:35:18:E: "X22EB" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:36:19:E: "X22ED" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:37:16:E: "X2281" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:38:17:E: "X22E1" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:39:17:E: "X2241" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:40:18:E: "X2244" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:41:18:E: "XE2AA" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:42:18:E: "X2226" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:43:17:E: "X2284" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:44:18:E: "X2288" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:45:18:E: "X2288" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:46:17:E: "X2285" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:47:18:E: "X2289" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:48:18:E: "X2289" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:49:19:E: "X22AC" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:50:19:E: "X22AD" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:51:19:E: "X22AF" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:52:19:E: "X22AE" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:53:18:E: "X22E8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:54:17:E: "XE2B3" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:55:19:E: "X22E8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:56:18:E: "X22E9" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:57:17:E: "XE2B5" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:58:19:E: "X22E9" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:59:18:E: "X228A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:60:18:E: "X228A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:61:18:E: "X228B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:62:18:E: "X228B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:63:19:E: "XE2B8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:64:19:E: "X228A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:65:19:E: "X228B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsn.ent:66:19:E: "X228B" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:8:16:E: "X2220" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:9:19:E: "X2221" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:10:17:E: "X2136" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:11:19:E: "X2035" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:12:17:E: "X2201" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:13:19:E: "X2138" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:14:16:E: "X2113" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:15:18:E: "X2205" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:16:18:E: "X2137" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:17:18:E: "X2111" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:18:19:E: "X0131" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:20:19:E: "X2204" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:21:15:E: "X24C8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:22:19:E: "X210F" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:23:17:E: "X211C" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:24:18:E: "XFE68" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:25:19:E: "X2032" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amso.ent:26:19:E: "X2118" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:8:16:E: "X224A" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:9:18:E: "X224D" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:10:18:E: "X224C" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:11:18:E: "X220D" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:12:19:E: "X22C8" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:13:17:E: "X223D" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:14:18:E: "X22CD" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:15:17:E: "X224E" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:16:18:E: "X224F" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:17:17:E: "X2257" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:18:19:E: "X2254" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:19:18:E: "X22DE" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:20:18:E: "X22DF" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:21:18:E: "X227C" is not a function name nsgmls:http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsr.ent:22:18:E: "X22A3" is not a function name nsgmls:I: maximum number of errors (200) reached; change with -E option Makefile:141: recipe for target 'CreateInterface.1' failed make: *** [CreateInterface.1] Error 8 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.rdR5JW (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.rdR5JW (%build) I: [iurt_root_command] ERROR: chroot