Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ocaml-lablgl.spec'], printOutput=Falseuser='mockbuild'shell=Falselogger=gid=135timeout=0uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-15749/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ocaml-lablgl.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ocaml-lablgl-1.05-15bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ocaml-lablgl.spec "], private_network=TrueprintOutput=Falseuser='mockbuild'shell=Falselogger=gid=135timeout=0uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'}chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-15749/root') Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ocaml-lablgl.spec "] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4eVAsc + 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 -xf - + 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.gZiXoh + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + unset MAKEFLAGS + make all opt cd src && make all LIBDIR="/usr/lib/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 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/X11R6/include" ml_gl.c ml_gl.c: In function 'ml_glGetString': ml_gl.c:225:71: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] ml_gl.c:40:7: note: expected 'const char *' but argument is of type 'const GLubyte * {aka const unsigned char *}' value copy_string_check (const char *str) ^ ml_gl.c: In function 'ml_glGenTextures': ml_gl.c:674:90: warning: pointer targets in passing argument 2 of 'glGenTextures' differ in signedness [-Wpointer-sign] In file included from ml_gl.c:10:0: /usr/include/GL/gl.h:1307:45: 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/X11R6/include" ml_glu.c ml_glu.c: In function 'ml_gluGetString': ml_glu.c:96:72: warning: pointer targets in passing argument 1 of 'lablgl_copy_string_check' differ in signedness [-Wpointer-sign] In file included from ml_glu.c:19:0: ml_gl.h:10:7: note: expected 'const char *' but argument is of type 'const GLubyte * {aka const unsigned char *}' 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include" togl.c + gcc -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -fno-strict-aliasing -O -fPIC -c -DTOGL_X11 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I../../src -ITogl -I/usr/include -I. -I/usr/X11R6/include -I'/usr/lib/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:12: 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/lib/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/lib/ocaml/lablGL" lablgl.cma labltk.cma togl.cma $*' >> lablgl; \ else echo 'exec "/usr/lib/ocaml/lablGL/lablgltop" -I +labltk -I "/usr/lib/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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/X11R6/include -I../../src" wrap_glut.c wrap_glut.c: In function 'ml_glutBitmapLength': wrap_glut.c:393:69: warning: pointer targets in passing argument 2 of 'glutBitmapLength' differ in signedness [-Wpointer-sign] 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:6: note: expected 'const unsigned char *' but argument is of type 'char *' FGAPI int FGAPIENTRY glutBitmapLength( void* font, const unsigned char* string ); ^ wrap_glut.c: In function 'ml_glutStrokeLength': wrap_glut.c:399:69: warning: pointer targets in passing argument 2 of 'glutStrokeLength' differ in signedness [-Wpointer-sign] 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:6: 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/lib/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/lib/ocaml/lablGL" lablgl.cma lablglut.cma $*' >> lablglut; \ else echo 'exec "/usr/lib/ocaml/lablGL/lablgluttop" -I "/usr/lib/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.SGAIik + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm + cd lablgl-1.05 + rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL + mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/stublibs + make INSTALLDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL DLLDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/stublibs BINDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL"; then : ; else mkdir -p "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cp liblablgl.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL" && : liblablgl.a if test -f dlllablgl.so; then cp dlllablgl.so "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/stublibs" make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/Togl/src' cp lablgl "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/bin" cp togl.cmi togl.cma "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL"; then : ; else mkdir -p "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL"; fi cp glut.ml glut.mli "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cp liblablglut.a "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/stublibs" make[4]: Leaving directory '/builddir/build/BUILD/lablgl-1.05/LablGlut/src' cp lablglut "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/bin" cp glut.cmi lablglut.cma "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL" cd "/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/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-15bs02npfc23.arm/usr/lib/ocaml/lablGL ~/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL ~/build/BUILD/lablgl-1.05 + pushd /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/lablGL + 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/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/lablgl-1.05 extracting debug info from /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/stublibs/dlltogl.so extracting debug info from /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/stublibs/dlllablgl.so extracting debug info from /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/lib/ocaml/stublibs/dlllablglut.so /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 490 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /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-java-repack-jars Processing files: ocaml-lablgl-1.05-15bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.44DWZF + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + DOCDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl + cp -pr README /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl + exit 0 Provides: ocaml(Gl) = f14cbab5e89adb825001f32838a162f1 ocaml(GlArray) = 4c75e0975b3340f06837572544bd6671 ocaml(GlClear) = 32b0140335c4427195584f22a6464e65 ocaml(GlDraw) = e43b25c435989f2a83cf9aac40a9a6a6 ocaml(GlFunc) = c36f6977af51df5d3cbb7f6c968eb9eb ocaml(GlLight) = 15beba27d5a3b3f7b66188d7bfc8b100 ocaml(GlList) = 6115dd0a59c591746c22f2daec2e7769 ocaml(GlMap) = c0b75762c24446395b52b536553a58a4 ocaml(GlMat) = 199f8c13e57af28538a655210957c959 ocaml(GlMisc) = 1f9e9c7b655ceca262563da0b26dec1e ocaml(GlPix) = e1ac596bd999a3d92ae4657ce924c47a ocaml(GlShader) = 2faac8a564f147e4d4371a98e0224c98 ocaml(GlTex) = a6affd1cc1810822d824a56dd1198664 ocaml(GluMat) = 148a967d77a15caa96a0526b31addffb ocaml(GluMisc) = 0ea04ceac39411b82795d67e47b72e2a ocaml(GluNurbs) = 27c918ff35573b60159b449fc6d6b136 ocaml(GluQuadric) = 2f0590e9e8032be489cebf7b66f43cc9 ocaml(GluTess) = dcc717b2d45f784971eb9dd831cb200a ocaml(Glut) = edcc3b6e25b5e9e70e73ff3ed235c362 ocaml(Raw) = 4b03b90f58b4e7b995d62cb9150fe755 ocaml(Togl) = 95e0b707ac4ca3373571275ace69ce06 ocaml-lablgl = 1:1.05-15bs02npfc23 ocaml-lablgl(armv6hl-32) = 1:1.05-15bs02npfc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libGL.so.1 libGLU.so.1 libX11.so.6 libXext.so.6 libXmu.so.6 libXxf86vm.so.1 libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libglut.so.3 ocaml(Arg) = 1a93c52516966fe6a58564a4c4d9e4fa ocaml(Array) = ae800d8cf9903f1d36856950940430e6 ocaml(ArrayLabels) = 58a6628d1722d835ca71a7e76108549e ocaml(Buffer) = a579f4a57e300ec755f84af883c1e51b ocaml(BytesLabels) = f6f25f5328b09c590f56c7e37005c501 ocaml(Callback) = deb9226b3de6bdba985bad268a5b7c51 ocaml(CamlinternalFormatBasics) = 8b069fca1e4d9316b588e5554f38bb24 ocaml(Char) = 60fd98ba6ff303baf9287e7bfb886f12 ocaml(Gl) = f14cbab5e89adb825001f32838a162f1 ocaml(GlDraw) = e43b25c435989f2a83cf9aac40a9a6a6 ocaml(GlList) = 6115dd0a59c591746c22f2daec2e7769 ocaml(GlMap) = c0b75762c24446395b52b536553a58a4 ocaml(GlPix) = e1ac596bd999a3d92ae4657ce924c47a ocaml(GlTex) = a6affd1cc1810822d824a56dd1198664 ocaml(Hashtbl) = bb8e269d690301a1c4ff14a08e96e83e ocaml(Int32) = f43b8a2972804b40e28b661b6fdf157a ocaml(List) = 8988208489274193e4e3f69dc6ec2f75 ocaml(ListLabels) = f9c893b10648fae8e31ad7bfcd64248f ocaml(Nativeint) = d9e04753374f7110b66feda40414e5e3 ocaml(Obj) = 8b014ec57a472d9f3922b63e5de9d1f2 ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be ocaml(Printf) = eb49a17645c5ea2dd298430a3c986186 ocaml(Protocol) = 73918cae2c5296d56a80880877bfbe53 ocaml(Raw) = 4b03b90f58b4e7b995d62cb9150fe755 ocaml(Rawwidget) = 0c46e5aab322bd839efc68dc7c1a4eb0 ocaml(StdLabels) = bde0996731d345de202224fb701f3910 ocaml(String) = 9cb286f2c4569fd32c379b1a05c7b590 ocaml(StringLabels) = d53c23a5c85990103dbeef11dd5cf4f1 ocaml(Support) = 86b2f28b67f3fd179e3b074fd0cd97a0 ocaml(Textvariable) = c7bd4cf2bcb05b7bd687453a4f90da61 ocaml(Timer) = d82b984f37755d550f81e01d52f091f8 ocaml(Tk) = d10231c9d255dc9295311dfb164a8237 ocaml(Widget) = 13f5dc65b61636733bf135dbbf7dc798 ocaml(runtime) = 4.02.2 rtld(GNU_HASH) Processing files: ocaml-lablgl-devel-1.05-15bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JxefaO + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + DOCDIR=/builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + cp -pr COPYRIGHT /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + cp -pr LablGlut/examples /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + cp -pr Togl/examples /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm/usr/share/doc/ocaml-lablgl-devel + exit 0 Provides: ocaml-lablgl-devel = 1:1.05-15bs02npfc23 ocaml-lablgl-devel(armv6hl-32) = 1:1.05-15bs02npfc23 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.05-15bs02npfc23.armv6hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm Wrote: /builddir/build/RPMS/ocaml-lablgl-1.05-15bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-lablgl-devel-1.05-15bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-lablgl-debuginfo-1.05-15bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zzqjz0 + umask 022 + cd /builddir/build/BUILD + cd lablgl-1.05 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-lablgl-1.05-15bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->