Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-lablgl.spec'], chrootPath='/var/lib/mock/f32-ocaml-119628-36633/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-lablgl.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1578528000 Wrote: /builddir/build/SRPMS/ocaml-lablgl-1.06-6.fc32.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-lablgl.spec'], chrootPath='/var/lib/mock/f32-ocaml-119628-36633/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-lablgl.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1578528000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZRyPOs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lablgl-1.06 + /usr/bin/gzip -dc /builddir/build/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 . Patch #0 (lablgl-freeglut.patch): + echo 'Patch #0 (lablgl-freeglut.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file LablGlut/src/wrap_glut.c + cat + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SI4H0p + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.06 + unset MAKEFLAGS + make all opt cd src && make all LIBDIR="/usr/lib64/ocaml" make[1]: Entering directory '/builddir/build/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 '/builddir/build/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 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/X11R6/include" ml_gl.c BUILDSTDERR: ml_gl.c: In function 'ml_raise_gl': BUILDSTDERR: ml_gl.c:36:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 36 | gl_exn = caml_named_value("glerror"); BUILDSTDERR: | ^ BUILDSTDERR: In file included from ml_gl.c:24: BUILDSTDERR: ml_gl.c: In function 'ml_glGetString': BUILDSTDERR: ml_gl.c:225:8: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] BUILDSTDERR: 225 | ML_1_ (glGetString, GLenum_val, copy_string_check) BUILDSTDERR: ml_gl.h:65:16: note: in definition of macro 'ML_1_' BUILDSTDERR: 65 | { return conv (cname (conv1(arg1))); } BUILDSTDERR: | ^~~~~ BUILDSTDERR: ml_gl.c:40:38: note: expected 'const char *' but argument is of type 'const GLubyte *' {aka 'const unsigned char *'} BUILDSTDERR: 40 | value copy_string_check (const char *str) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from ml_gl.c:22: BUILDSTDERR: ml_gl.c: In function 'ml_glGenTextures': BUILDSTDERR: ml_raw.h:18:23: warning: pointer targets in passing argument 2 of 'glGenTextures' differ in signedness [-Wpointer-sign] BUILDSTDERR: 18 | #define Int_raw(raw) ((int *) Addr_raw(raw)) BUILDSTDERR: | ~^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int * BUILDSTDERR: ml_gl.h:28:23: note: in expansion of macro 'Int_raw' BUILDSTDERR: 28 | { cname (conv1(arg1), conv2(arg2)); return Val_unit; } BUILDSTDERR: | ^~~~~ BUILDSTDERR: ml_gl.c:674:1: note: in expansion of macro 'ML_2' BUILDSTDERR: 674 | ML_2 (glGenTextures, Int_val, Int_raw) BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ml_gl.c:10: BUILDSTDERR: /usr/include/GL/gl.h:1307:57: note: expected 'GLuint *' {aka 'unsigned int *'} but argument is of type 'int *' BUILDSTDERR: 1307 | GLAPI void GLAPIENTRY glGenTextures( GLsizei n, GLuint *textures ); BUILDSTDERR: | ~~~~~~~~^~~~~~~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/X11R6/include" ml_glu.c BUILDSTDERR: In file included from ml_glu.c:19: BUILDSTDERR: ml_glu.c: In function 'ml_gluGetString': BUILDSTDERR: ml_glu.c:96:8: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] BUILDSTDERR: 96 | ML_1_ (gluGetString, GLUenum_val, copy_string_check) BUILDSTDERR: ml_gl.h:65:16: note: in definition of macro 'ML_1_' BUILDSTDERR: 65 | { return conv (cname (conv1(arg1))); } BUILDSTDERR: | ^~~~~ BUILDSTDERR: ml_gl.h:10:38: note: expected 'const char *' but argument is of type 'const GLubyte *' {aka 'const unsigned char *'} BUILDSTDERR: 10 | value copy_string_check (const char *str); BUILDSTDERR: | ~~~~~~~~~~~~^~~ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 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 -lXext -lXmu -lX11 make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/src' cd Togl/src && make LABLTKDIR="`ocamlfind query -qe labltk || echo +labltk`" all BUILDSTDERR: /bin/sh: ocamlfind: command not found make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.06/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include" ml_togl.c BUILDSTDERR: ml_togl.c: In function 'togl_prerr': BUILDSTDERR: ml_togl.c:39:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 39 | value *prerr = caml_named_value("togl_prerr"); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_Init': BUILDSTDERR: ml_togl.c:46:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 46 | value *interp = caml_named_value("cltclinterp"); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_CreateFunc': BUILDSTDERR: ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ BUILDSTDERR: | ^ BUILDSTDERR: ml_togl.c:97:1: note: in expansion of macro 'ENABLER' BUILDSTDERR: 97 | ENABLER (CreateFunc) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_DisplayFunc': BUILDSTDERR: ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ BUILDSTDERR: | ^ BUILDSTDERR: ml_togl.c:98:1: note: in expansion of macro 'ENABLER' BUILDSTDERR: 98 | ENABLER (DisplayFunc) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_ReshapeFunc': BUILDSTDERR: ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ BUILDSTDERR: | ^ BUILDSTDERR: ml_togl.c:99:1: note: in expansion of macro 'ENABLER' BUILDSTDERR: 99 | ENABLER (ReshapeFunc) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_DestroyFunc': BUILDSTDERR: ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ BUILDSTDERR: | ^ BUILDSTDERR: ml_togl.c:100:1: note: in expansion of macro 'ENABLER' BUILDSTDERR: 100 | ENABLER (DestroyFunc) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_TimerFunc': BUILDSTDERR: ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ BUILDSTDERR: | ^ BUILDSTDERR: ml_togl.c:101:1: note: in expansion of macro 'ENABLER' BUILDSTDERR: 101 | ENABLER (TimerFunc) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_OverlayDisplayFunc': BUILDSTDERR: ml_togl.c:85:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 85 | { if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); \ BUILDSTDERR: | ^ BUILDSTDERR: ml_togl.c:102:1: note: in expansion of macro 'ENABLER' BUILDSTDERR: 102 | ENABLER (OverlayDisplayFunc) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ml_togl.c: In function 'ml_Togl_DumpToEpsFile': BUILDSTDERR: ml_togl.c:143:38: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 143 | if (callbacks == NULL) callbacks = caml_named_value ("togl_callbacks"); BUILDSTDERR: | ^ 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include" togl.c + gcc -O2 -fno-strict-aliasing -fwrapv -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include -I'/usr/lib64/ocaml' 'togl.c' BUILDSTDERR: togl.c: In function 'Togl_Init': BUILDSTDERR: togl.c:820:26: warning: assignment to 'void (*)(struct Tk_Window_ *, Tk_ClassProcs *, void *)' {aka 'void (*)(struct Tk_Window_ *, struct Tk_ClassProcs *, void *)'} from incompatible pointer type 'void (*)(struct Tk_Window_ *, const Tk_ClassProcs *, void *)' {aka 'void (*)(struct Tk_Window_ *, const struct Tk_ClassProcs *, void *)'} [-Wincompatible-pointer-types] BUILDSTDERR: 820 | SetClassProcsPtr = Tk_SetClassProcs; BUILDSTDERR: | ^ BUILDSTDERR: togl.c: In function 'Togl_DumpToEpsFile': BUILDSTDERR: togl.c:3698:13: warning: variable 'using_mesa' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3698 | Bool using_mesa = False; BUILDSTDERR: | ^~~~~~~~~~ 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.06/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.06/Togl/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' cd LablGlut/src && make make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.06/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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/X11R6/include -I../../src" wrap_glut.c BUILDSTDERR: In file included from wrap_glut.c:24: BUILDSTDERR: wrap_glut.c: In function 'ml_glutBitmapLength': BUILDSTDERR: /usr/lib64/ocaml/caml/mlvalues.h:258:24: warning: pointer targets in passing argument 2 of 'glutBitmapLength' differ in signedness [-Wpointer-sign] BUILDSTDERR: 258 | #define String_val(x) ((char *) Bp_val(x)) BUILDSTDERR: | ~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: /usr/lib64/ocaml/caml/mlvalues.h:73:47: note: in definition of macro 'Val_long' BUILDSTDERR: 73 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) BUILDSTDERR: | ^ BUILDSTDERR: wrap_glut.c:393:10: note: in expansion of macro 'Val_int' BUILDSTDERR: 393 | return Val_int(glutBitmapLength(i2font(Int_val(font)), String_val(str))); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: wrap_glut.c:393:58: note: in expansion of macro 'String_val' BUILDSTDERR: 393 | return Val_int(glutBitmapLength(i2font(Int_val(font)), String_val(str))); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/GL/freeglut.h:17, BUILDSTDERR: from wrap_glut.c:17: BUILDSTDERR: /usr/include/GL/freeglut_std.h:533:77: note: expected 'const unsigned char *' but argument is of type 'char *' BUILDSTDERR: 533 | FGAPI int FGAPIENTRY glutBitmapLength( void* font, const unsigned char* string ); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from wrap_glut.c:24: BUILDSTDERR: wrap_glut.c: In function 'ml_glutStrokeLength': BUILDSTDERR: /usr/lib64/ocaml/caml/mlvalues.h:258:24: warning: pointer targets in passing argument 2 of 'glutStrokeLength' differ in signedness [-Wpointer-sign] BUILDSTDERR: 258 | #define String_val(x) ((char *) Bp_val(x)) BUILDSTDERR: | ~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: /usr/lib64/ocaml/caml/mlvalues.h:73:47: note: in definition of macro 'Val_long' BUILDSTDERR: 73 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) BUILDSTDERR: | ^ BUILDSTDERR: wrap_glut.c:399:10: note: in expansion of macro 'Val_int' BUILDSTDERR: 399 | return Val_int(glutStrokeLength(i2font(Int_val(font)), String_val(str))); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: wrap_glut.c:399:58: note: in expansion of macro 'String_val' BUILDSTDERR: 399 | return Val_int(glutStrokeLength(i2font(Int_val(font)), String_val(str))); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/GL/freeglut.h:17, BUILDSTDERR: from wrap_glut.c:17: BUILDSTDERR: /usr/include/GL/freeglut_std.h:534:77: note: expected 'const unsigned char *' but argument is of type 'char *' BUILDSTDERR: 534 | FGAPI int FGAPIENTRY glutStrokeLength( void* font, const unsigned char* string ); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ 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.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 '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' cd src && make opt make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.06/src' ocamlopt.opt -g -c -I +labltk raw.ml 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 ocamlopt.opt -g -c -I +labltk glMisc.ml ocamlopt.opt -g -c -I +labltk glPix.ml ocamlopt.opt -g -c -I +labltk glClear.ml ocamlopt.opt -g -c -I +labltk glTex.ml ocamlopt.opt -g -c -I +labltk glDraw.ml ocamlopt.opt -g -c -I +labltk glFunc.ml ocamlopt.opt -g -c -I +labltk gluMisc.ml ocamlopt.opt -g -c -I +labltk gluNurbs.ml 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.06/src' cd Togl/src && make LABLTKDIR="`ocamlfind query -qe labltk || echo +labltk`" opt BUILDSTDERR: /bin/sh: ocamlfind: command not found make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.06/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.06/Togl/src' cd LablGlut/src && make opt make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.06/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.06/LablGlut/src' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7QcbKr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 + cd lablgl-1.06 + rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs + make INSTALLDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL DLLDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs BINDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/bin install make[1]: Entering directory '/builddir/build/BUILD/lablgl-1.06' cd src && make install make[2]: Entering directory '/builddir/build/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 "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.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.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cp liblablgl.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" && : liblablgl.a if test -f dlllablgl.so; then cp dlllablgl.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.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.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" make[3]: Entering directory '/builddir/build/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 "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" && : lablgl.a make[3]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/src' make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/src' cd Togl/src && make install make[2]: Entering directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' make[3]: Entering directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' cp togl.mli togl.ml libtogl.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" && : libtogl.a make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' cp dlltogl.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs" make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' cp lablgl "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/bin" cp togl.cmi togl.cma "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' cp togl.cmxa togl.a togl.cmx "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" && : togl.a make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' make[3]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/Togl/src' cd LablGlut/src && make install make[2]: Entering directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' make[3]: Entering directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' if test -d "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL"; then : ; else mkdir -p "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL"; fi cp glut.ml glut.mli "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cp liblablglut.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" && : liblablglut.a make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' cp dlllablglut.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs" make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' cp lablglut "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/bin" cp glut.cmi lablglut.cma "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" make[4]: Entering directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' cp lablglut.cmxa lablglut.a glut.cmx "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL" && : lablglut.a make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' make[3]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' make[2]: Leaving directory '/builddir/build/BUILD/lablgl-1.06/LablGlut/src' make[1]: Leaving directory '/builddir/build/BUILD/lablgl-1.06' + cat + cp META /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL + pushd /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL ~/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/lablGL ~/build/BUILD/lablgl-1.06 + for f in *.ml BUILDSTDERR: ++ basename build.ml .ml + b=build + '[' -f build.mli ']' + for f in *.ml BUILDSTDERR: ++ basename gl.ml .ml + b=gl + '[' -f gl.mli ']' + rm gl.ml + for f in *.ml BUILDSTDERR: ++ basename glArray.ml .ml + b=glArray + '[' -f glArray.mli ']' + rm glArray.ml + for f in *.ml BUILDSTDERR: ++ basename glClear.ml .ml + b=glClear + '[' -f glClear.mli ']' + rm glClear.ml + for f in *.ml BUILDSTDERR: ++ basename glDraw.ml .ml + b=glDraw + '[' -f glDraw.mli ']' + rm glDraw.ml + for f in *.ml BUILDSTDERR: ++ basename glFunc.ml .ml + b=glFunc + '[' -f glFunc.mli ']' + rm glFunc.ml + for f in *.ml BUILDSTDERR: ++ basename glLight.ml .ml + b=glLight + '[' -f glLight.mli ']' + rm glLight.ml + for f in *.ml BUILDSTDERR: ++ basename glList.ml .ml + b=glList + '[' -f glList.mli ']' + rm glList.ml + for f in *.ml BUILDSTDERR: ++ basename glMap.ml .ml + b=glMap + '[' -f glMap.mli ']' + rm glMap.ml + for f in *.ml BUILDSTDERR: ++ basename glMat.ml .ml + b=glMat + '[' -f glMat.mli ']' + rm glMat.ml + for f in *.ml BUILDSTDERR: ++ basename glMisc.ml .ml + b=glMisc + '[' -f glMisc.mli ']' + rm glMisc.ml + for f in *.ml BUILDSTDERR: ++ basename glPix.ml .ml + b=glPix + '[' -f glPix.mli ']' + rm glPix.ml + for f in *.ml BUILDSTDERR: ++ basename glShader.ml .ml + b=glShader + '[' -f glShader.mli ']' + rm glShader.ml + for f in *.ml BUILDSTDERR: ++ basename glTex.ml .ml + b=glTex + '[' -f glTex.mli ']' + rm glTex.ml + for f in *.ml BUILDSTDERR: ++ basename gluMat.ml .ml + b=gluMat + '[' -f gluMat.mli ']' + rm gluMat.ml + for f in *.ml BUILDSTDERR: ++ basename gluMisc.ml .ml + b=gluMisc + '[' -f gluMisc.mli ']' + rm gluMisc.ml + for f in *.ml BUILDSTDERR: ++ basename gluNurbs.ml .ml + b=gluNurbs + '[' -f gluNurbs.mli ']' + rm gluNurbs.ml + for f in *.ml BUILDSTDERR: ++ basename gluQuadric.ml .ml + b=gluQuadric + '[' -f gluQuadric.mli ']' + rm gluQuadric.ml + for f in *.ml BUILDSTDERR: ++ basename gluTess.ml .ml + b=gluTess + '[' -f gluTess.mli ']' + rm gluTess.ml + for f in *.ml BUILDSTDERR: ++ basename glut.ml .ml + b=glut + '[' -f glut.mli ']' + rm glut.ml + for f in *.ml BUILDSTDERR: ++ basename raw.ml .ml + b=raw + '[' -f raw.mli ']' + rm raw.ml + for f in *.ml BUILDSTDERR: ++ basename togl.ml .ml + b=togl + '[' -f togl.mli ']' + rm togl.ml ~/build/BUILD/lablgl-1.06 + popd + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.06-6.fc32 --unique-debug-suffix -1.06-6.fc32.riscv64 --unique-debug-src-base ocaml-lablgl-1.06-6.fc32.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/lablgl-1.06 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs/dlltogl.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs/dlllablgl.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs/dlllablglut.so extracting debug info from /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs/dlltogl.so extracting debug info from /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs/dlllablgl.so extracting debug info from /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/lib64/ocaml/stublibs/dlllablglut.so original debug info size: 600kB, size after compression: 536kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: 490 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/lablgl from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/lablglut from /bin/sh to #!/usr/bin/sh Processing files: ocaml-lablgl-1.06-6.fc32.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yrIQsr + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.06 + DOCDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.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.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl + cp -pr README /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml(Gl) = 85bade33838041f0b46734e74e694888 ocaml(GlArray) = 2d437fd9f23f1e907db593c51a3f38e8 ocaml(GlClear) = 9a135c40f967d2c41eea3d0d7545c0d2 ocaml(GlDraw) = 9098361fb8446a3d1452e82ca54cd77e ocaml(GlFunc) = 0598065500b479d28fa30664728548d4 ocaml(GlLight) = 0a20bf2a2d98af121a2f5b27e6f64391 ocaml(GlList) = bdfc9e8fd41fe1704ed401c51d28dce5 ocaml(GlMap) = 7ef65c1300a5c1f7aca7acc4f83b8f1a ocaml(GlMat) = 49e08959a8a2499b2eb749ae9040905c ocaml(GlMisc) = f12e5b274f2fcb6cfe25eeaa9cbdef6b ocaml(GlPix) = 27c5f26fe456ca00416f1ca8ccbbd480 ocaml(GlShader) = 3d575cc091c0432cb851e83ecbc5f413 ocaml(GlTex) = ec03ac897cf313a93f76ecee39872b61 ocaml(GluMat) = 76067c233b7cae3a0db0be9be4859701 ocaml(GluMisc) = a5b76160d51cc758b976e1b446d55835 ocaml(GluNurbs) = 94fa14f590032168e008f6554d29ec6c ocaml(GluQuadric) = 220cacfda4f946151e25ffc427e9144c ocaml(GluTess) = 970aea4a0b806ac6fc490a166f7157c8 ocaml(Glut) = dc13e20f5f288c1e5f25b1cae9136d50 ocaml(Raw) = d9a5943450f806a7a34a719a6f975878 ocaml(Togl) = ca1e38747e24bf6e034780ccaebb0430 ocaml-lablgl = 1:1.06-6.fc32 ocaml-lablgl(riscv-64) = 1:1.06-6.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/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(CamlinternalFormatBasics) = 96d16aae6255eb02a788ee96a8adb816 ocaml(Gl) = 85bade33838041f0b46734e74e694888 ocaml(GlDraw) = 9098361fb8446a3d1452e82ca54cd77e ocaml(GlList) = bdfc9e8fd41fe1704ed401c51d28dce5 ocaml(GlMap) = 7ef65c1300a5c1f7aca7acc4f83b8f1a ocaml(GlPix) = 27c5f26fe456ca00416f1ca8ccbbd480 ocaml(GlTex) = ec03ac897cf313a93f76ecee39872b61 ocaml(Protocol) = b84cf1ca4a8fa2b9439ce8c9e91ec8fa ocaml(Raw) = d9a5943450f806a7a34a719a6f975878 ocaml(Rawwidget) = 361a31c815d527aff32168226eb3de7d ocaml(Stdlib) = 4d1e23b7e21beafc7e35ae8d03175363 ocaml(Stdlib__arg) = 19c64e407a73492c54c237d37c652ee5 ocaml(Stdlib__array) = cc0fd9ef9707b375e6d40d8358c106ad ocaml(Stdlib__arrayLabels) = f0575b66f6fba71e6f6d2e1a2d956d0c ocaml(Stdlib__buffer) = d43caaa1df354240fb88291babb07541 ocaml(Stdlib__callback) = ee15e030c69240335c483d574e8b0936 ocaml(Stdlib__char) = 8dba716c95fc335c0ef87b6c302c11bb ocaml(Stdlib__hashtbl) = b794b186a6191285f001cf280b91ef64 ocaml(Stdlib__int32) = 6349c147264959acbf0ac9228e673059 ocaml(Stdlib__list) = 8e6fa4ee6fcb775ae0fe9bba7ec058dc ocaml(Stdlib__listLabels) = fdd394bc8deb737545440c391058ef85 ocaml(Stdlib__nativeint) = 8a11ebd83553fcd0972b4bb3c4b46fae ocaml(Stdlib__obj) = 685f4a37ab7f4a12cbcf0167617ed7f8 ocaml(Stdlib__pervasives) = 19f9a0e483aa5b7b4eb09317d1e2c8d8 ocaml(Stdlib__printf) = a9c6559224689d87d5194d6c3ef5df0c ocaml(Stdlib__seq) = 22b526b221509ae244d8671d8e17a697 ocaml(Stdlib__stdLabels) = b4543c2c27a06c5271d4a38d06ba094e ocaml(Stdlib__string) = 8739c8c6957f1b86d987671557e471cb ocaml(Stdlib__stringLabels) = e4305290b297f047a7c16a1faaab071c ocaml(Stdlib__uchar) = 1bfeb4ea85f4136294d66dae21ce997c ocaml(Support) = 76f0fc569035c500f9df63cae2954139 ocaml(Textvariable) = bcbe566c33976c144cea186b802e65cc ocaml(Timer) = c333b1f51f829f53cb188e4295d24f13 ocaml(Tk) = 28fc82a78d4e8dc349795bb10b978358 ocaml(Widget) = d29b08592640dbbbf79aa8be2bbc628c ocaml(runtime) = 4.09.0 rtld(GNU_HASH) Processing files: ocaml-lablgl-devel-1.06-6.fc32.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CSOQMt + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.06 + DOCDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.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.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr COPYRIGHT /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr LablGlut/examples /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl-devel + cp -pr Togl/examples /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64/usr/share/doc/ocaml-lablgl-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/Makefile BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/README BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/ChangeLog BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/Makefile BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/OCamlMakefile BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/main.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/caml-images/ppm.ppm BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/checker.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/double.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/etc BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/etc/draw2d.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/etc/in-progress BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/etc/in-progress/scene_graph.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/gears.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/gears_a.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7 BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/README BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust00.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust01.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust02.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust03.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust04.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust05.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust06.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust07.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust08.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust09.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust10.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust11.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust12.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust13.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust14.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust15.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust16.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust17.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust18.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust19.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust20.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust21.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust22.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust23.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust24.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust25.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust26.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust27.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust28.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust29.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust30.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/caust31.bw BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/dino.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/dino.mli BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/floor.rgb BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/texload.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/texload.h BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/texload.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/demos/underwater/underwater.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/dinospin.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/dinospin.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/scube.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/scube.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/splatlogo.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/splatlogo.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/spots.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/spots.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/stars.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/not_yet_ported/stars.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/TAGS BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/cursor_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/joy_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/keyup_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/menu_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported/TAGS BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported/bigtest.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported/bigtest.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported/over_test.c BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported/over_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/not_yet_ported/test6.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/shape_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test1.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test10.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test11.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test12.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test13.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test14.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test15.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test16.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test17.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test18.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test19.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test2.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test20.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test21.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test22.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test23.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test24.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test25.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test26.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test27.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test28.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test3.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test4.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test7.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test8.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/test9.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/test/timer_test.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/trackball BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/trackball/Makefile BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/trackball/teaspin.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/trackball/trackball.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/glut3.7/trackball/trackball.mli BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/README BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/checker.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/gears.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/morph3d.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/planet.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/scene.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/simple.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/test_glsl.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/lablGL/texturesurf.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/morph3d.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson2.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson3.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson4.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/nehe/lesson5.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/planet.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/scene.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/simple.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/tennis.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/tesselate.ml BUILDSTDERR: warning: File listed twice: /usr/share/doc/ocaml-lablgl-devel/examples/texturesurf.ml Provides: ocaml-lablgl-devel = 1:1.06-6.fc32 ocaml-lablgl-devel(riscv-64) = 1:1.06-6.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-lablgl-debugsource-1.06-6.fc32.riscv64 Provides: ocaml-lablgl-debugsource = 1:1.06-6.fc32 ocaml-lablgl-debugsource(riscv-64) = 1:1.06-6.fc32 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.fc32.riscv64 Provides: debuginfo(build-id) = 42eda806a04da432157e30fb7ecd7d6657bbc33a debuginfo(build-id) = 56c681417b8717ca9b4a83d5cc6d689c6f044907 debuginfo(build-id) = 7e87f02acb57689d8070438ae2995e0896181ed9 ocaml-lablgl-debuginfo = 1:1.06-6.fc32 ocaml-lablgl-debuginfo(riscv-64) = 1:1.06-6.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-lablgl-debugsource(riscv-64) = 1:1.06-6.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 Wrote: /builddir/build/RPMS/ocaml-lablgl-1.06-6.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-lablgl-debugsource-1.06-6.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-lablgl-debuginfo-1.06-6.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-lablgl-devel-1.06-6.fc32.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DYnQUr + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.06 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.06-6.fc32.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0