<86>Jun  8 02:01:44 userdel[3806583]: delete user 'rooter'
<86>Jun  8 02:01:44 userdel[3806583]: removed group 'rooter' owned by 'rooter'
<86>Jun  8 02:01:44 userdel[3806583]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  8 02:01:44 groupadd[3806612]: group added to /etc/group: name=rooter, GID=1811
<86>Jun  8 02:01:44 groupadd[3806612]: group added to /etc/gshadow: name=rooter
<86>Jun  8 02:01:44 groupadd[3806612]: new group: name=rooter, GID=1811
<86>Jun  8 02:01:44 useradd[3806623]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none
<86>Jun  8 02:01:44 userdel[3806650]: delete user 'builder'
<86>Jun  8 02:01:44 userdel[3806650]: removed group 'builder' owned by 'builder'
<86>Jun  8 02:01:44 userdel[3806650]: removed shadow group 'builder' owned by 'builder'
<86>Jun  8 02:01:44 groupadd[3806668]: group added to /etc/group: name=builder, GID=1812
<86>Jun  8 02:01:44 groupadd[3806668]: group added to /etc/gshadow: name=builder
<86>Jun  8 02:01:44 groupadd[3806668]: new group: name=builder, GID=1812
<86>Jun  8 02:01:44 useradd[3806677]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/mosml-2.10.1-alt2.src.rpm: The use of such a license name is ambiguous: GPL
<13>Jun  8 02:01:46 rpmi: libgmp-devel-6.2.1-alt5 sisyphus+309797.200.2.1 1668090171 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/mosml-2.10.1-alt2.nosrc.rpm (w1.gzdio)
Installing mosml-2.10.1-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57914
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mosml-2.10.1
+ echo 'Source #0 (mosml-2.10.1.tar):'
Source #0 (mosml-2.10.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/mosml-2.10.1.tar
+ cd mosml-2.10.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (mosml-alt-header.patch):'
Patch #0 (mosml-alt-header.patch):
+ /usr/bin/patch -p1
patching file src/launch/Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.57914
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mosml-2.10.1
+ mkdir -p /usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ cd src
+ make PREFIX=/usr/share BINDIR=/usr/bin LIBDIR=/usr/lib64/mosml DOCDIR=/usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1 world
make: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
cd config; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/config'
sh autoconf gcc
Checking the sizes of integers and pointers...
Wow! A 64 bit architecture!
The char type is signed. Good!
This is a little-endian architecture.
This architecture has no alignment constraints.
Doubles can be word-aligned.
Function "memmove" is provided and handles overlapping moves correctly.
Function "bcopy" is provided and handles overlapping moves correctly.
_setjmp and _longjmp appear to work. Good!
sighandler.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
sighandler.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
sighandler.c:6:7: warning: assignment to 'int (*)()' from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
Sorry, I can't determine the return type for signal handlers.
I'm assuming "void". If this seems to cause errors,
try to change "sighandler_return_type" in s.h
Signals have the BSD semantics.
rename() found.
strerror() found.
You have BSD sockets.
unistd.h found.
dirent.h found.
lockf() found.
mkfifo() found.
getpriority() found.
utime() found.
utimes() found.
dup2() found.
fchmod() found.
truncate() found.
select() found.
symlink() found.
wait3() found.
waitpid() found.
getgroups() found.
POSIX termios found.
cp m.h s.h ../runtime
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/config'
cd runtime; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/runtime'
awk -f ../tools/make-jumptbl instruct.h > jumptbl.h
gcc -c -Dunix -O3 -DTHREADED -fPIC -o interp.o interp.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o expand.o expand.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o misc.o misc.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o stacks.o stacks.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o fix_code.o fix_code.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o main.o main.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o fail.o fail.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o signals.o signals.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o freelist.o freelist.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o major_gc.o major_gc.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o minor_gc.o minor_gc.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o memory.o memory.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o alloc.o alloc.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o roots.o roots.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o compare.o compare.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o ints.o ints.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o floats.o floats.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o str.o str.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o io.o io.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o extern.o extern.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o externcp.o externcp.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o intern.o intern.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o interncp.o interncp.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o hash.o hash.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o sys.o sys.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o meta.o meta.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o parsing.o parsing.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o lexing.o lexing.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o gc_ctrl.o gc_ctrl.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o mosml.o mosml.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o unix.o unix.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o runtime.o runtime.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o md5sum.o md5sum.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o callback.o callback.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o dynlib.o dynlib.c
sed -n -e '/\/\* ML \*\//s/.* \([a-zA-Z0-9_][a-zA-Z0-9_]*\) *(.*/\1/p' \
                compare.c extern.c externcp.c floats.c gc_ctrl.c hash.c intern.c interncp.c interp.c ints.c io.c lexing.c meta.c parsing.c str.c sys.c mosml.c unix.c md5sum.c callback.c dynlib.c > primitives2
sh -c 'if cmp -s primitives primitives2; \
        then rm primitives2; \
        else mv primitives2 primitives; \
        fi'
(echo '#include "mlvalues.h"'; \
 echo '#include "prims.h"'; \
 sed -e 's/.*/extern value &();/' primitives; \
 echo 'c_primitive cprim[] = {'; \
 sed -e 's/.*/  &,/' primitives; \
 echo '  0 };'; \
         echo 'char * names_of_cprim[] = {'; \
 sed -e 's/.*/  "&",/' primitives; \
 echo '  0 };') > prims.c
gcc -c -Dunix -O3 -DTHREADED -fPIC -o prims.o prims.c
gcc -rdynamic -Wl,-rpath,/usr/lib64/mosml -o camlrunm prims.o interp.o expand.o misc.o stacks.o fix_code.o main.o fail.o signals.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o compare.o ints.o floats.o str.o io.o extern.o externcp.o intern.o interncp.o hash.o sys.o meta.o parsing.o lexing.o gc_ctrl.o mosml.o unix.o runtime.o md5sum.o callback.o dynlib.o -lm -ldl
ld: mosml.o: in function `sml_tmpnam':
mosml.c:(.text+0x1904): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
strip -S camlrunm
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/runtime'
cp runtime/camlrunm .
cd mosmlyac; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmlyac'
gcc -c -O -DNDEBUG -o closure.o closure.c
gcc -c -O -DNDEBUG -o error.o error.c
gcc -c -O -DNDEBUG -o lalr.o lalr.c
gcc -c -O -DNDEBUG -o lr0.o lr0.c
gcc -c -O -DNDEBUG -o main.o main.c
gcc -c -O -DNDEBUG -o mkpar.o mkpar.c
gcc -c -O -DNDEBUG -o output.o output.c
gcc -c -O -DNDEBUG -o reader.o reader.c
gcc -c -O -DNDEBUG -o skeleton.o skeleton.c
gcc -c -O -DNDEBUG -o symtab.o symtab.c
gcc -c -O -DNDEBUG -o verbose.o verbose.c
gcc -c -O -DNDEBUG -o warshall.o warshall.c
gcc -O -DNDEBUG -o mosmlyac closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
ld: main.o: in function `create_file_names':
main.c:(.text+0x502): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
strip -S mosmlyac
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmlyac'
cd mosmllib; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmllib'
cpp -P -traditional -Dunix -Umsdos Array.mlp > Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Vector.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes List.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array2.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes VectorSlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ArraySlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array2.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ArraySlice.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Arraysort.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Arraysort.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BasicIO.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BasicIO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binaryset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binaryset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binarymap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binarymap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes StringCvt.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Vector.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BinIO.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Char.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes TextIO.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BinIO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Bool.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Bool.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Buffer.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes String.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Substring.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Buffer.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Array.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8VectorSlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8ArraySlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Byte.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Byte.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Callback.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polyhash.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Callback.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Strbase.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Char.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVector.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArray.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArray.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVectorSlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArraySlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArraySlice.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVectorSlice.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CommandLine.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CommandLine.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Time.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Date.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Real.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Option.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Int.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Date.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynarray.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynarray.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynlib.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynlib.sml
cpp -P -traditional -Dunix -Umsdos FileSys.mlp > FileSys.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes FileSys.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Path.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes FileSys.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdbm.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdbm.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdimage.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdimage.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Hashset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Hashset.sml
cpp -P -traditional -Dunix -Umsdos Help.mlp > Help.sml
Help.mlp:45: warning: extra tokens at end of #else directive [-Wendif-labels]
   45 | #else (* DOS/UNIX *)
      | 
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Help.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Help.sml
cpp -P -traditional -Dunix -Umsdos Int.mlp > Int.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Int.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intmap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intmap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes IO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Obj.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Lexing.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Lexing.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes List.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ListPair.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ListPair.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Listsort.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Listsort.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Location.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Parsing.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Nonstdio.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Location.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Math.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Math.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Misc.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Misc.sml
cpp -P -traditional -Dunix -Umsdos Mosml.mlp > Mosml.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosml.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Timer.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Process.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosml.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcgi.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaymap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcgi.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcookie.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcookie.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Msp.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Msp.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mysql.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mysql.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes NJ93.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes NJ93.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Nonstdio.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Option.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes OS.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes OS.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Parsing.sml
cpp -P -traditional -Dunix -Umsdos Path.mlp > Path.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Path.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polygdbm.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polygdbm.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polyhash.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Postgres.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Postgres.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes PP.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes PP.sml
cpp -P -traditional -Dunix -Umsdos Process.mlp > Process.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Process.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Random.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Random.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Rbset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Rbset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Real.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Redblackmap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Redblackmap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Regex.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Regex.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Signal.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Signal.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes SML90.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes SML90.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Socket.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Socket.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaytree.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaymap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splayset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splayset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaytree.sml
cpp -P -traditional -Dunix -Umsdos Strbase.mlp > Strbase.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Strbase.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes String.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes StringCvt.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Substring.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Susp.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Susp.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes TextIO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Time.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Timer.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Unix.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Unix.sml
cpp -P -traditional -Dunix -Umsdos Vector.mlp > Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes VectorSlice.sml
cpp -P -traditional -Dunix -Umsdos Weak.mlp > Weak.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Weak.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Weak.sml
cpp -P -traditional -Dunix -Umsdos Word.mlp > Word.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8.sml
cpp -P -traditional -Dunix -Umsdos Word8Array.mlp > Word8Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8ArraySlice.sml
cpp -P -traditional -Dunix -Umsdos Word8Vector.mlp > Word8Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8VectorSlice.sml
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmllib'
cd compiler; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Miscsys.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Miscsys.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Printexc.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Printexc.sml
cpp -P -traditional -Dunix -Umsdos Filename.mlp > Filename.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Filename.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Filename.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Fnlib.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Fnlib.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sort.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sort.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Stack.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Stack.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Arg.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Arg.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Hasht.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Hasht.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Memory.sml
cpp -P -traditional -Dunix -Umsdos Config.mlp > Config.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Config.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mixture.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mixture.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Const.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Prim.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Instruct.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Lambda.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlprim.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Globals.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Location.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Location.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Units.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Units.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Types.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Types.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlexc.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlperv.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlperv.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Asynt.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Asyntfn.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Asyntfn.sml
../mosmlyac/mosmlyac Parser.grm
../mosmlyac/mosmlyac: 34 shift/reduce conflicts.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Parser.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Parser.sml
../camlrunm ../mosmllex Lexer.lex
124 states, 72 actions.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Lexer.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Lexer.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Primdec.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixst.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixst.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Ovlres.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Ovlres.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Synchk.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Synchk.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixres.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixres.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Elab.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Elab.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Tr_env.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Tr_env.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Pr_lam.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Pr_lam.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Match.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Match.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Front.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Front.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Back.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Back.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Pr_zam.sml
perl ../tools/mksmlopc ../runtime/instruct.h > Opcodes.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Opcodes.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Prim_opc.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Buffcode.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Labels.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Code_dec.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Reloc.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Emitcode.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Emitcode.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Emit_phr.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sigmtch.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sigmtch.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Compiler.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Compiler.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mainc.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mainc.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmlcmp Mainc.uo
perl ../tools/mksmlpre ../runtime/globals.h > Predef.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Predef.sml
perl ../tools/mksmlprc ../runtime/primitives > Prim_c.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Prim_c.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Symtable.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Symtable.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Patch.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Tr_const.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Link.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Link.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Readword.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mainl.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmllnk Mainl.uo
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Rtvals.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Rtvals.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Load_phr.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Load_phr.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Exec_phr.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Exec_phr.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smltop.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smltop.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Maint.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Maint.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmltop Maint.uo 
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
cd toolssrc; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/toolssrc'
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler cutdeps.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -I ../compiler -noheader -o cutdeps cutdeps.uo
../mosmlyac/mosmlyac Deppars.grm
../mosmlyac/mosmlyac: 4 shift/reduce conflicts.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Deppars.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Deppars.sml
../camlrunm ../mosmllex Deplex.lex
73 states, 43 actions.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Deplex.sml
cpp -P -traditional -Dunix -Umsdos Mosmldep.mlp > Mosmldep.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Mosmldep.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -I ../compiler -noheader -o mosmldep Mosmldep.uo
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/toolssrc'
cd lex; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex'
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Syntax.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Scan_aux.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Gram_aux.sml
../mosmlyac/mosmlyac Grammar.grm
../mosmlyac/mosmlyac: 14 shift/reduce conflicts.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Grammar.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Grammar.sml
../camlrunm ../mosmllex Scanner.lex
80 states, 51 actions.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Scanner.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Scanner.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Lexgen.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Output.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Mainlex.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -I ../compiler -noheader -o mosmllex Mainlex.uo
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex'
cd launch; make all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/launch'
echo "#!/usr/bin/camlrunm" > header
sed -e "s|LIBDIR|/usr/lib64/mosml|" -e "s|BINDIR|/usr/bin|" mosml.tpl > mosml
sed -e "s|LIBDIR|/usr/lib64/mosml|" -e "s|BINDIR|/usr/bin|" mosmlc.tpl > mosmlc
sed -e "s|LIBDIR|/usr/lib64/mosml|" -e "s|BINDIR|/usr/bin|" mosmllex.tpl > mosmllex
sed -e "s|LIBDIR|/usr/lib64/mosml|" -e "s|BINDIR|/usr/bin|" camlexec.tpl > camlexec.c
gcc  -o camlexec camlexec.c
strip -S camlexec
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none testprog.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -noheader -o testprog BasicIO.uo testprog.uo
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/launch'
make basisdynlib
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
for i in intinf msocket munix; do \
  (cd dynlibs/$i; make) || exit $?; \
done
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/intinf'
gcc -Dunix -O3  -fPIC -I../../runtime -I/usr/local/include -c -o intinf.o intinf.c
gcc -shared -o libmgmp.so intinf.o -L/usr/local/lib -lgmp -lc
../../camlrunm ../../mosmlcmp -stdlib ../../mosmllib -P none  IntInf.sig
../../camlrunm ../../mosmlcmp -stdlib ../../mosmllib -P none  IntInf.sml
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/intinf'
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/msocket'
gcc -Dunix -O3  -fPIC -I../../runtime -c -o msocket.o msocket.c
gcc -shared -o libmsocket.so msocket.o 
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/msocket'
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/munix'
gcc -Dunix -O3  -fPIC -I../../runtime -c -o munix.o munix.c
gcc -shared -o libmunix.so munix.o -lc
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/munix'
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
make: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
+ cd compiler
+ make promote
make: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
test -f ../mosmlcmp.orig || cp ../mosmlcmp ../mosmlcmp.orig
test -f ../mosmllnk.orig || cp ../mosmllnk ../mosmllnk.orig
test -f ../mosmllex.orig || cp ../mosmllex ../mosmllex.orig
#../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmlcmp List.uo Strbase.uo Char.uo String.uo BasicIO.uo TextIO.uo Vector.uo Array.uo Misc.uo StringCvt.uo Word.uo Word8.uo Word8Vector.uo CharVector.uo Word8Array.uo CharArray.uo Obj.uo Nonstdio.uo Lexing.uo Parsing.uo PP.uo Miscsys.uo Printexc.uo Filename.uo Fnlib.uo Sort.uo Stack.uo Arg.uo Hasht.uo Memory.uo Config.uo Mixture.uo Const.uo Prim.uo Instruct.uo Lambda.uo Smlprim.uo Globals.uo Location.uo Units.uo Types.uo Smlexc.uo Smlperv.uo Asynt.uo Asyntfn.uo Parser.uo Lexer.uo Primdec.uo Infixst.uo Ovlres.uo Synchk.uo Infixres.uo Elab.uo Tr_env.uo Pr_lam.uo Match.uo Front.uo Back.uo Pr_zam.uo Opcodes.uo Prim_opc.uo Buffcode.uo Labels.uo Code_dec.uo Reloc.uo Emitcode.uo Emit_phr.uo Sigmtch.uo Compiler.uo Mainc.uo
#../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmllnk List.uo Strbase.uo Char.uo String.uo BasicIO.uo TextIO.uo Vector.uo Array.uo Misc.uo StringCvt.uo Word.uo Word8.uo Word8Vector.uo CharVector.uo Word8Array.uo CharArray.uo Obj.uo Nonstdio.uo PP.uo Miscsys.uo Printexc.uo Filename.uo Fnlib.uo Arg.uo Hasht.uo Config.uo Mixture.uo Const.uo Opcodes.uo Code_dec.uo Predef.uo Prim_c.uo Symtable.uo Patch.uo Tr_const.uo Link.uo Readword.uo Mainl.uo 
#../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmltop List.uo Strbase.uo Char.uo String.uo BasicIO.uo TextIO.uo Vector.uo Array.uo Misc.uo StringCvt.uo Word.uo Word8.uo Word8Vector.uo CharVector.uo Word8Array.uo CharArray.uo Obj.uo Nonstdio.uo Substring.uo Path.uo Time.uo OS.uo FileSys.uo Lexing.uo Parsing.uo PP.uo Predef.uo Prim_c.uo Symtable.uo Patch.uo Tr_const.uo Rtvals.uo Load_phr.uo Exec_phr.uo Smltop.uo Maint.uo 
test -f mosmllnk && cp mosmllnk ../mosmllnk
test -f mosmlcmp && cp mosmlcmp ../mosmlcmp
test -f ../lex/mosmllex && cp ../lex/mosmllex ../mosmllex
make: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
+ cd ../
+ make PREFIX=/usr/share BINDIR=/usr/bin LIBDIR=/usr/lib64/mosml DOCDIR=/usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1 again
make: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
cd mosmllib; make clean all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmllib'
rm -f *.ui
rm -f *.uo
rm -f Makefile.bak
rm -f Array.sml FileSys.sml Help.sml Int.sml Mosml.sml
rm -f Path.sml Process.sml Strbase.sml 
rm -f Vector.sml Word.sml Word8Array.sml Word8Vector.sml Weak.sml
cpp -P -traditional -Dunix -Umsdos Array.mlp > Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Vector.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes List.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array2.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes VectorSlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ArraySlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Array2.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ArraySlice.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Arraysort.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Arraysort.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BasicIO.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BasicIO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binaryset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binaryset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binarymap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Binarymap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes StringCvt.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Vector.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BinIO.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Char.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes TextIO.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes BinIO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Bool.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Bool.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Buffer.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes String.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Substring.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Buffer.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Array.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8VectorSlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8ArraySlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Byte.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Byte.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Callback.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polyhash.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Callback.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Strbase.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Char.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVector.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArray.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArray.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVectorSlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArraySlice.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharArraySlice.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CharVectorSlice.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CommandLine.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes CommandLine.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Time.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Date.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Real.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Option.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Int.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Date.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynarray.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynarray.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynlib.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Dynlib.sml
cpp -P -traditional -Dunix -Umsdos FileSys.mlp > FileSys.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes FileSys.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Path.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes FileSys.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdbm.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdbm.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdimage.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Gdimage.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Hashset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Hashset.sml
cpp -P -traditional -Dunix -Umsdos Help.mlp > Help.sml
Help.mlp:45: warning: extra tokens at end of #else directive [-Wendif-labels]
   45 | #else (* DOS/UNIX *)
      | 
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Help.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Help.sml
cpp -P -traditional -Dunix -Umsdos Int.mlp > Int.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Int.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intmap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intmap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Intset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes IO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Obj.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Lexing.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Lexing.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes List.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ListPair.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes ListPair.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Listsort.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Listsort.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Location.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Parsing.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Nonstdio.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Location.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Math.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Math.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Misc.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Misc.sml
cpp -P -traditional -Dunix -Umsdos Mosml.mlp > Mosml.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosml.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Timer.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Process.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosml.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcgi.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaymap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcgi.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcookie.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mosmlcookie.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Msp.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Msp.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mysql.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Mysql.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes NJ93.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes NJ93.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Nonstdio.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Option.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes OS.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes OS.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Parsing.sml
cpp -P -traditional -Dunix -Umsdos Path.mlp > Path.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Path.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polygdbm.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polygdbm.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Polyhash.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Postgres.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Postgres.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes PP.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes PP.sml
cpp -P -traditional -Dunix -Umsdos Process.mlp > Process.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Process.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Random.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Random.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Rbset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Rbset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Real.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Redblackmap.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Redblackmap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Regex.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Regex.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Signal.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Signal.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes SML90.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes SML90.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Socket.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Socket.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaytree.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaymap.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splayset.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splayset.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Splaytree.sml
cpp -P -traditional -Dunix -Umsdos Strbase.mlp > Strbase.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Strbase.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes String.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes StringCvt.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Substring.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Susp.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Susp.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes TextIO.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Time.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Timer.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Unix.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Unix.sml
cpp -P -traditional -Dunix -Umsdos Vector.mlp > Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes VectorSlice.sml
cpp -P -traditional -Dunix -Umsdos Weak.mlp > Weak.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Weak.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Weak.sml
cpp -P -traditional -Dunix -Umsdos Word.mlp > Word.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8.sml
cpp -P -traditional -Dunix -Umsdos Word8Array.mlp > Word8Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Array.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8ArraySlice.sml
cpp -P -traditional -Dunix -Umsdos Word8Vector.mlp > Word8Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8Vector.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -imptypes Word8VectorSlice.sml
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmllib'
cd compiler; make clean all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
rm -f mosmlcmp
rm -f mosmllnk
rm -f mosmltop
rm -f *.ui
rm -f *.uo
rm -f Opcodes.sml
rm -f Parser.sml
rm -f Parser.sig
rm -f Parser.output
rm -f Lexer.sml
rm -f Config.sml
rm -f Filename.sml
rm -f Predef.sml
rm -f Prim_c.sml
rm -f Makefile.bak
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Miscsys.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Miscsys.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Printexc.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Printexc.sml
cpp -P -traditional -Dunix -Umsdos Filename.mlp > Filename.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Filename.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Filename.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Fnlib.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Fnlib.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sort.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sort.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Stack.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Stack.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Arg.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Arg.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Hasht.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Hasht.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Memory.sml
cpp -P -traditional -Dunix -Umsdos Config.mlp > Config.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Config.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mixture.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mixture.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Const.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Prim.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Instruct.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Lambda.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlprim.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Globals.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Location.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Location.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Units.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Units.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Types.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Types.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlexc.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlperv.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smlperv.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Asynt.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Asyntfn.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Asyntfn.sml
../mosmlyac/mosmlyac Parser.grm
../mosmlyac/mosmlyac: 34 shift/reduce conflicts.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Parser.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Parser.sml
../camlrunm ../mosmllex Lexer.lex
124 states, 72 actions.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Lexer.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Lexer.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Primdec.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixst.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixst.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Ovlres.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Ovlres.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Synchk.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Synchk.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixres.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Infixres.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Elab.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Elab.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Tr_env.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Tr_env.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Pr_lam.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Pr_lam.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Match.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Match.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Front.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Front.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Back.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Back.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Pr_zam.sml
perl ../tools/mksmlopc ../runtime/instruct.h > Opcodes.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Opcodes.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Prim_opc.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Buffcode.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Labels.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Code_dec.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Reloc.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Emitcode.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Emitcode.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Emit_phr.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sigmtch.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Sigmtch.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Compiler.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Compiler.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mainc.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mainc.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmlcmp Mainc.uo
perl ../tools/mksmlpre ../runtime/globals.h > Predef.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Predef.sml
perl ../tools/mksmlprc ../runtime/primitives > Prim_c.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Prim_c.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Symtable.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Symtable.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Patch.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Tr_const.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Link.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Link.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Readword.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Mainl.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmllnk Mainl.uo
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Rtvals.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Rtvals.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Load_phr.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Load_phr.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Exec_phr.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Exec_phr.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smltop.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Smltop.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Maint.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none  Maint.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -noheader -o mosmltop Maint.uo 
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
cd toolssrc; make clean all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/toolssrc'
rm -f *.ui
rm -f *.uo
rm -f Makefile.bak
rm -f Deppars.sig Deppars.sml Deplex.sig Deplex.sml Mosmldep.sml
rm -f cutdeps mosmldep
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler cutdeps.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -I ../compiler -noheader -o cutdeps cutdeps.uo
../mosmlyac/mosmlyac Deppars.grm
../mosmlyac/mosmlyac: 4 shift/reduce conflicts.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Deppars.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Deppars.sml
../camlrunm ../mosmllex Deplex.lex
73 states, 43 actions.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Deplex.sml
cpp -P -traditional -Dunix -Umsdos Mosmldep.mlp > Mosmldep.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Mosmldep.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -g -I ../compiler -noheader -o mosmldep Mosmldep.uo
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/toolssrc'
cd lex; make clean all
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex'
rm -f *.ui
rm -f *.uo
rm -f mosmllex
rm -f mosmllex.bin
rm -f Grammar.sml
rm -f Grammar.sig
rm -f Grammar.output
rm -f Scanner.sml
rm -f Makefile.bak
cd test; make clean
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex/test'
rm -f result
rm -f *.sml
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex/test'
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Syntax.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Scan_aux.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Gram_aux.sml
../mosmlyac/mosmlyac Grammar.grm
../mosmlyac/mosmlyac: 14 shift/reduce conflicts.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Grammar.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Grammar.sml
../camlrunm ../mosmllex Scanner.lex
80 states, 51 actions.
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Scanner.sig
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Scanner.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Lexgen.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Output.sml
../camlrunm ../mosmlcmp -stdlib ../mosmllib -P none -I ../compiler Mainlex.sml
../camlrunm ../mosmllnk -stdlib ../mosmllib -P none -I ../compiler -noheader -o mosmllex Mainlex.uo
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex'
make: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92007
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mosml-buildroot
+ /bin/rm -rf -- /usr/src/tmp/mosml-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd mosml-2.10.1
+ cd src
+ make PREFIX=/usr/src/tmp/mosml-buildroot/usr BINDIR=/usr/src/tmp/mosml-buildroot//usr/bin LIBDIR=/usr/src/tmp/mosml-buildroot//usr/lib64/mosml DOCDIR=/usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1 install
make: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
test -d /usr/src/tmp/mosml-buildroot//usr/bin || mkdir -p /usr/src/tmp/mosml-buildroot//usr/bin
test -d /usr/src/tmp/mosml-buildroot//usr/lib64/mosml || mkdir -p /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
test -d /usr/src/tmp/mosml-buildroot/usr/include/mosml || mkdir -p /usr/src/tmp/mosml-buildroot/usr/include/mosml
test -d /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1 || mkdir -p /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1
test -d /usr/src/tmp/mosml-buildroot/usr/share/mosml/tools || mkdir -p /usr/src/tmp/mosml-buildroot/usr/share/mosml/tools
cd runtime; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/runtime'
cp camlrunm /usr/src/tmp/mosml-buildroot//usr/bin
cp camlrunm /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp *.h /usr/src/tmp/mosml-buildroot/usr/include/mosml
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/runtime'
cd launch; make all install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/launch'
make[1]: Nothing to be done for 'all'.
# header cannot be generated until camlrunm is installed in /usr/src/tmp/mosml-buildroot//usr/bin...
# but we have to pregenerate it with directories of BUILD phase, since
# while packaging (RPM) "make install" runs with fake-root.
cp header /usr/src/tmp/mosml-buildroot//usr/lib64/mosml/header;
for script in mosml mosmlc mosmllex; do \
  cp $script /usr/src/tmp/mosml-buildroot//usr/bin/$script; \
  chmod a+x /usr/src/tmp/mosml-buildroot//usr/bin/$script; \
done
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/launch'
cd mosmlyac; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmlyac'
cp mosmlyac /usr/src/tmp/mosml-buildroot//usr/bin/mosmlyac
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmlyac'
cd mosmllib; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmllib'
cp README /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp *.ui /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp *.uo /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp *.sig /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp General.fke /usr/src/tmp/mosml-buildroot//usr/lib64/mosml/General.sig
cp Meta.fke /usr/src/tmp/mosml-buildroot//usr/lib64/mosml/Meta.sig
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/mosmllib'
cd compiler; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
cp mosmlcmp /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp mosmllnk /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp mosmltop /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/compiler'
cd toolssrc; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/toolssrc'
cp cutdeps mosmldep /usr/src/tmp/mosml-buildroot/usr/share/mosml/tools
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/toolssrc'
cd lex; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex'
cp mosmllex /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/lex'
cd doc; make install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/doc'
cp mosmlref.pdf /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1
cp manual.pdf /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1
cp mosmllib.pdf /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1
cd helpsigs; make install
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/doc/helpsigs'
cp helpsigs.val /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
test -d /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1/mosmllib || mkdir -p /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1/mosmllib
cp htmlsigs/*.html /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1/mosmllib
cp index.html /usr/src/tmp/mosml-buildroot//usr/share/doc/mosml-2.10.1/mosmllib
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/doc/helpsigs'
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/doc'
make basisdynlib_install
make[1]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
for i in intinf msocket munix; do \
  (cd dynlibs/$i; make install) || exit $?; \
done
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/intinf'
cp libmgmp.so /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp IntInf.sig /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp IntInf.ui /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
cp IntInf.uo /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/intinf'
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/msocket'
cp libmsocket.so /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/msocket'
make[2]: Entering directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/munix'
cp libmunix.so /usr/src/tmp/mosml-buildroot//usr/lib64/mosml
make[2]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src/dynlibs/munix'
make[1]: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
make: Leaving directory '/usr/src/RPM/BUILD/mosml-2.10.1/src'
+ rm -f /usr/src/tmp/mosml-buildroot//usr/lib64/mosml/camlrunm
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mosml-buildroot (auto)
mode of './usr/lib64/mosml/libmunix.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/mosml/libmsocket.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/mosml/libmgmp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/mosml-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/mosml-buildroot/ (default)
Compressing files in /usr/src/tmp/mosml-buildroot (auto)
Adjusting library links in /usr/src/tmp/mosml-buildroot
./usr/lib64: (from <cmdline>:0)
056-debuginfo.brp: WARNING: 5 non-stripped binaries don't contain .debug sections making -debuginfo
056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows:
  ./usr/bin/camlrunm
  ./usr/lib64/mosml/libmgmp.so
  ./usr/lib64/mosml/libmunix.so
  ./usr/lib64/mosml/libmsocket.so
  ./usr/bin/mosmlyac
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/mosml-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=relaxed,stack=normal,textrel=normal,unresolved=relaxed)
verify-elf: WARNING: ./usr/lib64/mosml/libmunix.so: undefined symbol: first_atoms
verify-elf: WARNING: ./usr/lib64/mosml/libmunix.so: undefined symbol: failwith
verify-elf: WARNING: ./usr/lib64/mosml/libmunix.so: undefined symbol: alloc_tuple
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: c_roots_head
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: first_atoms
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: failwith
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: modify
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: copy_string
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: leave_blocking_section
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: string_length
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: alloc
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: enter_blocking_section
verify-elf: WARNING: ./usr/lib64/mosml/libmsocket.so: undefined symbol: alloc_tuple
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: first_atoms
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: stat_resize
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: failwith
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: adjust_gc_speed
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: stat_alloc
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: copy_string
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: raiseprimitive0
verify-elf: WARNING: ./usr/lib64/mosml/libmgmp.so: undefined symbol: alloc_final
verify-elf: WARNING: ./usr/bin/camlrunm: RPATH entry found: /usr/lib64/mosml
Processing files: mosml-2.10.1-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92007
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mosml-2.10.1
+ DOCDIR=/usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ /bin/mkdir -p /usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ cp -prL README copyrght doc/bugs doc/garbagecollector.txt doc/memory.txt doc/recomp doc/releases.txt examples /usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ chmod -R go-w /usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ chmod -R a+rX /usr/src/tmp/mosml-buildroot/usr/share/doc/mosml-2.10.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ySVx1T
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6Vw8Dv
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
shebang.req.files: executable script /usr/src/tmp/mosml-buildroot/usr/lib64/mosml/header is not executable
Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libgmp.so.10()(64bit) >= set:mhC9XUeZLJdgH8fNhvCREZbZ0ubl3yTzj0AZsJjIGOHZbZ7gyPVuSNHK2R1UWx, libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MHyLiB
Creating mosml-debuginfo package
Processing files: mosml-debuginfo-2.10.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VdOyMh
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Is8SaF
find-requires: running scripts (debuginfo)
Requires: mosml = 2.10.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgmp.so.10), debug64(libm.so.6)
Adding to mosml-debuginfo a strict dependency on mosml
Wrote: /usr/src/RPM/RPMS/x86_64/mosml-2.10.1-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/mosml-debuginfo-2.10.1-alt2.x86_64.rpm (w2.lzdio)
17.06user 3.27system 0:24.72elapsed 82%CPU (0avgtext+0avgdata 48532maxresident)k
0inputs+0outputs (0major+1316938minor)pagefaults 0swaps
/.out/mosml-2.10.1-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/mosml-debuginfo-2.10.1-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL
1.60user 1.18system 0:29.67elapsed 9%CPU (0avgtext+0avgdata 110932maxresident)k
288inputs+0outputs (0major+186068minor)pagefaults 0swaps
--- mosml-2.10.1-alt2.x86_64.rpm.repo	2019-04-02 01:48:21.000000000 +0000
+++ mosml-2.10.1-alt2.x86_64.rpm.hasher	2023-06-08 02:02:12.599556304 +0000
@@ -466,5 +466,6 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.33)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
 Requires: libc.so.6(GLIBC_2.7)(64bit)  
-Requires: libdl.so.2(GLIBC_2.2.5)(64bit)  
 Requires: libgmp.so.10()(64bit) >= set:mhC9XUeZLJdgH8fNhvCREZbZ0ubl3yTzj0AZsJjIGOHZbZ7gyPVuSNHK2R1UWx
@@ -472,2 +473,3 @@
 Requires: libm.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libm.so.6(GLIBC_2.29)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -475,3 +477,3 @@
 Provides: mosml = 2.10.1-alt2:sisyphus+226133.100.1.2
-File: /usr/bin/camlrunm	100755	root:root	596d59c817fcd997fbdcdd80a91a2191	
+File: /usr/bin/camlrunm	100755	root:root	80fa40e18673e4f8701d6874dcb571e4	
 File: /usr/bin/mosml	100755	root:root	c441f165d3bfecf452cae6dceb38ae07	
@@ -479,3 +481,3 @@
 File: /usr/bin/mosmllex	100755	root:root	3572db6ca6a54a09af55fe9514914250	
-File: /usr/bin/mosmlyac	100755	root:root	35c42000b36ac430b797d1f1424800e6	
+File: /usr/bin/mosmlyac	100755	root:root	a14c851d9eeb6845c2f868f592ad381f	
 File: /usr/include/mosml	40755	root:root		
@@ -773,5 +775,5 @@
 File: /usr/lib64/mosml/helpsigs.val	100644	root:root	f98a17bdc31e29ed3dbf40a1ca01b4cd	
-File: /usr/lib64/mosml/libmgmp.so	100644	root:root	0cfff4678a2adc3be0e44644f6304078	
-File: /usr/lib64/mosml/libmsocket.so	100644	root:root	38cb83300703dbf345c43d238a49d9cd	
-File: /usr/lib64/mosml/libmunix.so	100644	root:root	65497a6d04c7b7c29433b859e6659446	
+File: /usr/lib64/mosml/libmgmp.so	100644	root:root	ee3f977df2388201ba0682a693f32e60	
+File: /usr/lib64/mosml/libmsocket.so	100644	root:root	dcd82520c548e12d858fb86e79e3ff19	
+File: /usr/lib64/mosml/libmunix.so	100644	root:root	d1a58815873ba348724597701b338485	
 File: /usr/lib64/mosml/mosmlcmp	100644	root:root	2e3b2632f2234eecce010e8828c4674c	
@@ -934,2 +936,2 @@
 File: /usr/share/mosml/tools/mosmldep	100644	root:root	1c92c13f4f45e571e268293857a6ce78	
-RPMIdentity: 5cf50d19010aae57d56acadb3c2edfe240543ef88512c8cd7b6c96ad03d2c2f68c1c0290767fdc002a8117d16b4f875e423798c5d78940e3f34a7499bb4302f5
+RPMIdentity: 3cfe180abbd0b6b5e3e130fb734b7c636b1912e5528a576b9b58695382f4778395cf3681b360ed3972460094d433d609b57660c4ad07bab58c6bc5e32a0e6f6d
--- mosml-debuginfo-2.10.1-alt2.x86_64.rpm.repo	2019-04-02 01:48:21.000000000 +0000
+++ mosml-debuginfo-2.10.1-alt2.x86_64.rpm.hasher	2023-06-08 02:02:12.651557198 +0000
@@ -1,16 +1,16 @@
-/usr/lib/debug/.build-id/2d	40755	root:root	
-/usr/lib/debug/.build-id/2d/8b25d2200586adf794fb31beea0ea92695dcfc	120777	root:root	../../../../lib64/mosml/libmsocket.so
-/usr/lib/debug/.build-id/2d/8b25d2200586adf794fb31beea0ea92695dcfc.debug	120777	root:root	../../usr/lib64/mosml/libmsocket.so.debug
-/usr/lib/debug/.build-id/6e	40755	root:root	
-/usr/lib/debug/.build-id/6e/2de7aee01975ed6d36bffda30b214eb8bce793	120777	root:root	../../../../lib64/mosml/libmunix.so
-/usr/lib/debug/.build-id/6e/2de7aee01975ed6d36bffda30b214eb8bce793.debug	120777	root:root	../../usr/lib64/mosml/libmunix.so.debug
-/usr/lib/debug/.build-id/a9	40755	root:root	
-/usr/lib/debug/.build-id/a9/f866841f3611a17757c6a89e703f17118a22c2	120777	root:root	../../../../bin/camlrunm
-/usr/lib/debug/.build-id/a9/f866841f3611a17757c6a89e703f17118a22c2.debug	120777	root:root	../../usr/bin/camlrunm.debug
-/usr/lib/debug/.build-id/aa	40755	root:root	
-/usr/lib/debug/.build-id/aa/13454e1649293ca27ebbb58a9f9a196d784c1b	120777	root:root	../../../../bin/mosmlyac
-/usr/lib/debug/.build-id/aa/13454e1649293ca27ebbb58a9f9a196d784c1b.debug	120777	root:root	../../usr/bin/mosmlyac.debug
-/usr/lib/debug/.build-id/fe	40755	root:root	
-/usr/lib/debug/.build-id/fe/aa0db093597388719a92ace9ac058dbe08ec4f	120777	root:root	../../../../lib64/mosml/libmgmp.so
-/usr/lib/debug/.build-id/fe/aa0db093597388719a92ace9ac058dbe08ec4f.debug	120777	root:root	../../usr/lib64/mosml/libmgmp.so.debug
+/usr/lib/debug/.build-id/0a	40755	root:root	
+/usr/lib/debug/.build-id/0a/98ef283e697b628252292def24442c9a2a6876	120777	root:root	../../../../bin/camlrunm
+/usr/lib/debug/.build-id/0a/98ef283e697b628252292def24442c9a2a6876.debug	120777	root:root	../../usr/bin/camlrunm.debug
+/usr/lib/debug/.build-id/13	40755	root:root	
+/usr/lib/debug/.build-id/13/96eb33887b2fd8b190bf3076028f96e5e97917	120777	root:root	../../../../lib64/mosml/libmsocket.so
+/usr/lib/debug/.build-id/13/96eb33887b2fd8b190bf3076028f96e5e97917.debug	120777	root:root	../../usr/lib64/mosml/libmsocket.so.debug
+/usr/lib/debug/.build-id/4e	40755	root:root	
+/usr/lib/debug/.build-id/4e/5a3ed4e11024436b7cdb7767f7df62f9f7baf9	120777	root:root	../../../../lib64/mosml/libmgmp.so
+/usr/lib/debug/.build-id/4e/5a3ed4e11024436b7cdb7767f7df62f9f7baf9.debug	120777	root:root	../../usr/lib64/mosml/libmgmp.so.debug
+/usr/lib/debug/.build-id/5f	40755	root:root	
+/usr/lib/debug/.build-id/5f/362ebeb6a6133aa3bbb518b0327d431da391a7	120777	root:root	../../../../lib64/mosml/libmunix.so
+/usr/lib/debug/.build-id/5f/362ebeb6a6133aa3bbb518b0327d431da391a7.debug	120777	root:root	../../usr/lib64/mosml/libmunix.so.debug
+/usr/lib/debug/.build-id/b0	40755	root:root	
+/usr/lib/debug/.build-id/b0/aa560b7f458a16cfd88d55ef6a71e7dc079db0	120777	root:root	../../../../bin/mosmlyac
+/usr/lib/debug/.build-id/b0/aa560b7f458a16cfd88d55ef6a71e7dc079db0.debug	120777	root:root	../../usr/bin/mosmlyac.debug
 /usr/lib/debug/usr/bin/camlrunm.debug	100644	root:root	
@@ -23,3 +23,2 @@
 Requires: debug64(libc.so.6)  
-Requires: debug64(libdl.so.2)  
 Requires: debug64(libgmp.so.10)  
@@ -29,23 +28,23 @@
 Provides: mosml-debuginfo = 2.10.1-alt2:sisyphus+226133.100.1.2
-File: /usr/lib/debug/.build-id/2d	40755	root:root		
-File: /usr/lib/debug/.build-id/2d/8b25d2200586adf794fb31beea0ea92695dcfc	120777	root:root		../../../../lib64/mosml/libmsocket.so
-File: /usr/lib/debug/.build-id/2d/8b25d2200586adf794fb31beea0ea92695dcfc.debug	120777	root:root		../../usr/lib64/mosml/libmsocket.so.debug
-File: /usr/lib/debug/.build-id/6e	40755	root:root		
-File: /usr/lib/debug/.build-id/6e/2de7aee01975ed6d36bffda30b214eb8bce793	120777	root:root		../../../../lib64/mosml/libmunix.so
-File: /usr/lib/debug/.build-id/6e/2de7aee01975ed6d36bffda30b214eb8bce793.debug	120777	root:root		../../usr/lib64/mosml/libmunix.so.debug
-File: /usr/lib/debug/.build-id/a9	40755	root:root		
-File: /usr/lib/debug/.build-id/a9/f866841f3611a17757c6a89e703f17118a22c2	120777	root:root		../../../../bin/camlrunm
-File: /usr/lib/debug/.build-id/a9/f866841f3611a17757c6a89e703f17118a22c2.debug	120777	root:root		../../usr/bin/camlrunm.debug
-File: /usr/lib/debug/.build-id/aa	40755	root:root		
-File: /usr/lib/debug/.build-id/aa/13454e1649293ca27ebbb58a9f9a196d784c1b	120777	root:root		../../../../bin/mosmlyac
-File: /usr/lib/debug/.build-id/aa/13454e1649293ca27ebbb58a9f9a196d784c1b.debug	120777	root:root		../../usr/bin/mosmlyac.debug
-File: /usr/lib/debug/.build-id/fe	40755	root:root		
-File: /usr/lib/debug/.build-id/fe/aa0db093597388719a92ace9ac058dbe08ec4f	120777	root:root		../../../../lib64/mosml/libmgmp.so
-File: /usr/lib/debug/.build-id/fe/aa0db093597388719a92ace9ac058dbe08ec4f.debug	120777	root:root		../../usr/lib64/mosml/libmgmp.so.debug
-File: /usr/lib/debug/usr/bin/camlrunm.debug	100644	root:root	eae63ff2e3dfe610801ed832f261b912	
-File: /usr/lib/debug/usr/bin/mosmlyac.debug	100644	root:root	d7cb8d1d063cdebd82b6a636ff64b46f	
+File: /usr/lib/debug/.build-id/0a	40755	root:root		
+File: /usr/lib/debug/.build-id/0a/98ef283e697b628252292def24442c9a2a6876	120777	root:root		../../../../bin/camlrunm
+File: /usr/lib/debug/.build-id/0a/98ef283e697b628252292def24442c9a2a6876.debug	120777	root:root		../../usr/bin/camlrunm.debug
+File: /usr/lib/debug/.build-id/13	40755	root:root		
+File: /usr/lib/debug/.build-id/13/96eb33887b2fd8b190bf3076028f96e5e97917	120777	root:root		../../../../lib64/mosml/libmsocket.so
+File: /usr/lib/debug/.build-id/13/96eb33887b2fd8b190bf3076028f96e5e97917.debug	120777	root:root		../../usr/lib64/mosml/libmsocket.so.debug
+File: /usr/lib/debug/.build-id/4e	40755	root:root		
+File: /usr/lib/debug/.build-id/4e/5a3ed4e11024436b7cdb7767f7df62f9f7baf9	120777	root:root		../../../../lib64/mosml/libmgmp.so
+File: /usr/lib/debug/.build-id/4e/5a3ed4e11024436b7cdb7767f7df62f9f7baf9.debug	120777	root:root		../../usr/lib64/mosml/libmgmp.so.debug
+File: /usr/lib/debug/.build-id/5f	40755	root:root		
+File: /usr/lib/debug/.build-id/5f/362ebeb6a6133aa3bbb518b0327d431da391a7	120777	root:root		../../../../lib64/mosml/libmunix.so
+File: /usr/lib/debug/.build-id/5f/362ebeb6a6133aa3bbb518b0327d431da391a7.debug	120777	root:root		../../usr/lib64/mosml/libmunix.so.debug
+File: /usr/lib/debug/.build-id/b0	40755	root:root		
+File: /usr/lib/debug/.build-id/b0/aa560b7f458a16cfd88d55ef6a71e7dc079db0	120777	root:root		../../../../bin/mosmlyac
+File: /usr/lib/debug/.build-id/b0/aa560b7f458a16cfd88d55ef6a71e7dc079db0.debug	120777	root:root		../../usr/bin/mosmlyac.debug
+File: /usr/lib/debug/usr/bin/camlrunm.debug	100644	root:root	3082687e089906203f19156bb7cac675	
+File: /usr/lib/debug/usr/bin/mosmlyac.debug	100644	root:root	5917e5a6d6d80df31e4996b21348a883	
 File: /usr/lib/debug/usr/lib64/mosml	40755	root:root		
-File: /usr/lib/debug/usr/lib64/mosml/libmgmp.so.debug	100644	root:root	942080fbd850d350789adb1c8585f8ef	
-File: /usr/lib/debug/usr/lib64/mosml/libmsocket.so.debug	100644	root:root	efa46d622ca141542717d367724277a9	
-File: /usr/lib/debug/usr/lib64/mosml/libmunix.so.debug	100644	root:root	7ad5e683890fab1d77eed02ab55bc96b	
-RPMIdentity: 162c4761177ec3512cb70d017324b91ed747a2d4aac1186a8054535fa16867c2ee4fa8ea7fc4e09ef3c5036d1ca8444af517785bc34e8588a4efc86afccfeb77
+File: /usr/lib/debug/usr/lib64/mosml/libmgmp.so.debug	100644	root:root	435db993e0f81488cd43da157897e9ea	
+File: /usr/lib/debug/usr/lib64/mosml/libmsocket.so.debug	100644	root:root	baed772ee1fa0ef6d6a0f325695c19d4	
+File: /usr/lib/debug/usr/lib64/mosml/libmunix.so.debug	100644	root:root	9aafc9204931b5ef8637ce698f9fc1b2	
+RPMIdentity: 6562cc752f865a03ec7ab6810384660d32d3ca10c3cccff24df893f5e7c962ec240eb0822b5183f4a7df9dc2cd982231051214f556d1cd25b665865718850554