Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dbus-java.spec'], chrootPath='/var/lib/mock/f33-build-125409-39805/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dbus-java.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Wrote: /builddir/build/SRPMS/dbus-java-2.7-31.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dbus-java.spec'], chrootPath='/var/lib/mock/f33-build-125409-39805/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dbus-java.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Co9aqG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dbus-java-2.7 + /usr/bin/gzip -dc /builddir/build/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). Patch #3 (utf-8-encoding.patch): + echo '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.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. kpathsea: Running mktexfmt latex.fmt mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: mktexfmt: /builddir/.texlive2019/texmf-config/web2c/fmtutil.cnf mktexfmt [INFO]: writing formats under /builddir/.texlive2019/texmf-var/web2c mktexfmt [INFO]: --- remaking latex with pdftex mktexfmt: running `pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (INITEX) restricted \write18 enabled. (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) entering extended mode (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/latex.ini (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2018-12-01> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu)) ) ) Beginning to dump on file latex.fmt (preloaded format=latex 2020.3.27) 5446 strings of total length 72656 51324 memory locations dumped; current usage is 144&51150 3775 multiletter control sequences \font\nullfont=nullfont \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 3633 words of font info for 14 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6081 has 183 ops out of 35111 2 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on latex.log. mktexfmt [INFO]: /builddir/.texlive2019/texmf-var/web2c/pdftex/latex.fmt installed. mktexfmt [INFO]: Successfully rebuilt formats: 1 mktexfmt [INFO]: Not selected formats: 14 mktexfmt [INFO]: Total formats: 15 mktexfmt [INFO]: exiting with status 0 entering extended mode (../dbus-java.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) No file dbus-java.aux. (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/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, 95792 bytes). Transcript written on dbus-java.log. (cd doc; latex ../dbus-java.tex) This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. entering extended mode (../dbus-java.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) (./dbus-java.aux) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/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, 140920 bytes). Transcript written on dbus-java.log. (cd doc; latex ../dbus-java.tex) This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. entering extended mode (../dbus-java.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))) (./dbus-java.aux) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/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, 140928 bytes). Transcript written on dbus-java.log. (cd doc; dvips -o dbus-java.ps dbus-java.dvi) This is dvips(k) 5.999 Copyright 2019 Radical Eye Software (www.radicaleye.com) ' TeX output 2020.03.27:0856' -> 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.20 (TeX Live 2019) (preloaded format=pdflatex) restricted \write18 enabled. kpathsea: Running mktexfmt pdflatex.fmt mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: mktexfmt: /builddir/.texlive2019/texmf-config/web2c/fmtutil.cnf mktexfmt [INFO]: writing formats under /builddir/.texlive2019/texmf-var/web2c mktexfmt [INFO]: --- remaking pdflatex with pdftex mktexfmt: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (INITEX) restricted \write18 enabled. (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) entering extended mode (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/pdflatex.ini (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2018-12-01> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu)) ) ) Beginning to dump on file pdflatex.fmt (preloaded format=pdflatex 2020.3.27) 5447 strings of total length 72682 51327 memory locations dumped; current usage is 144&51153 3775 multiletter control sequences \font\nullfont=nullfont \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 3633 words of font info for 14 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6081 has 183 ops out of 35111 2 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on pdflatex.log. mktexfmt [INFO]: /builddir/.texlive2019/texmf-var/web2c/pdftex/pdflatex.fmt installed. mktexfmt [INFO]: Successfully rebuilt formats: 1 mktexfmt [INFO]: Not selected formats: 14 mktexfmt [INFO]: Total formats: 15 mktexfmt [INFO]: exiting with status 0 entering extended mode (../dbus-java.tex LaTeX2e <2018-12-01> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (./dbus-java.aux) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./dbus-java.out) (./dbus-java.out) (./dbus-java.toc [1{/usr/share/texlive/texm f-dist/fonts/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, 186393 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.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2018-12-01> (../../dbus-java.tex (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.sty) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/usepackage.4ht) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty Package auxhook Warning: Cannot patch \document, (auxhook) using \AtBeginDocument instead. ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) Package hyperref Message: Stopped early. ) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/htex4ht.def) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.4ht :::::::::::::::::::::::::::::::::::::::::: TeX4ht info is available in the log file :::::::::::::::::::::::::::::::::::::::::: ) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) --- needs --- tex4ht dbus-java --- (./dbus-java.tmp) l.1444 --- TeX4ht warning --- No file dbus-java.xref --- (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/latex.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/fontmath.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/article.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/ifthen.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/hyperref.4ht (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/nameref.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/pd1enc.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/url.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/color.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/dvips.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/dvipsnam.4ht (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/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, 211192 bytes). Transcript written on dbus-java.log. This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2018-12-01> (../../dbus-java.tex (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.sty) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/usepackage.4ht) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty Package auxhook Warning: Cannot patch \document, (auxhook) using \AtBeginDocument instead. ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) Package hyperref Message: Stopped early. ) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/htex4ht.def) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.4ht :::::::::::::::::::::::::::::::::::::::::: TeX4ht info is available in the log file :::::::::::::::::::::::::::::::::::::::::: ) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) --- needs --- tex4ht dbus-java --- (./dbus-java.tmp) (./dbus-java.xref) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/latex.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/fontmath.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/article.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/ifthen.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/hyperref.4ht (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/nameref.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/pd1enc.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/url.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/color.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/dvips.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/dvipsnam.4ht (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/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, 261128 bytes). Transcript written on dbus-java.log. This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=latex) restricted \write18 enabled. entering extended mode LaTeX2e <2018-12-01> (../../dbus-java.tex (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.sty) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/usepackage.4ht) (/usr/share/texlive/texmf-dist/tex/latex/preprint/fullpage.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty Package auxhook Warning: Cannot patch \document, (auxhook) using \AtBeginDocument instead. ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/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 4424. Package hyperref Warning: Option `pagecolor' is not available anymore. (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) Package hyperref Message: Stopped early. ) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/htex4ht.def) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.4ht :::::::::::::::::::::::::::::::::::::::::: TeX4ht info is available in the log file :::::::::::::::::::::::::::::::::::::::::: ) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/tex4ht.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def)) --- needs --- tex4ht dbus-java --- (./dbus-java.tmp) (./dbus-java.xref) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/latex.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/fontmath.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/article.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/ifthen.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/hyperref.4ht (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/nameref.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/pd1enc.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/url.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/color.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/dvips.4ht (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/dvipsnam.4ht (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4-math.4ht)) (/usr/share/texlive/texmf-dist/tex/generic/tex4ht/html4.4ht) (/usr/share/texlive/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, 265816 bytes). Transcript written on dbus-java.log. ---------------------------- tex4ht.c (2018-07-03-10:36 kpathsea) tex4ht -f/../../dbus-java.tex -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/ (/usr/share/texlive/texmf-dist/tex4ht/base/unix/tex4ht.env) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/iso8859/1/charset/unicode.4hf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmti12.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/cm/cmti.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmbx12.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/cm/cmbx.htf) Searching `lm-rep-cmrm.htf' for `cmbx12.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmmi12.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/cm/cmmi.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmtt10.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/cm/cmtt.htf) Searching `lm-rep-cmtt.htf' for `cmtt10.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr10.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmtt12.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/cm/cmtt.htf) Searching `lm-rep-cmtt.htf' for `cmtt12.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr12.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr17.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr17.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr12.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr12.htf' (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf) (/usr/share/texlive/texmf-dist/fonts/tfm/public/cm/cmr10.tfm) (/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf) Searching `lm-rep-cmrm.htf' for `cmr10.htf' (/usr/share/texlive/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 (2018-07-04-14:25 kpathsea) t4ht -f/../../dbus-java.tex -cvalidate (/usr/share/texlive/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 db2x_docbook2man --to-stdout CreateInterface.sgml > CreateInterface.1 db2x_docbook2man --to-stdout ListDBus.sgml > ListDBus.1 db2x_docbook2man --to-stdout DBusDaemon.sgml > DBusDaemon.1 db2x_docbook2man --to-stdout DBusViewer.sgml > DBusViewer.1 db2x_docbook2man --to-stdout DBusCall.sgml > DBusCall.1 + jar umf /builddir/build/SOURCES/dbus-java-osgi-MANIFEST.MF libdbus-java-2.7.jar Mar 27, 2020 9:05:34 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Manifest-Version. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X1zXPJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 + cd dbus-java-2.7 + make install DESTDIR=/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 JARPREFIX=/usr/share/java/dbus-java BINPREFIX=/usr/bin MANPREFIX=/usr/share/man/man1 DOCPREFIX=/usr/share/doc/dbus-java JAVADOCPREFIX=/usr/share/javadoc/dbus-java JAVAUNIXLIBDIR=/usr/lib64/libmatthew-java JAVAUNIXJARDIR=/usr/lib/java 'JAVADOC=javadoc -Xdoclint:none' install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java install -m 644 libdbus-java-2.7.jar /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus.jar install -m 644 dbus-java-viewer-2.7.jar /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus-viewer.jar install -m 644 dbus-java-bin-2.7.jar /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus-bin.jar install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/bin install bin/DBusViewer /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/bin install bin/DBusCall /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/bin install bin/CreateInterface /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/bin install bin/ListDBus /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/bin install bin/DBusDaemon /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/bin install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 changelog /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 COPYING /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 AUTHORS /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 README /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 INSTALL /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/man/man1 install -m 644 CreateInterface.1 /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/man/man1/CreateInterface.1 install -m 644 ListDBus.1 /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/man/man1/ListDBus.1 install -m 644 DBusDaemon.1 /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/man/man1/DBusDaemon.1 install -m 644 DBusViewer.1 /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/man/man1/DBusViewer.1 install -m 644 DBusCall.1 /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/man/man1/DBusCall.1 install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 doc/dbus-java.dvi /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 doc/dbus-java.ps /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -m 644 doc/dbus-java.pdf /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java/dbus-java install -m 644 doc/dbus-java/*.html /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java/dbus-java install -m 644 doc/dbus-java/*.css /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java/dbus-java install -d /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/javadoc/dbus-java/api cp -a doc/api/* /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/javadoc/dbus-java/api + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/DBusViewer from /bin/sh -- to #!/usr/bin/sh -- mangling shebang in /usr/bin/ListDBus from /bin/sh -- to #!/usr/bin/sh -- mangling shebang in /usr/bin/DBusDaemon from /bin/sh -- to #!/usr/bin/sh -- mangling shebang in /usr/bin/CreateInterface from /bin/sh -- to #!/usr/bin/sh -- mangling shebang in /usr/bin/DBusCall from /bin/sh -- to #!/usr/bin/sh -- Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sI6iaG + umask 022 + cd /builddir/build/BUILD + cd dbus-java-2.7 + make check JARPREFIX=/usr/share/java/dbus-java BINPREFIX=/usr/bin MANPREFIX=/usr/share/man/man1 DOCPREFIX=/usr/share/doc/dbus-java JAVADOCPREFIX=/usr/share/javadoc/dbus-java JAVAUNIXLIBDIR=/usr/lib64/libmatthew-java JAVAUNIXJARDIR=/usr/lib/java 'JAVADOC=javadoc -Xdoclint:none' mkdir -p classes javac -cp classes:/usr/lib/java/debug-disable.jar:/usr/lib/java/hexdump.jar: -d classes -Xlint:all -O -g:none -encoding UTF-8 org/freedesktop/dbus/test/*.java org/freedesktop/dbus/test/cross_test_client.java:225: warning: [rawtypes] found raw type: Variant else vs.add(new Variant(a)); ^ missing type arguments for generic class Variant where T is a type-variable: T extends Object declared in class Variant org/freedesktop/dbus/test/cross_test_server.java:81: warning: [rawtypes] found raw type: Variant return new Variant(input.getValue()); ^ missing type arguments for generic class Variant where T is a type-variable: T extends Object declared in class Variant org/freedesktop/dbus/test/test.java:314: warning: [rawtypes] found raw type: Variant public Map GetAll (String interface_name) { return new HashMap(); } ^ missing type arguments for generic class Variant where T is a type-variable: T extends Object declared in class Variant org/freedesktop/dbus/test/test.java:314: warning: [rawtypes] found raw type: Variant public Map GetAll (String interface_name) { return new HashMap(); } ^ missing type arguments for generic class Variant where T is a type-variable: T extends Object declared in class Variant org/freedesktop/dbus/test/test.java:873: warning: [rawtypes] found raw type: Map Map m = new HashMap(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map org/freedesktop/dbus/test/test.java:873: warning: [rawtypes] found raw type: HashMap Map m = new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap org/freedesktop/dbus/test/test.java:875: warning: [rawtypes] found raw type: Variant tri2.complexv(new Variant(m, "a{ss}")); ^ missing type arguments for generic class Variant where T is a type-variable: T extends Object declared in class Variant 7 warnings touch .testclasses echo > Manifest (cd classes; jar -cfm ../dbus-java-test-2.7.jar ../Manifest org/freedesktop/dbus/test/*.class) mkdir -p testbin touch .testbin ln -sf dbus-java-bin-2.7.jar dbus-bin.jar ln -sf libdbus-java-2.7.jar dbus.jar ln -sf dbus-java-viewer-2.7.jar dbus-viewer.jar sed 's,\%JARPATH\%,.,;s,\%JAVAUNIXJARPATH\%,/usr/lib/java,;s,\%JAVAUNIXLIBPATH\%,/usr/lib64/libmatthew-java,;s,\%VERSION\%,2.7,;s,\%DEBUG\%,disable,;s,\%JAVA\%,java,' < DBusDaemon.sh > testbin/DBusDaemon chmod 755 testbin/DBusDaemon ( PASS=false; \ testbin/DBusDaemon --addressfile address --pidfile pid 2> server.log&\ sleep 1; \ export DBUS_SESSION_BUS_ADDRESS=$(cat address) ;\ dbus-monitor >> monitor.log &\ if make DBUS_JAVA_FLOATS=true DEBUG=disable testrun 2>&1 | tee client.log; then export PASS=true; fi ; \ kill $(cat pid) ; \ if [ "$PASS" = "true" ]; then exit 0; else exit 1; fi ) cat: address: No such file or directory /bin/sh: line 4: dbus-monitor: command not found make[1]: Entering directory '/builddir/build/BUILD/dbus-java-2.7' java -Djava.library.path=/usr/lib64/libmatthew-java -classpath :/usr/lib/java/unix.jar:/usr/lib/java/hexdump.jar:/usr/lib/java/debug-disable.jar:libdbus-java-2.7.jar:dbus-java-test-2.7.jar org.freedesktop.dbus.test.test Creating Connection org.freedesktop.dbus.exceptions.DBusException: Failed to connect to bus Bus address is blank at org.freedesktop.dbus.DBusConnection.(Unknown Source) at org.freedesktop.dbus.DBusConnection.getConnection(Unknown Source) at org.freedesktop.dbus.test.test.main(Unknown Source) Test Failed: Unexpected Exception Occurred: org.freedesktop.dbus.exceptions.DBusException: Failed to connect to bus Bus address is blank Test Failed: Unexpected Exception Occurred: org.freedesktop.dbus.exceptions.DBusException: Failed to connect to bus Bus address is blank make[1]: *** [Makefile:154: testrun] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/dbus-java-2.7' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: dbus-java-2.7-31.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QQYLDH + umask 022 + cd /builddir/build/BUILD + cd dbus-java-2.7 + DOCDIR=/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java + cp -pr AUTHORS /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java + cp -pr INSTALL /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java + cp -pr README /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/doc/dbus-java + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.msSEdG + umask 022 + cd /builddir/build/BUILD + cd dbus-java-2.7 + LICENSEDIR=/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/licenses/dbus-java + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/licenses/dbus-java + cp -pr COPYING /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/licenses/dbus-java + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /usr/share/doc/dbus-java warning: File listed twice: /usr/share/doc/dbus-java/AUTHORS warning: File listed twice: /usr/share/doc/dbus-java/INSTALL warning: File listed twice: /usr/share/doc/dbus-java/README [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus-bin.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus-viewer.jar'] [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus.jar'] [INFO osgi.prov] osgi(org.freedesktop.dbus) = 2.7.0 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus-bin.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus-viewer.jar'] [INFO osgi.req] input: ['/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/java/dbus-java/dbus.jar'] Provides: dbus-java = 2.7-31.fc33 dbus-java(riscv-64) = 2.7-31.fc33 osgi(org.freedesktop.dbus) = 2.7.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh Processing files: dbus-java-javadoc-2.7-31.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UntXkI + umask 022 + cd /builddir/build/BUILD + cd dbus-java-2.7 + LICENSEDIR=/builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/licenses/dbus-java-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/licenses/dbus-java-javadoc + cp -pr COPYING /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64/usr/share/licenses/dbus-java-javadoc + RPM_EC=0 ++ jobs -p + exit 0 Provides: dbus-java-javadoc = 2.7-31.fc33 dbus-java-javadoc(riscv-64) = 2.7-31.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 Wrote: /builddir/build/RPMS/dbus-java-2.7-31.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/dbus-java-javadoc-2.7-31.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EBDJlF + umask 022 + cd /builddir/build/BUILD + cd dbus-java-2.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dbus-java-2.7-31.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0