<86>Jun  8 08:00:07 userdel[792601]: delete user 'rooter'
<86>Jun  8 08:00:07 userdel[792601]: removed group 'rooter' owned by 'rooter'
<86>Jun  8 08:00:07 userdel[792601]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  8 08:00:07 groupadd[792637]: group added to /etc/group: name=rooter, GID=1853
<86>Jun  8 08:00:07 groupadd[792637]: group added to /etc/gshadow: name=rooter
<86>Jun  8 08:00:07 groupadd[792637]: new group: name=rooter, GID=1853
<86>Jun  8 08:00:07 useradd[792670]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash, from=none
<86>Jun  8 08:00:07 userdel[792725]: delete user 'builder'
<86>Jun  8 08:00:07 userdel[792725]: removed group 'builder' owned by 'builder'
<86>Jun  8 08:00:07 userdel[792725]: removed shadow group 'builder' owned by 'builder'
<86>Jun  8 08:00:07 groupadd[792764]: group added to /etc/group: name=builder, GID=1854
<86>Jun  8 08:00:07 groupadd[792764]: group added to /etc/gshadow: name=builder
<86>Jun  8 08:00:07 groupadd[792764]: new group: name=builder, GID=1854
<86>Jun  8 08:00:07 useradd[792807]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash, from=none
warning: Macro %dune_build not found
warning: Macro %dune_install not found
<13>Jun  8 08:00:11 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Jun  8 08:00:11 rpmi: rpm-build-ocaml-1.6.2.1-alt1 sisyphus+349582.100.1.1 1716824125 installed
<13>Jun  8 08:00:18 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Jun  8 08:00:18 rpmi: ocaml-extlib-1.7.9-alt1 sisyphus+333652.6400.29.2 1701357781 installed
<13>Jun  8 08:00:18 rpmi: ocaml-extlib-devel-1.7.9-alt1 sisyphus+333652.6400.29.2 1701357781 installed
<13>Jun  8 08:00:18 rpmi: libglpk40-5.0-alt1_1 sisyphus+346241.200.2.1 1716414943 installed
<13>Jun  8 08:00:18 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed
<13>Jun  8 08:00:18 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed
<13>Jun  8 08:00:19 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed
<13>Jun  8 08:00:19 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed
<13>Jun  8 08:00:19 rpmi: libglpk-devel-5.0-alt1_1 sisyphus+346241.200.2.1 1716414943 installed
<13>Jun  8 08:00:19 rpmi: ocaml-cudf-devel-0.10-alt1 sisyphus+333652.14500.29.2 1701359471 installed
<13>Jun  8 08:00:19 rpmi: dune-3.11.1-alt2 sisyphus+333652.440.29.2 1701355995 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocaml-mccs-1.1.16-alt1.nosrc.rpm (w1.gzdio)
Installing ocaml-mccs-1.1.16-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80321
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-mccs-1.1.16
+ echo 'Source #0 (ocaml-mccs-1.1.16.tar):'
Source #0 (ocaml-mccs-1.1.16.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-mccs-1.1.16.tar
+ cd ocaml-mccs-1.1.16
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80321
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-mccs-1.1.16
+ /usr/bin/dune build --verbose
Shared cache: disabled
Workspace root: /usr/src/RPM/BUILD/ocaml-mccs-1.1.16
Auto-detected concurrency: 16
Dune context:
 { name = "default"
 ; kind = "default"
 ; profile = Dev
 ; merlin = true
 ; for_host = None
 ; fdo_target_exe = None
 ; build_dir = In_build_dir "default"
 ; ocaml_bin = External "/usr/bin"
 ; ocaml = Ok External "/usr/bin/ocaml"
 ; ocamlc = External "/usr/bin/ocamlc"
 ; ocamlopt =
     Error
       { context = "default"
       ; program = "ocamlopt"
       ; hint =
           Some
             "ocamlc found in /usr/bin, but /usr/bin/ocamlopt doesn't exist (context: default)"
       }
 ; ocamldep = Ok External "/usr/bin/ocamldep"
 ; ocamlmklib = Ok External "/usr/bin/ocamlmklib"
 ; installed_env =
     map
       { "INSIDE_DUNE" :
           "/usr/src/RPM/BUILD/ocaml-mccs-1.1.16/_build/default"
       }
 ; findlib_paths = [ External "/usr/lib/ocaml" ]
 ; ocaml_config =
     { version = "4.14.1"
     ; standard_library_default = "/usr/lib/ocaml"
     ; standard_library = "/usr/lib/ocaml"
     ; standard_runtime = "the_standard_runtime_variable_was_deleted"
     ; ccomp_type = "cc"
     ; c_compiler = "gcc"
     ; ocamlc_cflags =
         [ "-O2"
         ; "-fno-strict-aliasing"
         ; "-fwrapv"
         ; "-pthread"
         ; "-fPIC"
         ; "-pipe"
         ; "-frecord-gcc-switches"
         ; "-g"
         ; "-O2"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-D_FILE_OFFSET_BITS=64"
         ]
     ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
     ; ocamlopt_cflags =
         [ "-O2"
         ; "-fno-strict-aliasing"
         ; "-fwrapv"
         ; "-pthread"
         ; "-fPIC"
         ; "-pipe"
         ; "-frecord-gcc-switches"
         ; "-g"
         ; "-O2"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-D_FILE_OFFSET_BITS=64"
         ]
     ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
     ; bytecomp_c_compiler =
         [ "gcc"
         ; "-O2"
         ; "-fno-strict-aliasing"
         ; "-fwrapv"
         ; "-pthread"
         ; "-fPIC"
         ; "-pipe"
         ; "-frecord-gcc-switches"
         ; "-g"
         ; "-O2"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-D_FILE_OFFSET_BITS=64"
         ; "-D_FILE_OFFSET_BITS=64"
         ]
     ; bytecomp_c_libraries = [ "-lm"; "-lpthread" ]
     ; native_c_compiler =
         [ "gcc"
         ; "-O2"
         ; "-fno-strict-aliasing"
         ; "-fwrapv"
         ; "-pthread"
         ; "-fPIC"
         ; "-pipe"
         ; "-frecord-gcc-switches"
         ; "-g"
         ; "-O2"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-D_FILE_OFFSET_BITS=64"
         ; "-D_FILE_OFFSET_BITS=64"
         ]
     ; native_c_libraries = [ "-lm" ]
     ; native_pack_linker = [ "ld"; "-r"; "-o" ]
     ; cc_profile = []
     ; architecture = "i386"
     ; model = "default"
     ; int_size = 31
     ; word_size = 32
     ; system = "linux_elf"
     ; asm = [ "as" ]
     ; asm_cfi_supported = false
     ; with_frame_pointers = false
     ; ext_exe = ""
     ; ext_obj = ".o"
     ; ext_asm = ".s"
     ; ext_lib = ".a"
     ; ext_dll = ".so"
     ; os_type = "Unix"
     ; default_executable_name = "a.out"
     ; systhread_supported = true
     ; host = "i686-pc-linux-gnu"
     ; target = "i686-pc-linux-gnu"
     ; profiling = false
     ; flambda = false
     ; spacetime = false
     ; safe_string = true
     ; exec_magic_number = "Caml1999X031"
     ; cmi_magic_number = "Caml1999I031"
     ; cmo_magic_number = "Caml1999O031"
     ; cma_magic_number = "Caml1999A031"
     ; cmx_magic_number = "Caml1999Y031"
     ; cmxa_magic_number = "Caml1999Z031"
     ; ast_impl_magic_number = "Caml1999M031"
     ; ast_intf_magic_number = "Caml1999N031"
     ; cmxs_magic_number = "Caml1999D031"
     ; cmt_magic_number = "Caml1999T031"
     ; natdynlink_supported = false
     ; supports_shared_libraries = true
     ; windows_unicode = false
     }
 ; instrument_with = []
 }
Actual targets:
- alias @@default
Running[1]: (cd _build/default/src && /usr/bin/ocaml context_flags.ml)
Running[2]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/glpk/.mccs_glpk.objs/byte -no-alias-deps -opaque -o src/glpk/.mccs_glpk.objs/byte/ocaml_mccs_glpk.cmo -c -impl src/glpk/ocaml_mccs_glpk.ml)
Running[3]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.mccs.objs/byte -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I src/glpk/.mccs_glpk.objs/byte -no-alias-deps -opaque -o src/.mccs.objs/byte/mccs.cmi -c -intf src/mccs.mli)
Running[4]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o src/glpk/mccs_glpk.cma -dllib -lmccs_glpk_stubs -cclib -lmccs_glpk_stubs src/glpk/.mccs_glpk.objs/byte/ocaml_mccs_glpk.cmo)
Running[5]: (cd _build/default/src/glpk && /usr/bin/ocaml context_flags.ml cflags) > _build/default/src/glpk/cflags.sexp
Running[6]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.mccs.objs/byte -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I src/glpk/.mccs_glpk.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o src/.mccs.objs/byte/mccs.cmo -c -impl src/mccs.ml)
Running[7]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o changed_criteria.o -c changed_criteria.cpp)
Running[8]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o src/mccs.cma -dllib -lmccs_stubs -cclib -lmccs_stubs -cclib -lstdc++ src/.mccs.objs/byte/mccs.cmo)
Running[9]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o constraint_generation.o -c constraint_generation.cpp)
Running[10]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o count_criteria.o -c count_criteria.cpp)
Running[11]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o cudf_reductions.o -c cudf_reductions.cpp)
Running[12]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o cudf_tools.o -c cudf_tools.cpp)
Running[13]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o glpk_solver.o -c glpk_solver.cpp)
Running[14]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o lexagregate_combiner.o -c lexagregate_combiner.cpp)
Running[15]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o lp_solver.o -c lp_solver.cpp)
Running[16]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o mccs_stubs.o -c mccs_stubs.cpp)
Running[17]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o mccscudf.o -c mccscudf.cpp)
Running[18]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o new_criteria.o -c new_criteria.cpp)
Running[19]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o notuptodate_criteria.o -c notuptodate_criteria.cpp)
Running[20]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -DUSEGLPK -g -I /usr/lib/ocaml -I /usr/lib/ocaml/cudf -I /usr/lib/ocaml/extlib -I glpk -o removed_criteria.o -c removed_criteria.cpp)
Running[21]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o advbas.o -c advbas.c)
Running[22]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o alloc.o -c alloc.c)
Running[23]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o avl.o -c avl.c)
Running[24]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o bfd.o -c bfd.c)
Running[25]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o btf.o -c btf.c)
Running[26]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o btfint.o -c btfint.c)
Running[27]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o cfg.o -c cfg.c)
Running[28]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o cfg1.o -c cfg1.c)
Running[29]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o cfg2.o -c cfg2.c)
Running[30]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o clqcut.o -c clqcut.c)
Running[31]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o covgen.o -c covgen.c)
Running[32]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o cpxbas.o -c cpxbas.c)
Running[33]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o dlsup.o -c dlsup.c)
Running[34]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o dmp.o -c dmp.c)
Running[35]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o env.o -c env.c)
Running[36]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o error.o -c error.c)
Running[37]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o fhv.o -c fhv.c)
Running[38]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o fhvint.o -c fhvint.c)
Running[39]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o fpump.o -c fpump.c)
Running[40]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o fvs.o -c fvs.c)
Running[41]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o gcd.o -c gcd.c)
Running[42]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpapi06.o -c glpapi06.c)
Running[43]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpapi09.o -c glpapi09.c)
Running[44]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpapi10.o -c glpapi10.c)
Running[45]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpapi12.o -c glpapi12.c)
Running[46]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpapi13.o -c glpapi13.c)
Running[47]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios01.o -c glpios01.c)
Running[48]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios02.o -c glpios02.c)
Running[49]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios03.o -c glpios03.c)
Running[50]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios07.o -c glpios07.c)
Running[51]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios09.o -c glpios09.c)
Running[52]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios11.o -c glpios11.c)
Running[53]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpios12.o -c glpios12.c)
Running[54]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o glpscl.o -c glpscl.c)
Running[55]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o gmicut.o -c gmicut.c)
Running[56]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o gmigen.o -c gmigen.c)
Running[57]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o ifu.o -c ifu.c)
Running[58]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o jd.o -c jd.c)
Running[59]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o ks.o -c ks.c)
Running[60]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o luf.o -c luf.c)
Running[61]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o lufint.o -c lufint.c)
Running[62]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o mc13d.o -c mc13d.c)
Running[63]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o mc21a.o -c mc21a.c)
Running[64]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o mirgen.o -c mirgen.c)
Running[65]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o mt1.o -c mt1.c)
Running[66]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o npp1.o -c npp1.c)
Running[67]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o npp2.o -c npp2.c)
Running[68]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o npp3.o -c npp3.c)
Running[69]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o npp4.o -c npp4.c)
Running[70]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o npp5.o -c npp5.c)
Running[71]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o prob1.o -c prob1.c)
Running[72]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o prob2.o -c prob2.c)
Running[73]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o prob4.o -c prob4.c)
Running[74]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o prob5.o -c prob5.c)
Running[75]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o proxy.o -c proxy.c)
Running[76]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o proxy1.o -c proxy1.c)
Running[77]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o rng.o -c rng.c)
Running[78]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o rng1.o -c rng1.c)
Running[79]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o round2n.o -c round2n.c)
Running[80]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o scf.o -c scf.c)
Running[81]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o scfint.o -c scfint.c)
Running[82]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o sgf.o -c sgf.c)
Running[83]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spv.o -c spv.c)
Running[84]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxat.o -c spxat.c)
Running[85]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxchuzc.o -c spxchuzc.c)
Running[86]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxchuzr.o -c spxchuzr.c)
Running[87]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxlp.o -c spxlp.c)
Running[88]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxnt.o -c spxnt.c)
Running[89]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxprim.o -c spxprim.c)
Running[90]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spxprob.o -c spxprob.c)
Running[91]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spychuzc.o -c spychuzc.c)
Running[92]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spychuzr.o -c spychuzr.c)
Running[93]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o spydual.o -c spydual.c)
Running[94]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o stdc.o -c stdc.c)
Running[95]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o stdout.o -c stdout.c)
Running[96]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o sva.o -c sva.c)
Running[97]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o time.o -c time.c)
Running[98]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o tls.o -c tls.c)
Running[99]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o triang.o -c triang.c)
Running[100]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o wclique.o -c wclique.c)
Running[101]: (cd _build/default/src/glpk && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -Wno-parentheses -Wno-stringop-overflow -g -I /usr/lib/ocaml -o wclique1.o -c wclique1.c)
Running[102]: (cd _build/.sandbox/cc4ece381088a619ddc6f0995b27a037/default && /usr/bin/ocamlmklib -g -o src/mccs_stubs src/removed_criteria.o src/notuptodate_criteria.o src/new_criteria.o src/mccscudf.o src/mccs_stubs.o src/lp_solver.o src/lexagregate_combiner.o src/glpk_solver.o src/cudf_tools.o src/cudf_reductions.o src/count_criteria.o src/constraint_generation.o src/changed_criteria.o -ldopt -lstdc++)
Running[103]: (cd _build/default && /usr/bin/ocamlmklib -g -custom -o src/mccs_stubs src/removed_criteria.o src/notuptodate_criteria.o src/new_criteria.o src/mccscudf.o src/mccs_stubs.o src/lp_solver.o src/lexagregate_combiner.o src/glpk_solver.o src/cudf_tools.o src/cudf_reductions.o src/count_criteria.o src/constraint_generation.o src/changed_criteria.o -ldopt -lstdc++)
Running[104]: (cd _build/.sandbox/475c27d23621aaeb1fc20c6dadac27f4/default && /usr/bin/ocamlmklib -g -o src/glpk/mccs_glpk_stubs src/glpk/wclique1.o src/glpk/wclique.o src/glpk/triang.o src/glpk/tls.o src/glpk/time.o src/glpk/sva.o src/glpk/stdout.o src/glpk/stdc.o src/glpk/spydual.o src/glpk/spychuzr.o src/glpk/spychuzc.o src/glpk/spxprob.o src/glpk/spxprim.o src/glpk/spxnt.o src/glpk/spxlp.o src/glpk/spxchuzr.o src/glpk/spxchuzc.o src/glpk/spxat.o src/glpk/spv.o src/glpk/sgf.o src/glpk/scfint.o src/glpk/scf.o src/glpk/round2n.o src/glpk/rng1.o src/glpk/rng.o src/glpk/proxy1.o src/glpk/proxy.o src/glpk/prob5.o src/glpk/prob4.o src/glpk/prob2.o src/glpk/prob1.o src/glpk/npp5.o src/glpk/npp4.o src/glpk/npp3.o src/glpk/npp2.o src/glpk/npp1.o src/glpk/mt1.o src/glpk/mirgen.o src/glpk/mc21a.o src/glpk/mc13d.o src/glpk/lufint.o src/glpk/luf.o src/glpk/ks.o src/glpk/jd.o src/glpk/ifu.o src/glpk/gmigen.o src/glpk/gmicut.o src/glpk/glpscl.o src/glpk/glpios12.o src/glpk/glpios11.o src/glpk/glpios09.o src/glpk/glpios07.o src/glpk/glpios03.o src/glpk/glpios02.o src/glpk/glpios01.o src/glpk/glpapi13.o src/glpk/glpapi12.o src/glpk/glpapi10.o src/glpk/glpapi09.o src/glpk/glpapi06.o src/glpk/gcd.o src/glpk/fvs.o src/glpk/fpump.o src/glpk/fhvint.o src/glpk/fhv.o src/glpk/error.o src/glpk/env.o src/glpk/dmp.o src/glpk/dlsup.o src/glpk/cpxbas.o src/glpk/covgen.o src/glpk/clqcut.o src/glpk/cfg2.o src/glpk/cfg1.o src/glpk/cfg.o src/glpk/btfint.o src/glpk/btf.o src/glpk/bfd.o src/glpk/avl.o src/glpk/alloc.o src/glpk/advbas.o)
Running[105]: (cd _build/default && /usr/bin/ocamlmklib -g -custom -o src/glpk/mccs_glpk_stubs src/glpk/wclique1.o src/glpk/wclique.o src/glpk/triang.o src/glpk/tls.o src/glpk/time.o src/glpk/sva.o src/glpk/stdout.o src/glpk/stdc.o src/glpk/spydual.o src/glpk/spychuzr.o src/glpk/spychuzc.o src/glpk/spxprob.o src/glpk/spxprim.o src/glpk/spxnt.o src/glpk/spxlp.o src/glpk/spxchuzr.o src/glpk/spxchuzc.o src/glpk/spxat.o src/glpk/spv.o src/glpk/sgf.o src/glpk/scfint.o src/glpk/scf.o src/glpk/round2n.o src/glpk/rng1.o src/glpk/rng.o src/glpk/proxy1.o src/glpk/proxy.o src/glpk/prob5.o src/glpk/prob4.o src/glpk/prob2.o src/glpk/prob1.o src/glpk/npp5.o src/glpk/npp4.o src/glpk/npp3.o src/glpk/npp2.o src/glpk/npp1.o src/glpk/mt1.o src/glpk/mirgen.o src/glpk/mc21a.o src/glpk/mc13d.o src/glpk/lufint.o src/glpk/luf.o src/glpk/ks.o src/glpk/jd.o src/glpk/ifu.o src/glpk/gmigen.o src/glpk/gmicut.o src/glpk/glpscl.o src/glpk/glpios12.o src/glpk/glpios11.o src/glpk/glpios09.o src/glpk/glpios07.o src/glpk/glpios03.o src/glpk/glpios02.o src/glpk/glpios01.o src/glpk/glpapi13.o src/glpk/glpapi12.o src/glpk/glpapi10.o src/glpk/glpapi09.o src/glpk/glpapi06.o src/glpk/gcd.o src/glpk/fvs.o src/glpk/fpump.o src/glpk/fhvint.o src/glpk/fhv.o src/glpk/error.o src/glpk/env.o src/glpk/dmp.o src/glpk/dlsup.o src/glpk/cpxbas.o src/glpk/covgen.o src/glpk/clqcut.o src/glpk/cfg2.o src/glpk/cfg1.o src/glpk/cfg.o src/glpk/btfint.o src/glpk/btf.o src/glpk/bfd.o src/glpk/avl.o src/glpk/alloc.o src/glpk/advbas.o)
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52519
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-mccs-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocaml-mccs-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd ocaml-mccs-1.1.16
+ __dune_install
+ /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-mccs-buildroot
+ __ocaml_find_files
+ find /usr/src/tmp/ocaml-mccs-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-mccs-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-mccs-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib/ocaml/%P\n'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocaml-mccs-buildroot (auto)
mode of './usr/lib/ocaml/stublibs/dllmccs_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ocaml-mccs-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocaml-mccs-buildroot/ (default)
Compressing files in /usr/src/tmp/ocaml-mccs-buildroot (auto)
Adjusting library links in /usr/src/tmp/ocaml-mccs-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/ocaml-mccs-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: Caml_state
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_alloc_custom
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_cpx_basis
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_free_env
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_obj_dir
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_mip_col_val
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_mip_status
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_col_bnds
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_failwith
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_copy_string
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_hash_variant
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_obj_coef
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_col_name
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_col_kind
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_modify
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_delete_prob
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_intopt
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_row_bnds
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_mip_obj_val
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_create_prob
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_raise_constant
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_named_value
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_add_cols
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_add_rows
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_set_mat_row
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: caml_alloc_tuple
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_stubs.so: undefined symbol: glp_init_iocp
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so: undefined symbol: ceil
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so: undefined symbol: sqrt
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so: undefined symbol: floor
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-mccs-buildroot
Processing files: ocaml-mccs-1.1.16-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18366
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-mccs-1.1.16
+ DOCDIR=/usr/src/tmp/ocaml-mccs-buildroot/usr/share/doc/ocaml-mccs-1.1.16
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-mccs-buildroot/usr/share/doc/ocaml-mccs-1.1.16
+ /bin/mkdir -p /usr/src/tmp/ocaml-mccs-buildroot/usr/share/doc/ocaml-mccs-1.1.16
+ cp -prL README.md LICENCE /usr/src/tmp/ocaml-mccs-buildroot/usr/share/doc/ocaml-mccs-1.1.16
+ chmod -R go-w /usr/src/tmp/ocaml-mccs-buildroot/usr/share/doc/ocaml-mccs-1.1.16
+ chmod -R a+rX /usr/src/tmp/ocaml-mccs-buildroot/usr/share/doc/ocaml-mccs-1.1.16
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AhmJ94
find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NT53Kv
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req: WARNING: /usr/src/tmp/ocaml-mccs-buildroot/usr/lib/ocaml/stublibs/dllmccs_stubs.so: underlinked libraries: /lib/libm.so.6
ocaml.req: WARNING: /usr/src/tmp/ocaml-mccs-buildroot/usr/lib/ocaml/mccs/mccs.cma: cannot find -lstdc++ library path (skip)
ocaml.req: WARNING: /usr/src/tmp/ocaml-mccs-buildroot/usr/lib/ocaml/mccs/mccs.cma: cannot find -lstdc++ library path (skip)
Provides: ocaml-cmi(Mccs) = 4.14.1-1E0FAA3F, ocaml-cmi(Ocaml_mccs_glpk) = 4.14.1-C3902067, ocaml-dll(mccs_glpk_stubs), ocaml-dll(mccs_stubs)
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.15), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.29), libstdc++.so.6(GLIBCXX_3.4.32), ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Cudf) = 4.14.1-A1EB7D67, ocaml-cmi(Cudf_types) = 4.14.1-36F5D327, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmi(Stdlib__Callback) = 4.14.1-FE29A598, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmi(Stdlib__Printf) = 4.14.1-BC8AF621, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-runtime = 4.14.1, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xNv6Sq
Creating ocaml-mccs-debuginfo package
Processing files: ocaml-mccs-devel-1.1.16-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EY7sKd
find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.66X35u
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ocaml-cmi(Mccs) = 4.14.1-1E0FAA3F, ocaml-cmi(Ocaml_mccs_glpk) = 4.14.1-C3902067, ocaml-cmt(Mccs) = 4.14.1-1E0FAA3F, ocaml-cmt(Ocaml_mccs_glpk) = 4.14.1-C3902067
Requires: ocaml-mccs = 1.1.16-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Cudf) = 4.14.1-A1EB7D67, ocaml-cmi(Cudf_types) = 4.14.1-36F5D327, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(Cudf) = 4.14.1-A1EB7D67, ocaml-cmt(Cudf_types) = 4.14.1-36F5D327, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmt(Stdlib__Callback) = 4.14.1-FE29A598, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmt(Stdlib__Printf) = 4.14.1-BC8AF621, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmt(Stdlib__Uchar) = 4.14.1-C0DDE02A
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ju0WlN
Processing files: ocaml-mccs-debuginfo-1.1.16-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y2DVGi
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p0hnj9
find-requires: running scripts (debuginfo)
Requires: ocaml-mccs = 1.1.16-alt1, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6)
Adding to ocaml-mccs-devel a strict dependency on ocaml-mccs
Adding to ocaml-mccs-debuginfo a strict dependency on ocaml-mccs
Removing 5 extra deps from ocaml-mccs-devel due to repentancy on ocaml-mccs
warning: Installed (but unpackaged) file(s) found:
    /usr/share/doc/mccs/README.md
Wrote: /usr/src/RPM/RPMS/i586/ocaml-mccs-1.1.16-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-mccs-devel-1.1.16-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-mccs-debuginfo-1.1.16-alt1.i586.rpm (w2.lzdio)
32.01user 7.66system 0:14.18elapsed 279%CPU (0avgtext+0avgdata 97668maxresident)k
0inputs+0outputs (0major+1067531minor)pagefaults 0swaps
3.61user 3.07system 0:33.03elapsed 20%CPU (0avgtext+0avgdata 127656maxresident)k
2704inputs+0outputs (0major+214297minor)pagefaults 0swaps
--- ocaml-mccs-1.1.16-alt1.i586.rpm.repo	2023-11-30 16:05:23.000000000 +0000
+++ ocaml-mccs-1.1.16-alt1.i586.rpm.hasher	2024-06-08 08:00:36.646813822 +0000
@@ -60,4 +60,4 @@
 File: /usr/lib/ocaml/stublibs	40755	root:root		
-File: /usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so	100644	root:root	330febf2670521faef51b3c264047994	
-File: /usr/lib/ocaml/stublibs/dllmccs_stubs.so	100644	root:root	6a856dd06eeea532e61525409079a856	
+File: /usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so	100644	root:root	51a681df5c199c5946fb1434356da233	
+File: /usr/lib/ocaml/stublibs/dllmccs_stubs.so	100644	root:root	a70790d0f2fce757c8b55ca1ea66a860	
 File: /usr/share/doc/ocaml-mccs-1.1.16	40755	root:root		
@@ -65,2 +65,2 @@
 File: /usr/share/doc/ocaml-mccs-1.1.16/README.md	100644	root:root	38bb34ffcc73344b50e1cdba2968e0db	
-RPMIdentity: c881882afb9b5756a9a110a771bae0a797917adc26ae546c6ee09fa2be387df44cd2b9e90f3f789dd40619ebca8c29eb259b31e90b604bea4c41f3ca0378ca6a
+RPMIdentity: b825c083738318602619014e00edf83f056858a5298c74ebfb04504db635b5c745bfc7a213ab33be9ce21751130123c7dd75e6a2a42c19b11ffe70680d879cff
--- ocaml-mccs-debuginfo-1.1.16-alt1.i586.rpm.repo	2023-11-30 16:05:23.000000000 +0000
+++ ocaml-mccs-debuginfo-1.1.16-alt1.i586.rpm.hasher	2024-06-08 08:00:36.765815790 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/15	40755	root:root	
-/usr/lib/debug/.build-id/15/f962e92e307be1fc7f445a39af7fcfd7fdaf7b	120777	root:root	../../../ocaml/stublibs/dllmccs_stubs.so
-/usr/lib/debug/.build-id/15/f962e92e307be1fc7f445a39af7fcfd7fdaf7b.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllmccs_stubs.so.debug
-/usr/lib/debug/.build-id/60	40755	root:root	
-/usr/lib/debug/.build-id/60/55b750abc9f32f1f064fe1c1fc9093b9b48539	120777	root:root	../../../ocaml/stublibs/dllmccs_glpk_stubs.so
-/usr/lib/debug/.build-id/60/55b750abc9f32f1f064fe1c1fc9093b9b48539.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so.debug
+/usr/lib/debug/.build-id/34	40755	root:root	
+/usr/lib/debug/.build-id/34/4151c8d5a1776ca4e982eae65bd928328ab919	120777	root:root	../../../ocaml/stublibs/dllmccs_stubs.so
+/usr/lib/debug/.build-id/34/4151c8d5a1776ca4e982eae65bd928328ab919.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllmccs_stubs.so.debug
+/usr/lib/debug/.build-id/4c	40755	root:root	
+/usr/lib/debug/.build-id/4c/ff5ae42b44cd3006257069b6b1edb0e74d2d44	120777	root:root	../../../ocaml/stublibs/dllmccs_glpk_stubs.so
+/usr/lib/debug/.build-id/4c/ff5ae42b44cd3006257069b6b1edb0e74d2d44.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so.debug
 /usr/lib/debug/usr/lib/ocaml	40755	root:root	
@@ -133,12 +133,12 @@
 Provides: ocaml-mccs-debuginfo = 1.1.16-alt1:sisyphus+333652.17200.29.2
-File: /usr/lib/debug/.build-id/15	40755	root:root		
-File: /usr/lib/debug/.build-id/15/f962e92e307be1fc7f445a39af7fcfd7fdaf7b	120777	root:root		../../../ocaml/stublibs/dllmccs_stubs.so
-File: /usr/lib/debug/.build-id/15/f962e92e307be1fc7f445a39af7fcfd7fdaf7b.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllmccs_stubs.so.debug
-File: /usr/lib/debug/.build-id/60	40755	root:root		
-File: /usr/lib/debug/.build-id/60/55b750abc9f32f1f064fe1c1fc9093b9b48539	120777	root:root		../../../ocaml/stublibs/dllmccs_glpk_stubs.so
-File: /usr/lib/debug/.build-id/60/55b750abc9f32f1f064fe1c1fc9093b9b48539.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so.debug
+File: /usr/lib/debug/.build-id/34	40755	root:root		
+File: /usr/lib/debug/.build-id/34/4151c8d5a1776ca4e982eae65bd928328ab919	120777	root:root		../../../ocaml/stublibs/dllmccs_stubs.so
+File: /usr/lib/debug/.build-id/34/4151c8d5a1776ca4e982eae65bd928328ab919.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllmccs_stubs.so.debug
+File: /usr/lib/debug/.build-id/4c	40755	root:root		
+File: /usr/lib/debug/.build-id/4c/ff5ae42b44cd3006257069b6b1edb0e74d2d44	120777	root:root		../../../ocaml/stublibs/dllmccs_glpk_stubs.so
+File: /usr/lib/debug/.build-id/4c/ff5ae42b44cd3006257069b6b1edb0e74d2d44.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so.debug
 File: /usr/lib/debug/usr/lib/ocaml	40755	root:root		
 File: /usr/lib/debug/usr/lib/ocaml/stublibs	40755	root:root		
-File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so.debug	100644	root:root	3b11ff31971e6b7acfd02f4bcfc8ba3e	
-File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmccs_stubs.so.debug	100644	root:root	c1a29612578d4f884e73555b959235a3	
+File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmccs_glpk_stubs.so.debug	100644	root:root	8230dd46f6ba34b20f2990adeb9f45b8	
+File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmccs_stubs.so.debug	100644	root:root	9c83dd142c90972f13438a9ca11c8c91	
 File: /usr/src/debug/ocaml-mccs-1.1.16	40755	root:root		
@@ -260,2 +260,2 @@
 File: /usr/src/debug/ocaml-mccs-1.1.16/_build/default/src/scoeff_solver.h	100644	root:root	435607ff9ce34b0b6e8c2227f208a141	
-RPMIdentity: 71bca4279b11ffe354482301c0a1bd6914b24d57af22b0313484ff91707c3c7289fc2de240dd10d5f485fb769211620076b1b00da22d17eb88457ae7555fdbd5
+RPMIdentity: dc91137c5c59987e7ac7228176a5c6911c51b0438253b877487665c0cb8b81c7cce8c08f93a91e078e9d0659703db7786a77287b12942a5444ff9722a91fdf70
--- ocaml-mccs-devel-1.1.16-alt1.i586.rpm.repo	2023-11-30 16:05:22.000000000 +0000
+++ ocaml-mccs-devel-1.1.16-alt1.i586.rpm.hasher	2024-06-08 08:00:36.842817063 +0000
@@ -30,6 +30,6 @@
 File: /usr/lib/ocaml/mccs/dune-package	100644	root:root	67815a1a007452461402737457c999d7	
-File: /usr/lib/ocaml/mccs/glpk/internal/libmccs_glpk_stubs.a	100644	root:root	cb6a4076cf6e7845b248be77f6c7f7c4	
+File: /usr/lib/ocaml/mccs/glpk/internal/libmccs_glpk_stubs.a	100644	root:root	fe9c14c23cb73a1ccb99625aa57251b3	
 File: /usr/lib/ocaml/mccs/glpk/internal/ocaml_mccs_glpk.cmt	100644	root:root	f961723c254357039a8b8964aec53da6	
 File: /usr/lib/ocaml/mccs/glpk/internal/ocaml_mccs_glpk.ml	100644	root:root	825cf79d1ee9c0f86642430d31cac589	
-File: /usr/lib/ocaml/mccs/libmccs_stubs.a	100644	root:root	ba15f5b99f6ba235ef231443795294aa	
+File: /usr/lib/ocaml/mccs/libmccs_stubs.a	100644	root:root	94c71f9e83bf1be09c7128a50f46aee4	
 File: /usr/lib/ocaml/mccs/mccs.cmt	100644	root:root	d4e28fdf796a98308a71b0a86eca2e13	
@@ -39,2 +39,2 @@
 File: /usr/lib/ocaml/mccs/opam	100644	root:root	43314cc5f9dce1a781a02db8838d5586	
-RPMIdentity: b0a5dd625f248f684563a395e2036f070a07902e064ba333cce2493ba65fbbb190d8a395e9ce8959ab014bad93eb05bcbaf794c7a784793dfc1fc58f4aa466ce
+RPMIdentity: 48ac683b583251685e196ae45d0bb0877dfc343d3df115c4f03de55d6e92cb2c8fa8af86d093f3d418c1a99ba71d2820be12e96ddbd5edff96f67bf14b1a6ea6