Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/unison227.spec'], chrootPath='/var/lib/mock/f31-build-89177-32044/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/unison227.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=1564185600 Wrote: /builddir/build/SRPMS/unison227-2.27.157-15.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/unison227.spec'], chrootPath='/var/lib/mock/f31-build-89177-32044/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/unison227.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=1564185600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BJMIpJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf unison-2.27.157 + /usr/bin/gzip -dc /builddir/build/SOURCES/unison-2.27.157.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd unison-2.27.157 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (unison227-ocaml312.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (unison227-Fix-bad-interaction-with-OpenSSH-5.6.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (unison227-gtk.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #3 (unison227-ocaml408.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (unison227-ocaml312.patch): patching file update.mli Patch #1 (unison227-Fix-bad-interaction-with-OpenSSH-5.6.patch): patching file terminal.ml Patch #2 (unison227-gtk.patch): patching file uigtk2.ml Hunk #1 succeeded at 83 (offset 1 line). Patch #3 (unison227-ocaml408.patch): patching file files.ml patching file Makefile.OCaml patching file pty.c patching file recon.ml patching file uicommon.ml patching file uigtk2.ml Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Tapl8H + umask 022 + cd /builddir/build/BUILD + cd unison-2.27.157 + unset MAKEFLAGS + make NATIVE=true UISTYLE=gtk2 'OCAMLOPT=ocamlopt -unsafe-string -g' BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/ubase/util.ml", line 15, characters 17-31: BUILDSTDERR: Warning 3: deprecated: Char.lowercase BUILDSTDERR: Use Char.lowercase_ascii instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/ubase/util.ml", line 15, characters 50-64: BUILDSTDERR: Warning 3: deprecated: Char.lowercase BUILDSTDERR: Use Char.lowercase_ascii instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/ubase/uarg.ml", line 69, characters 29-30: BUILDSTDERR: Warning 3: deprecated: Pervasives.& BUILDSTDERR: Use (&&) instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/ubase/prefs.ml", line 232, characters 14-29: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 8.5) ocamlc -o mkProjectInfo mkProjectInfo.ml ./mkProjectInfo > Makefile.ProjectInfo UISTYLE = gtk2 Building for Unix NATIVE = true THREADS = false STATIC = false OSTYPE = OSARCH = echo 'let myName = "'unison'";;' > ubase/projectInfo.ml echo 'let myVersion = "'2.27.157'";;' >> ubase/projectInfo.ml echo 'let myMajorVersion = "'2.27'";;' >> ubase/projectInfo.ml ocamlopt -unsafe-string -g: ubase/projectInfo.ml ---> ubase/projectInfo.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/projectInfo.ml ocamlopt -unsafe-string -g: ubase/myMap.mli ---> ubase/myMap.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/myMap.mli ocamlopt -unsafe-string -g: ubase/myMap.ml ---> ubase/myMap.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/myMap.ml ocamlopt -unsafe-string -g: ubase/safelist.mli ---> ubase/safelist.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/safelist.mli ocamlopt -unsafe-string -g: ubase/safelist.ml ---> ubase/safelist.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/safelist.ml ocamlopt -unsafe-string -g: ubase/uprintf.mli ---> ubase/uprintf.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/uprintf.mli ocamlopt -unsafe-string -g: ubase/uprintf.ml ---> ubase/uprintf.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/uprintf.ml ocamlopt -unsafe-string -g: ubase/util.mli ---> ubase/util.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/util.mli ocamlopt -unsafe-string -g: ubase/util.ml ---> ubase/util.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/util.ml ocamlopt -unsafe-string -g: ubase/rx.mli ---> ubase/rx.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/rx.mli ocamlopt -unsafe-string -g: ubase/rx.ml ---> ubase/rx.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/rx.ml ocamlopt -unsafe-string -g: ubase/uarg.mli ---> ubase/uarg.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/uarg.mli ocamlopt -unsafe-string -g: ubase/uarg.ml ---> ubase/uarg.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/uarg.ml ocamlopt -unsafe-string -g: ubase/prefs.mli ---> ubase/prefs.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/prefs.mli ocamlopt -unsafe-string -g: ubase/prefs.ml ---> ubase/prefs.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/prefs.ml ocamlopt -unsafe-string -g: ubase/trace.mli ---> ubase/trace.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/trace.mli ocamlopt -unsafe-string -g: ubase/trace.ml ---> ubase/trace.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/ubase/trace.ml ocamlopt -unsafe-string -g: lwt/pqueue.mli ---> lwt/pqueue.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/pqueue.mli ocamlopt -unsafe-string -g: lwt/pqueue.ml ---> lwt/pqueue.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/pqueue.ml ocamlopt -unsafe-string -g: lwt/lwt.mli ---> lwt/lwt.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/lwt.mli ocamlopt -unsafe-string -g: lwt/lwt.ml ---> lwt/lwt.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/lwt.ml BUILDSTDERR: ocamlopt -unsafe-string -g: lwt/lwtFile "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 294, characters 12-59: BUILDSTDERR: Warning 21: this statement never returns (or has an unsound type.) BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 343, characters 17-30: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 347, characters 19-32: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 355, characters 6-22: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 369, characters 17-30: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 394, characters 10-57: BUILDSTDERR: Warning 21: this statement never returns (or has an unsound type.) BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml", line 429, characters 10-62: BUILDSTDERR: Warning 21: this statement never returns (or has an unsound type.) BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/case.ml", line 44, characters 11-24: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/case.ml", line 50, characters 6-28: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/case.ml", line 53, characters 6-28: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uutil.ml", line 88, characters 10-23: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fileutil.ml", line 9, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fileutil.ml", line 13, characters 11-21: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fileutil.ml", line 14, characters 11-21: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/name.ml", line 30, characters 44-60: BUILDSTDERR: Warning 3: deprecated: String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/path.ml", line 18, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/path.ml", line 20, characters 2-30: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/path.ml", line 170, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fspath.ml", line 38, characters 18-20: BUILDSTDERR: Warning 3: deprecated: Pervasives.or BUILDSTDERR: Use (||) instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fspath.ml", line 168, characters 14-27: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fspath.ml", line 170, characters 6-18: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fingerprint.ml", line 54, characters 15-28: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fingerprint.ml", line 57, characters 4-22: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/fingerprint.ml", line 58, characters 4-26: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 42, characters 14-27: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 44, characters 4-18: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 45, characters 4-22: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 76, characters 10-23: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 78, characters 4-128: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 89, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 184, characters 2-55: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/osx.ml", line 223, characters 31-44: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. _util.mli ---> lwt/lwt_util.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/lwt_util.mli ocamlopt -unsafe-string -g: lwt/lwt_util.ml ---> lwt/lwt_util.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/lwt_util.ml ocamlopt -unsafe-string -g: lwt/lwt_unix.mli ---> lwt/lwt_unix.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.mli ocamlopt -unsafe-string -g: lwt/lwt_unix.ml ---> lwt/lwt_unix.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lwt/lwt_unix.ml ocamlopt -unsafe-string -g: case.mli ---> case.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/case.mli ocamlopt -unsafe-string -g: case.ml ---> case.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/case.ml ocamlopt -unsafe-string -g: pred.mli ---> pred.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/pred.mli ocamlopt -unsafe-string -g: pred.ml ---> pred.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/pred.ml ocamlopt -unsafe-string -g: uutil.mli ---> uutil.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uutil.mli ocamlopt -unsafe-string -g: uutil.ml ---> uutil.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uutil.ml ocamlopt -unsafe-string -g: fileutil.mli ---> fileutil.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fileutil.mli ocamlopt -unsafe-string -g: fileutil.ml ---> fileutil.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fileutil.ml ocamlopt -unsafe-string -g: name.mli ---> name.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/name.mli ocamlopt -unsafe-string -g: name.ml ---> name.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/name.ml ocamlopt -unsafe-string -g: path.mli ---> path.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/path.mli ocamlopt -unsafe-string -g: path.ml ---> path.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/path.ml ocamlopt -unsafe-string -g: fspath.mli ---> fspath.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fspath.mli ocamlopt -unsafe-string -g: fspath.ml ---> fspath.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fspath.ml ocamlopt -unsafe-string -g: fingerprint.mli ---> fingerprint.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fingerprint.mli ocamlopt -unsafe-string -g: fingerprint.ml ---> fingerprint.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fingerprint.ml ocamlopt -unsafe-string -g: abort.mli ---> abort.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/abort.mli ocamlopt -unsafe-string -g: abort.ml ---> abort.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/abort.ml ocamlopt -unsafe-string -g: osx.mli ---> osx.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/osx.mli ocamlopt -unsafe-string -g: osx.ml ---> osx.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/osx.ml ocamlopt -unsafe-string -g: props.mli ---> props.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/props.mli BUILDSTDERR: ocamlopt -unsafe-string -g: props.ml ---> propsFile "/builddir/build/BUILD/unison-2.27.157/common.ml", line 193, characters 11-32: BUILDSTDERR: Warning 26: unused variable rc. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/terminal.ml", line 210, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/terminal.ml", line 229, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 105, characters 2-47: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 106, characters 2-47: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 107, characters 2-48: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 116, characters 2-47: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 117, characters 2-47: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 124, characters 2-27: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 143, characters 2-23: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 155, characters 14-27: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 157, characters 2-23: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 183, characters 2-23: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 222, characters 6-19: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 239, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 309, characters 17-30: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 371, characters 21-34: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transfer.ml", line 572, characters 19-32: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 29, characters 16-29: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 30, characters 2-12: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 31, characters 2-12: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 32, characters 2-12: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 33, characters 2-12: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 290, characters 18-31: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 293, characters 19-32: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 545, characters 16-29: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 550, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/remote.ml", line 621, characters 11-24: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. .cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/props.ml ocamlopt -unsafe-string -g: fileinfo.mli ---> fileinfo.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fileinfo.mli ocamlopt -unsafe-string -g: fileinfo.ml ---> fileinfo.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/fileinfo.ml ocamlopt -unsafe-string -g: os.mli ---> os.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/os.mli ocamlopt -unsafe-string -g: os.ml ---> os.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/os.ml ocamlopt -unsafe-string -g: lock.mli ---> lock.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lock.mli ocamlopt -unsafe-string -g: lock.ml ---> lock.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/lock.ml ocamlopt -unsafe-string -g: clroot.mli ---> clroot.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/clroot.mli ocamlopt -unsafe-string -g: clroot.ml ---> clroot.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/clroot.ml ocamlopt -unsafe-string -g: common.mli ---> common.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/common.mli ocamlopt -unsafe-string -g: common.ml ---> common.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/common.ml ocamlopt -unsafe-string -g: tree.mli ---> tree.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/tree.mli ocamlopt -unsafe-string -g: tree.ml ---> tree.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/tree.ml ocamlopt -unsafe-string -g: checksum.mli ---> checksum.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/checksum.mli ocamlopt -unsafe-string -g: checksum.ml ---> checksum.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/checksum.ml ocamlopt -unsafe-string -g: terminal.mli ---> terminal.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/terminal.mli ocamlopt -unsafe-string -g: terminal.ml ---> terminal.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/terminal.ml ocamlopt -unsafe-string -g: transfer.mli ---> transfer.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/transfer.mli ocamlopt -unsafe-string -g: transfer.ml ---> transfer.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/transfer.ml ocamlopt -unsafe-string -g: xferhint.mli ---> xferhint.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/xferhint.mli ocamlopt -unsafe-string -g: xferhint.ml ---> xferhint.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/xferhint.ml ocamlopt -unsafe-string -g: remote.mli ---> remote.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/remote.mli ocamlopt -unsafe-string -g: remote.ml ---> remote.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/remote.ml ocamlopt -unsafe-string -g: globals.mli ---> globals.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/globals.mli ocamlopt -unsafe-string -g: globals.ml ---> globals.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/globals.ml ocamlopt -unsafe-string -g: copy.mli ---> copy.cmi BUILDSTDERR: ocamlopt -unsafe-string -g -File "/builddir/build/BUILD/unison-2.27.157/transport.ml", line 162, characters 7-23: BUILDSTDERR: Warning 3: deprecated: String.uppercase BUILDSTDERR: Use String.uppercase_ascii instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/transport.ml", line 173, characters 7-23: BUILDSTDERR: Warning 3: deprecated: String.uppercase BUILDSTDERR: Use String.uppercase_ascii instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uicommon.ml", line 343, characters 12-25: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uicommon.ml", line 348, characters 8-26: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uicommon.ml", line 348, characters 28-47: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uicommon.ml", line 350, characters 8-23: BUILDSTDERR: Warning 3: deprecated: String.set BUILDSTDERR: Use Bytes.set instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uitext.ml", line 605, characters 34-49: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 8.5) BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/test.ml", line 36, characters 15-28: BUILDSTDERR: Warning 3: deprecated: String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/main.ml", line 77, characters 20-35: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 8.5) I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/copy.mli ocamlopt -unsafe-string -g: copy.ml ---> copy.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/copy.ml ocamlopt -unsafe-string -g: stasher.mli ---> stasher.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/stasher.mli ocamlopt -unsafe-string -g: stasher.ml ---> stasher.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/stasher.ml ocamlopt -unsafe-string -g: update.mli ---> update.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/update.mli ocamlopt -unsafe-string -g: update.ml ---> update.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/update.ml ocamlopt -unsafe-string -g: files.mli ---> files.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/files.mli ocamlopt -unsafe-string -g: files.ml ---> files.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/files.ml ocamlopt -unsafe-string -g: sortri.mli ---> sortri.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/sortri.mli ocamlopt -unsafe-string -g: sortri.ml ---> sortri.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/sortri.ml ocamlopt -unsafe-string -g: recon.mli ---> recon.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/recon.mli ocamlopt -unsafe-string -g: recon.ml ---> recon.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/recon.ml ocamlopt -unsafe-string -g: transport.mli ---> transport.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/transport.mli ocamlopt -unsafe-string -g: transport.ml ---> transport.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/transport.ml ocamlopt -unsafe-string -g: strings.mli ---> strings.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/strings.mli ocamlopt -unsafe-string -g: strings.ml ---> strings.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/strings.ml ocamlopt -unsafe-string -g: uicommon.mli ---> uicommon.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uicommon.mli ocamlopt -unsafe-string -g: uicommon.ml ---> uicommon.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uicommon.ml ocamlopt -unsafe-string -g: uitext.mli ---> uitext.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uitext.mli ocamlopt -unsafe-string -g: uitext.ml ---> uitext.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uitext.ml ocamlopt -unsafe-string -g: test.mli ---> test.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/test.mli ocamlopt -unsafe-string -g: test.ml ---> test.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/test.ml ocamlopt -unsafe-string -g: main.ml ---> main.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/main.ml ocamlopt -unsafe-string -g: pixmaps.ml ---> pixmaps.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/pixmaps.ml ocamlopt -unsafe-string -g: uigtk2.mli ---> uigtk2.cmi ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/uigtk2.mli ocamlopt -unsafe-string -g: uigtk2.ml ---> uigtk2.cmx BUILDSTDERR: ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 11, characters 24-41: BUILDSTDERR: Warning 3: deprecated: String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 795, characters 17-32: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 8.5) BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 866, characters 20-32: BUILDSTDERR: Warning 3: deprecated: Array.create BUILDSTDERR: Use Array.make instead. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 1560, characters 6-17: BUILDSTDERR: Warning 26: unused variable yellowPixel. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 1573, characters 6-21: BUILDSTDERR: Warning 26: unused variable rightArrowBlack. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 1574, characters 6-20: BUILDSTDERR: Warning 26: unused variable leftArrowBlack. BUILDSTDERR: File "/builddir/build/BUILD/unison-2.27.157/uigtk2.ml", line 1576, characters 6-20: BUILDSTDERR: Warning 26: unused variable mergeLogoBlack. + as -o '/tmp/camlstartupfa5108.o' '/tmp/camlstartup69d5a2.s' + gcc -O2 -fno-strict-aliasing -fwrapv -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E -o 'unison' '-Llwt' '-Lubase' '-L/usr/lib64/ocaml/lablgtk2' '-L/usr/lib64/ocaml' '/tmp/camlstartupfa5108.o' '/usr/lib64/ocaml/std_exit.o' 'linkgtk2.o' 'uigtk2.o' 'pixmaps.o' 'main.o' 'test.o' 'uitext.o' 'uicommon.o' 'strings.o' 'transport.o' 'recon.o' 'sortri.o' 'files.o' 'update.o' 'stasher.o' 'copy.o' 'globals.o' 'remote.o' 'xferhint.o' 'transfer.o' 'terminal.o' 'checksum.o' 'tree.o' 'common.o' 'clroot.o' 'lock.o' 'os.o' 'fileinfo.o' 'props.o' 'osx.o' 'abort.o' 'fingerprint.o' 'fspath.o' 'path.o' 'name.o' 'fileutil.o' 'uutil.o' 'pred.o' 'case.o' 'lwt/lwt_unix.o' 'lwt/lwt_util.o' 'lwt/lwt.o' 'lwt/pqueue.o' 'ubase/trace.o' 'ubase/prefs.o' 'ubase/uarg.o' 'ubase/rx.o' 'ubase/util.o' 'ubase/uprintf.o' 'ubase/safelist.o' 'ubase/myMap.o' 'ubase/projectInfo.o' '/usr/lib64/ocaml/lablgtk2/lablgtk.a' '/usr/lib64/ocaml/str.a' '/usr/lib64/ocaml/unix.a' '/usr/lib64/ocaml/stdlib.a' '-llablgtk2' '-lgtk-x11-2.0' '-lgdk-x11-2.0' '-lpangocairo-1.0' '-latk-1.0' '-lcairo' '-lgdk_pixbuf-2.0' '-lgio-2.0' '-lpangoft2-1.0' '-lpango-1.0' '-lgobject-2.0' '-lglib-2.0' '-lfontconfig' '-lfreetype' '-lcamlstr' '-lunix' 'osxsupport.o' 'pty.o' '-lutil' '/usr/lib64/ocaml/libasmrun.a' -lm -ldl BUILDSTDERR: /bin/sh: etags: command not found BUILDSTDERR: make[1]: [Makefile:333: tags] Error 127 (ignored) + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 build/BUILD/unison-2.27.157/uigtk2.ml ocamlopt -unsafe-string -g: linkgtk2.ml ---> linkgtk2.cmx ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/linkgtk2.ml ocamlopt -unsafe-string -g: osxsupport.c ---> osxsupport.o ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/osxsupport.c ocamlopt -unsafe-string -g: pty.c ---> pty.o ocamlopt -unsafe-string -g -I lwt -I ubase -I +lablgtk2 -c /builddir/build/BUILD/unison-2.27.157/pty.c Linking unison ocamlopt -unsafe-string -g -verbose -I lwt -I ubase -I +lablgtk2 -o unison unix.cmxa str.cmxa lablgtk.cmxa ubase/projectInfo.cmx ubase/myMap.cmx ubase/safelist.cmx ubase/uprintf.cmx ubase/util.cmx ubase/rx.cmx ubase/uarg.cmx ubase/prefs.cmx ubase/trace.cmx lwt/pqueue.cmx lwt/lwt.cmx lwt/lwt_util.cmx lwt/lwt_unix.cmx case.cmx pred.cmx uutil.cmx fileutil.cmx name.cmx path.cmx fspath.cmx fingerprint.cmx abort.cmx osx.cmx props.cmx fileinfo.cmx os.cmx lock.cmx clroot.cmx common.cmx tree.cmx checksum.cmx terminal.cmx transfer.cmx xferhint.cmx remote.cmx globals.cmx copy.cmx stasher.cmx update.cmx files.cmx sortri.cmx recon.cmx transport.cmx strings.cmx uicommon.cmx uitext.cmx test.cmx main.cmx pixmaps.cmx uigtk2.cmx linkgtk2.cmx osxsupport.o pty.o -cclib -lutil make tags make[1]: Entering directory '/builddir/build/BUILD/unison-2.27.157' etags *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt make[1]: Leaving directory '/builddir/build/BUILD/unison-2.27.157' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8nhyKJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 + cd unison-2.27.157 + rm -rf /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/bin + cp -f unison /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/bin/unison-2.27 + mkdir -p /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/pixmaps + cp -f /builddir/build/SOURCES/unison.png /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/pixmaps/unison-2.27.png + cat + desktop-file-install --dir /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/applications unison-2.27.desktop + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.27.157-15.fc31 --unique-debug-suffix -2.27.157-15.fc31.riscv64 --unique-debug-src-base unison227-2.27.157-15.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/unison-2.27.157 BUILDSTDERR: cpio: buffer.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: bytes.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: format.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gBin.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gEdit.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gList.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gMisc.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gPack.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gRange.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gWindow.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gdk.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: glib.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gpointer.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gtkMain.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: gtkSignal.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: hashtbl.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: list.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: marshal.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: pervasives.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: printf.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: queue.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: random.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: scanf.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: str.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: string.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: unix.ml: Cannot stat: No such file or directory BUILDSTDERR: 1374 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /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 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/bin/unison-2.27 extracting debug info from /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/bin/unison-2.27 original debug info size: 3356kB, size after compression: 3360kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: unison227-2.27.157-15.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0aVswH + umask 022 + cd /builddir/build/BUILD + cd unison-2.27.157 + DOCDIR=/builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/doc/unison227 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/doc/unison227 + cp -pr COPYING /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/doc/unison227 + cp -pr NEWS /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/doc/unison227 + cp -pr README /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64/usr/share/doc/unison227 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: application() application(unison-2.27.desktop) unison = 2.27.157-15.fc31 unison227 = 2.27.157-15.fc31 unison227(riscv-64) = 2.27.157-15.fc31 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(postun): /bin/sh /usr/sbin/alternatives Requires(posttrans): /bin/sh /usr/sbin/alternatives Requires: libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libcairo.so.2()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.27)(64bit) rtld(GNU_HASH) Obsoletes: unison < 2.27.57-3 Processing files: unison227-debugsource-2.27.157-15.fc31.riscv64 Provides: unison227-debugsource = 2.27.157-15.fc31 unison227-debugsource(riscv-64) = 2.27.157-15.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: unison227-debuginfo-2.27.157-15.fc31.riscv64 Provides: debuginfo(build-id) = 21d77df52b4b5822e1091520650aad5c1efc28e4 unison227-debuginfo = 2.27.157-15.fc31 unison227-debuginfo(riscv-64) = 2.27.157-15.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: unison227-debugsource(riscv-64) = 2.27.157-15.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 Wrote: /builddir/build/RPMS/unison227-debugsource-2.27.157-15.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/unison227-debuginfo-2.27.157-15.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/unison227-2.27.157-15.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.reulJI + umask 022 + cd /builddir/build/BUILD + cd unison-2.27.157 + /usr/bin/rm -rf /builddir/build/BUILDROOT/unison227-2.27.157-15.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0