D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-lablgl-1.06-6.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cJe4ij + 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.htyvRH + 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:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:488, 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:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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:290:24: warning: passing argument 4 of 'glGetShaderInfoLog' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 4 of 'glGetProgramInfoLog' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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 File "glTex.ml", line 116, characters 23-35: 116 | let gen_texture () = (gen_textures 1).(0) ^^^^^^^^^^^^ Warning 6 [labels-omitted]: label len was omitted in the application of this function. 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: line 1: 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 -pthread -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -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 File "glut.ml", line 275, characters 4-24: 275 | _glutInitDisplayMode ^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels double_buffer, index, accum, alpha, depth, stencil, multisample, stereo, luminance were omitted in the application of this function. File "glut.ml", line 372, characters 7-17: 372 | in _setCursor ic ^^^^^^^^^^ Warning 6 [labels-omitted]: label c was omitted in the application of this function. File "glut.ml", line 415, characters 25-36: 415 | let attachMenu ~button = _attachMenu (b2i button);; ^^^^^^^^^^^ Warning 6 [labels-omitted]: label button was omitted in the application of this function. File "glut.ml", line 418, characters 25-36: 418 | let detachMenu ~button = _detachMenu (b2i button);; ^^^^^^^^^^^ Warning 6 [labels-omitted]: label button was omitted in the application of this function. File "glut.ml", line 507, characters 6-8: 507 | cb value); ^^ Warning 6 [labels-omitted]: label value was omitted in the application of this function. File "glut.ml", line 624, characters 7-11: 624 | in _get igtype ;; ^^^^ Warning 6 [labels-omitted]: label igtype was omitted in the application of this function. File "glut.ml", line 626, characters 21-25: 626 | let getBool ~gtype = _get (match gtype with DISPLAY_MODE_POSSIBLE -> 400) <> 0 ^^^^ Warning 6 [labels-omitted]: label igtype was omitted in the application of this function. File "glut.ml", line 648, characters 7-17: 648 | in _deviceGet idgtype;; ^^^^^^^^^^ Warning 6 [labels-omitted]: label idgtype was omitted in the application of this function. File "glut.ml", line 712, characters 31-47: 712 | let bitmapCharacter ~font ~c = _bitmapCharacter (f2i font) c;; ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 715, characters 27-39: 715 | let bitmapWidth ~font ~c = _bitmapWidth (f2i font) c;; ^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 718, characters 31-47: 718 | let strokeCharacter ~font ~c = _strokeCharacter (f2i font) c;; ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 721, characters 27-39: 721 | let strokeWidth ~font ~c = _strokeWidth (f2i font) c;; ^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 766, characters 30-43: 766 | let bitmapLength ~font ~str = _bitmapLength (f2i font) str;; ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, str were omitted in the application of this function. File "glut.ml", line 769, characters 30-43: 769 | let strokeLength ~font ~str = _strokeLength (f2i font) str;; ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, str were omitted in the application of this function. File "glut.ml", line 797, characters 30-46: 797 | let ignoreKeyRepeat ~ignore = _ignoreKeyRepeat (if ignore = true then 1 else 0) ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label ignore was omitted in the application of this function. File "glut.ml", line 801, characters 2-15: 801 | _setKeyRepeat (match mode with ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label mode was omitted in the application of this function. File "glut.ml", line 859, characters 4-16: 859 | _gameModeGet imode;; ^^^^^^^^^^^^ Warning 6 [labels-omitted]: label mode was omitted in the application of this function. 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 File "glTex.ml", line 116, characters 23-35: 116 | let gen_texture () = (gen_textures 1).(0) ^^^^^^^^^^^^ Warning 6 [labels-omitted]: label len was omitted in the application of this function. 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: line 1: 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]: 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]: 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]: 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 File "glut.ml", line 275, characters 4-24: 275 | _glutInitDisplayMode ^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels double_buffer, index, accum, alpha, depth, stencil, multisample, stereo, luminance were omitted in the application of this function. File "glut.ml", line 372, characters 7-17: 372 | in _setCursor ic ^^^^^^^^^^ Warning 6 [labels-omitted]: label c was omitted in the application of this function. File "glut.ml", line 415, characters 25-36: 415 | let attachMenu ~button = _attachMenu (b2i button);; ^^^^^^^^^^^ Warning 6 [labels-omitted]: label button was omitted in the application of this function. File "glut.ml", line 418, characters 25-36: 418 | let detachMenu ~button = _detachMenu (b2i button);; ^^^^^^^^^^^ Warning 6 [labels-omitted]: label button was omitted in the application of this function. File "glut.ml", line 507, characters 6-8: 507 | cb value); ^^ Warning 6 [labels-omitted]: label value was omitted in the application of this function. File "glut.ml", line 624, characters 7-11: 624 | in _get igtype ;; ^^^^ Warning 6 [labels-omitted]: label igtype was omitted in the application of this function. File "glut.ml", line 626, characters 21-25: 626 | let getBool ~gtype = _get (match gtype with DISPLAY_MODE_POSSIBLE -> 400) <> 0 ^^^^ Warning 6 [labels-omitted]: label igtype was omitted in the application of this function. File "glut.ml", line 648, characters 7-17: 648 | in _deviceGet idgtype;; ^^^^^^^^^^ Warning 6 [labels-omitted]: label idgtype was omitted in the application of this function. File "glut.ml", line 712, characters 31-47: 712 | let bitmapCharacter ~font ~c = _bitmapCharacter (f2i font) c;; ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 715, characters 27-39: 715 | let bitmapWidth ~font ~c = _bitmapWidth (f2i font) c;; ^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 718, characters 31-47: 718 | let strokeCharacter ~font ~c = _strokeCharacter (f2i font) c;; ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 721, characters 27-39: 721 | let strokeWidth ~font ~c = _strokeWidth (f2i font) c;; ^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, c were omitted in the application of this function. File "glut.ml", line 766, characters 30-43: 766 | let bitmapLength ~font ~str = _bitmapLength (f2i font) str;; ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, str were omitted in the application of this function. File "glut.ml", line 769, characters 30-43: 769 | let strokeLength ~font ~str = _strokeLength (f2i font) str;; ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels font, str were omitted in the application of this function. File "glut.ml", line 797, characters 30-46: 797 | let ignoreKeyRepeat ~ignore = _ignoreKeyRepeat (if ignore = true then 1 else 0) ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label ignore was omitted in the application of this function. File "glut.ml", line 801, characters 2-15: 801 | _setKeyRepeat (match mode with ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label mode was omitted in the application of this function. File "glut.ml", line 859, characters 4-16: 859 | _gameModeGet imode;; ^^^^^^^^^^^^ Warning 6 [labels-omitted]: label mode was omitted in the application of this function. 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.3Xa9jl + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64 + cd lablgl-1.06 + '[' 1 -eq 1 ']' + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/bin + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/stublibs + make BINDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/bin INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cp liblablgl.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL" && : liblablgl.a if test -f dlllablgl.so; then cp dlllablgl.so "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/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-6.mga9.aarch64/usr/bin" cp togl.cmi togl.cma "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL"; fi cp glut.ml glut.mli "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cp liblablglut.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/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-6.mga9.aarch64/usr/bin" cp glut.cmi lablglut.cma "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL" cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/lib64/ocaml/lablGL/build.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/gl.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glArray.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glClear.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glDraw.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glFunc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glLight.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glList.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glMap.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glMat.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glMisc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glPix.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glShader.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glTex.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/gluMat.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/gluMisc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/gluNurbs.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/gluQuadric.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/gluTess.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/glut.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/raw.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/togl.ml + cp META /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/lablGL/ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.06-6.mga9 --unique-debug-suffix -1.06-6.mga9.aarch64 --unique-debug-src-base ocaml-lablgl-1.06-6.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/lablgl-1.06 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/stublibs/dlllablgl.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/stublibs/dlllablglut.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/lib64/ocaml/stublibs/dlltogl.so dwz: ./usr/lib64/ocaml/stublibs/dlllablgl.so-1.06-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dlllablglut.so-1.06-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dlltogl.so-1.06-6.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 320kB, size after compression: 320kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 3 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 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/lablglut from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/lablgl from /bin/sh to #!/usr/bin/sh Processing files: ocaml-lablgl-1.06-6.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fnpuvN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lablgl-1.06 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/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-6.mga9.aarch64/usr/share/doc/ocaml-lablgl + cp -pr COPYRIGHT /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/share/doc/ocaml-lablgl + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/share/doc/ocaml-lablgl + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64/usr/share/doc/ocaml-lablgl + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gl) = a3f35b8a96b0d36e7e4e5d79122f79dc ocaml(GlArray) = b70fca4b88df651f66dfac9d6bab9701 ocaml(GlClear) = 2942754c3e415883a63585314d4a3791 ocaml(GlDraw) = 90bad1fa70dd0b28900d665faaad3546 ocaml(GlFunc) = 267c3b6c932cf91a5328c23140d73f15 ocaml(GlLight) = 643c4f2cacdc46f58acfeb639f77f5dd ocaml(GlList) = 8d4906da8644b8b795d7b35b84611b61 ocaml(GlMap) = 5b3bfbc7443ffbdad5a885903421ebfa ocaml(GlMat) = 97c17ec50b24edfa364dfaf89ea18326 ocaml(GlMisc) = 51e05e42ca5c3c94e647fb09f1aa58d2 ocaml(GlPix) = 031a1a788af0d7339aac40a1849f4ad7 ocaml(GlShader) = 80d9d1eed2221f8167b5ea609ec46644 ocaml(GlTex) = 5756e11ee01898e565dc0fa162fd331b ocaml(GluMat) = 4efede6927ffcd01268408bb88f63ada ocaml(GluMisc) = 0b6e0f72698aebb17942b8c6d92c96cf ocaml(GluNurbs) = 01a4bd5a0b70b34ce29b474f90999e8c ocaml(GluQuadric) = a7e1d7c0d7d5597751a51e29b6fa7b31 ocaml(GluTess) = c8d6a58fe269dc98616d52e522c272fa ocaml(Glut) = 77fba59b912cb0c0d6ccdbd8ecc93635 ocaml(Raw) = ca76742267ffac8010bc67e3123a3a4c ocaml(Togl) = 740c3417d655d0686a788bd8e2e15ed7 ocaml-lablgl = 1.06-6.mga9 ocaml-lablgl(aarch-64) = 1.06-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libGL.so.1()(64bit) libGLU.so.1()(64bit) libX11.so.6()(64bit) libXmu.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libglut.so.3()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Gl) = a3f35b8a96b0d36e7e4e5d79122f79dc ocaml(GlDraw) = 90bad1fa70dd0b28900d665faaad3546 ocaml(GlList) = 8d4906da8644b8b795d7b35b84611b61 ocaml(GlMap) = 5b3bfbc7443ffbdad5a885903421ebfa ocaml(GlMisc) = 51e05e42ca5c3c94e647fb09f1aa58d2 ocaml(GlPix) = 031a1a788af0d7339aac40a1849f4ad7 ocaml(GlTex) = 5756e11ee01898e565dc0fa162fd331b ocaml(Protocol) = 08d12a0213b79f37b56bb9bf42da3651 ocaml(Raw) = ca76742267ffac8010bc67e3123a3a4c ocaml(Rawwidget) = 24d64223a49b7f05a3431321bc047c1d ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Arg) = 9340cb29cc363a0d5ad324eb8d6f342a ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__ArrayLabels) = 3bb9420b0a66b9876d7a8713c2d17435 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Char) = 61e527e7ba78bf9450c29456437722da ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__ListLabels) = 15da8f88a745ee7148e837971f1b07e2 ocaml(Stdlib__Nativeint) = 20906fc1420fb50992a02881ddf59b04 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__StdLabels) = 412c70b6a4cf578ae47b1f3a6c2bc440 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__StringLabels) = 35a74f87fd1918d2b9de80ba41a25d5e ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Support) = b2265cdb2dd933e0e4604fbad14243a9 ocaml(Textvariable) = 4056c99fd9981623265c82eb292ef23d ocaml(Timer) = 4d81d879dc4000ab18c3b44ee56a2c36 ocaml(Tk) = e6d52007aaf8a3b40d0fb983386652b2 ocaml(Widget) = 44f00437330637b422651aa5fca21495 Processing files: ocaml-lablgl-devel-1.06-6.mga9.aarch64 Provides: ocaml(Gl) = a3f35b8a96b0d36e7e4e5d79122f79dc ocaml(GlArray) = b70fca4b88df651f66dfac9d6bab9701 ocaml(GlClear) = 2942754c3e415883a63585314d4a3791 ocaml(GlDraw) = 90bad1fa70dd0b28900d665faaad3546 ocaml(GlFunc) = 267c3b6c932cf91a5328c23140d73f15 ocaml(GlLight) = 643c4f2cacdc46f58acfeb639f77f5dd ocaml(GlList) = 8d4906da8644b8b795d7b35b84611b61 ocaml(GlMap) = 5b3bfbc7443ffbdad5a885903421ebfa ocaml(GlMat) = 97c17ec50b24edfa364dfaf89ea18326 ocaml(GlMisc) = 51e05e42ca5c3c94e647fb09f1aa58d2 ocaml(GlPix) = 031a1a788af0d7339aac40a1849f4ad7 ocaml(GlShader) = 80d9d1eed2221f8167b5ea609ec46644 ocaml(GlTex) = 5756e11ee01898e565dc0fa162fd331b ocaml(GluMat) = 4efede6927ffcd01268408bb88f63ada ocaml(GluMisc) = 0b6e0f72698aebb17942b8c6d92c96cf ocaml(GluNurbs) = 01a4bd5a0b70b34ce29b474f90999e8c ocaml(GluQuadric) = a7e1d7c0d7d5597751a51e29b6fa7b31 ocaml(GluTess) = c8d6a58fe269dc98616d52e522c272fa ocaml(Glut) = 77fba59b912cb0c0d6ccdbd8ecc93635 ocaml(Raw) = ca76742267ffac8010bc67e3123a3a4c ocaml(Togl) = 740c3417d655d0686a788bd8e2e15ed7 ocaml-lablgl-devel = 1.06-6.mga9 ocaml-lablgl-devel(aarch-64) = 1.06-6.mga9 ocamlx(Gl) = 3c97be2bf7a9eef8fc68f29dc270b009 ocamlx(GlArray) = dc18ea1e26d6ad1f02646ecab7b4d867 ocamlx(GlClear) = fcfd4fa3cc809e900773edd346cd7e3c ocamlx(GlDraw) = bdfd941f7cdb15b03af593a43532ce9b ocamlx(GlFunc) = fba36c470674a5e992df6a9fceb5cf4d ocamlx(GlLight) = a56ebd3e63762863d65f34b76c1e7572 ocamlx(GlList) = 45e24474f5b744578149c2f66ffeff6b ocamlx(GlMap) = 8d52f6df2a933b43304fa225d09d6ef8 ocamlx(GlMat) = 363ac347c48cf8fdd80b956ef552e1ba ocamlx(GlMisc) = 7944d34ffe402390c4e4cacef01f9a25 ocamlx(GlPix) = b60d48a0576d1a3013f65b3e6f801ed8 ocamlx(GlShader) = 59eb14860b51ae6c8674d4a3d6946c84 ocamlx(GlTex) = a26625331356dd22ffb447c477fbcb24 ocamlx(GluMat) = af28122abaf204b3729557bdc5a9d643 ocamlx(GluMisc) = ccf76812795fe5dcd4d4d0b959c97f9c ocamlx(GluNurbs) = 35a6a62615780cfce416329332b7d290 ocamlx(GluQuadric) = ab071ecf0d0a8d462b9ed973df1d0713 ocamlx(GluTess) = 1ef058f8b4481e596b6cc761dea32480 ocamlx(Glut) = bc92da34f72fcda3670add1869e7a60f ocamlx(Raw) = d463c9955e6ee2bfc926afe216cf272b ocamlx(Togl) = c15256c89e5538cf2cdafed692972f3c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Gl) = a3f35b8a96b0d36e7e4e5d79122f79dc ocaml(GlDraw) = 90bad1fa70dd0b28900d665faaad3546 ocaml(GlList) = 8d4906da8644b8b795d7b35b84611b61 ocaml(GlMap) = 5b3bfbc7443ffbdad5a885903421ebfa ocaml(GlMisc) = 51e05e42ca5c3c94e647fb09f1aa58d2 ocaml(GlPix) = 031a1a788af0d7339aac40a1849f4ad7 ocaml(GlTex) = 5756e11ee01898e565dc0fa162fd331b ocaml(Protocol) = 08d12a0213b79f37b56bb9bf42da3651 ocaml(Raw) = ca76742267ffac8010bc67e3123a3a4c ocaml(Rawwidget) = 24d64223a49b7f05a3431321bc047c1d ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Arg) = 9340cb29cc363a0d5ad324eb8d6f342a ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__ArrayLabels) = 3bb9420b0a66b9876d7a8713c2d17435 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Char) = 61e527e7ba78bf9450c29456437722da ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__ListLabels) = 15da8f88a745ee7148e837971f1b07e2 ocaml(Stdlib__Nativeint) = 20906fc1420fb50992a02881ddf59b04 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__StdLabels) = 412c70b6a4cf578ae47b1f3a6c2bc440 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__StringLabels) = 35a74f87fd1918d2b9de80ba41a25d5e ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Support) = b2265cdb2dd933e0e4604fbad14243a9 ocaml(Textvariable) = 4056c99fd9981623265c82eb292ef23d ocaml(Timer) = 4d81d879dc4000ab18c3b44ee56a2c36 ocaml(Tk) = e6d52007aaf8a3b40d0fb983386652b2 ocaml(Widget) = 44f00437330637b422651aa5fca21495 ocamlx(Gl) = 3c97be2bf7a9eef8fc68f29dc270b009 ocamlx(GlMisc) = 7944d34ffe402390c4e4cacef01f9a25 ocamlx(GlPix) = b60d48a0576d1a3013f65b3e6f801ed8 ocamlx(Raw) = d463c9955e6ee2bfc926afe216cf272b ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Hashtbl) = 04f772f8913c4d9f535a6c6c2d722fb4 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__ListLabels) = 03fe4d1e23cca6664eab4e13e36513c3 ocamlx(Stdlib__Nativeint) = 5895b4b339da327d0fd011f2e2dc1e3a ocamlx(Stdlib__StringLabels) = 7e832e4e78159fd9b0f36d63b6a97867 Processing files: ocaml-lablgl-debugsource-1.06-6.mga9.aarch64 Provides: ocaml-lablgl-debugsource = 1.06-6.mga9 ocaml-lablgl-debugsource(aarch-64) = 1.06-6.mga9 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-6.mga9.aarch64 Provides: debuginfo(build-id) = 109c2a7dc25bce88d5827db1deb294aa262966f2 debuginfo(build-id) = 5637783cdf6634cad6c09a27b8690dd019144188 debuginfo(build-id) = 6caf0c5950669802f5e9ab885ed6cdb1487b755c ocaml-lablgl-debuginfo = 1.06-6.mga9 ocaml-lablgl-debuginfo(aarch-64) = 1.06-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-lablgl-debugsource(aarch-64) = 1.06-6.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-debuginfo-1.06-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-debugsource-1.06-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-1.06-6.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-devel-1.06-6.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qpmSo5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd lablgl-1.06 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-6.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ks2Y47 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf lablgl-1.06 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!