D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-lablgl-1.06-3.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.x6BbRL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf lablgl-1.06 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-lablgl-1.06.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lablgl-1.06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -f /usr/include/tk-private/generic/tkInt.h Togl/src/Togl/tkInt8.6.h + cp -f /usr/include/tk-private/generic/tkIntDecls.h Togl/src/Togl/tkIntDecls8.6.h + sed -i -e s,tkIntDecls.h,tkIntDecls8.6.h,g Togl/src/Togl/tkInt8.6.h + cat + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HAlMxM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lablgl-1.06 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make all opt cd src && make all LIBDIR="/usr/lib64/ocaml" make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' ocamlc.opt -c -w s -I +labltk var2def.ml ocamlc.opt var2def.cmo -o var2def ocamlc.opt -c -w s -I +labltk var2switch.ml ocamlc.opt var2switch.cmo -o var2switch make lablgl.cma make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' ocamlrun ../src/var2def < gl_tags.var > gl_tags.h ocamlrun ../src/var2switch -table GL_ < gl_tags.var > gl_tags.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include" ml_gl.c ml_gl.c: In function 'ml_raise_gl': ml_gl.c:36:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 36 | gl_exn = caml_named_value("glerror"); | ^ ocamlrun ../src/var2def < glu_tags.var > glu_tags.h ocamlrun ../src/var2switch GLU_ < glu_tags.var > glu_tags.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include" ml_glu.c ocamlrun ../src/var2def < raw_tags.var > raw_tags.h ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include" ml_raw.c In file included from ml_raw.c:5: ml_raw.c: In function 'ml_raw_read_string': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ ml_raw.c:166:13: note: in expansion of macro 'String_val' 166 | memcpy (String_val(ret), Bp_val(Addr_raw(raw))+s, l); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from ml_raw.c:3: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include" ml_glarray.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include" ml_glutess.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include" ml_shader.c In file included from ml_shader.c:19: ml_shader.c: In function 'ml_glgetshaderinfolog': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 4 of 'glGetShaderInfoLog' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ ml_shader.c:1217:85: note: in expansion of macro 'String_val' 1217 | glGetShaderInfoLog(Shader_object_val(shader), infologLength, &charsWritten, String_val(infoLog)); | ^~~~~~~~~~ In file included from /usr/include/GL/gl.h:2050, from ml_shader.c:14: /usr/include/GL/glext.h:766:98: note: expected 'GLchar *' {aka 'char *'} but argument is of type 'const char *' 766 | GLAPI void APIENTRY glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog); | ~~~~~~~~^~~~~~~ In file included from ml_shader.c:19: ml_shader.c: In function 'ml_glgetprograminfolog': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 4 of 'glGetProgramInfoLog' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ ml_shader.c:1241:88: note: in expansion of macro 'String_val' 1241 | glGetProgramInfoLog(Shader_program_val(program), infologLength, &charsWritten, String_val(infoLog)); | ^~~~~~~~~~ In file included from /usr/include/GL/gl.h:2050, from ml_shader.c:14: /usr/include/GL/glext.h:764:100: note: expected 'GLchar *' {aka 'char *'} but argument is of type 'const char *' 764 | GLAPI void APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog); | ~~~~~~~~^~~~~~~ ocamlc.opt -c -w s -I +labltk raw.mli ocamlc.opt -c -w s -I +labltk raw.ml ocamlc.opt -c -w s -I +labltk gl.mli ocamlc.opt -c -w s -I +labltk gl.ml ocamlc.opt -c -w s -I +labltk glLight.mli ocamlc.opt -c -w s -I +labltk glLight.ml ocamlc.opt -c -w s -I +labltk glList.mli ocamlc.opt -c -w s -I +labltk glList.ml ocamlc.opt -c -w s -I +labltk glMap.mli ocamlc.opt -c -w s -I +labltk glMap.ml ocamlc.opt -c -w s -I +labltk glMat.mli ocamlc.opt -c -w s -I +labltk glMat.ml ocamlc.opt -c -w s -I +labltk glMisc.mli ocamlc.opt -c -w s -I +labltk glMisc.ml ocamlc.opt -c -w s -I +labltk glPix.mli ocamlc.opt -c -w s -I +labltk glPix.ml ocamlc.opt -c -w s -I +labltk glClear.mli ocamlc.opt -c -w s -I +labltk glClear.ml ocamlc.opt -c -w s -I +labltk glTex.mli ocamlc.opt -c -w s -I +labltk glTex.ml ocamlc.opt -c -w s -I +labltk glDraw.mli ocamlc.opt -c -w s -I +labltk glDraw.ml ocamlc.opt -c -w s -I +labltk glFunc.mli ocamlc.opt -c -w s -I +labltk glFunc.ml ocamlc.opt -c -w s -I +labltk gluMisc.mli ocamlc.opt -c -w s -I +labltk gluMisc.ml ocamlc.opt -c -w s -I +labltk gluNurbs.mli ocamlc.opt -c -w s -I +labltk gluNurbs.ml ocamlc.opt -c -w s -I +labltk gluQuadric.mli ocamlc.opt -c -w s -I +labltk gluQuadric.ml ocamlc.opt -c -w s -I +labltk gluTess.mli ocamlc.opt -c -w s -I +labltk gluTess.ml ocamlc.opt -c -w s -I +labltk gluMat.mli ocamlc.opt -c -w s -I +labltk gluMat.ml ocamlc.opt -c -w s -I +labltk glArray.mli ocamlc.opt -c -w s -I +labltk glArray.ml ocamlc.opt -c -w s -I +labltk glShader.mli ocamlc.opt -c -w s -I +labltk glShader.ml ocamlmklib -o lablgl ml_gl.o ml_glu.o ml_raw.o ml_glarray.o ml_glutess.o ml_shader.o raw.cmo gl.cmo glLight.cmo glList.cmo glMap.cmo glMat.cmo glMisc.cmo glPix.cmo glClear.cmo glTex.cmo glDraw.cmo glFunc.cmo gluMisc.cmo gluNurbs.cmo gluQuadric.cmo gluTess.cmo gluMat.cmo glArray.cmo glShader.cmo -lGL -lGLU -L/usr/lib64 -lXext -lXmu -lX11 make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' cd Togl/src && make LABLTKDIR="`ocamlfind query -qe labltk || echo +labltk`" all /bin/sh: ocamlfind: command not found make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition ocamlc.opt -c -w s -I +labltk -I ../../src togl.mli ocamlc.opt -c -w s -I +labltk -I ../../src togl.ml ocamlrun ../../src/var2def < togl_tags.var > togl_tags.h ocamlrun ../../src/var2switch TOGL_ < togl_tags.var > togl_tags.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../../src -ITogl -I/usr/include -I. -I/usr/include" ml_togl.c ml_togl.c: In function 'togl_prerr': ml_togl.c:39:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 39 | value *prerr = caml_named_value("togl_prerr"); | ^~~~~~~~~~~~~~~~ ml_togl.c: In function 'ml_Togl_Init': ml_togl.c:46:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 46 | value *interp = caml_named_value("cltclinterp"); | ^~~~~~~~~~~~~~~~ ml_togl.c: In function 'ml_Togl_CreateFunc': ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ | ^ ml_togl.c:97:1: note: in expansion of macro 'ENABLER' 97 | ENABLER (CreateFunc) | ^~~~~~~ ml_togl.c: In function 'ml_Togl_DisplayFunc': ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ | ^ ml_togl.c:98:1: note: in expansion of macro 'ENABLER' 98 | ENABLER (DisplayFunc) | ^~~~~~~ ml_togl.c: In function 'ml_Togl_ReshapeFunc': ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ | ^ ml_togl.c:99:1: note: in expansion of macro 'ENABLER' 99 | ENABLER (ReshapeFunc) | ^~~~~~~ ml_togl.c: In function 'ml_Togl_DestroyFunc': ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ | ^ ml_togl.c:100:1: note: in expansion of macro 'ENABLER' 100 | ENABLER (DestroyFunc) | ^~~~~~~ ml_togl.c: In function 'ml_Togl_TimerFunc': ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ | ^ ml_togl.c:101:1: note: in expansion of macro 'ENABLER' 101 | ENABLER (TimerFunc) | ^~~~~~~ ml_togl.c: In function 'ml_Togl_OverlayDisplayFunc': ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ | ^ ml_togl.c:102:1: note: in expansion of macro 'ENABLER' 102 | ENABLER (OverlayDisplayFunc) | ^~~~~~~ ml_togl.c: In function 'ml_Togl_LoadBitmapFont': ml_togl.c:115:34: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 115 | if (Is_block(font)) fontname = String_val (Field(font,0)); | ^ ml_togl.c: In function 'ml_Togl_DumpToEpsFile': ml_togl.c:143:38: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 143 | if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); | ^ cd Togl && \ ocamlc.opt -verbose -c -ccopt "-DTOGL_X11 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../../src -ITogl -I/usr/include -I. -I/usr/include" togl.c + gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -DTOGL_X11 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I../../src -ITogl -I/usr/include -I. -I/usr/include -I'/usr/lib64/ocaml' 'togl.c' togl.c: In function 'Togl_Init': togl.c:820:26: warning: assignment to 'void (*)(struct Tk_Window_ *, Tk_ClassProcs *, void *)' from incompatible pointer type 'void (*)(struct Tk_Window_ *, const Tk_ClassProcs *, void *)' [-Wincompatible-pointer-types] 820 | SetClassProcsPtr = Tk_SetClassProcs; | ^ ocamlmklib -o togl togl.cmo ml_togl.o Togl/togl.o -lGL -lGLU -L/usr/lib64 -lXext -lXmu -lX11 ocamlmktop -I . -I +labltk -I ../../src -o lablgltop \ labltk.cma lablgl.cma togl.cma make INSTALLDIR="/usr/lib64/ocaml/lablGL" real-lablgl make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition generate lablgl echo "#!/bin/sh" > lablgl echo "# toplevel with lablGL and Togl" >> lablgl if test -f dlltogl.so; then \ echo 'exec ocaml -I +labltk -I "/usr/lib64/ocaml/lablGL" lablgl.cma labltk.cma togl.cma $*' >> lablgl; \ else echo 'exec "/usr/lib64/ocaml/lablGL/lablgltop" -I +labltk -I "/usr/lib64/ocaml/lablGL" $*' >> lablgl; fi chmod 755 lablgl make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' cd LablGlut/src && make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -I/usr/include -I../../src" wrap_glut.c ocamlc.opt -c -w s glut.mli ocamlc.opt -c -w s glut.ml ocamlmklib -o lablglut wrap_glut.o glut.cmo -lglut -lGL -lGLU -L/usr/lib64 -lXext -lXmu -lX11 ocamlmktop -I . -I ../../src -o lablgluttop \ lablglut.cma lablgl.cma make INSTALLDIR="/usr/lib64/ocaml/lablGL" real-lablglut make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' generate lablglut echo "#!/bin/sh" > lablglut echo "# toplevel with lablGL and LablGlut" >> lablglut if test -f dlllablglut.so; then \ echo 'exec ocaml -I "/usr/lib64/ocaml/lablGL" lablgl.cma lablglut.cma $*' >> lablglut; \ else echo 'exec "/usr/lib64/ocaml/lablGL/lablgluttop" -I "/usr/lib64/ocaml/lablGL" $*' >> lablglut; fi chmod 755 lablglut make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' cd src && make opt make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' ocamlopt.opt -c -I +labltk raw.ml ocamlopt.opt -c -I +labltk gl.ml ocamlopt.opt -c -I +labltk glLight.ml ocamlopt.opt -c -I +labltk glList.ml ocamlopt.opt -c -I +labltk glMap.ml ocamlopt.opt -c -I +labltk glMat.ml ocamlopt.opt -c -I +labltk glMisc.ml ocamlopt.opt -c -I +labltk glPix.ml ocamlopt.opt -c -I +labltk glClear.ml ocamlopt.opt -c -I +labltk glTex.ml ocamlopt.opt -c -I +labltk glDraw.ml ocamlopt.opt -c -I +labltk glFunc.ml ocamlopt.opt -c -I +labltk gluMisc.ml ocamlopt.opt -c -I +labltk gluNurbs.ml ocamlopt.opt -c -I +labltk gluQuadric.ml ocamlopt.opt -c -I +labltk gluTess.ml ocamlopt.opt -c -I +labltk gluMat.ml ocamlopt.opt -c -I +labltk glArray.ml ocamlopt.opt -c -I +labltk glShader.ml ocamlmklib -o lablgl ml_gl.o ml_glu.o ml_raw.o ml_glarray.o ml_glutess.o ml_shader.o raw.cmx gl.cmx glLight.cmx glList.cmx glMap.cmx glMat.cmx glMisc.cmx glPix.cmx glClear.cmx glTex.cmx glDraw.cmx glFunc.cmx gluMisc.cmx gluNurbs.cmx gluQuadric.cmx gluTess.cmx gluMat.cmx glArray.cmx glShader.cmx -lGL -lGLU -L/usr/lib64 -lXext -lXmu -lX11 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' cd Togl/src && make LABLTKDIR="`ocamlfind query -qe labltk || echo +labltk`" opt /bin/sh: ocamlfind: command not found make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition ocamlopt.opt -c -I +labltk -I ../../src togl.ml File "_none_", line 1: Warning 58: no cmx file was found in path for module Protocol, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58: no cmx file was found in path for module Timer, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58: no cmx file was found in path for module Widget, and its interface was not compiled with -opaque ocamlmklib -o togl togl.cmx ml_togl.o Togl/togl.o -lGL -lGLU -L/usr/lib64 -lXext -lXmu -lX11 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' cd LablGlut/src && make opt make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' ocamlopt.opt -c glut.ml ocamlmklib -o lablglut wrap_glut.o glut.cmx -lglut -lGL -lGLU -L/usr/lib64 -lXext -lXmu -lX11 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.k2k5iK + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64 + cd lablgl-1.06 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/bin + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs + make BINDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/bin INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06' cd src && make install make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' sed -e "s|@LABLGL_MLS@|raw gl glLight glList glMap glMat glMisc glPix glClear glTex glDraw glFunc gluMisc gluNurbs gluQuadric gluTess gluMat glArray glShader|" \ -e "s|@TOGL_MLS@|togl|" \ -e "s|@GLUT_MLS@|glut|" \ -e "s|@GLLIBS@||" \ -e "s|@TKLIBS@||" \ -e "s|@GLUTLIBS@||" < build.ml.in > build.ml if test -d "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL"; fi cp build.ml raw.ml gl.ml glLight.ml glList.ml glMap.ml glMat.ml glMisc.ml glPix.ml glClear.ml glTex.ml glDraw.ml glFunc.ml gluMisc.ml gluNurbs.ml gluQuadric.ml gluTess.ml gluMat.ml glArray.ml glShader.ml raw.mli gl.mli glLight.mli glList.mli glMap.mli glMat.mli glMisc.mli glPix.mli glClear.mli glTex.mli glDraw.mli glFunc.mli gluMisc.mli gluNurbs.mli gluQuadric.mli gluTess.mli gluMat.mli glArray.mli glShader.mli "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cp liblablgl.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" && : liblablgl.a if test -f dlllablgl.so; then cp dlllablgl.so "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs"; fi cp raw.cmi gl.cmi glLight.cmi glList.cmi glMap.cmi glMat.cmi glMisc.cmi glPix.cmi glClear.cmi glTex.cmi glDraw.cmi glFunc.cmi gluMisc.cmi gluNurbs.cmi gluQuadric.cmi gluTess.cmi gluMat.cmi glArray.cmi glShader.cmi lablgl.cma "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' cp lablgl.cmxa lablgl.a raw.cmx gl.cmx glLight.cmx glList.cmx glMap.cmx glMat.cmx glMisc.cmx glPix.cmx glClear.cmx glTex.cmx glDraw.cmx glFunc.cmx gluMisc.cmx gluNurbs.cmx gluQuadric.cmx gluTess.cmx gluMat.cmx glArray.cmx glShader.cmx "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" && : lablgl.a make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/src' cd Togl/src && make install make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition cp togl.mli togl.ml libtogl.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" && : libtogl.a make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition cp dlltogl.so "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs" make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' cp lablgl "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/bin" cp togl.cmi togl.cma "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' Makefile:20: warning: ignoring prerequisites on suffix rule definition cp togl.cmxa togl.a togl.cmx "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" && : togl.a make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/Togl/src' cd LablGlut/src && make install make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' if test -d "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL"; fi cp glut.ml glut.mli "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cp liblablglut.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" && : liblablglut.a make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' cp dlllablglut.so "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs" make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' cp lablglut "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/bin" cp glut.cmi lablglut.cma "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' cp lablglut.cmxa lablglut.a glut.cmx "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL" && : lablglut.a make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06/LablGlut/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/lablgl-1.06' + rm -f /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/build.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/gl.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glArray.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glClear.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glDraw.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glFunc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glLight.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glList.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glMap.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glMat.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glMisc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glPix.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glShader.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glTex.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/gluMat.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/gluMisc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/gluNurbs.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/gluQuadric.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/gluTess.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/glut.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/raw.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/lablGL/togl.ml + cat + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.06-3.mga8 --unique-debug-suffix -1.06-3.mga8.x86_64 --unique-debug-src-base ocaml-lablgl-1.06-3.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/lablgl-1.06 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs/dlllablgl.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs/dlltogl.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs/dlllablglut.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs/dlllablgl.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs/dlltogl.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/lib64/ocaml/stublibs/dlllablglut.so original debug info size: 400kB, size after compression: 392kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 490 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files Warning: unused libraries in /usr/lib64/ocaml/stublibs/dlllablglut.so: libGLU.so.1 libXext.so.6 libXmu.so.6 libX11.so.6 Warning: unused libraries in /usr/lib64/ocaml/stublibs/dlltogl.so: libXext.so.6 Warning: unused libraries in /usr/lib64/ocaml/stublibs/dlllablgl.so: libXmu.so.6 libX11.so.6 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/lablgl from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/lablglut from /bin/sh to #!/usr/bin/sh Processing files: ocaml-lablgl-1.06-3.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.saboiN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lablgl-1.06 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/share/doc/ocaml-lablgl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/share/doc/ocaml-lablgl + cp -pr COPYRIGHT /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/share/doc/ocaml-lablgl + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/share/doc/ocaml-lablgl + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64/usr/share/doc/ocaml-lablgl + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gl) = 85c53ad3075082aa95dbfc491bfbaba9 ocaml(GlArray) = 5ec435c2ef28b2399625b021ec38aafd ocaml(GlClear) = 07f6f9b357fb405fb00ab9cd37992b85 ocaml(GlDraw) = bba89b3f0e81724140462daeed5fd63b ocaml(GlFunc) = 5120fa368ba2817c114c9256ead8b7b2 ocaml(GlLight) = a5c989ae0c8f18af44ac76a34597fb7c ocaml(GlList) = d15755f3aa35eebe1030adedb02aeae8 ocaml(GlMap) = d2bca6dfd1d571f09d9920345c680730 ocaml(GlMat) = 39054eb3f6df705682429398e7412dae ocaml(GlMisc) = 0ca2bc0f9815ac37db428f8cbb94abf9 ocaml(GlPix) = 3aeeec3e46f6124b42a759ca416f538c ocaml(GlShader) = 9ca28cad41d6675546342cbc34c2d2f2 ocaml(GlTex) = 192f4c93ea3cfaf75ac5afd262c269b4 ocaml(GluMat) = 8ffe167e12dec25403d0d150c9928e4b ocaml(GluMisc) = 77e5743260692bac7b1a6c7028fe6a78 ocaml(GluNurbs) = 02fc755d935cd9737a037bce1631232b ocaml(GluQuadric) = c7e8e2b68a5e20c54c6f25dd2cfe6d91 ocaml(GluTess) = 9f08c243398e1bf9c144eb7561ef02e5 ocaml(Glut) = 6cf4533cb5ddfe2792291b5a6ddc8351 ocaml(Raw) = 83d87a922407481b9bf664732dfef0ad ocaml(Togl) = bde20259a9c95384776c989440c4b320 ocaml-lablgl = 1.06-3.mga8 ocaml-lablgl(x86-64) = 1.06-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libGL.so.1()(64bit) libGLU.so.1()(64bit) libX11.so.6()(64bit) libXext.so.6()(64bit) libXmu.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libglut.so.3()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Gl) = 85c53ad3075082aa95dbfc491bfbaba9 ocaml(GlDraw) = bba89b3f0e81724140462daeed5fd63b ocaml(GlList) = d15755f3aa35eebe1030adedb02aeae8 ocaml(GlMap) = d2bca6dfd1d571f09d9920345c680730 ocaml(GlMisc) = 0ca2bc0f9815ac37db428f8cbb94abf9 ocaml(GlPix) = 3aeeec3e46f6124b42a759ca416f538c ocaml(GlTex) = 192f4c93ea3cfaf75ac5afd262c269b4 ocaml(Protocol) = 041986b16bf20d40dd9fd260d7dbfca9 ocaml(Raw) = 83d87a922407481b9bf664732dfef0ad ocaml(Rawwidget) = dac627a37672b9c0bed69ffc6ae2ec66 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__arg) = 965c9e33adab6e9e8dc021fbfa95558d ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__arrayLabels) = 1d1f7bb853f3aa14d43377b871f03986 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__listLabels) = 683be3036e610dcdee760b7c448f32ed ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__stdLabels) = ab1c96678ff9a88d0720eeb9f1e433af ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__stringLabels) = 246c1999640c298557265d4ea7994080 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Support) = b68d5d111933cb103706e54139d296da ocaml(Textvariable) = ff58a8a999121e545a75a5ad2b01ecc3 ocaml(Timer) = bd86ad9f9478865dbea43a5951cdbe4d ocaml(Tk) = 7efbb93895475350d6869bb729113785 ocaml(Widget) = 90c35f6c3f5a1e9155a8b0b6b030cc84 Processing files: ocaml-lablgl-devel-1.06-3.mga8.x86_64 Provides: ocaml(Gl) = 85c53ad3075082aa95dbfc491bfbaba9 ocaml(GlArray) = 5ec435c2ef28b2399625b021ec38aafd ocaml(GlClear) = 07f6f9b357fb405fb00ab9cd37992b85 ocaml(GlDraw) = bba89b3f0e81724140462daeed5fd63b ocaml(GlFunc) = 5120fa368ba2817c114c9256ead8b7b2 ocaml(GlLight) = a5c989ae0c8f18af44ac76a34597fb7c ocaml(GlList) = d15755f3aa35eebe1030adedb02aeae8 ocaml(GlMap) = d2bca6dfd1d571f09d9920345c680730 ocaml(GlMat) = 39054eb3f6df705682429398e7412dae ocaml(GlMisc) = 0ca2bc0f9815ac37db428f8cbb94abf9 ocaml(GlPix) = 3aeeec3e46f6124b42a759ca416f538c ocaml(GlShader) = 9ca28cad41d6675546342cbc34c2d2f2 ocaml(GlTex) = 192f4c93ea3cfaf75ac5afd262c269b4 ocaml(GluMat) = 8ffe167e12dec25403d0d150c9928e4b ocaml(GluMisc) = 77e5743260692bac7b1a6c7028fe6a78 ocaml(GluNurbs) = 02fc755d935cd9737a037bce1631232b ocaml(GluQuadric) = c7e8e2b68a5e20c54c6f25dd2cfe6d91 ocaml(GluTess) = 9f08c243398e1bf9c144eb7561ef02e5 ocaml(Glut) = 6cf4533cb5ddfe2792291b5a6ddc8351 ocaml(Raw) = 83d87a922407481b9bf664732dfef0ad ocaml(Togl) = bde20259a9c95384776c989440c4b320 ocaml-lablgl-devel = 1.06-3.mga8 ocaml-lablgl-devel(x86-64) = 1.06-3.mga8 ocamlx(Gl) = bd4c8e51b92460819e6ed71f5c4255af ocamlx(GlArray) = 792b3cfa91aabd41e8588c30d9d041c8 ocamlx(GlClear) = 8ff579e27caab50a3d3bebaec2df59f6 ocamlx(GlDraw) = 3f9ac35fe688111e7871c9613e207e81 ocamlx(GlFunc) = c7e0c891f51143af432caa6fe88d0882 ocamlx(GlLight) = e3a153d90750a4a5d620445fd957fcd1 ocamlx(GlList) = b9bff2a06042c6132504b10a57c3ea01 ocamlx(GlMap) = 073932e2f644b8c470559e527adc5eb4 ocamlx(GlMat) = 3156c02ba537e688b667ca82425896a7 ocamlx(GlMisc) = 46a30a404089ff21ea65dd47f20ad767 ocamlx(GlPix) = f5cdbe2ad7b9f9b74a82e970a96f53b4 ocamlx(GlShader) = 448300ac14e2d0565708bcfd82bdce03 ocamlx(GlTex) = c80bf1ca55fb39bc49f903ea22ff26c8 ocamlx(GluMat) = 5ba47334b62fcec0a2506df0703dce50 ocamlx(GluMisc) = 47c044d22e24cba802c32d5d50a7ee5e ocamlx(GluNurbs) = 0bfa3ec9eb2eeb5e929b8e4a49cbfe0d ocamlx(GluQuadric) = aa582c980a6dd0ef487afc9906d8dcab ocamlx(GluTess) = 3166a49aabcdce5e57d88f9bc8fcf3fc ocamlx(Glut) = efd1705581868587534c349532fac5b9 ocamlx(Raw) = 0ad8086aea395775f708136d2ec3381b ocamlx(Togl) = 14b8690250fa4a6db3cae44ef7680067 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Gl) = 85c53ad3075082aa95dbfc491bfbaba9 ocaml(GlDraw) = bba89b3f0e81724140462daeed5fd63b ocaml(GlList) = d15755f3aa35eebe1030adedb02aeae8 ocaml(GlMap) = d2bca6dfd1d571f09d9920345c680730 ocaml(GlMisc) = 0ca2bc0f9815ac37db428f8cbb94abf9 ocaml(GlPix) = 3aeeec3e46f6124b42a759ca416f538c ocaml(GlTex) = 192f4c93ea3cfaf75ac5afd262c269b4 ocaml(Protocol) = 041986b16bf20d40dd9fd260d7dbfca9 ocaml(Raw) = 83d87a922407481b9bf664732dfef0ad ocaml(Rawwidget) = dac627a37672b9c0bed69ffc6ae2ec66 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__arg) = 965c9e33adab6e9e8dc021fbfa95558d ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__arrayLabels) = 1d1f7bb853f3aa14d43377b871f03986 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__listLabels) = 683be3036e610dcdee760b7c448f32ed ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__stdLabels) = ab1c96678ff9a88d0720eeb9f1e433af ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__stringLabels) = 246c1999640c298557265d4ea7994080 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Support) = b68d5d111933cb103706e54139d296da ocaml(Textvariable) = ff58a8a999121e545a75a5ad2b01ecc3 ocaml(Timer) = bd86ad9f9478865dbea43a5951cdbe4d ocaml(Tk) = 7efbb93895475350d6869bb729113785 ocaml(Widget) = 90c35f6c3f5a1e9155a8b0b6b030cc84 ocamlx(Gl) = bd4c8e51b92460819e6ed71f5c4255af ocamlx(GlMisc) = 46a30a404089ff21ea65dd47f20ad767 ocamlx(GlPix) = f5cdbe2ad7b9f9b74a82e970a96f53b4 ocamlx(Raw) = 0ad8086aea395775f708136d2ec3381b ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__array) = d8cbd5c6bb9dc377a421cad028946a12 ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__listLabels) = fd607df15f0e42966de65def97893f51 ocamlx(Stdlib__nativeint) = 9c651ab9558916b271b6e657ca96187c ocamlx(Stdlib__stringLabels) = 241e4bf7f31e6444af5a54c849f186b2 Processing files: ocaml-lablgl-debugsource-1.06-3.mga8.x86_64 Provides: ocaml-lablgl-debugsource = 1.06-3.mga8 ocaml-lablgl-debugsource(x86-64) = 1.06-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-lablgl-debuginfo-1.06-3.mga8.x86_64 Provides: debuginfo(build-id) = 178ac92345ec612088e2032417b435ac4d5916b9 debuginfo(build-id) = b7c3f98410180544b7b1316952460ecbdef21767 debuginfo(build-id) = b9908da4850322c67d8c9984cb30eff0d3f22f97 ocaml-lablgl-debuginfo = 1.06-3.mga8 ocaml-lablgl-debuginfo(x86-64) = 1.06-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-lablgl-debugsource(x86-64) = 1.06-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-lablgl-debugsource-1.06-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-lablgl-debuginfo-1.06-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-lablgl-1.06-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-lablgl-devel-1.06-3.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LtOQWL + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lablgl-1.06 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-3.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ejCs2J + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf lablgl-1.06 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!