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-23.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9YNN49 + 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.27yTGo + 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.13.1 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 File "sdlcdrom.ml", line 86, characters 2-16: 86 | cd_play_tracks cdrom (num - 1) 0 1 0;; ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels start_track, start_frame, num_tracks, num_frames were omitted in the application of this function. 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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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:403: note: this is the location of the previous definition 403 | #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 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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:403: note: this is the location of the previous definition 403 | #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 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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:403: note: this is the location of the previous definition 403 | #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 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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:403: note: this is the location of the previous definition 403 | #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 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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:403: note: this is the location of the previous definition 403 | #define Val_none Val_int(0) | ocamlmklib -v -o sdlgfx -oc sdlgfxstub sdlgfx_stub.o -L/usr/lib64 -lSDL -lSDL_gfx + gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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 File "sdlcdrom.ml", line 86, characters 2-16: 86 | cd_play_tracks cdrom (num - 1) 0 1 0;; ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels start_track, start_frame, num_tracks, num_frames were omitted in the application of this function. 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.CJwXCN + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 + cd ocamlsdl-0.9.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.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-23.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-23.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-23.mga9.aarch64/usr/lib64/ocaml/sdl /usr/bin/install -c -d /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/lib64/ocaml/stublibs /usr/bin/install -c dll*.so /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.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-23.mga9.aarch64/usr/bin + install -m 0755 ./xpm_to_ml /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/bin + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.9.1-23.mga9 --unique-debug-suffix -0.9.1-23.mga9.aarch64 --unique-debug-src-base ocaml-sdl-0.9.1-23.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-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlgfxstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlloaderstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlmixerstub.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsdlttfstub.so dwz: ./usr/lib64/ocaml/stublibs/dllsdlgfxstub.so-0.9.1-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlloaderstub.so-0.9.1-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlmixerstub.so-0.9.1-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlstub.so-0.9.1-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsdlttfstub.so-0.9.1-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 296kB, size after compression: 296kB /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-23.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.beJzvV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlsdl-0.9.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.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-23.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/share/doc/ocaml-sdl + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/share/doc/ocaml-sdl + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sdl) = c6f5c822f85c863c8838c0db884f99f7 ocaml(Sdlcdrom) = 3bfa9940f3d696cc92831f4a7aedcb75 ocaml(Sdlevent) = cc9f164e224f966a1c09f3eec077f688 ocaml(Sdlgfx) = ab26d4db64c7a88d52efe956b176f760 ocaml(Sdlgl) = f3fdbed867497d256b0c7c9f500d369a ocaml(Sdljoystick) = bfb42cc1bb2d0efdc67128d8328a60b0 ocaml(Sdlkey) = 67065b632003780c6b660deb58e8a115 ocaml(Sdlloader) = 19effaadcc9166bff9a2f458649b6aa3 ocaml(Sdlmixer) = 6658aec3d694ca11de1eaf0f3f81b83c ocaml(Sdlmouse) = 6c0ed4c65d21534ff27d7d1bf57eacb7 ocaml(Sdltimer) = ebb4c3f26a333e36ad4f77705e4e1554 ocaml(Sdlttf) = a04707b0166268f8a9094979592384b4 ocaml(Sdlvideo) = eb2ea49db00eb4ce82e427ce8062beda ocaml(Sdlwm) = 6c0bc52088e5b2397a317ed5a8a02936 ocaml-sdl = 0.9.1-23.mga9 ocaml-sdl(aarch-64) = 0.9.1-23.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) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Raw) = ca76742267ffac8010bc67e3123a3a4c ocaml(Sdl) = c6f5c822f85c863c8838c0db884f99f7 ocaml(Sdljoystick) = bfb42cc1bb2d0efdc67128d8328a60b0 ocaml(Sdlkey) = 67065b632003780c6b660deb58e8a115 ocaml(Sdlmouse) = 6c0ed4c65d21534ff27d7d1bf57eacb7 ocaml(Sdlvideo) = eb2ea49db00eb4ce82e427ce8062beda ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Char) = 61e527e7ba78bf9450c29456437722da ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Gc) = cc1c769111c523838b9f0f1ae9229bba ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printexc) = 265cf863b6cc4d76f93e66b2a3ed4ef1 ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Sys) = 77e29567f2d5143158a3c6ae227ebb37 Processing files: ocaml-sdl-devel-0.9.1-23.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.p21dOw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocamlsdl-0.9.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.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-23.mga9.aarch64/usr/share/doc/ocaml-sdl-devel + cp -pr doc/html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64/usr/share/doc/ocaml-sdl-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sdl) = c6f5c822f85c863c8838c0db884f99f7 ocaml(Sdlcdrom) = 3bfa9940f3d696cc92831f4a7aedcb75 ocaml(Sdlevent) = cc9f164e224f966a1c09f3eec077f688 ocaml(Sdlgfx) = ab26d4db64c7a88d52efe956b176f760 ocaml(Sdlgl) = f3fdbed867497d256b0c7c9f500d369a ocaml(Sdljoystick) = bfb42cc1bb2d0efdc67128d8328a60b0 ocaml(Sdlkey) = 67065b632003780c6b660deb58e8a115 ocaml(Sdlloader) = 19effaadcc9166bff9a2f458649b6aa3 ocaml(Sdlmixer) = 6658aec3d694ca11de1eaf0f3f81b83c ocaml(Sdlmouse) = 6c0ed4c65d21534ff27d7d1bf57eacb7 ocaml(Sdltimer) = ebb4c3f26a333e36ad4f77705e4e1554 ocaml(Sdlttf) = a04707b0166268f8a9094979592384b4 ocaml(Sdlvideo) = eb2ea49db00eb4ce82e427ce8062beda ocaml(Sdlwm) = 6c0bc52088e5b2397a317ed5a8a02936 ocaml-sdl-devel = 0.9.1-23.mga9 ocaml-sdl-devel(aarch-64) = 0.9.1-23.mga9 ocamlx(Sdl) = 098e2286a7a39e16fad65f33140c628c ocamlx(Sdlcdrom) = 74bf8bea0e63c4d1c53bb5406ca304b2 ocamlx(Sdlevent) = eb1ccd174d43518de1c5682e3c036658 ocamlx(Sdlgfx) = f855764c18b51a55c1228590177675a0 ocamlx(Sdlgl) = 019bb3bb883369fa0b3c0469810114b0 ocamlx(Sdljoystick) = bfc3a0ce1970eb0a4b582e93007aaee2 ocamlx(Sdlkey) = 7e4e9305acfdaf2156b1e131b4aeb925 ocamlx(Sdlloader) = a10228085bf71c7f8443b6ea3eedae2c ocamlx(Sdlmixer) = 14bfbd814090dd3cd45d66af638267a3 ocamlx(Sdlmouse) = f28f1b7ae0a7443f4524e7a19fa568f7 ocamlx(Sdltimer) = 7fbd3419210b5b5cbfc161d1271db6f7 ocamlx(Sdlttf) = 992b7dbf43791423f00745ede135884d ocamlx(Sdlvideo) = 3a934585a59ff7d34e39348ebac99e93 ocamlx(Sdlwm) = 196c5aae341124e917bf8a05adda38aa Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: gawk ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Raw) = ca76742267ffac8010bc67e3123a3a4c ocaml(Sdl) = c6f5c822f85c863c8838c0db884f99f7 ocaml(Sdljoystick) = bfb42cc1bb2d0efdc67128d8328a60b0 ocaml(Sdlkey) = 67065b632003780c6b660deb58e8a115 ocaml(Sdlmouse) = 6c0ed4c65d21534ff27d7d1bf57eacb7 ocaml(Sdlvideo) = eb2ea49db00eb4ce82e427ce8062beda ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Char) = 61e527e7ba78bf9450c29456437722da ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Gc) = cc1c769111c523838b9f0f1ae9229bba ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printexc) = 265cf863b6cc4d76f93e66b2a3ed4ef1 ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Sys) = 77e29567f2d5143158a3c6ae227ebb37 ocamlx(Sdl) = 098e2286a7a39e16fad65f33140c628c ocamlx(Sdlkey) = 7e4e9305acfdaf2156b1e131b4aeb925 ocamlx(Sdlmouse) = f28f1b7ae0a7443f4524e7a19fa568f7 ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Array) = aab10518c3f1158148fe7713d20dc740 ocamlx(Stdlib__Bigarray) = e645043cc6ca029f2cd5fd68af62e415 ocamlx(Stdlib__Bytes) = 33e3746ac47aa01c0ae846774479f668 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Char) = 64ea034a825e47025f1dc8bfe9ae8e10 ocamlx(Stdlib__Gc) = a7c20d51ee15027e17dafbf23d0c7ba0 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__String) = e3d157a8c85cee272249a1c492e502f5 ocamlx(Stdlib__Sys) = 3aa3655700ec2d80629d3a9555109f96 Processing files: ocaml-sdl-debugsource-0.9.1-23.mga9.aarch64 Provides: ocaml-sdl-debugsource = 0.9.1-23.mga9 ocaml-sdl-debugsource(aarch-64) = 0.9.1-23.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-23.mga9.aarch64 Provides: debuginfo(build-id) = 6a3fe0af2ee6b065fce0493395171d32237d927d debuginfo(build-id) = 92fb0203ed3b32a27c0645a6e21f0ad01642d653 debuginfo(build-id) = bca617744594aff0151a8ab5cf60a11475c57db4 debuginfo(build-id) = d7ba3ae5e9f2a17cec5230a540b2688f675b1fda debuginfo(build-id) = e4bdedc593a5899eeae0f8ed43f35b0ba97f863c ocaml-sdl-debuginfo = 0.9.1-23.mga9 ocaml-sdl-debuginfo(aarch-64) = 0.9.1-23.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-23.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-sdl-0.9.1-23.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-debugsource-0.9.1-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-debuginfo-0.9.1-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-0.9.1-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sdl-devel-0.9.1-23.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3sbxNj + 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-23.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9TciEw + 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!