D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-sdl-0.9.1-22.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LdYnyn + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocamlsdl-0.9.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocamlsdl-0.9.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocamlsdl-0.9.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ocamlsdl-0.9.1-safe-string.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5adjfe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlsdl-0.9.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure checking for ocamlc... ocamlc OCaml version is 4.12.0 OCaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... no checking for ocamlfind... no checking OCaml Sys.os_type... Unix checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for inline... inline checking for a BSD-compatible install... /usr/bin/install -c checking for OCaml module lablGL... +lablGL checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking SDL_ttf.h usability... yes checking SDL_ttf.h presence... yes checking for SDL_ttf.h... yes checking for TTF_OpenFontRW in -lSDL_ttf... yes checking SDL_image.h usability... yes checking SDL_image.h presence... yes checking for SDL_image.h... yes checking for IMG_ReadXPMFromArray in -lSDL_image... yes checking SDL_mixer.h usability... yes checking SDL_mixer.h presence... yes checking for SDL_mixer.h... yes checking for Mix_QuickLoad_WAV in -lSDL_mixer... yes checking SDL_gfxPrimitives.h usability... yes checking SDL_gfxPrimitives.h presence... yes checking for SDL_gfxPrimitives.h... yes checking for pixelColor in -lSDL_gfx... yes configure: creating ./config.status config.status: creating META config.status: creating makefile.platform config.status: creating makefile.config.gcc config.status: creating src/config.h Configure summary: LablGL yes SDL_image yes SDL_mixer yes SDL_tff yes SDL_gfx yes Configure finished, type 'make' to build. + make make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocamlsdl-0.9.1/src' making deps... ocamlc.opt sdl.mli ocamlc.opt -c -g sdl.ml ocamlc.opt sdlcdrom.mli ocamlc.opt -c -g sdlcdrom.ml ocamlc.opt sdltimer.mli ocamlc.opt -c -g sdltimer.ml File "sdltimer.ml", line 26, characters 0-65: 26 | external get_ticks : unit -> int = "sdltimer_get_ticks" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" ocamlc.opt sdljoystick.mli ocamlc.opt -c -g sdljoystick.ml ocamlc.opt sdlkey.mli ocamlc.opt -c -g sdlkey.ml ocamlc.opt sdlmouse.mli ocamlc.opt -c -g sdlmouse.ml ocamlc.opt sdlevent.mli ocamlc.opt -c -g sdlevent.ml ocamlc.opt sdlvideo.mli ocamlc.opt -c -g sdlvideo.ml File "sdlvideo.ml", lines 210-211, characters 0-33: 210 | external must_lock : surface -> bool 211 | = "ml_SDL_MustLock" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "sdlvideo.ml", lines 214-215, characters 0-38: 214 | external unlock : surface -> unit 215 | = "ml_SDL_UnlockSurface" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" ocamlc.opt sdlwm.mli ocamlc.opt -c -g sdlwm.ml ocamlc.opt -I +lablGL sdlgl.mli ocamlc.opt -c -I +lablGL -g sdlgl.ml ocamlmklib -v -o sdl -oc sdlstub sdl.cmo sdlcdrom.cmo sdltimer.cmo sdljoystick.cmo sdlkey.cmo sdlmouse.cmo sdlevent.cmo sdlvideo.cmo sdlwm.cmo sdlgl.cmo -L/usr/lib64 -lSDL + /usr/bin/ocamlc -a -o sdl.cma sdl.cmo sdlcdrom.cmo sdltimer.cmo sdljoystick.cmo sdlkey.cmo sdlmouse.cmo sdlevent.cmo sdlvideo.cmo sdlwm.cmo sdlgl.cmo -dllib -lsdlstub -cclib -lsdlstub -cclib -L/usr/lib64 -cclib -lSDL ocamlc.opt sdlttf.mli ocamlc.opt -c -g sdlttf.ml ocamlmklib -v -o sdlttf -oc sdlttfstub sdlttf.cmo -L/usr/lib64 -lSDL -lSDL_ttf + /usr/bin/ocamlc -a -o sdlttf.cma sdlttf.cmo -dllib -lsdlttfstub -cclib -lsdlttfstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_ttf ocamlc.opt sdlloader.mli ocamlc.opt -c -g sdlloader.ml ocamlmklib -v -o sdlloader -oc sdlloaderstub sdlloader.cmo -L/usr/lib64 -lSDL -lSDL_image + /usr/bin/ocamlc -a -o sdlloader.cma sdlloader.cmo -dllib -lsdlloaderstub -cclib -lsdlloaderstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_image ocamlc.opt sdlmixer.mli ocamlc.opt -c -g sdlmixer.ml ocamlmklib -v -o sdlmixer -oc sdlmixerstub sdlmixer.cmo -L/usr/lib64 -lSDL -lSDL_mixer + /usr/bin/ocamlc -a -o sdlmixer.cma sdlmixer.cmo -dllib -lsdlmixerstub -cclib -lsdlmixerstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_mixer ocamlc.opt sdlgfx.mli ocamlc.opt -c -g sdlgfx.ml ocamlmklib -v -o sdlgfx -oc sdlgfxstub sdlgfx.cmo -L/usr/lib64 -lSDL -lSDL_gfx + /usr/bin/ocamlc -a -o sdlgfx.cma sdlgfx.cmo -dllib -lsdlgfxstub -cclib -lsdlgfxstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_gfx ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdl_stub.c In file included from sdl_stub.c:32: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from /usr/lib64/ocaml/caml/callback.h:24, from sdl_stub.c:24: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlcdrom_stub.c In file included from sdlcdrom_stub.c:24: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlcdrom_stub.c:24: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlcdrom_stub.c: In function 'sdlcdrom_raise_exception': sdlcdrom_stub.c:45:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 45 | cdrom_exn = caml_named_value("SDLcdrom_exception"); | ^ sdlcdrom_stub.c: In function 'sdlcdrom_raise_nocd': sdlcdrom_stub.c:56:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 56 | cdrom_exn = caml_named_value("SDLcdrom_nocd"); | ^ ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdltimer_stub.c In file included from sdltimer_stub.c:24: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdltimer_stub.c:24: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdljoystick_stub.c In file included from sdljoystick_stub.c:24: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdljoystick_stub.c:24: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdljoystick_stub.c: In function 'mlsdljoystick_raise_exception': sdljoystick_stub.c:39:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 39 | joystick_exn = caml_named_value("SDLjoystick_exception"); | ^ ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlkey_stub.c In file included from sdlkey_stub.c:5: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlkey_stub.c:5: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlmouse_stub.c In file included from sdlmouse_stub.c:4: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlmouse_stub.c:4: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlevent_stub.c In file included from sdlevent_stub.c:24: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlevent_stub.c:24: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlevent_stub.c: In function 'raise_event_exn': sdlevent_stub.c:34:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 34 | exn = caml_named_value("sdlevent_exn"); | ^ sdlevent_stub.c: In function 'find_mlsdl_keysym': sdlevent_stub.c:75:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 75 | table = caml_named_value("rev_keycode_table"); | ^ sdlevent_stub.c: In function 'find_sdl_keysym': sdlevent_stub.c:86:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 86 | table = caml_named_value("keycode_table"); | ^ ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlvideo_stub.c In file included from sdlvideo_stub.c:6: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlvideo_stub.c:6: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlvideo_stub.c: In function 'sdlvideo_raise_exception': sdlvideo_stub.c:97:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 97 | video_exn = caml_named_value("SDLvideo2_exception"); | ^ ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlwm_stub.c In file included from sdlwm_stub.c:3: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlwm_stub.c:3: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlgl_stub.c In file included from sdlgl_stub.c:4: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlgl_stub.c:4: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " common.c In file included from common.c:28: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.c:23: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlrwops_stub.c In file included from sdlrwops_stub.c:4: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlrwops_stub.c:4: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlrwops_stub.c: In function 'mlsdl_rw_from_mem': sdlrwops_stub.c:103:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 103 | pdata->base = String_val(buff); | ^ ocamlmklib -v -o sdl -oc sdlstub sdl_stub.o sdlcdrom_stub.o sdltimer_stub.o sdljoystick_stub.o sdlkey_stub.o sdlmouse_stub.o sdlevent_stub.o sdlvideo_stub.o sdlwm_stub.o sdlgl_stub.o common.o sdlrwops_stub.o -L/usr/lib64 -lSDL + gcc -shared -o ./dllsdlstub.so sdl_stub.o sdlcdrom_stub.o sdltimer_stub.o sdljoystick_stub.o sdlkey_stub.o sdlmouse_stub.o sdlevent_stub.o sdlvideo_stub.o sdlwm_stub.o sdlgl_stub.o common.o sdlrwops_stub.o -L/usr/lib64 -lSDL + ar rcs ./libsdlstub.a sdl_stub.o sdlcdrom_stub.o sdltimer_stub.o sdljoystick_stub.o sdlkey_stub.o sdlmouse_stub.o sdlevent_stub.o sdlvideo_stub.o sdlwm_stub.o sdlgl_stub.o common.o sdlrwops_stub.o && ranlib ./libsdlstub.a ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlttf_stub.c In file included from sdlttf_stub.c:24: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlttf_stub.c:24: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlttf_stub.c: In function 'sdlttf_raise_exception': sdlttf_stub.c:76:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 76 | ttf_exn = caml_named_value("SDLttf_exception"); | ^ ocamlmklib -v -o sdlttf -oc sdlttfstub sdlttf_stub.o -L/usr/lib64 -lSDL -lSDL_ttf + gcc -shared -o ./dllsdlttfstub.so sdlttf_stub.o -L/usr/lib64 -lSDL -lSDL_ttf + ar rcs ./libsdlttfstub.a sdlttf_stub.o && ranlib ./libsdlttfstub.a ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlloader_stub.c In file included from sdlloader_stub.c:27: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlloader_stub.c:27: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlloader_stub.c: In function 'sdlloader_raise_exception': sdlloader_stub.c:38:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 38 | loader_exn = caml_named_value("SDLloader_exception"); | ^ ocamlmklib -v -o sdlloader -oc sdlloaderstub sdlloader_stub.o -L/usr/lib64 -lSDL -lSDL_image + gcc -shared -o ./dllsdlloaderstub.so sdlloader_stub.o -L/usr/lib64 -lSDL -lSDL_image + ar rcs ./libsdlloaderstub.a sdlloader_stub.o && ranlib ./libsdlloaderstub.a ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlmixer_stub.c In file included from sdlmixer_stub.c:28: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlmixer_stub.c:28: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | sdlmixer_stub.c: In function 'sdlmixer_raise_exception': sdlmixer_stub.c:62:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 62 | mixer_exn = caml_named_value("SDLmixer_exception"); | ^ ocamlmklib -v -o sdlmixer -oc sdlmixerstub sdlmixer_stub.o -L/usr/lib64 -lSDL -lSDL_mixer + gcc -shared -o ./dllsdlmixerstub.so sdlmixer_stub.o -L/usr/lib64 -lSDL -lSDL_mixer + ar rcs ./libsdlmixerstub.a sdlmixer_stub.o && ranlib ./libsdlmixerstub.a ocamlc.opt -ccopt "-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O " sdlgfx_stub.c In file included from sdlgfx_stub.c:6: common.h:72: warning: "Val_none" redefined 72 | #define Val_none Val_unit | In file included from common.h:27, from sdlgfx_stub.c:6: /usr/lib64/ocaml/caml/mlvalues.h:395: note: this is the location of the previous definition 395 | #define Val_none Val_int(0) | ocamlmklib -v -o sdlgfx -oc sdlgfxstub sdlgfx_stub.o -L/usr/lib64 -lSDL -lSDL_gfx + gcc -shared -o ./dllsdlgfxstub.so sdlgfx_stub.o -L/usr/lib64 -lSDL -lSDL_gfx + ar rcs ./libsdlgfxstub.a sdlgfx_stub.o && ranlib ./libsdlgfxstub.a ocamlopt.opt -c -unsafe sdl.ml ocamlopt.opt -c -unsafe sdlcdrom.ml ocamlopt.opt -c -unsafe sdltimer.ml File "sdltimer.ml", line 26, characters 0-65: 26 | external get_ticks : unit -> int = "sdltimer_get_ticks" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" ocamlopt.opt -c -unsafe sdljoystick.ml ocamlopt.opt -c -unsafe sdlkey.ml ocamlopt.opt -c -unsafe sdlmouse.ml ocamlopt.opt -c -unsafe sdlevent.ml ocamlopt.opt -c -unsafe sdlvideo.ml File "sdlvideo.ml", lines 210-211, characters 0-33: 210 | external must_lock : surface -> bool 211 | = "ml_SDL_MustLock" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "sdlvideo.ml", lines 214-215, characters 0-38: 214 | external unlock : surface -> unit 215 | = "ml_SDL_UnlockSurface" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" ocamlopt.opt -c -unsafe sdlwm.ml ocamlopt.opt -c -I +lablGL -unsafe sdlgl.ml ocamlmklib -v -o sdl -oc sdlstub sdl.cmx sdlcdrom.cmx sdltimer.cmx sdljoystick.cmx sdlkey.cmx sdlmouse.cmx sdlevent.cmx sdlvideo.cmx sdlwm.cmx sdlgl.cmx -L/usr/lib64 -lSDL + /usr/bin/ocamlopt -a -o sdl.cmxa sdl.cmx sdlcdrom.cmx sdltimer.cmx sdljoystick.cmx sdlkey.cmx sdlmouse.cmx sdlevent.cmx sdlvideo.cmx sdlwm.cmx sdlgl.cmx -cclib -lsdlstub -cclib -L/usr/lib64 -cclib -lSDL ocamlopt.opt -c -unsafe sdlttf.ml ocamlmklib -v -o sdlttf -oc sdlttfstub sdlttf.cmx -L/usr/lib64 -lSDL -lSDL_ttf + /usr/bin/ocamlopt -a -o sdlttf.cmxa sdlttf.cmx -cclib -lsdlttfstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_ttf ocamlopt.opt -c -unsafe sdlloader.ml ocamlmklib -v -o sdlloader -oc sdlloaderstub sdlloader.cmx -L/usr/lib64 -lSDL -lSDL_image + /usr/bin/ocamlopt -a -o sdlloader.cmxa sdlloader.cmx -cclib -lsdlloaderstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_image ocamlopt.opt -c -unsafe sdlmixer.ml ocamlmklib -v -o sdlmixer -oc sdlmixerstub sdlmixer.cmx -L/usr/lib64 -lSDL -lSDL_mixer + /usr/bin/ocamlopt -a -o sdlmixer.cmxa sdlmixer.cmx -cclib -lsdlmixerstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_mixer ocamlopt.opt -c -unsafe sdlgfx.ml ocamlmklib -v -o sdlgfx -oc sdlgfxstub sdlgfx.cmx -L/usr/lib64 -lSDL -lSDL_gfx + /usr/bin/ocamlopt -a -o sdlgfx.cmxa sdlgfx.cmx -cclib -lsdlgfxstub -cclib -L/usr/lib64 -cclib -lSDL -cclib -lSDL_gfx make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocamlsdl-0.9.1/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.y3DgMb + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 + cd ocamlsdl-0.9.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64//usr/lib64/ocaml/sdl + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocamlsdl-0.9.1/src' /usr/bin/install -c -d /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/sdl /usr/bin/install -c -m 644 *.cma lib*.a *.cmi *.mli /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/sdl /usr/bin/install -c -m 644 *.cmxa sdl*.a *.cmx /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/sdl /usr/bin/install -c -d /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs /usr/bin/install -c dll*.so /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocamlsdl-0.9.1/src' + install -d /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/bin + install -m 0755 ./xpm_to_ml /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/bin + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.9.1-22.mga9 --unique-debug-suffix -0.9.1-22.mga9.aarch64 --unique-debug-src-base ocaml-sdl-0.9.1-22.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocamlsdl-0.9.1 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlmixerstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlgfxstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlloaderstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlttfstub.so dwz: ./usr/lib64/ocaml/stublibs/dllsdlgfxstub.so-0.9.1-22.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlloaderstub.so-0.9.1-22.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlmixerstub.so-0.9.1-22.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlstub.so-0.9.1-22.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlttfstub.so-0.9.1-22.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 300kB, size after compression: 300kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 5 CRC32s did match. 195 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/xpm_to_ml from /bin/awk -f to #!/usr/bin/awk -f Processing files: ocaml-sdl-0.9.1-22.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.COl5LD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlsdl-0.9.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sdl) = b199ff82d10ef9de63fbe734f1209559 ocaml(Sdlcdrom) = 0a902264e5af455017731f899c54fbd0 ocaml(Sdlevent) = 49f8b6f4d18b47f6b21a5050c08e88bc ocaml(Sdlgfx) = 8f1aafe7014a5a4d4814fbf35eb62107 ocaml(Sdlgl) = a5f5afcafbe59a7888960b0ac1831b56 ocaml(Sdljoystick) = bccc9903803f089985a2d9cdb43fe503 ocaml(Sdlkey) = c6e4bf50ab49199a259b2e42e58b087a ocaml(Sdlloader) = d392c60663e8fd6a102daae3b30c7b84 ocaml(Sdlmixer) = ed90bae82dca24eff65b212f2024bcd8 ocaml(Sdlmouse) = 45b96f1cc3dacc6b3020fc0d7328b417 ocaml(Sdltimer) = d1586c72ae80ebbc65ddf7996f8d7bf7 ocaml(Sdlttf) = f87f29047447252a6c79539ee93f6f4e ocaml(Sdlvideo) = 4e5cc784a9e130682f2e577da3acb425 ocaml(Sdlwm) = acbe19cecc92cb2cd0d0b94fe61e1edc ocaml-sdl = 0.9.1-22.mga9 ocaml-sdl(aarch-64) = 0.9.1-22.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libSDL-1.2.so.0()(64bit) libSDL_gfx.so.16()(64bit) libSDL_image-1.2.so.0()(64bit) libSDL_mixer-1.2.so.0()(64bit) libSDL_ttf-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Raw) = d2ef46f213ee1cd3d291fcf102e2cd27 ocaml(Sdl) = b199ff82d10ef9de63fbe734f1209559 ocaml(Sdljoystick) = bccc9903803f089985a2d9cdb43fe503 ocaml(Sdlkey) = c6e4bf50ab49199a259b2e42e58b087a ocaml(Sdlmouse) = 45b96f1cc3dacc6b3020fc0d7328b417 ocaml(Sdlvideo) = 4e5cc784a9e130682f2e577da3acb425 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__gc) = dc6a7673c4090b9da739ce254d1f56a1 ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printexc) = 2ed36879cfa0bc71cb0de0098e5580b3 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 Processing files: ocaml-sdl-devel-0.9.1-22.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GhXYOW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlsdl-0.9.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl-devel + cp -pr doc/html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64/usr/share/doc/ocaml-sdl-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sdl) = b199ff82d10ef9de63fbe734f1209559 ocaml(Sdlcdrom) = 0a902264e5af455017731f899c54fbd0 ocaml(Sdlevent) = 49f8b6f4d18b47f6b21a5050c08e88bc ocaml(Sdlgfx) = 8f1aafe7014a5a4d4814fbf35eb62107 ocaml(Sdlgl) = a5f5afcafbe59a7888960b0ac1831b56 ocaml(Sdljoystick) = bccc9903803f089985a2d9cdb43fe503 ocaml(Sdlkey) = c6e4bf50ab49199a259b2e42e58b087a ocaml(Sdlloader) = d392c60663e8fd6a102daae3b30c7b84 ocaml(Sdlmixer) = ed90bae82dca24eff65b212f2024bcd8 ocaml(Sdlmouse) = 45b96f1cc3dacc6b3020fc0d7328b417 ocaml(Sdltimer) = d1586c72ae80ebbc65ddf7996f8d7bf7 ocaml(Sdlttf) = f87f29047447252a6c79539ee93f6f4e ocaml(Sdlvideo) = 4e5cc784a9e130682f2e577da3acb425 ocaml(Sdlwm) = acbe19cecc92cb2cd0d0b94fe61e1edc ocaml-sdl-devel = 0.9.1-22.mga9 ocaml-sdl-devel(aarch-64) = 0.9.1-22.mga9 ocamlx(Sdl) = 10b86379a64559bcca4a301a44ffec10 ocamlx(Sdlcdrom) = 8a085632eb57a9172d0f9256aba0ef59 ocamlx(Sdlevent) = 0e3401e4174b9e1d59cd50d43003b056 ocamlx(Sdlgfx) = 77010e3dadcfe421d59c2853bc2817f3 ocamlx(Sdlgl) = 0cf57ee94e0429e44aa655f5d9966484 ocamlx(Sdljoystick) = d486a0e9adaa22eb37d1388fb01a4a7e ocamlx(Sdlkey) = 961862ada321fe98cf105140a528d5b0 ocamlx(Sdlloader) = 49d0c38054d5d55d1c02c1101b0403bb ocamlx(Sdlmixer) = fba4a96a3263d2192c0b9a1eb1a20d0b ocamlx(Sdlmouse) = c733fc8ced2670a7229f01a71a12cc6f ocamlx(Sdltimer) = 89fc264a432aacc10f827de78fd605e6 ocamlx(Sdlttf) = a5948d732db91a5c5b0aea1bdc8357a9 ocamlx(Sdlvideo) = c8ba7bc00653ff7ad710c773a9bef654 ocamlx(Sdlwm) = b0dea5a4796388fb3d7a93fd6a020869 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: gawk ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Raw) = d2ef46f213ee1cd3d291fcf102e2cd27 ocaml(Sdl) = b199ff82d10ef9de63fbe734f1209559 ocaml(Sdljoystick) = bccc9903803f089985a2d9cdb43fe503 ocaml(Sdlkey) = c6e4bf50ab49199a259b2e42e58b087a ocaml(Sdlmouse) = 45b96f1cc3dacc6b3020fc0d7328b417 ocaml(Sdlvideo) = 4e5cc784a9e130682f2e577da3acb425 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__char) = ccd3738d6394dcb9283f27d985cd03db ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__gc) = dc6a7673c4090b9da739ce254d1f56a1 ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printexc) = 2ed36879cfa0bc71cb0de0098e5580b3 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocamlx(Sdl) = 10b86379a64559bcca4a301a44ffec10 ocamlx(Sdlkey) = 961862ada321fe98cf105140a528d5b0 ocamlx(Sdlmouse) = c733fc8ced2670a7229f01a71a12cc6f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__bigarray) = 4651c2ef0ffc9b4d24ffe12cf6babda3 ocamlx(Stdlib__bytes) = 1920173de71d5daeef951ba8094b058a ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c ocamlx(Stdlib__char) = ceadb77e2c81b1c955823f0bf953c676 ocamlx(Stdlib__gc) = 132b3af1318da21f2765f4d2dc8f5fb9 ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd Processing files: ocaml-sdl-debugsource-0.9.1-22.mga9.aarch64 Provides: ocaml-sdl-debugsource = 0.9.1-22.mga9 ocaml-sdl-debugsource(aarch-64) = 0.9.1-22.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-sdl-debuginfo-0.9.1-22.mga9.aarch64 Provides: debuginfo(build-id) = 5995a26f0c819469be3acce636206dcaeec00e07 debuginfo(build-id) = 5c5d94894cedaeb9ef52ae3c4631fb5d7ff6c05a debuginfo(build-id) = 60eebc7d0bf41c84804ea58f7a1769efe7d19cb8 debuginfo(build-id) = 62f2180aa217668b3aa786b86cc72b27cae300d3 debuginfo(build-id) = 9fa267e1dceab4aa8950b23515d98fcfcd138fe2 ocaml-sdl-debuginfo = 0.9.1-22.mga9 ocaml-sdl-debuginfo(aarch-64) = 0.9.1-22.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-sdl-debugsource(aarch-64) = 0.9.1-22.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-debugsource-0.9.1-22.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-debuginfo-0.9.1-22.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-0.9.1-22.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-devel-0.9.1-22.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gkt3XW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlsdl-0.9.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-22.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KQyEVn + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocamlsdl-0.9.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!