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-5.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BBLuyp
+ 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.ja5Dr5
+ 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:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  282 | #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:473,
                 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:282:24: warning: passing argument 4 of 'glGetShaderInfoLog' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  282 | #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:282:24: warning: passing argument 4 of 'glGetProgramInfoLog' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  282 | #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: 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 -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 -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: 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
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.JE4oky
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64
+ cd lablgl-1.06
+ '[' 1 -eq 1 ']'
+ install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/bin
+ install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL
+ install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/stublibs
+ make BINDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/bin INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cp liblablgl.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.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-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.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-5.mga9.aarch64/usr/bin"
cp togl.cmi togl.cma  "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL"; fi
cp glut.ml glut.mli "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cp liblablglut.a "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.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-5.mga9.aarch64/usr/bin"
cp glut.cmi lablglut.cma "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL"
cd "/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/lablGL/build.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/gl.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glArray.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glClear.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glDraw.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glFunc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glLight.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glList.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glMap.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glMat.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glMisc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glPix.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glShader.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glTex.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/gluMat.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/gluMisc.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/gluNurbs.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/gluQuadric.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/gluTess.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/glut.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/raw.ml /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/togl.ml
+ cp META /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/lablGL/
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.06-5.mga9 --unique-debug-suffix -1.06-5.mga9.aarch64 --unique-debug-src-base ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/lib64/ocaml/stublibs/dlllablgl.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/stublibs/dlltogl.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/lib64/ocaml/stublibs/dlllablglut.so
dwz: ./usr/lib64/ocaml/stublibs/dlllablgl.so-1.06-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/ocaml/stublibs/dlllablglut.so-1.06-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/ocaml/stublibs/dlltogl.so-1.06-5.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
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 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-5.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gRITkP
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd lablgl-1.06
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.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-5.mga9.aarch64/usr/share/doc/ocaml-lablgl
+ cp -pr COPYRIGHT /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/share/doc/ocaml-lablgl
+ cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/share/doc/ocaml-lablgl
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64/usr/share/doc/ocaml-lablgl
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(Gl) = 08e45606404aaa2023943e089644fe7d ocaml(GlArray) = f0680452c0fad94c1318b4c6c0b3b338 ocaml(GlClear) = d2017de49ef8de590c76072af6d62447 ocaml(GlDraw) = e4b54e59fa5094d1991650a980a89650 ocaml(GlFunc) = 9a8a0252cc8cb36707710cb49352c8f4 ocaml(GlLight) = 6bd241c729ffd1715456c2ab184dd28e ocaml(GlList) = c38584028c2bd02fbab3051566e14d99 ocaml(GlMap) = 6cbe006fffcf6fcd849279ea828534f7 ocaml(GlMat) = d397cf9213046104baf2096ea6b0d0b4 ocaml(GlMisc) = c2b2a8cc815d3b0acd85355ce46dcf07 ocaml(GlPix) = 2b514ef8f10c0b6a887d2037b7287b77 ocaml(GlShader) = d33613a3003bfed3de79a46c4d9dff4e ocaml(GlTex) = 1ee80e837ff425bab1d5f903279b3d10 ocaml(GluMat) = 7cccc76dc627e8abed56f4ac886faba7 ocaml(GluMisc) = 72732dec33db92928665daa266e6623e ocaml(GluNurbs) = 2c7586cf44cf0e8db50dadf89f2d0c8b ocaml(GluQuadric) = 7d1cd4865a112a0f302c160d5b3c96ac ocaml(GluTess) = b10b9efa48080030b6ea3709227f938d ocaml(Glut) = e3ea2cb5eec217787767634e437668bd ocaml(Raw) = d2ef46f213ee1cd3d291fcf102e2cd27 ocaml(Togl) = 540fe97c28c5b83ac49b3978ca2038d6 ocaml-lablgl = 1.06-5.mga9 ocaml-lablgl(aarch-64) = 1.06-5.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) libXext.so.6()(64bit) libXmu.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libglut.so.3()(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Gl) = 08e45606404aaa2023943e089644fe7d ocaml(GlDraw) = e4b54e59fa5094d1991650a980a89650 ocaml(GlList) = c38584028c2bd02fbab3051566e14d99 ocaml(GlMap) = 6cbe006fffcf6fcd849279ea828534f7 ocaml(GlMisc) = c2b2a8cc815d3b0acd85355ce46dcf07 ocaml(GlPix) = 2b514ef8f10c0b6a887d2037b7287b77 ocaml(GlTex) = 1ee80e837ff425bab1d5f903279b3d10 ocaml(Protocol) = 0082ab6efd303b04d556f8c25df097ff ocaml(Raw) = d2ef46f213ee1cd3d291fcf102e2cd27 ocaml(Rawwidget) = 6777e24cfba4117bd863a6cb41e4f41c ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__arrayLabels) = 031328d8356431efa0b3dd82575b7aba ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__listLabels) = 7777798186fee7d7f5b1c4904757878e ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Support) = 87d2eb18f108e054f6f96eb2bd1a1903 ocaml(Textvariable) = 33afbb7e76e7abdcf5db883326b7f2f9 ocaml(Timer) = 7c010489828237f126fe148aa888b3e0 ocaml(Tk) = 24bb2233c2e6062dc8307d38087982ad ocaml(Widget) = 9c6f60a6826eb02cc566064ccc488daf
Processing files: ocaml-lablgl-devel-1.06-5.mga9.aarch64
Provides: ocaml(Gl) = 08e45606404aaa2023943e089644fe7d ocaml(GlArray) = f0680452c0fad94c1318b4c6c0b3b338 ocaml(GlClear) = d2017de49ef8de590c76072af6d62447 ocaml(GlDraw) = e4b54e59fa5094d1991650a980a89650 ocaml(GlFunc) = 9a8a0252cc8cb36707710cb49352c8f4 ocaml(GlLight) = 6bd241c729ffd1715456c2ab184dd28e ocaml(GlList) = c38584028c2bd02fbab3051566e14d99 ocaml(GlMap) = 6cbe006fffcf6fcd849279ea828534f7 ocaml(GlMat) = d397cf9213046104baf2096ea6b0d0b4 ocaml(GlMisc) = c2b2a8cc815d3b0acd85355ce46dcf07 ocaml(GlPix) = 2b514ef8f10c0b6a887d2037b7287b77 ocaml(GlShader) = d33613a3003bfed3de79a46c4d9dff4e ocaml(GlTex) = 1ee80e837ff425bab1d5f903279b3d10 ocaml(GluMat) = 7cccc76dc627e8abed56f4ac886faba7 ocaml(GluMisc) = 72732dec33db92928665daa266e6623e ocaml(GluNurbs) = 2c7586cf44cf0e8db50dadf89f2d0c8b ocaml(GluQuadric) = 7d1cd4865a112a0f302c160d5b3c96ac ocaml(GluTess) = b10b9efa48080030b6ea3709227f938d ocaml(Glut) = e3ea2cb5eec217787767634e437668bd ocaml(Raw) = d2ef46f213ee1cd3d291fcf102e2cd27 ocaml(Togl) = 540fe97c28c5b83ac49b3978ca2038d6 ocaml-lablgl-devel = 1.06-5.mga9 ocaml-lablgl-devel(aarch-64) = 1.06-5.mga9 ocamlx(Gl) = 14391f172314cd5b0f4399591ae79335 ocamlx(GlArray) = c1fb9967866a5b60a7fba8ab05489a3e ocamlx(GlClear) = ddd994c2f18904561f7de4f0081185ad ocamlx(GlDraw) = ff1e4f5028e56eb7e2c540844d52b482 ocamlx(GlFunc) = d32f6f26592b2c086c24b272758ec55b ocamlx(GlLight) = 38478ada989f7eee2650d177d04d78c5 ocamlx(GlList) = 028e48105bf008e7f62f05725fb7b4d2 ocamlx(GlMap) = b41e65a5cb3eca146e5bf1f16939bda9 ocamlx(GlMat) = a6c2979cadbbcb30659d2511501c13e3 ocamlx(GlMisc) = a14210e1699536735bd948196d51625b ocamlx(GlPix) = 97129cb3aee198c1b5eee7a3cadcbd0c ocamlx(GlShader) = 2465fba163fc94ac0b016ae7b619bfc5 ocamlx(GlTex) = 475dc4b62635ac3da141a12e442138c2 ocamlx(GluMat) = d5a0c10525c6d98374f8aad964a8ef22 ocamlx(GluMisc) = 0cc429276ab52832d5af247b58539d0d ocamlx(GluNurbs) = f8ceba7382954bfbe19052657dee98cf ocamlx(GluQuadric) = ee413c5be53ff55f6a8a57a1565321d6 ocamlx(GluTess) = 51761bdd5390516d850e2860e109ef53 ocamlx(Glut) = 5c9eb1f3f550397b52cc2223e822bd95 ocamlx(Raw) = 6cbd1c3dd2925786aa173ccb0782c65b ocamlx(Togl) = 9966d70acc56afcc04431f5ea6ba4d34
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Gl) = 08e45606404aaa2023943e089644fe7d ocaml(GlDraw) = e4b54e59fa5094d1991650a980a89650 ocaml(GlList) = c38584028c2bd02fbab3051566e14d99 ocaml(GlMap) = 6cbe006fffcf6fcd849279ea828534f7 ocaml(GlMisc) = c2b2a8cc815d3b0acd85355ce46dcf07 ocaml(GlPix) = 2b514ef8f10c0b6a887d2037b7287b77 ocaml(GlTex) = 1ee80e837ff425bab1d5f903279b3d10 ocaml(Protocol) = 0082ab6efd303b04d556f8c25df097ff ocaml(Raw) = d2ef46f213ee1cd3d291fcf102e2cd27 ocaml(Rawwidget) = 6777e24cfba4117bd863a6cb41e4f41c ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__arrayLabels) = 031328d8356431efa0b3dd82575b7aba ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__listLabels) = 7777798186fee7d7f5b1c4904757878e ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Support) = 87d2eb18f108e054f6f96eb2bd1a1903 ocaml(Textvariable) = 33afbb7e76e7abdcf5db883326b7f2f9 ocaml(Timer) = 7c010489828237f126fe148aa888b3e0 ocaml(Tk) = 24bb2233c2e6062dc8307d38087982ad ocaml(Widget) = 9c6f60a6826eb02cc566064ccc488daf ocamlx(Gl) = 14391f172314cd5b0f4399591ae79335 ocamlx(GlMisc) = a14210e1699536735bd948196d51625b ocamlx(GlPix) = 97129cb3aee198c1b5eee7a3cadcbd0c ocamlx(Raw) = 6cbd1c3dd2925786aa173ccb0782c65b ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__listLabels) = e275abe9b57d5299c73c544e2f3745ce ocamlx(Stdlib__nativeint) = 339f3864cdddd2eb2a41e82f78f56a44 ocamlx(Stdlib__stringLabels) = a6dba559807cec6150592a043e690846
Processing files: ocaml-lablgl-debugsource-1.06-5.mga9.aarch64
Provides: ocaml-lablgl-debugsource = 1.06-5.mga9 ocaml-lablgl-debugsource(aarch-64) = 1.06-5.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-5.mga9.aarch64
Provides: debuginfo(build-id) = 4c0ff0750b78b42d90fd904caec5c256bfe8316c debuginfo(build-id) = 6210ad5004c10311e9656d3125474a07d83d441f debuginfo(build-id) = 7966079d0a2af74228347cd7378df3b23d1fb267 ocaml-lablgl-debuginfo = 1.06-5.mga9 ocaml-lablgl-debuginfo(aarch-64) = 1.06-5.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-5.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-debuginfo-1.06-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-debugsource-1.06-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-1.06-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-lablgl-devel-1.06-5.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xdlIn6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd lablgl-1.06
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-lablgl-1.06-5.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vNwK4o
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf lablgl-1.06
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!