+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-lablgl.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yw2zLm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lablgl-1.05 + /usr/bin/gzip -dc /builddir/build/SOURCES/lablgl-1.05.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lablgl-1.05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cat + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VmF7K6 + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + unset MAKEFLAGS + make all opt cd src && make all LIBDIR="/usr/lib64/ocaml" make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05/src' ocamlc.opt -pp camlp4o var2def.ml -o var2def ocamlc.opt -pp camlp4o var2switch.ml -o var2switch File "var2switch.ml", line 25, characters 26-42: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. make lablgl.cma make[2]: Entering directory '/builddir/build/BUILD/lablgl-1.05/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 -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include" ml_gl.c In file included from ml_gl.c:24:0: ml_gl.c: In function 'ml_glGetString': ml_gl.c:225:8: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] ML_1_ (glGetString, GLenum_val, copy_string_check) ^ ml_gl.h:65:16: note: in definition of macro 'ML_1_' { return conv (cname (conv1(arg1))); } ^~~~~ ml_gl.h:9:27: note: expected 'const char *' but argument is of type 'const GLubyte * {aka const unsigned char *}' #define copy_string_check lablgl_copy_string_check ^ ml_gl.c:40:7: note: in expansion of macro 'copy_string_check' value copy_string_check (const char *str) ^~~~~~~~~~~~~~~~~ In file included from ml_gl.c:22:0: ml_gl.c: In function 'ml_glGenTextures': ml_raw.h:18:22: warning: pointer targets in passing argument 2 of 'glGenTextures' differ in signedness [-Wpointer-sign] #define Int_raw(raw) ((int *) Addr_raw(raw)) ^ ml_gl.h:28:23: note: in expansion of macro 'Int_raw' { cname (conv1(arg1), conv2(arg2)); return Val_unit; } ^~~~~ ml_gl.c:674:1: note: in expansion of macro 'ML_2' ML_2 (glGenTextures, Int_val, Int_raw) ^~~~ In file included from ml_gl.c:10:0: /usr/include/GL/gl.h:1307:23: note: expected 'GLuint * {aka unsigned int *}' but argument is of type 'int *' GLAPI void GLAPIENTRY glGenTextures( GLsizei n, GLuint *textures ); ^~~~~~~~~~~~~ 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 -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include" ml_glu.c In file included from ml_glu.c:19:0: ml_glu.c: In function 'ml_gluGetString': ml_glu.c:96:8: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] ML_1_ (gluGetString, GLUenum_val, copy_string_check) ^ ml_gl.h:65:16: note: in definition of macro 'ML_1_' { return conv (cname (conv1(arg1))); } ^~~~~ ml_gl.h:9:27: note: expected 'const char *' but argument is of type 'const GLubyte * {aka const unsigned char *}' #define copy_string_check lablgl_copy_string_check ^ ml_gl.h:10:7: note: in expansion of macro 'copy_string_check' value copy_string_check (const char *str); ^~~~~~~~~~~~~~~~~ ocamlrun ../src/var2def < raw_tags.var > raw_tags.h ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include" ml_raw.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include" ml_glarray.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include" ml_glutess.c ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include" ml_shader.c ocamlc.opt -c -w s -I +labltk raw.mli ocamlc.opt -c -w s -I +labltk raw.ml File "raw.ml", line 24, characters 13-15: Warning 3: deprecated: Pervasives.or Use (||) instead. 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 File "glMat.ml", line 73, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c -w s -I +labltk glMisc.mli ocamlc.opt -c -w s -I +labltk glMisc.ml File "glMisc.ml", line 26, characters 15-17: Warning 3: deprecated: Pervasives.or Use (||) instead. 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 111, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c -w s -I +labltk glDraw.mli ocamlc.opt -c -w s -I +labltk glDraw.ml File "glDraw.ml", line 30, characters 28-30: Warning 3: deprecated: Pervasives.or Use (||) instead. 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 File "gluNurbs.ml", line 57, characters 23-25: Warning 3: deprecated: Pervasives.or Use (||) instead. 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 -lXext -lXmu -lX11 make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/src' cd Togl/src && make all make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' 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 -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include" ml_togl.c cd Togl && \ ocamlc.opt -verbose -c -ccopt "-DTOGL_X11 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include" togl.c + gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -DTOGL_X11 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include -I'/usr/lib64/ocaml' 'togl.c' togl.c: In function 'Togl_Init': togl.c:820:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] SetClassProcsPtr = Tk_SetClassProcs; ^ togl.c: In function 'Togl_DumpToEpsFile': togl.c:3698:13: warning: variable 'using_mesa' set but not used [-Wunused-but-set-variable] Bool using_mesa = False; ^~~~~~~~~~ ocamlmklib -o togl togl.cmo ml_togl.o Togl/togl.o -lGL -lGLU -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 '/builddir/build/BUILD/lablgl-1.05/Togl/src' 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 '/builddir/build/BUILD/lablgl-1.05/Togl/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cd LablGlut/src && make make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' ocamlc.opt -c -w s -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/X11R6/include -I../../src" wrap_glut.c In file included from wrap_glut.c:24:0: wrap_glut.c: In function 'ml_glutBitmapLength': /usr/lib64/ocaml/caml/mlvalues.h:258:23: warning: pointer targets in passing argument 2 of 'glutBitmapLength' differ in signedness [-Wpointer-sign] #define String_val(x) ((char *) Bp_val(x)) ^ /usr/lib64/ocaml/caml/mlvalues.h:73:47: note: in definition of macro 'Val_long' #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) ^ wrap_glut.c:393:10: note: in expansion of macro 'Val_int' return Val_int(glutBitmapLength(i2font(Int_val(font)), String_val(str))); ^~~~~~~ wrap_glut.c:393:58: note: in expansion of macro 'String_val' return Val_int(glutBitmapLength(i2font(Int_val(font)), String_val(str))); ^~~~~~~~~~ In file included from /usr/include/GL/glut.h:17:0, from wrap_glut.c:17: /usr/include/GL/freeglut_std.h:533:26: note: expected 'const unsigned char *' but argument is of type 'char *' FGAPI int FGAPIENTRY glutBitmapLength( void* font, const unsigned char* string ); ^~~~~~~~~~~~~~~~ In file included from wrap_glut.c:24:0: wrap_glut.c: In function 'ml_glutStrokeLength': /usr/lib64/ocaml/caml/mlvalues.h:258:23: warning: pointer targets in passing argument 2 of 'glutStrokeLength' differ in signedness [-Wpointer-sign] #define String_val(x) ((char *) Bp_val(x)) ^ /usr/lib64/ocaml/caml/mlvalues.h:73:47: note: in definition of macro 'Val_long' #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) ^ wrap_glut.c:399:10: note: in expansion of macro 'Val_int' return Val_int(glutStrokeLength(i2font(Int_val(font)), String_val(str))); ^~~~~~~ wrap_glut.c:399:58: note: in expansion of macro 'String_val' return Val_int(glutStrokeLength(i2font(Int_val(font)), String_val(str))); ^~~~~~~~~~ In file included from /usr/include/GL/glut.h:17:0, from wrap_glut.c:17: /usr/include/GL/freeglut_std.h:534:26: note: expected 'const unsigned char *' but argument is of type 'char *' FGAPI int FGAPIENTRY glutStrokeLength( void* font, const unsigned char* string ); ^~~~~~~~~~~~~~~~ ocamlc.opt -c -w s glut.mli ocamlc.opt -c -w s glut.ml ocamlmklib -o lablglut wrap_glut.o glut.cmo -lglut -lXxf86vm -lGL -lGLU -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 '/builddir/build/BUILD/lablgl-1.05/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 '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' cd src && make opt make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05/src' ocamlopt.opt -g -c -I +labltk raw.ml File "raw.ml", line 24, characters 13-15: Warning 3: deprecated: Pervasives.or Use (||) instead. ocamlopt.opt -g -c -I +labltk gl.ml ocamlopt.opt -g -c -I +labltk glLight.ml ocamlopt.opt -g -c -I +labltk glList.ml ocamlopt.opt -g -c -I +labltk glMap.ml ocamlopt.opt -g -c -I +labltk glMat.ml File "glMat.ml", line 73, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt.opt -g -c -I +labltk glMisc.ml File "glMisc.ml", line 26, characters 15-17: Warning 3: deprecated: Pervasives.or Use (||) instead. ocamlopt.opt -g -c -I +labltk glPix.ml ocamlopt.opt -g -c -I +labltk glClear.ml ocamlopt.opt -g -c -I +labltk glTex.ml File "glTex.ml", line 111, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt.opt -g -c -I +labltk glDraw.ml File "glDraw.ml", line 30, characters 28-30: Warning 3: deprecated: Pervasives.or Use (||) instead. ocamlopt.opt -g -c -I +labltk glFunc.ml ocamlopt.opt -g -c -I +labltk gluMisc.ml ocamlopt.opt -g -c -I +labltk gluNurbs.ml File "gluNurbs.ml", line 57, characters 23-25: Warning 3: deprecated: Pervasives.or Use (||) instead. ocamlopt.opt -g -c -I +labltk gluQuadric.ml ocamlopt.opt -g -c -I +labltk gluTess.ml ocamlopt.opt -g -c -I +labltk gluMat.ml ocamlopt.opt -g -c -I +labltk glArray.ml ocamlopt.opt -g -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 -lXext -lXmu -lX11 make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/src' cd Togl/src && make opt make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' ocamlopt.opt -g -c -I +labltk -I ../../src togl.ml ocamlmklib -o togl togl.cmx ml_togl.o Togl/togl.o -lGL -lGLU -lXext -lXmu -lX11 make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cd LablGlut/src && make opt make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' ocamlopt.opt -g -c glut.ml ocamlmklib -o lablglut wrap_glut.o glut.cmx -lglut -lXxf86vm -lGL -lGLU -lXext -lXmu -lX11 make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CWRp9i + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 + cd lablgl-1.05 + rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/stublibs + make INSTALLDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL DLLDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/stublibs BINDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/bin install make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.05' cd src && make install make[2]: Entering directory '/builddir/build/BUILD/lablgl-1.05/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 "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/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 "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cp liblablgl.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" && : liblablgl.a if test -f dlllablgl.so; then cp dlllablgl.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/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 "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" make[3]: Entering directory '/builddir/build/BUILD/lablgl-1.05/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 "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" && : lablgl.a make[3]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/src' make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/src' cd Togl/src && make install make[2]: Entering directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' make[3]: Entering directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cp togl.mli togl.ml libtogl.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" && : libtogl.a make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cp dlltogl.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/stublibs" make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cp lablgl "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/bin" cp togl.cmi togl.cma "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cp togl.cmxa togl.a togl.cmx "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" && : togl.a make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' make[3]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cd LablGlut/src && make install make[2]: Entering directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' make[3]: Entering directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' if test -d "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL"; fi cp glut.ml glut.mli "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cp liblablglut.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" && : liblablglut.a make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' cp dlllablglut.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/stublibs" make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' cp lablglut "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/bin" cp glut.cmi lablglut.cma "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' cp lablglut.cmxa lablglut.a glut.cmx "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL" && : lablglut.a make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' make[3]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.05' + cat + cp META /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL + pushd /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL ~/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/lib64/ocaml/lablGL ~/build/BUILD/lablgl-1.05 + for f in *.ml ++ basename build.ml .ml + b=build + '[' -f build.mli ']' + for f in *.ml ++ basename gl.ml .ml + b=gl + '[' -f gl.mli ']' + rm gl.ml + for f in *.ml ++ basename glArray.ml .ml + b=glArray + '[' -f glArray.mli ']' + rm glArray.ml + for f in *.ml ++ basename glClear.ml .ml + b=glClear + '[' -f glClear.mli ']' + rm glClear.ml + for f in *.ml ++ basename glDraw.ml .ml + b=glDraw + '[' -f glDraw.mli ']' + rm glDraw.ml + for f in *.ml ++ basename glFunc.ml .ml + b=glFunc + '[' -f glFunc.mli ']' + rm glFunc.ml + for f in *.ml ++ basename glLight.ml .ml + b=glLight + '[' -f glLight.mli ']' + rm glLight.ml + for f in *.ml ++ basename glList.ml .ml + b=glList + '[' -f glList.mli ']' + rm glList.ml + for f in *.ml ++ basename glMap.ml .ml + b=glMap + '[' -f glMap.mli ']' + rm glMap.ml + for f in *.ml ++ basename glMat.ml .ml + b=glMat + '[' -f glMat.mli ']' + rm glMat.ml + for f in *.ml ++ basename glMisc.ml .ml + b=glMisc + '[' -f glMisc.mli ']' + rm glMisc.ml + for f in *.ml ++ basename glPix.ml .ml + b=glPix + '[' -f glPix.mli ']' + rm glPix.ml + for f in *.ml ++ basename glShader.ml .ml + b=glShader + '[' -f glShader.mli ']' + rm glShader.ml + for f in *.ml ++ basename glTex.ml .ml + b=glTex + '[' -f glTex.mli ']' + rm glTex.ml + for f in *.ml ++ basename gluMat.ml .ml + b=gluMat + '[' -f gluMat.mli ']' + rm gluMat.ml + for f in *.ml ++ basename gluMisc.ml .ml + b=gluMisc + '[' -f gluMisc.mli ']' + rm gluMisc.ml + for f in *.ml ++ basename gluNurbs.ml .ml + b=gluNurbs + '[' -f gluNurbs.mli ']' + rm gluNurbs.ml + for f in *.ml ++ basename gluQuadric.ml .ml + b=gluQuadric + '[' -f gluQuadric.mli ']' + rm gluQuadric.ml + for f in *.ml ++ basename gluTess.ml .ml + b=gluTess + '[' -f gluTess.mli ']' + rm gluTess.ml + for f in *.ml ++ basename glut.ml .ml + b=glut + '[' -f glut.mli ']' + rm glut.ml + for f in *.ml ++ basename raw.ml .ml + b=raw + '[' -f raw.mli ']' + rm raw.ml + for f in *.ml ++ basename togl.ml .ml + b=togl + '[' -f togl.mli ']' + rm togl.ml + popd ~/build/BUILD/lablgl-1.05 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-lablgl-1.05-28.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GBC1vt + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + DOCDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl + cp -pr README /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl + exit 0 Provides: ocaml(Gl) = 07c4714200516d143f7ae3bede8bee2f ocaml(GlArray) = f241118ade7277872d772e16e10b3032 ocaml(GlClear) = b37466450f032a0082099cb714abe294 ocaml(GlDraw) = 376911183dc356166669857e6293fead ocaml(GlFunc) = 1d7a84a1917ceeb2d8485b9e601fdf47 ocaml(GlLight) = 4ee884330d89edaae7d8c7c98e1c9b8b ocaml(GlList) = 3824667ab004f82a96871fb6c56def16 ocaml(GlMap) = 62712b8e1300f29157784838f6d5cf0c ocaml(GlMat) = 55bcea937f9ecc1c9c7376e340386088 ocaml(GlMisc) = 01a42a864d68ef5f005d47fce5ef20d6 ocaml(GlPix) = 8d198424cde6b339a5969d1731274fba ocaml(GlShader) = 0b7ccd6fbc0e09111a27e44385c825a1 ocaml(GlTex) = a36c6d709af2f2d67f2724956de65388 ocaml(GluMat) = 4aa5ab0692ef41f55f5eeeb288084a39 ocaml(GluMisc) = c8dd09f610f9bbb299647c0427fe6af6 ocaml(GluNurbs) = 623f918358e4f825b01442722fec69a9 ocaml(GluQuadric) = d7fcb87ca57308c420797c505eac5f32 ocaml(GluTess) = 56adb68139e1469064ee6d60cfabf6a7 ocaml(Glut) = a62effbbe6a02e26f0fa0fd3a171a132 ocaml(Raw) = 584731f5825d53809125a9b3458e4a3d ocaml(Togl) = 978c8ae64ff43857e07a8a9d50baa5f1 ocaml-lablgl = 1:1.05-28.fc28 ocaml-lablgl(riscv-64) = 1:1.05-28.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libGL.so.1()(64bit) libGLU.so.1()(64bit) libX11.so.6()(64bit) libXext.so.6()(64bit) libXmu.so.6()(64bit) libXxf86vm.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libglut.so.3()(64bit) ocaml(Arg) = 8a984750e16559fb57a4021121f21559 ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(ArrayLabels) = c4974e11dd7c941c002b826edc727de8 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(BytesLabels) = 082178365ae645afd148522f3218f31e ocaml(Callback) = 381b3818bd7b7f37a7bf11fb6c76a12a ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(Char) = 4918635b8796d0ab0d5c593b942f8df7 ocaml(Gl) = 07c4714200516d143f7ae3bede8bee2f ocaml(GlDraw) = 376911183dc356166669857e6293fead ocaml(GlList) = 3824667ab004f82a96871fb6c56def16 ocaml(GlMap) = 62712b8e1300f29157784838f6d5cf0c ocaml(GlPix) = 8d198424cde6b339a5969d1731274fba ocaml(GlTex) = a36c6d709af2f2d67f2724956de65388 ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(ListLabels) = f4e829075d9d0bb7de979cfc49c2600b ocaml(Nativeint) = 7b210723c1ccafec90ff1578ad7e5996 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Protocol) = 9f44905a4d78212d7a0d979e444973a9 ocaml(Raw) = 584731f5825d53809125a9b3458e4a3d ocaml(Rawwidget) = cffb9f8c2e12f2b0908dc2a25eb44d4f ocaml(StdLabels) = 5529e284278766333d5e40132b2cbce5 ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(StringLabels) = 6339e2b71e8c583a81e808954faf6818 ocaml(Support) = 3347590647d2e339012d5a4b5f984b5a ocaml(Textvariable) = 3d99abac8951b4680a183c10657d6580 ocaml(Timer) = 0d04b77c2b68634fdb6a4b412df87cd8 ocaml(Tk) = 89b9820f65c00b865665bf759c8d644e ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Widget) = 33e6bd02065493701ad913a63566f62f ocaml(runtime) = 4.06.0 rtld(GNU_HASH) Processing files: ocaml-lablgl-devel-1.05-28.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jCqLd2 + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + DOCDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr COPYRIGHT /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr LablGlut/examples /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr Togl/examples /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64/usr/share/doc/ocaml-lablgl-devel + exit 0 warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/Makefile warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/README warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/ChangeLog warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/Makefile warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/OCamlMakefile warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/main.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/ppm.ppm warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/checker.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/double.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/gears.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/gears_a.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/README warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/checker.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/gears.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/morph3d.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/planet.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/scene.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/simple.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/test_glsl.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/texturesurf.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/morph3d.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson2.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson3.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson4.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson5.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/planet.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/scene.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/simple.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/tennis.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/tesselate.ml warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/texturesurf.ml Provides: ocaml-lablgl-devel = 1:1.05-28.fc28 ocaml-lablgl-devel(riscv-64) = 1:1.05-28.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 Wrote: /builddir/build/SRPMS/ocaml-lablgl-1.05-28.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-lablgl-1.05-28.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-lablgl-devel-1.05-28.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WvMjy3 + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.05-28.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff