<86>Apr 27 10:05:35 userdel[3187982]: delete user 'rooter' <86>Apr 27 10:05:35 userdel[3187982]: removed group 'rooter' owned by 'rooter' <86>Apr 27 10:05:35 userdel[3187982]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 10:05:35 groupadd[3188011]: group added to /etc/group: name=rooter, GID=1850 <86>Apr 27 10:05:35 groupadd[3188011]: group added to /etc/gshadow: name=rooter <86>Apr 27 10:05:35 groupadd[3188011]: new group: name=rooter, GID=1850 <86>Apr 27 10:05:35 useradd[3188032]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Apr 27 10:05:35 userdel[3188074]: delete user 'builder' <86>Apr 27 10:05:35 userdel[3188074]: removed group 'builder' owned by 'builder' <86>Apr 27 10:05:35 userdel[3188074]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 10:05:35 groupadd[3188104]: group added to /etc/group: name=builder, GID=1851 <86>Apr 27 10:05:35 groupadd[3188104]: group added to /etc/gshadow: name=builder <86>Apr 27 10:05:35 groupadd[3188104]: new group: name=builder, GID=1851 <86>Apr 27 10:05:35 useradd[3188129]: new user: name=builder, UID=1851, GID=1851, 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>Apr 27 10:05:38 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294140 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18183 + 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.18183 + 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/lib/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... OK, this is a regular 32 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 expand.c: In function 'buildrealmap': expand.c:338:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 338 | printf("buildrealmap: opcode = %d at %ld\n", *pc, pc-byteprog); | ~~^ ~~~~~~~~~~~ | | | | long int int | %d expand.c: In function 'expandcode': expand.c:663:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 663 | printf("expandcode: opcode = %d at %ld\n", *pc, pc-byteprog); | ~~^ ~~~~~~~~~~~ | | | | long int int | %d 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/lib/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+0x1b83): 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+0x567): 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/lib/mosml|" -e "s|BINDIR|/usr/bin|" mosml.tpl > mosml sed -e "s|LIBDIR|/usr/lib/mosml|" -e "s|BINDIR|/usr/bin|" mosmlc.tpl > mosmlc sed -e "s|LIBDIR|/usr/lib/mosml|" -e "s|BINDIR|/usr/bin|" mosmllex.tpl > mosmllex sed -e "s|LIBDIR|/usr/lib/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/lib/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.28255 + 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:/usr/bin:/bin:/usr/local/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/lib/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/lib/mosml || mkdir -p /usr/src/tmp/mosml-buildroot//usr/lib/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/lib/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/lib/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/lib/mosml cp *.ui /usr/src/tmp/mosml-buildroot//usr/lib/mosml cp *.uo /usr/src/tmp/mosml-buildroot//usr/lib/mosml cp *.sig /usr/src/tmp/mosml-buildroot//usr/lib/mosml cp General.fke /usr/src/tmp/mosml-buildroot//usr/lib/mosml/General.sig cp Meta.fke /usr/src/tmp/mosml-buildroot//usr/lib/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/lib/mosml cp mosmllnk /usr/src/tmp/mosml-buildroot//usr/lib/mosml cp mosmltop /usr/src/tmp/mosml-buildroot//usr/lib/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/lib/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/lib/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/lib/mosml cp IntInf.sig /usr/src/tmp/mosml-buildroot//usr/lib/mosml cp IntInf.ui /usr/src/tmp/mosml-buildroot//usr/lib/mosml cp IntInf.uo /usr/src/tmp/mosml-buildroot//usr/lib/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/lib/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/lib/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/lib/mosml/camlrunm + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mosml-buildroot (auto) mode of './usr/lib/mosml/libmunix.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/mosml/libmsocket.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/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/lib: (from :0) 056-debuginfo.brp: WARNING: 3 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/bin/mosmlyac ./usr/lib/mosml/libmgmp.so 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/lib/mosml/libmunix.so: undefined symbol: first_atoms verify-elf: WARNING: ./usr/lib/mosml/libmunix.so: undefined symbol: failwith verify-elf: WARNING: ./usr/lib/mosml/libmunix.so: undefined symbol: alloc_tuple verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: c_roots_head verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: first_atoms verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: failwith verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: modify verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: copy_string verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: leave_blocking_section verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: string_length verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: alloc verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: enter_blocking_section verify-elf: WARNING: ./usr/lib/mosml/libmsocket.so: undefined symbol: alloc_tuple verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: first_atoms verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: stat_resize verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: failwith verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: adjust_gc_speed verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: stat_alloc verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: copy_string verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: raiseprimitive0 verify-elf: WARNING: ./usr/lib/mosml/libmgmp.so: undefined symbol: alloc_final verify-elf: WARNING: ./usr/bin/mosmlyac: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/camlrunm: RPATH entry found: /usr/lib/mosml verify-elf: WARNING: ./usr/bin/camlrunm: uses non-LFS functions: fcntl lseek lstat open readdir stat Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mosml-buildroot Processing files: mosml-2.10.1-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.46222 + 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.w0Po2V 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.zaDaip 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/lib/mosml/header is not executable Requires: /bin/sh, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgmp.so.10 >= set:mhC9XUeZLJdgH8fNhvCREZbZ0ubl3yTzj0AZsJjIGOHZbZ7gyPVuSNHK2R1UWx, libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), 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.JigzJz 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.c7iDxp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kjSqP5 find-requires: running scripts (debuginfo) Requires: mosml = 2.10.1-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgmp.so.10), debug(libm.so.6) Adding to mosml-debuginfo a strict dependency on mosml Wrote: /usr/src/RPM/RPMS/i586/mosml-2.10.1-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mosml-debuginfo-2.10.1-alt2.i586.rpm (w2.lzdio) 17.13user 5.45system 0:25.84elapsed 87%CPU (0avgtext+0avgdata 38136maxresident)k 0inputs+0outputs (0major+1223178minor)pagefaults 0swaps /.out/mosml-2.10.1-alt2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/mosml-debuginfo-2.10.1-alt2.i586.rpm: The use of such a license name is ambiguous: GPL 3.35user 2.58system 0:35.95elapsed 16%CPU (0avgtext+0avgdata 127276maxresident)k 0inputs+0outputs (0major+189735minor)pagefaults 0swaps --- mosml-2.10.1-alt2.i586.rpm.repo 2019-04-02 01:48:13.000000000 +0000 +++ mosml-2.10.1-alt2.i586.rpm.hasher 2024-04-27 10:06:06.948063080 +0000 @@ -466,8 +466,9 @@ Requires: libc.so.6(GLIBC_2.15) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) Requires: libc.so.6(GLIBC_2.7) -Requires: libdl.so.2(GLIBC_2.0) -Requires: libdl.so.2(GLIBC_2.1) Requires: libgmp.so.10 >= set:mhC9XUeZLJdgH8fNhvCREZbZ0ubl3yTzj0AZsJjIGOHZbZ7gyPVuSNHK2R1UWx @@ -475,2 +476,3 @@ Requires: libm.so.6(GLIBC_2.0) +Requires: libm.so.6(GLIBC_2.29) Requires: rtld(GNU_HASH) @@ -478,3 +480,3 @@ Provides: mosml = 2.10.1-alt2:sisyphus+226133.100.1.2 -File: /usr/bin/camlrunm 100755 root:root 8b001ceaf875f3666dd6763c37720cf6 +File: /usr/bin/camlrunm 100755 root:root 3f27a42fc7a7f75bdb27ae1195778e72 File: /usr/bin/mosml 100755 root:root 23400d8aeac1dcbebeadd35a3c981f9e @@ -482,3 +484,3 @@ File: /usr/bin/mosmllex 100755 root:root dac4169920241a44a01d20935f0042ad -File: /usr/bin/mosmlyac 100755 root:root 8676e7b9c91dde45afddc3867cdfbcc0 +File: /usr/bin/mosmlyac 100755 root:root 3c5f0660ed0f1b26f75365dbdc23b920 File: /usr/include/mosml 40755 root:root @@ -776,5 +778,5 @@ File: /usr/lib/mosml/helpsigs.val 100644 root:root f98a17bdc31e29ed3dbf40a1ca01b4cd -File: /usr/lib/mosml/libmgmp.so 100644 root:root b00f243ab44ee703d52f70f5b3a7c330 -File: /usr/lib/mosml/libmsocket.so 100644 root:root 8f7f6b3089b3b4760cbbcd5cc0a86842 -File: /usr/lib/mosml/libmunix.so 100644 root:root 41bc991ad078fc2ab7ef2c7d3df853c7 +File: /usr/lib/mosml/libmgmp.so 100644 root:root 14b1e21197b3d247b9909de8bd1def11 +File: /usr/lib/mosml/libmsocket.so 100644 root:root 88d0602bce08ce5a2689064e06bc3cfd +File: /usr/lib/mosml/libmunix.so 100644 root:root dca59905c8e21d920febff7e9770ab98 File: /usr/lib/mosml/mosmlcmp 100644 root:root f0658ec3ce2da6ddbd7f0fad1157adde @@ -937,2 +939,2 @@ File: /usr/share/mosml/tools/mosmldep 100644 root:root 718c16bf3d8ba636e3c7497c3023253a -RPMIdentity: 81f8cc3ba0237dac927337aab08252d1d5881244ced8abd4be13bc27066e3f3e27dc72f5fa63c4fe32ae09cf56ff416dafed063c53458c2864e1990b87c5adb9 +RPMIdentity: 9209a10edbac4964f3840c195a135d8e4de2e561e8345e47f35c9e2f41fe5c0d9784254ade7e6dc0855ebb86e1ba4c191bae6f8478066c510c1c6bcae6d8f1c5 --- mosml-debuginfo-2.10.1-alt2.i586.rpm.repo 2019-04-02 01:48:13.000000000 +0000 +++ mosml-debuginfo-2.10.1-alt2.i586.rpm.hasher 2024-04-27 10:06:07.015064211 +0000 @@ -1,16 +1,15 @@ -/usr/lib/debug/.build-id/18 40755 root:root -/usr/lib/debug/.build-id/18/1caab65b0013da238d9c87a16cfaa783f5d7ea 120777 root:root ../../../mosml/libmunix.so -/usr/lib/debug/.build-id/18/1caab65b0013da238d9c87a16cfaa783f5d7ea.debug 120777 root:root ../../usr/lib/mosml/libmunix.so.debug -/usr/lib/debug/.build-id/25 40755 root:root -/usr/lib/debug/.build-id/25/e0e60208df031cc8c728449df8814bcd67f60d 120777 root:root ../../../../bin/mosmlyac -/usr/lib/debug/.build-id/25/e0e60208df031cc8c728449df8814bcd67f60d.debug 120777 root:root ../../usr/bin/mosmlyac.debug -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/78d2dbe1d61ea613fda91314fef97cbcd3e0fc 120777 root:root ../../../mosml/libmsocket.so -/usr/lib/debug/.build-id/88/78d2dbe1d61ea613fda91314fef97cbcd3e0fc.debug 120777 root:root ../../usr/lib/mosml/libmsocket.so.debug -/usr/lib/debug/.build-id/a8 40755 root:root -/usr/lib/debug/.build-id/a8/34c088a8a49406ef0fbc5374c4ade66a94552b 120777 root:root ../../../mosml/libmgmp.so -/usr/lib/debug/.build-id/a8/34c088a8a49406ef0fbc5374c4ade66a94552b.debug 120777 root:root ../../usr/lib/mosml/libmgmp.so.debug -/usr/lib/debug/.build-id/e9 40755 root:root -/usr/lib/debug/.build-id/e9/1e9b73228518f05a8e5066727c23786bdc55a1 120777 root:root ../../../../bin/camlrunm -/usr/lib/debug/.build-id/e9/1e9b73228518f05a8e5066727c23786bdc55a1.debug 120777 root:root ../../usr/bin/camlrunm.debug +/usr/lib/debug/.build-id/09 40755 root:root +/usr/lib/debug/.build-id/09/56a827de7202b90d033c70ba3ee5f107d252bb 120777 root:root ../../../../bin/camlrunm +/usr/lib/debug/.build-id/09/56a827de7202b90d033c70ba3ee5f107d252bb.debug 120777 root:root ../../usr/bin/camlrunm.debug +/usr/lib/debug/.build-id/09/760cd046ed11881942cfc8abfe21aff44deb84 120777 root:root ../../../mosml/libmunix.so +/usr/lib/debug/.build-id/09/760cd046ed11881942cfc8abfe21aff44deb84.debug 120777 root:root ../../usr/lib/mosml/libmunix.so.debug +/usr/lib/debug/.build-id/84 40755 root:root +/usr/lib/debug/.build-id/84/a3aab7a6fe8d0816bee139f71806288c59fd7d 120777 root:root ../../../../bin/mosmlyac +/usr/lib/debug/.build-id/84/a3aab7a6fe8d0816bee139f71806288c59fd7d.debug 120777 root:root ../../usr/bin/mosmlyac.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/bdd92db57f483e91440ca010155d19a1e51886 120777 root:root ../../../mosml/libmsocket.so +/usr/lib/debug/.build-id/cb/bdd92db57f483e91440ca010155d19a1e51886.debug 120777 root:root ../../usr/lib/mosml/libmsocket.so.debug +/usr/lib/debug/.build-id/ce 40755 root:root +/usr/lib/debug/.build-id/ce/93902f8125e25ea0f5101c1b66fe43913aaa21 120777 root:root ../../../mosml/libmgmp.so +/usr/lib/debug/.build-id/ce/93902f8125e25ea0f5101c1b66fe43913aaa21.debug 120777 root:root ../../usr/lib/mosml/libmgmp.so.debug /usr/lib/debug/usr/bin/camlrunm.debug 100644 root:root @@ -23,3 +22,2 @@ Requires: debug(libc.so.6) -Requires: debug(libdl.so.2) Requires: debug(libgmp.so.10) @@ -29,23 +27,22 @@ Provides: mosml-debuginfo = 2.10.1-alt2:sisyphus+226133.100.1.2 -File: /usr/lib/debug/.build-id/18 40755 root:root -File: /usr/lib/debug/.build-id/18/1caab65b0013da238d9c87a16cfaa783f5d7ea 120777 root:root ../../../mosml/libmunix.so -File: /usr/lib/debug/.build-id/18/1caab65b0013da238d9c87a16cfaa783f5d7ea.debug 120777 root:root ../../usr/lib/mosml/libmunix.so.debug -File: /usr/lib/debug/.build-id/25 40755 root:root -File: /usr/lib/debug/.build-id/25/e0e60208df031cc8c728449df8814bcd67f60d 120777 root:root ../../../../bin/mosmlyac -File: /usr/lib/debug/.build-id/25/e0e60208df031cc8c728449df8814bcd67f60d.debug 120777 root:root ../../usr/bin/mosmlyac.debug -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/78d2dbe1d61ea613fda91314fef97cbcd3e0fc 120777 root:root ../../../mosml/libmsocket.so -File: /usr/lib/debug/.build-id/88/78d2dbe1d61ea613fda91314fef97cbcd3e0fc.debug 120777 root:root ../../usr/lib/mosml/libmsocket.so.debug -File: /usr/lib/debug/.build-id/a8 40755 root:root -File: /usr/lib/debug/.build-id/a8/34c088a8a49406ef0fbc5374c4ade66a94552b 120777 root:root ../../../mosml/libmgmp.so -File: /usr/lib/debug/.build-id/a8/34c088a8a49406ef0fbc5374c4ade66a94552b.debug 120777 root:root ../../usr/lib/mosml/libmgmp.so.debug -File: /usr/lib/debug/.build-id/e9 40755 root:root -File: /usr/lib/debug/.build-id/e9/1e9b73228518f05a8e5066727c23786bdc55a1 120777 root:root ../../../../bin/camlrunm -File: /usr/lib/debug/.build-id/e9/1e9b73228518f05a8e5066727c23786bdc55a1.debug 120777 root:root ../../usr/bin/camlrunm.debug -File: /usr/lib/debug/usr/bin/camlrunm.debug 100644 root:root 9a0c15fa79e429ef8da08e28ddcb02dd -File: /usr/lib/debug/usr/bin/mosmlyac.debug 100644 root:root 9e08cb24144677fe5cf2150decc2cbc6 +File: /usr/lib/debug/.build-id/09 40755 root:root +File: /usr/lib/debug/.build-id/09/56a827de7202b90d033c70ba3ee5f107d252bb 120777 root:root ../../../../bin/camlrunm +File: /usr/lib/debug/.build-id/09/56a827de7202b90d033c70ba3ee5f107d252bb.debug 120777 root:root ../../usr/bin/camlrunm.debug +File: /usr/lib/debug/.build-id/09/760cd046ed11881942cfc8abfe21aff44deb84 120777 root:root ../../../mosml/libmunix.so +File: /usr/lib/debug/.build-id/09/760cd046ed11881942cfc8abfe21aff44deb84.debug 120777 root:root ../../usr/lib/mosml/libmunix.so.debug +File: /usr/lib/debug/.build-id/84 40755 root:root +File: /usr/lib/debug/.build-id/84/a3aab7a6fe8d0816bee139f71806288c59fd7d 120777 root:root ../../../../bin/mosmlyac +File: /usr/lib/debug/.build-id/84/a3aab7a6fe8d0816bee139f71806288c59fd7d.debug 120777 root:root ../../usr/bin/mosmlyac.debug +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/bdd92db57f483e91440ca010155d19a1e51886 120777 root:root ../../../mosml/libmsocket.so +File: /usr/lib/debug/.build-id/cb/bdd92db57f483e91440ca010155d19a1e51886.debug 120777 root:root ../../usr/lib/mosml/libmsocket.so.debug +File: /usr/lib/debug/.build-id/ce 40755 root:root +File: /usr/lib/debug/.build-id/ce/93902f8125e25ea0f5101c1b66fe43913aaa21 120777 root:root ../../../mosml/libmgmp.so +File: /usr/lib/debug/.build-id/ce/93902f8125e25ea0f5101c1b66fe43913aaa21.debug 120777 root:root ../../usr/lib/mosml/libmgmp.so.debug +File: /usr/lib/debug/usr/bin/camlrunm.debug 100644 root:root 592b9e4811a23da538b94417691974c4 +File: /usr/lib/debug/usr/bin/mosmlyac.debug 100644 root:root f03ed59ca48b14dddb91d1f965849ac2 File: /usr/lib/debug/usr/lib/mosml 40755 root:root -File: /usr/lib/debug/usr/lib/mosml/libmgmp.so.debug 100644 root:root 4e2a574ec68fdc79af2acb80b5cc698f -File: /usr/lib/debug/usr/lib/mosml/libmsocket.so.debug 100644 root:root e364fc55296d3c32ad912b20a659a383 -File: /usr/lib/debug/usr/lib/mosml/libmunix.so.debug 100644 root:root debd888fa205f625793dfc5853678d56 -RPMIdentity: 13d0dce8c4d64fdd488ff27684d9ca1eb79f1f46ca5fa35618e92820ddcbf841d41ff49e4e67aff4bc64ec27d893d7027ca2eb357f7f43123ce4b54f20c84624 +File: /usr/lib/debug/usr/lib/mosml/libmgmp.so.debug 100644 root:root 6b23125cbd295c93093bdd97003ec24c +File: /usr/lib/debug/usr/lib/mosml/libmsocket.so.debug 100644 root:root 3e0a3088b0628db61f7e32bb2538de20 +File: /usr/lib/debug/usr/lib/mosml/libmunix.so.debug 100644 root:root 5c0092ab591b76c33f40dce3634f28f1 +RPMIdentity: 3e7b1513e999b65813063e0efd1b71457ce976abed285c3fab2854ac14ae142fb95b1f76689d2054bdf516c126eaf2c9b30f1f3ce80cb6457478e23de56a39a0