Mock Version: 1.1.7 Mock Version: 1.1.7 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-cil.spec'], False, '/var/lib/mock/dist-f15-build-955368-142837/root/', None, 86400, True, 0, 496, 496, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml-cil.spec'] warning: Could not canonicalize hostname: x86-18.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-cil-1.3.7-8.fc15.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-cil.spec'], False, '/var/lib/mock/dist-f15-build-955368-142837/root/', None, 86400, True, 0, 496, 496, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml-cil.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ei6DvK + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf cil-1.3.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/cil-1.3.7.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cil-1.3.7 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (cil-1.3.7-output-obj.patch):' Patch #0 (cil-1.3.7-output-obj.patch): + /bin/cat /builddir/build/SOURCES/cil-1.3.7-output-obj.patch + /usr/bin/patch -s -p1 --fuzz=0 Patch #1 (cil-1.3.7-no-link-to-clib.patch): + echo 'Patch #1 (cil-1.3.7-no-link-to-clib.patch):' + /bin/cat /builddir/build/SOURCES/cil-1.3.7-no-link-to-clib.patch + /usr/bin/patch -s -p1 --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1LgBD7 + umask 022 + cd /builddir/build/BUILD + cd cil-1.3.7 + LANG=C + export LANG + unset DISPLAY + ./configure --libdir=/usr/lib64 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for msvc cl.exe (optional)... not found checking ocaml version is at least 3.08... version is 3.12.0, ok configure: WARNING: Your ocaml version is 3.12.0, but the latest version this program is known to work with is 3.11. If you have trouble compiling, please try using an earlier version or see if there is a later version of this program. checking existence of related ocaml tools... ok checking for Perl... found version 5.012002, port linux checking if performance counters are usable... ok (2610.000 cycles per us) checking for gcc version... checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 __builtin_va_list... yes checking if __thread is a keyword... true checking if gcc adds underscores to assembly labels.... false checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether time.h and sys/time.h may both be included... yes checking for working memcmp... yes checking for mkdir... yes checking for select... yes checking for socket... yes checking for __sysv_signal... yes checking for real definition of size_t... unsigned long checking for real definition of wchar_t... int configuring for linux/x86 checking for obj/x86_LINUX... no creating obj/x86_LINUX checking delete the obj/x86_LINUX/feature_config.ml and obj/x86_LINUX/machdep.ml file... done checking whether to use CIL feature blockinggraph... no checking whether to use CIL feature zrapp... no checking whether to use CIL feature llvm... no configure: creating ./config.status config.status: creating Makefile config.status: creating cil.spec config.status: creating config.mk config.status: creating bin/cilly.bat config.status: creating bin/patcher.bat config.status: creating bin/CilConfig.pm config.status: creating ocamlutil/perfcount.c config.status: creating src/machdep-ml.c config.status: creating config.h CIL configuration: architecture/OS: ARCHOS x86_LINUX source tree root: CILHOME /builddir/build/BUILD/cil-1.3.7 (optional) cl.exe found: HAS_MSVC no gcc to use CC gcc default compiler DEFAULT_COMPILER _GNUCC CIL version CIL_VERSION 1.3.7 CIL features CIL_FEATURES Extra source directories EXTRASRCDIRS Cycles per microsecond CYCLES_PER_USEC 2610.000 + make RELEASE=1 rm -f obj/x86_LINUX/machdep.ml mkdir -p obj/x86_LINUX echo "(* This module was generated automatically by code in Makefile and machdep-ml.c *)" >obj/x86_LINUX/machdep.ml echo "type mach = {" >> obj/x86_LINUX/machdep.ml echo " version_major: int; (* Major version number *)" >> obj/x86_LINUX/machdep.ml echo " version_minor: int; (* Minor version number *)" >> obj/x86_LINUX/machdep.ml echo " version: string; (* gcc version string *)" >> obj/x86_LINUX/machdep.ml echo " underscore_name: bool; (* If assembly names have leading underscore *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_short: int; (* Size of \"short\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_int: int; (* Size of \"int\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_bool: int; (* Size of \"_Bool\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_long: int ; (* Size of \"long\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_longlong: int; (* Size of \"long long\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_ptr: int; (* Size of pointers *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_enum: int; (* Size of enum types *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_float: int; (* Size of \"float\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_double: int; (* Size of \"double\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_longdouble: int; (* Size of \"long double\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_void: int; (* Size of \"void\" *)" >> obj/x86_LINUX/machdep.ml echo " sizeof_fun: int; (* Size of function *)" >> obj/x86_LINUX/machdep.ml echo " size_t: string; (* Type of \"sizeof(T)\" *)" >> obj/x86_LINUX/machdep.ml echo " wchar_t: string; (* Type of \"wchar_t\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_short: int; (* Alignment of \"short\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_int: int; (* Alignment of \"int\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_bool: int; (* Alignment of \"_Bool\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_long: int; (* Alignment of \"long\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_longlong: int; (* Alignment of \"long long\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_ptr: int; (* Alignment of pointers *)" >> obj/x86_LINUX/machdep.ml echo " alignof_enum: int; (* Alignment of enum types *)" >> obj/x86_LINUX/machdep.ml echo " alignof_float: int; (* Alignment of \"float\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_double: int; (* Alignment of \"double\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_longdouble: int; (* Alignment of \"long double\" *)" >> obj/x86_LINUX/machdep.ml echo " alignof_str: int; (* Alignment of strings *)" >> obj/x86_LINUX/machdep.ml echo " alignof_fun: int; (* Alignment of function *)" >> obj/x86_LINUX/machdep.ml echo " alignof_aligned: int; (* Alignment of anything with the \"aligned\" attribute *)" >> obj/x86_LINUX/machdep.ml echo " char_is_unsigned: bool; (* Whether \"char\" is unsigned *)">> obj/x86_LINUX/machdep.ml echo " const_string_literals: bool; (* Whether string literals have const chars *)">> obj/x86_LINUX/machdep.ml echo " little_endian: bool; (* whether the machine is little endian *)">>obj/x86_LINUX/machdep.ml echo " __thread_is_keyword: bool; (* whether __thread is a keyword *)">>obj/x86_LINUX/machdep.ml echo " __builtin_va_list: bool; (* whether __builtin_va_list is builtin (gccism) *)">>obj/x86_LINUX/machdep.ml echo "}" >> obj/x86_LINUX/machdep.ml if gcc -D_GNUCC src/machdep-ml.c -o obj/x86_LINUX/machdep-ml.exe ;then \ echo "machdep-ml.exe created succesfully." \ ;else \ rm -f obj/x86_LINUX/machdep.ml; exit 1 \ ;fi src/machdep-ml.c: In function 'main': src/machdep-ml.c:106:21: warning: cast from pointer to integer of different size src/machdep-ml.c:115:19: warning: cast from pointer to integer of different size src/machdep-ml.c:124:20: warning: cast from pointer to integer of different size src/machdep-ml.c:133:20: warning: cast from pointer to integer of different size src/machdep-ml.c:142:24: warning: cast from pointer to integer of different size src/machdep-ml.c:151:19: warning: cast from pointer to integer of different size src/machdep-ml.c:160:20: warning: cast from pointer to integer of different size src/machdep-ml.c:169:21: warning: cast from pointer to integer of different size src/machdep-ml.c:178:22: warning: cast from pointer to integer of different size src/machdep-ml.c:187:26: warning: cast from pointer to integer of different size machdep-ml.exe created succesfully. echo "let gcc = {" >>obj/x86_LINUX/machdep.ml obj/x86_LINUX/machdep-ml.exe >>obj/x86_LINUX/machdep.ml Generating machine dependency information for CIL echo "}" >>obj/x86_LINUX/machdep.ml if cl /D_MSVC src/machdep-ml.c /Feobj/x86_LINUX/machdep-ml.exe /Foobj/x86_LINUX/machdep-ml.obj ;then \ echo "let hasMSVC = true" >>obj/x86_LINUX/machdep.ml \ ;else \ echo "let hasMSVC = false" >>obj/x86_LINUX/machdep.ml ;fi /bin/sh: cl: command not found echo "let msvc = {" >>obj/x86_LINUX/machdep.ml obj/x86_LINUX/machdep-ml.exe >>obj/x86_LINUX/machdep.ml Generating machine dependency information for CIL echo "}" >>obj/x86_LINUX/machdep.ml echo "let theMachine : mach ref = ref gcc" >>obj/x86_LINUX/machdep.ml rm -f obj/x86_LINUX/cilversion.ml ./config.status --file=obj/x86_LINUX/cilversion.ml:src/cilversion.ml.in config.status: creating obj/x86_LINUX/cilversion.ml rm -f obj/x86_LINUX/feature_config.* echo "(* This module was generated automatically by code in Makefile.in *)" >obj/x86_LINUX/feature_config.ml echo "open Cil" >>obj/x86_LINUX/feature_config.ml echo "let features : featureDescr list = [" >> obj/x86_LINUX/feature_config.ml echo " (* EXTRAFEATURES: *)" >> obj/x86_LINUX/feature_config.ml echo \ \ | perl -pe 's/\\n/\n/g' >> obj/x86_LINUX/feature_config.ml echo "]" >>obj/x86_LINUX/feature_config.ml ocamllex src/frontc/clexer.mll 340 states, 4384 transitions, table size 19576 bytes 3083 additional bytes used for bindings ocamllex src/formatlex.mll 177 states, 4503 transitions, table size 19074 bytes ocamlyacc -v src/frontc/cparser.mly 1 shift/reduce conflict. ocamlyacc -v src/formatparse.mly Generating dependency information for src/ciloptions.mli Generating dependency information for src/ext/cfg.mli Generating dependency information for src/ext/dataslicing.mli Generating dependency information for src/ext/simplify.mli Generating dependency information for src/ext/oneret.mli Generating dependency information for src/ext/canonicalize.mli Generating dependency information for src/ext/pta/ptranal.mli Generating dependency information for src/ext/pta/olf.mli Generating dependency information for src/ext/pta/uref.mli Generating dependency information for src/ext/pta/setp.mli Generating dependency information for src/ext/callgraph.mli Generating dependency information for src/rmtmps.mli Generating dependency information for src/ext/logcalls.mli Generating dependency information for src/ext/ssa.mli Generating dependency information for ocamlutil/bitmap.mli Generating dependency information for src/ext/dominators.mli Generating dependency information for src/ext/dataflow.mli Generating dependency information for src/mergecil.mli Generating dependency information for src/check.mli Generating dependency information for src/frontc/frontc.mli Generating dependency information for src/frontc/patch.mli Generating dependency information for src/frontc/cabs2cil.mli Generating dependency information for src/formatcil.mli Generating dependency information for obj/x86_LINUX/formatparse.mli Generating dependency information for src/cillower.mli Generating dependency information for src/cil.mli Generating dependency information for src/frontc/clexer.mli Generating dependency information for obj/x86_LINUX/cparser.mli Generating dependency information for src/frontc/whitetrack.mli Generating dependency information for src/frontc/cabsvisit.mli Generating dependency information for ocamlutil/growArray.mli Generating dependency information for ocamlutil/longarray.mli Generating dependency information for src/escape.mli Generating dependency information for ocamlutil/clist.mli Generating dependency information for ocamlutil/util.mli Generating dependency information for ocamlutil/stats.mli Generating dependency information for ocamlutil/trace.mli Generating dependency information for ocamlutil/alpha.mli Generating dependency information for ocamlutil/errormsg.mli Generating dependency information for ocamlutil/inthash.mli Generating dependency information for ocamlutil/pretty.mli Generating dependency information for src/libmaincil.ml Generating dependency information for src/main.ml Generating dependency information for obj/x86_LINUX/feature_config.ml Generating dependency information for src/ciloptions.ml Generating dependency information for src/testcil.ml Generating dependency information for src/ext/predabst.ml Generating dependency information for src/ext/availexpslv.ml Generating dependency information for src/ext/availexps.ml Generating dependency information for src/ext/deadcodeelim.ml Generating dependency information for src/ext/reachingdefs.ml Generating dependency information for src/ext/liveness.ml Generating dependency information for src/ext/cfg.ml Generating dependency information for src/ext/expcompare.ml Generating dependency information for src/ext/sfi.ml Generating dependency information for src/ext/dataslicing.ml Generating dependency information for src/ext/simplify.ml Generating dependency information for src/ext/simplemem.ml Generating dependency information for src/ext/partial.ml Generating dependency information for src/ext/oneret.ml Generating dependency information for src/ext/heap.ml Generating dependency information for src/ext/canonicalize.ml Generating dependency information for src/ext/pta/ptranal.ml Generating dependency information for src/ext/pta/olf.ml Generating dependency information for src/ext/pta/uref.ml Generating dependency information for src/ext/pta/setp.ml Generating dependency information for src/ext/heapify.ml Generating dependency information for src/ext/epicenter.ml Generating dependency information for src/ext/callgraph.ml Generating dependency information for src/rmtmps.ml Generating dependency information for src/ext/logwrites.ml Generating dependency information for src/ext/logcalls.ml Generating dependency information for src/ext/usedef.ml Generating dependency information for src/ext/ciltools.ml Generating dependency information for src/ext/ssa.ml Generating dependency information for ocamlutil/bitmap.ml Generating dependency information for src/ext/dominators.ml Generating dependency information for src/ext/dataflow.ml Generating dependency information for src/mergecil.ml Generating dependency information for src/check.ml Generating dependency information for src/frontc/frontc.ml Generating dependency information for src/frontc/patch.ml Generating dependency information for src/frontc/cabs2cil.ml Generating dependency information for src/formatcil.ml Generating dependency information for obj/x86_LINUX/formatlex.ml Generating dependency information for obj/x86_LINUX/formatparse.ml Generating dependency information for src/cillower.ml Generating dependency information for src/cil.ml Generating dependency information for obj/x86_LINUX/cilversion.ml Generating dependency information for obj/x86_LINUX/clexer.ml Generating dependency information for obj/x86_LINUX/cparser.ml Generating dependency information for src/machdepenv.ml Generating dependency information for obj/x86_LINUX/machdep.ml Generating dependency information for src/frontc/lexerhack.ml Generating dependency information for src/frontc/cprint.ml Generating dependency information for src/frontc/whitetrack.ml Generating dependency information for src/frontc/cabsvisit.ml Generating dependency information for src/frontc/cabshelper.ml Generating dependency information for src/frontc/cabs.ml Generating dependency information for ocamlutil/growArray.ml Generating dependency information for ocamlutil/longarray.ml Generating dependency information for src/escape.ml Generating dependency information for src/cilutil.ml Generating dependency information for ocamlutil/clist.ml Generating dependency information for ocamlutil/util.ml Generating dependency information for ocamlutil/stats.ml Generating dependency information for ocamlutil/trace.ml Generating dependency information for ocamlutil/alpha.ml Generating dependency information for ocamlutil/errormsg.ml Generating dependency information for ocamlutil/inthash.ml Generating dependency information for ocamlutil/pretty.ml Compiling interface ocamlutil/pretty.mli Compiling ocamlutil/pretty.ml to native code Compiling interface ocamlutil/inthash.mli Compiling ocamlutil/inthash.ml to native code Compiling interface ocamlutil/errormsg.mli Compiling ocamlutil/errormsg.ml to native code Compiling interface ocamlutil/alpha.mli Compiling ocamlutil/alpha.ml to native code Compiling interface ocamlutil/trace.mli Compiling ocamlutil/trace.ml to native code Compiling interface ocamlutil/stats.mli Compiling ocamlutil/stats.ml to native code Compiling interface ocamlutil/util.mli Compiling ocamlutil/util.ml to native code Compiling interface ocamlutil/clist.mli Compiling ocamlutil/clist.ml to native code Compiling src/cilutil.ml to native code Compiling interface src/escape.mli Compiling src/escape.ml to native code Compiling interface ocamlutil/longarray.mli Compiling ocamlutil/longarray.ml to native code Compiling interface ocamlutil/growArray.mli Compiling ocamlutil/growArray.ml to native code Compiling src/frontc/cabs.ml to native code Compiling src/frontc/cabshelper.ml to native code Compiling interface src/frontc/cabsvisit.mli Compiling src/frontc/cabsvisit.ml to native code Compiling interface src/frontc/whitetrack.mli Compiling src/frontc/whitetrack.ml to native code Compiling src/frontc/cprint.ml to native code Compiling src/frontc/lexerhack.ml to native code Compiling obj/x86_LINUX/machdep.ml to native code Compiling src/machdepenv.ml to native code Compiling interface obj/x86_LINUX/cparser.mli Compiling obj/x86_LINUX/cparser.ml to native code Compiling interface src/frontc/clexer.mli Compiling obj/x86_LINUX/clexer.ml to native code Compiling obj/x86_LINUX/cilversion.ml to native code Compiling interface src/cil.mli Compiling src/cil.ml to native code Compiling interface src/cillower.mli Compiling src/cillower.ml to native code Compiling interface obj/x86_LINUX/formatparse.mli Compiling obj/x86_LINUX/formatparse.ml to native code Compiling obj/x86_LINUX/formatlex.ml to native code Compiling interface src/formatcil.mli Compiling src/formatcil.ml to native code Compiling interface src/frontc/cabs2cil.mli Compiling src/frontc/cabs2cil.ml to native code Compiling interface src/frontc/patch.mli Compiling src/frontc/patch.ml to native code Compiling interface src/frontc/frontc.mli Compiling src/frontc/frontc.ml to native code Compiling interface src/check.mli Compiling src/check.ml to native code Compiling interface src/mergecil.mli Compiling src/mergecil.ml to native code Compiling interface src/ext/dataflow.mli Compiling src/ext/dataflow.ml to native code Compiling interface src/ext/dominators.mli Compiling src/ext/dominators.ml to native code Compiling interface ocamlutil/bitmap.mli Compiling ocamlutil/bitmap.ml to native code Compiling interface src/ext/ssa.mli Compiling src/ext/ssa.ml to native code Compiling src/ext/ciltools.ml to native code Compiling src/ext/usedef.ml to native code Compiling interface src/ext/logcalls.mli Compiling src/ext/logcalls.ml to native code Compiling src/ext/logwrites.ml to native code Compiling interface src/rmtmps.mli Compiling src/rmtmps.ml to native code Compiling interface src/ext/callgraph.mli Compiling src/ext/callgraph.ml to native code Compiling src/ext/epicenter.ml to native code Compiling src/ext/heapify.ml to native code Compiling interface src/ext/pta/setp.mli Compiling src/ext/pta/setp.ml to native code Compiling interface src/ext/pta/uref.mli Compiling src/ext/pta/uref.ml to native code Compiling interface src/ext/pta/olf.mli Compiling src/ext/pta/olf.ml to native code Compiling interface src/ext/pta/ptranal.mli Compiling src/ext/pta/ptranal.ml to native code Compiling interface src/ext/canonicalize.mli Compiling src/ext/canonicalize.ml to native code Compiling src/ext/heap.ml to native code Compiling interface src/ext/oneret.mli Compiling src/ext/oneret.ml to native code Compiling src/ext/partial.ml to native code Compiling src/ext/simplemem.ml to native code Compiling interface src/ext/simplify.mli Compiling src/ext/simplify.ml to native code Compiling interface src/ext/dataslicing.mli Compiling src/ext/dataslicing.ml to native code Compiling src/ext/sfi.ml to native code Compiling src/ext/expcompare.ml to native code Compiling interface src/ext/cfg.mli Compiling src/ext/cfg.ml to native code Compiling src/ext/liveness.ml to native code Compiling src/ext/reachingdefs.ml to native code Compiling src/ext/deadcodeelim.ml to native code Compiling src/ext/availexps.ml to native code Compiling src/ext/availexpslv.ml to native code Compiling src/ext/predabst.ml to native code Compiling src/testcil.ml to native code Compiling interface src/ciloptions.mli Compiling src/ciloptions.ml to native code Compiling obj/x86_LINUX/feature_config.ml to native code Compiling src/main.ml to native code Compiling C file ocamlutil/perfcount.c Linking native code obj/x86_LINUX/cilly.asm.exe + as -o '/tmp/camlstartupe268bb.o' '/tmp/camlstartup046df8.s' + gcc -o 'obj/x86_LINUX/cilly.asm.exe' '-L/usr/lib64/ocaml' '/tmp/camlstartupe268bb.o' '/usr/lib64/ocaml/std_exit.o' 'obj/x86_LINUX/main.o' 'obj/x86_LINUX/feature_config.o' 'obj/x86_LINUX/ciloptions.o' 'obj/x86_LINUX/testcil.o' 'obj/x86_LINUX/predabst.o' 'obj/x86_LINUX/availexpslv.o' 'obj/x86_LINUX/availexps.o' 'obj/x86_LINUX/deadcodeelim.o' 'obj/x86_LINUX/reachingdefs.o' 'obj/x86_LINUX/liveness.o' 'obj/x86_LINUX/cfg.o' 'obj/x86_LINUX/expcompare.o' 'obj/x86_LINUX/sfi.o' 'obj/x86_LINUX/dataslicing.o' 'obj/x86_LINUX/simplify.o' 'obj/x86_LINUX/simplemem.o' 'obj/x86_LINUX/partial.o' 'obj/x86_LINUX/oneret.o' 'obj/x86_LINUX/heap.o' 'obj/x86_LINUX/canonicalize.o' 'obj/x86_LINUX/ptranal.o' 'obj/x86_LINUX/olf.o' 'obj/x86_LINUX/uref.o' 'obj/x86_LINUX/setp.o' 'obj/x86_LINUX/heapify.o' 'obj/x86_LINUX/epicenter.o' 'obj/x86_LINUX/callgraph.o' 'obj/x86_LINUX/rmtmps.o' 'obj/x86_LINUX/logwrites.o' 'obj/x86_LINUX/logcalls.o' 'obj/x86_LINUX/usedef.o' 'obj/x86_LINUX/ciltools.o' 'obj/x86_LINUX/ssa.o' 'obj/x86_LINUX/bitmap.o' 'obj/x86_LINUX/dominators.o' 'obj/x86_LINUX/dataflow.o' 'obj/x86_LINUX/mergecil.o' 'obj/x86_LINUX/check.o' 'obj/x86_LINUX/frontc.o' 'obj/x86_LINUX/patch.o' 'obj/x86_LINUX/cabs2cil.o' 'obj/x86_LINUX/formatcil.o' 'obj/x86_LINUX/formatlex.o' 'obj/x86_LINUX/formatparse.o' 'obj/x86_LINUX/cillower.o' 'obj/x86_LINUX/cil.o' 'obj/x86_LINUX/cilversion.o' 'obj/x86_LINUX/clexer.o' 'obj/x86_LINUX/cparser.o' 'obj/x86_LINUX/machdepenv.o' 'obj/x86_LINUX/machdep.o' 'obj/x86_LINUX/lexerhack.o' 'obj/x86_LINUX/cprint.o' 'obj/x86_LINUX/whitetrack.o' 'obj/x86_LINUX/cabsvisit.o' 'obj/x86_LINUX/cabshelper.o' 'obj/x86_LINUX/cabs.o' 'obj/x86_LINUX/growArray.o' 'obj/x86_LINUX/longarray.o' 'obj/x86_LINUX/escape.o' 'obj/x86_LINUX/cilutil.o' 'obj/x86_LINUX/clist.o' 'obj/x86_LINUX/util.o' 'obj/x86_LINUX/stats.o' 'obj/x86_LINUX/trace.o' 'obj/x86_LINUX/alpha.o' 'obj/x86_LINUX/errormsg.o' 'obj/x86_LINUX/inthash.o' 'obj/x86_LINUX/pretty.o' '/usr/lib64/ocaml/str.a' '/usr/lib64/ocaml/unix.a' '/usr/lib64/ocaml/stdlib.a' '-lcamlstr' '-lunix' 'obj/x86_LINUX/perfcount.opt.o' '/usr/lib64/ocaml/libasmrun.a' -lm -ldl cp lib/Cilly.pm.in lib/Cilly.pm if gcc -m32 -D_GNUCC src/machdep-ml.c -o obj/x86_LINUX/machdep-ml32.exe ;then \ sed -i -e "s|nogcc32model|`obj/x86_LINUX/machdep-ml32.exe --env`|" lib/Cilly.pm; \ fi In file included from /usr/include/features.h:385:0, from /usr/include/stdio.h:28, from src/machdep-ml.c:40: /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory compilation terminated. if gcc -m64 -D_GNUCC src/machdep-ml.c -o obj/x86_LINUX/machdep-ml64.exe ;then \ sed -i -e "s|nogcc64model|`obj/x86_LINUX/machdep-ml64.exe --env`|" lib/Cilly.pm; \ fi src/machdep-ml.c: In function 'main': src/machdep-ml.c:106:21: warning: cast from pointer to integer of different size src/machdep-ml.c:115:19: warning: cast from pointer to integer of different size src/machdep-ml.c:124:20: warning: cast from pointer to integer of different size src/machdep-ml.c:133:20: warning: cast from pointer to integer of different size src/machdep-ml.c:142:24: warning: cast from pointer to integer of different size src/machdep-ml.c:151:19: warning: cast from pointer to integer of different size src/machdep-ml.c:160:20: warning: cast from pointer to integer of different size src/machdep-ml.c:169:21: warning: cast from pointer to integer of different size src/machdep-ml.c:178:22: warning: cast from pointer to integer of different size src/machdep-ml.c:187:26: warning: cast from pointer to integer of different size Generating CIL_MACHINE machine dependency information string (for CIL) make cilly NATIVECAML= make[1]: Entering directory `/builddir/build/BUILD/cil-1.3.7' Compiling ocamlutil/pretty.ml to bytecode Compiling ocamlutil/inthash.ml to bytecode Compiling ocamlutil/errormsg.ml to bytecode Compiling ocamlutil/alpha.ml to bytecode Compiling ocamlutil/trace.ml to bytecode Compiling ocamlutil/stats.ml to bytecode Compiling ocamlutil/util.ml to bytecode Compiling ocamlutil/clist.ml to bytecode Compiling src/cilutil.ml to bytecode Compiling src/escape.ml to bytecode Compiling ocamlutil/longarray.ml to bytecode Compiling ocamlutil/growArray.ml to bytecode Compiling src/frontc/cabs.ml to bytecode Compiling src/frontc/cabshelper.ml to bytecode Compiling src/frontc/cabsvisit.ml to bytecode Compiling src/frontc/whitetrack.ml to bytecode Compiling src/frontc/cprint.ml to bytecode Compiling src/frontc/lexerhack.ml to bytecode Compiling obj/x86_LINUX/machdep.ml to bytecode Compiling src/machdepenv.ml to bytecode Compiling obj/x86_LINUX/cparser.ml to bytecode Compiling obj/x86_LINUX/clexer.ml to bytecode Compiling obj/x86_LINUX/cilversion.ml to bytecode Compiling src/cil.ml to bytecode Compiling src/cillower.ml to bytecode Compiling obj/x86_LINUX/formatparse.ml to bytecode Compiling obj/x86_LINUX/formatlex.ml to bytecode Compiling src/formatcil.ml to bytecode Compiling src/frontc/cabs2cil.ml to bytecode Compiling src/frontc/patch.ml to bytecode Compiling src/frontc/frontc.ml to bytecode Compiling src/check.ml to bytecode Compiling src/mergecil.ml to bytecode Compiling src/ext/dataflow.ml to bytecode Compiling src/ext/dominators.ml to bytecode Compiling ocamlutil/bitmap.ml to bytecode Compiling src/ext/ssa.ml to bytecode Compiling src/ext/ciltools.ml to bytecode Compiling src/ext/usedef.ml to bytecode Compiling src/ext/logcalls.ml to bytecode Compiling src/ext/logwrites.ml to bytecode Compiling src/rmtmps.ml to bytecode Compiling src/ext/callgraph.ml to bytecode Compiling src/ext/epicenter.ml to bytecode Compiling src/ext/heapify.ml to bytecode Compiling src/ext/pta/setp.ml to bytecode Compiling src/ext/pta/uref.ml to bytecode Compiling src/ext/pta/olf.ml to bytecode Compiling src/ext/pta/ptranal.ml to bytecode Compiling src/ext/canonicalize.ml to bytecode Compiling src/ext/heap.ml to bytecode Compiling src/ext/oneret.ml to bytecode Compiling src/ext/partial.ml to bytecode Compiling src/ext/simplemem.ml to bytecode Compiling src/ext/simplify.ml to bytecode Compiling src/ext/dataslicing.ml to bytecode Compiling src/ext/sfi.ml to bytecode Compiling src/ext/expcompare.ml to bytecode Compiling src/ext/cfg.ml to bytecode Compiling src/ext/liveness.ml to bytecode Compiling src/ext/reachingdefs.ml to bytecode Compiling src/ext/deadcodeelim.ml to bytecode Compiling src/ext/availexps.ml to bytecode Compiling src/ext/availexpslv.ml to bytecode Compiling src/ext/predabst.ml to bytecode Compiling src/testcil.ml to bytecode Compiling src/ciloptions.ml to bytecode Compiling obj/x86_LINUX/feature_config.ml to bytecode Compiling src/main.ml to bytecode Compiling C file ocamlutil/perfcount.c Linking bytecode obj/x86_LINUX/cilly.byte.exe + gcc -o 'obj/x86_LINUX/cilly.byte.exe' '-L/usr/lib64/ocaml' -g '/tmp/camlprim3065c8.c' '-lcamlstr' '-lunix' 'obj/x86_LINUX/perfcount.o' '-lcamlrun' -I'/usr/lib64/ocaml' -lm -ldl -lcurses -lpthread make[1]: Leaving directory `/builddir/build/BUILD/cil-1.3.7' make cilly NATIVECAML=1 make[1]: Entering directory `/builddir/build/BUILD/cil-1.3.7' make[1]: Nothing to be done for `cilly'. make[1]: Leaving directory `/builddir/build/BUILD/cil-1.3.7' make cillib NATIVECAML= make[1]: Entering directory `/builddir/build/BUILD/cil-1.3.7' ar rv obj/x86_LINUX/libperfcount.a obj/x86_LINUX/perfcount.o ar: creating obj/x86_LINUX/libperfcount.a a - obj/x86_LINUX/perfcount.o ranlib obj/x86_LINUX/libperfcount.a ocamlc -custom -g -ccopt -g -a -o obj/x86_LINUX/cil.cma -ccopt -L/usr/lib64/cil \ -cclib -lperfcount \ obj/x86_LINUX/pretty.cmo obj/x86_LINUX/inthash.cmo obj/x86_LINUX/errormsg.cmo obj/x86_LINUX/alpha.cmo obj/x86_LINUX/trace.cmo obj/x86_LINUX/stats.cmo obj/x86_LINUX/util.cmo obj/x86_LINUX/clist.cmo obj/x86_LINUX/cilutil.cmo obj/x86_LINUX/escape.cmo obj/x86_LINUX/longarray.cmo obj/x86_LINUX/growArray.cmo obj/x86_LINUX/cabs.cmo obj/x86_LINUX/cabshelper.cmo obj/x86_LINUX/cabsvisit.cmo obj/x86_LINUX/whitetrack.cmo obj/x86_LINUX/cprint.cmo obj/x86_LINUX/lexerhack.cmo obj/x86_LINUX/machdep.cmo obj/x86_LINUX/machdepenv.cmo obj/x86_LINUX/cparser.cmo obj/x86_LINUX/clexer.cmo obj/x86_LINUX/cilversion.cmo obj/x86_LINUX/cil.cmo obj/x86_LINUX/cillower.cmo obj/x86_LINUX/formatparse.cmo obj/x86_LINUX/formatlex.cmo obj/x86_LINUX/formatcil.cmo obj/x86_LINUX/cabs2cil.cmo obj/x86_LINUX/patch.cmo obj/x86_LINUX/frontc.cmo obj/x86_LINUX/check.cmo obj/x86_LINUX/mergecil.cmo obj/x86_LINUX/dataflow.cmo obj/x86_LINUX/dominators.cmo obj/x86_LINUX/bitmap.cmo obj/x86_LINUX/ssa.cmo obj/x86_LINUX/ciltools.cmo obj/x86_LINUX/usedef.cmo obj/x86_LINUX/logcalls.cmo obj/x86_LINUX/logwrites.cmo obj/x86_LINUX/rmtmps.cmo obj/x86_LINUX/callgraph.cmo obj/x86_LINUX/epicenter.cmo obj/x86_LINUX/heapify.cmo obj/x86_LINUX/setp.cmo obj/x86_LINUX/uref.cmo obj/x86_LINUX/olf.cmo obj/x86_LINUX/ptranal.cmo obj/x86_LINUX/canonicalize.cmo obj/x86_LINUX/heap.cmo obj/x86_LINUX/oneret.cmo obj/x86_LINUX/partial.cmo obj/x86_LINUX/simplemem.cmo obj/x86_LINUX/simplify.cmo obj/x86_LINUX/dataslicing.cmo obj/x86_LINUX/sfi.cmo obj/x86_LINUX/expcompare.cmo obj/x86_LINUX/cfg.cmo obj/x86_LINUX/liveness.cmo obj/x86_LINUX/reachingdefs.cmo obj/x86_LINUX/deadcodeelim.cmo obj/x86_LINUX/availexps.cmo obj/x86_LINUX/availexpslv.cmo obj/x86_LINUX/predabst.cmo obj/x86_LINUX/testcil.cmo obj/x86_LINUX/ciloptions.cmo obj/x86_LINUX/feature_config.cmo make[1]: Leaving directory `/builddir/build/BUILD/cil-1.3.7' make cillib NATIVECAML=1 make[1]: Entering directory `/builddir/build/BUILD/cil-1.3.7' ar rv obj/x86_LINUX/libperfcount.a obj/x86_LINUX/perfcount.opt.o a - obj/x86_LINUX/perfcount.opt.o ocamlopt -a -o obj/x86_LINUX/cil.cmxa -ccopt -L/usr/lib64/cil \ -cclib -lperfcount \ obj/x86_LINUX/pretty.cmx obj/x86_LINUX/inthash.cmx obj/x86_LINUX/errormsg.cmx obj/x86_LINUX/alpha.cmx obj/x86_LINUX/trace.cmx obj/x86_LINUX/stats.cmx obj/x86_LINUX/util.cmx obj/x86_LINUX/clist.cmx obj/x86_LINUX/cilutil.cmx obj/x86_LINUX/escape.cmx obj/x86_LINUX/longarray.cmx obj/x86_LINUX/growArray.cmx obj/x86_LINUX/cabs.cmx obj/x86_LINUX/cabshelper.cmx obj/x86_LINUX/cabsvisit.cmx obj/x86_LINUX/whitetrack.cmx obj/x86_LINUX/cprint.cmx obj/x86_LINUX/lexerhack.cmx obj/x86_LINUX/machdep.cmx obj/x86_LINUX/machdepenv.cmx obj/x86_LINUX/cparser.cmx obj/x86_LINUX/clexer.cmx obj/x86_LINUX/cilversion.cmx obj/x86_LINUX/cil.cmx obj/x86_LINUX/cillower.cmx obj/x86_LINUX/formatparse.cmx obj/x86_LINUX/formatlex.cmx obj/x86_LINUX/formatcil.cmx obj/x86_LINUX/cabs2cil.cmx obj/x86_LINUX/patch.cmx obj/x86_LINUX/frontc.cmx obj/x86_LINUX/check.cmx obj/x86_LINUX/mergecil.cmx obj/x86_LINUX/dataflow.cmx obj/x86_LINUX/dominators.cmx obj/x86_LINUX/bitmap.cmx obj/x86_LINUX/ssa.cmx obj/x86_LINUX/ciltools.cmx obj/x86_LINUX/usedef.cmx obj/x86_LINUX/logcalls.cmx obj/x86_LINUX/logwrites.cmx obj/x86_LINUX/rmtmps.cmx obj/x86_LINUX/callgraph.cmx obj/x86_LINUX/epicenter.cmx obj/x86_LINUX/heapify.cmx obj/x86_LINUX/setp.cmx obj/x86_LINUX/uref.cmx obj/x86_LINUX/olf.cmx obj/x86_LINUX/ptranal.cmx obj/x86_LINUX/canonicalize.cmx obj/x86_LINUX/heap.cmx obj/x86_LINUX/oneret.cmx obj/x86_LINUX/partial.cmx obj/x86_LINUX/simplemem.cmx obj/x86_LINUX/simplify.cmx obj/x86_LINUX/dataslicing.cmx obj/x86_LINUX/sfi.cmx obj/x86_LINUX/expcompare.cmx obj/x86_LINUX/cfg.cmx obj/x86_LINUX/liveness.cmx obj/x86_LINUX/reachingdefs.cmx obj/x86_LINUX/deadcodeelim.cmx obj/x86_LINUX/availexps.cmx obj/x86_LINUX/availexpslv.cmx obj/x86_LINUX/predabst.cmx obj/x86_LINUX/testcil.cmx obj/x86_LINUX/ciloptions.cmx obj/x86_LINUX/feature_config.cmx ocamlopt -output-obj -o tmpcil.o unix.cmxa str.cmxa obj/x86_LINUX/libperfcount.a obj/x86_LINUX/pretty.cmx obj/x86_LINUX/inthash.cmx obj/x86_LINUX/errormsg.cmx obj/x86_LINUX/alpha.cmx obj/x86_LINUX/trace.cmx obj/x86_LINUX/stats.cmx obj/x86_LINUX/util.cmx obj/x86_LINUX/clist.cmx obj/x86_LINUX/cilutil.cmx obj/x86_LINUX/escape.cmx obj/x86_LINUX/longarray.cmx obj/x86_LINUX/growArray.cmx obj/x86_LINUX/cabs.cmx obj/x86_LINUX/cabshelper.cmx obj/x86_LINUX/cabsvisit.cmx obj/x86_LINUX/whitetrack.cmx obj/x86_LINUX/cprint.cmx obj/x86_LINUX/lexerhack.cmx obj/x86_LINUX/machdep.cmx obj/x86_LINUX/machdepenv.cmx obj/x86_LINUX/cparser.cmx obj/x86_LINUX/clexer.cmx obj/x86_LINUX/cilversion.cmx obj/x86_LINUX/cil.cmx obj/x86_LINUX/cillower.cmx obj/x86_LINUX/formatparse.cmx obj/x86_LINUX/formatlex.cmx obj/x86_LINUX/formatcil.cmx obj/x86_LINUX/cabs2cil.cmx obj/x86_LINUX/patch.cmx obj/x86_LINUX/frontc.cmx obj/x86_LINUX/check.cmx obj/x86_LINUX/mergecil.cmx obj/x86_LINUX/dataflow.cmx obj/x86_LINUX/dominators.cmx obj/x86_LINUX/bitmap.cmx obj/x86_LINUX/ssa.cmx obj/x86_LINUX/ciltools.cmx obj/x86_LINUX/usedef.cmx obj/x86_LINUX/logcalls.cmx obj/x86_LINUX/logwrites.cmx obj/x86_LINUX/rmtmps.cmx obj/x86_LINUX/callgraph.cmx obj/x86_LINUX/epicenter.cmx obj/x86_LINUX/heapify.cmx obj/x86_LINUX/setp.cmx obj/x86_LINUX/uref.cmx obj/x86_LINUX/olf.cmx obj/x86_LINUX/ptranal.cmx obj/x86_LINUX/canonicalize.cmx obj/x86_LINUX/heap.cmx obj/x86_LINUX/oneret.cmx obj/x86_LINUX/partial.cmx obj/x86_LINUX/simplemem.cmx obj/x86_LINUX/simplify.cmx obj/x86_LINUX/dataslicing.cmx obj/x86_LINUX/sfi.cmx obj/x86_LINUX/expcompare.cmx obj/x86_LINUX/cfg.cmx obj/x86_LINUX/liveness.cmx obj/x86_LINUX/reachingdefs.cmx obj/x86_LINUX/deadcodeelim.cmx obj/x86_LINUX/availexps.cmx obj/x86_LINUX/availexpslv.cmx obj/x86_LINUX/predabst.cmx obj/x86_LINUX/testcil.cmx obj/x86_LINUX/ciloptions.cmx obj/x86_LINUX/feature_config.cmx ar rcs obj/x86_LINUX/libcil.o tmpcil.o rm -f tmpcil.o make[1]: Leaving directory `/builddir/build/BUILD/cil-1.3.7' + make quicktest bin/cilly -c test/small1/func.c -otest/small1/func.o gcc -D_GNUCC -E -DCIL=1 test/small1/func.c -o /tmp/cil-uk3E28J7.i /builddir/build/BUILD/cil-1.3.7/obj/x86_LINUX/cilly.byte.exe --out /tmp/cil-0fPHiNYm.cil.c /tmp/cil-uk3E28J7.i gcc -D_GNUCC -E /tmp/cil-0fPHiNYm.cil.c -o /tmp/cil-FEu88IH4.cil.i gcc -D_GNUCC -c -o test/small1/func.o /tmp/cil-FEu88IH4.cil.i bin/cilly -c test/small1/init.c -otest/small1/init.o gcc -D_GNUCC -E -DCIL=1 test/small1/init.c -o /tmp/cil-LNBSORoc.i /builddir/build/BUILD/cil-1.3.7/obj/x86_LINUX/cilly.byte.exe --out /tmp/cil-c2Jl11cO.cil.c /tmp/cil-LNBSORoc.i gcc -D_GNUCC -E /tmp/cil-c2Jl11cO.cil.c -o /tmp/cil-kkZD7D8s.cil.i gcc -D_GNUCC -c -o test/small1/init.o /tmp/cil-kkZD7D8s.cil.i test/small1/init.c: In function 'main': test/small1/init.c:124:20: warning: cast from pointer to integer of different size bin/cilly -c test/small1/init1.c -otest/small1/init1.o gcc -D_GNUCC -E -DCIL=1 test/small1/init1.c -o /tmp/cil-eMH1iDHV.i /builddir/build/BUILD/cil-1.3.7/obj/x86_LINUX/cilly.byte.exe --out /tmp/cil-gVLL6viD.cil.c /tmp/cil-eMH1iDHV.i gcc -D_GNUCC -E /tmp/cil-gVLL6viD.cil.c -o /tmp/cil-sfI_KjK5.cil.i gcc -D_GNUCC -c -o test/small1/init1.o /tmp/cil-sfI_KjK5.cil.i bin/cilly test/small1/hello.c -otest/small1/hello gcc -D_GNUCC -E -DCIL=1 test/small1/hello.c -o /tmp/cil-svzmqSKp.i /builddir/build/BUILD/cil-1.3.7/obj/x86_LINUX/cilly.byte.exe --out /tmp/cil-jLdU_KyB.cil.c /tmp/cil-svzmqSKp.i gcc -D_GNUCC -E /tmp/cil-jLdU_KyB.cil.c -o /tmp/cil-MKGBhJo6.cil.i gcc -D_GNUCC -c -o /tmp/cil-erJMLlf7.o /tmp/cil-MKGBhJo6.cil.i gcc -D_GNUCC -o test/small1/hello /tmp/cil-erJMLlf7.o test/small1/hello Hello world bin/cilly test/small1/wchar1.c -otest/small1/wchar1 gcc -D_GNUCC -E -DCIL=1 test/small1/wchar1.c -o /tmp/cil-kYlC8hMU.i /builddir/build/BUILD/cil-1.3.7/obj/x86_LINUX/cilly.byte.exe --out /tmp/cil-rJ7lDuJd.cil.c /tmp/cil-kYlC8hMU.i gcc -D_GNUCC -E /tmp/cil-rJ7lDuJd.cil.c -o /tmp/cil-Tkyz_7we.cil.i gcc -D_GNUCC -c -o /tmp/cil-veZwHO18.o /tmp/cil-Tkyz_7we.cil.i gcc -D_GNUCC -o test/small1/wchar1 /tmp/cil-veZwHO18.o test/small1/wchar1 Success bin/cilly test/small1/vararg1.c -otest/small1/vararg1 gcc -D_GNUCC -E -DCIL=1 test/small1/vararg1.c -o /tmp/cil-wivn1ETc.i /builddir/build/BUILD/cil-1.3.7/obj/x86_LINUX/cilly.byte.exe --out /tmp/cil-xFykPlwQ.cil.c /tmp/cil-wivn1ETc.i gcc -D_GNUCC -E /tmp/cil-xFykPlwQ.cil.c -o /tmp/cil-xexRtXyR.cil.i gcc -D_GNUCC -c -o /tmp/cil-PWSOO5A8.o /tmp/cil-xexRtXyR.cil.i gcc -D_GNUCC -o test/small1/vararg1 /tmp/cil-PWSOO5A8.o test/small1/vararg1 Success + cat ++ ls obj + archos=x86_LINUX + rm -f bin/CilConfig.pm + cat + strip obj/x86_LINUX/libcil.o + strip obj/x86_LINUX/cilly.asm.exe + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8yYAQL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 + cd cil-1.3.7 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 ++ ls obj + archos=x86_LINUX + export DESTDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/perl5/vendor_perl + install -m 0644 lib/Cilly.pm lib/KeptFile.pm lib/OutputFile.pm lib/TempFile.pm bin/CilConfig.pm /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/perl5/vendor_perl + mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml + ocamlfind install cil META obj/x86_LINUX/cilversion.ml obj/x86_LINUX/clexer.ml obj/x86_LINUX/cparser.ml obj/x86_LINUX/feature_config.ml obj/x86_LINUX/formatlex.ml obj/x86_LINUX/formatparse.ml obj/x86_LINUX/machdep.ml obj/x86_LINUX/clexer.mli obj/x86_LINUX/cparser.mli obj/x86_LINUX/formatparse.mli obj/x86_LINUX/alpha.cmi obj/x86_LINUX/availexps.cmi obj/x86_LINUX/availexpslv.cmi obj/x86_LINUX/bitmap.cmi obj/x86_LINUX/cabs.cmi obj/x86_LINUX/cabs2cil.cmi obj/x86_LINUX/cabshelper.cmi obj/x86_LINUX/cabsvisit.cmi obj/x86_LINUX/callgraph.cmi obj/x86_LINUX/canonicalize.cmi obj/x86_LINUX/cfg.cmi obj/x86_LINUX/check.cmi obj/x86_LINUX/cil.cmi obj/x86_LINUX/cillower.cmi obj/x86_LINUX/ciloptions.cmi obj/x86_LINUX/ciltools.cmi obj/x86_LINUX/cilutil.cmi obj/x86_LINUX/cilversion.cmi obj/x86_LINUX/clexer.cmi obj/x86_LINUX/clist.cmi obj/x86_LINUX/cparser.cmi obj/x86_LINUX/cprint.cmi obj/x86_LINUX/dataflow.cmi obj/x86_LINUX/dataslicing.cmi obj/x86_LINUX/deadcodeelim.cmi obj/x86_LINUX/dominators.cmi obj/x86_LINUX/epicenter.cmi obj/x86_LINUX/errormsg.cmi obj/x86_LINUX/escape.cmi obj/x86_LINUX/expcompare.cmi obj/x86_LINUX/feature_config.cmi obj/x86_LINUX/formatcil.cmi obj/x86_LINUX/formatlex.cmi obj/x86_LINUX/formatparse.cmi obj/x86_LINUX/frontc.cmi obj/x86_LINUX/growArray.cmi obj/x86_LINUX/heap.cmi obj/x86_LINUX/heapify.cmi obj/x86_LINUX/inthash.cmi obj/x86_LINUX/lexerhack.cmi obj/x86_LINUX/liveness.cmi obj/x86_LINUX/logcalls.cmi obj/x86_LINUX/logwrites.cmi obj/x86_LINUX/longarray.cmi obj/x86_LINUX/machdep.cmi obj/x86_LINUX/machdepenv.cmi obj/x86_LINUX/main.cmi obj/x86_LINUX/mergecil.cmi obj/x86_LINUX/olf.cmi obj/x86_LINUX/oneret.cmi obj/x86_LINUX/partial.cmi obj/x86_LINUX/patch.cmi obj/x86_LINUX/predabst.cmi obj/x86_LINUX/pretty.cmi obj/x86_LINUX/ptranal.cmi obj/x86_LINUX/reachingdefs.cmi obj/x86_LINUX/rmtmps.cmi obj/x86_LINUX/setp.cmi obj/x86_LINUX/sfi.cmi obj/x86_LINUX/simplemem.cmi obj/x86_LINUX/simplify.cmi obj/x86_LINUX/ssa.cmi obj/x86_LINUX/stats.cmi obj/x86_LINUX/testcil.cmi obj/x86_LINUX/trace.cmi obj/x86_LINUX/uref.cmi obj/x86_LINUX/usedef.cmi obj/x86_LINUX/util.cmi obj/x86_LINUX/whitetrack.cmi obj/x86_LINUX/alpha.cmo obj/x86_LINUX/availexps.cmo obj/x86_LINUX/availexpslv.cmo obj/x86_LINUX/bitmap.cmo obj/x86_LINUX/cabs.cmo obj/x86_LINUX/cabs2cil.cmo obj/x86_LINUX/cabshelper.cmo obj/x86_LINUX/cabsvisit.cmo obj/x86_LINUX/callgraph.cmo obj/x86_LINUX/canonicalize.cmo obj/x86_LINUX/cfg.cmo obj/x86_LINUX/check.cmo obj/x86_LINUX/cil.cmo obj/x86_LINUX/cillower.cmo obj/x86_LINUX/ciloptions.cmo obj/x86_LINUX/ciltools.cmo obj/x86_LINUX/cilutil.cmo obj/x86_LINUX/cilversion.cmo obj/x86_LINUX/clexer.cmo obj/x86_LINUX/clist.cmo obj/x86_LINUX/cparser.cmo obj/x86_LINUX/cprint.cmo obj/x86_LINUX/dataflow.cmo obj/x86_LINUX/dataslicing.cmo obj/x86_LINUX/deadcodeelim.cmo obj/x86_LINUX/dominators.cmo obj/x86_LINUX/epicenter.cmo obj/x86_LINUX/errormsg.cmo obj/x86_LINUX/escape.cmo obj/x86_LINUX/expcompare.cmo obj/x86_LINUX/feature_config.cmo obj/x86_LINUX/formatcil.cmo obj/x86_LINUX/formatlex.cmo obj/x86_LINUX/formatparse.cmo obj/x86_LINUX/frontc.cmo obj/x86_LINUX/growArray.cmo obj/x86_LINUX/heap.cmo obj/x86_LINUX/heapify.cmo obj/x86_LINUX/inthash.cmo obj/x86_LINUX/lexerhack.cmo obj/x86_LINUX/liveness.cmo obj/x86_LINUX/logcalls.cmo obj/x86_LINUX/logwrites.cmo obj/x86_LINUX/longarray.cmo obj/x86_LINUX/machdep.cmo obj/x86_LINUX/machdepenv.cmo obj/x86_LINUX/main.cmo obj/x86_LINUX/mergecil.cmo obj/x86_LINUX/olf.cmo obj/x86_LINUX/oneret.cmo obj/x86_LINUX/partial.cmo obj/x86_LINUX/patch.cmo obj/x86_LINUX/predabst.cmo obj/x86_LINUX/pretty.cmo obj/x86_LINUX/ptranal.cmo obj/x86_LINUX/reachingdefs.cmo obj/x86_LINUX/rmtmps.cmo obj/x86_LINUX/setp.cmo obj/x86_LINUX/sfi.cmo obj/x86_LINUX/simplemem.cmo obj/x86_LINUX/simplify.cmo obj/x86_LINUX/ssa.cmo obj/x86_LINUX/stats.cmo obj/x86_LINUX/testcil.cmo obj/x86_LINUX/trace.cmo obj/x86_LINUX/uref.cmo obj/x86_LINUX/usedef.cmo obj/x86_LINUX/util.cmo obj/x86_LINUX/whitetrack.cmo obj/x86_LINUX/alpha.cmx obj/x86_LINUX/availexps.cmx obj/x86_LINUX/availexpslv.cmx obj/x86_LINUX/bitmap.cmx obj/x86_LINUX/cabs.cmx obj/x86_LINUX/cabs2cil.cmx obj/x86_LINUX/cabshelper.cmx obj/x86_LINUX/cabsvisit.cmx obj/x86_LINUX/callgraph.cmx obj/x86_LINUX/canonicalize.cmx obj/x86_LINUX/cfg.cmx obj/x86_LINUX/check.cmx obj/x86_LINUX/cil.cmx obj/x86_LINUX/cillower.cmx obj/x86_LINUX/ciloptions.cmx obj/x86_LINUX/ciltools.cmx obj/x86_LINUX/cilutil.cmx obj/x86_LINUX/cilversion.cmx obj/x86_LINUX/clexer.cmx obj/x86_LINUX/clist.cmx obj/x86_LINUX/cparser.cmx obj/x86_LINUX/cprint.cmx obj/x86_LINUX/dataflow.cmx obj/x86_LINUX/dataslicing.cmx obj/x86_LINUX/deadcodeelim.cmx obj/x86_LINUX/dominators.cmx obj/x86_LINUX/epicenter.cmx obj/x86_LINUX/errormsg.cmx obj/x86_LINUX/escape.cmx obj/x86_LINUX/expcompare.cmx obj/x86_LINUX/feature_config.cmx obj/x86_LINUX/formatcil.cmx obj/x86_LINUX/formatlex.cmx obj/x86_LINUX/formatparse.cmx obj/x86_LINUX/frontc.cmx obj/x86_LINUX/growArray.cmx obj/x86_LINUX/heap.cmx obj/x86_LINUX/heapify.cmx obj/x86_LINUX/inthash.cmx obj/x86_LINUX/lexerhack.cmx obj/x86_LINUX/liveness.cmx obj/x86_LINUX/logcalls.cmx obj/x86_LINUX/logwrites.cmx obj/x86_LINUX/longarray.cmx obj/x86_LINUX/machdep.cmx obj/x86_LINUX/machdepenv.cmx obj/x86_LINUX/main.cmx obj/x86_LINUX/mergecil.cmx obj/x86_LINUX/olf.cmx obj/x86_LINUX/oneret.cmx obj/x86_LINUX/partial.cmx obj/x86_LINUX/patch.cmx obj/x86_LINUX/predabst.cmx obj/x86_LINUX/pretty.cmx obj/x86_LINUX/ptranal.cmx obj/x86_LINUX/reachingdefs.cmx obj/x86_LINUX/rmtmps.cmx obj/x86_LINUX/setp.cmx obj/x86_LINUX/sfi.cmx obj/x86_LINUX/simplemem.cmx obj/x86_LINUX/simplify.cmx obj/x86_LINUX/ssa.cmx obj/x86_LINUX/stats.cmx obj/x86_LINUX/testcil.cmx obj/x86_LINUX/trace.cmx obj/x86_LINUX/uref.cmx obj/x86_LINUX/usedef.cmx obj/x86_LINUX/util.cmx obj/x86_LINUX/whitetrack.cmx obj/x86_LINUX/cil.cma obj/x86_LINUX/cil.cmxa obj/x86_LINUX/alpha.o obj/x86_LINUX/availexps.o obj/x86_LINUX/availexpslv.o obj/x86_LINUX/bitmap.o obj/x86_LINUX/cabs.o obj/x86_LINUX/cabs2cil.o obj/x86_LINUX/cabshelper.o obj/x86_LINUX/cabsvisit.o obj/x86_LINUX/callgraph.o obj/x86_LINUX/canonicalize.o obj/x86_LINUX/cfg.o obj/x86_LINUX/check.o obj/x86_LINUX/cil.o obj/x86_LINUX/cillower.o obj/x86_LINUX/ciloptions.o obj/x86_LINUX/ciltools.o obj/x86_LINUX/cilutil.o obj/x86_LINUX/cilversion.o obj/x86_LINUX/clexer.o obj/x86_LINUX/clist.o obj/x86_LINUX/cparser.o obj/x86_LINUX/cprint.o obj/x86_LINUX/dataflow.o obj/x86_LINUX/dataslicing.o obj/x86_LINUX/deadcodeelim.o obj/x86_LINUX/dominators.o obj/x86_LINUX/epicenter.o obj/x86_LINUX/errormsg.o obj/x86_LINUX/escape.o obj/x86_LINUX/expcompare.o obj/x86_LINUX/feature_config.o obj/x86_LINUX/formatcil.o obj/x86_LINUX/formatlex.o obj/x86_LINUX/formatparse.o obj/x86_LINUX/frontc.o obj/x86_LINUX/growArray.o obj/x86_LINUX/heap.o obj/x86_LINUX/heapify.o obj/x86_LINUX/inthash.o obj/x86_LINUX/lexerhack.o obj/x86_LINUX/libcil.o obj/x86_LINUX/liveness.o obj/x86_LINUX/logcalls.o obj/x86_LINUX/logwrites.o obj/x86_LINUX/longarray.o obj/x86_LINUX/machdep.o obj/x86_LINUX/machdepenv.o obj/x86_LINUX/main.o obj/x86_LINUX/mergecil.o obj/x86_LINUX/olf.o obj/x86_LINUX/oneret.o obj/x86_LINUX/partial.o obj/x86_LINUX/patch.o obj/x86_LINUX/perfcount.o obj/x86_LINUX/perfcount.opt.o obj/x86_LINUX/predabst.o obj/x86_LINUX/pretty.o obj/x86_LINUX/ptranal.o obj/x86_LINUX/reachingdefs.o obj/x86_LINUX/rmtmps.o obj/x86_LINUX/setp.o obj/x86_LINUX/sfi.o obj/x86_LINUX/simplemem.o obj/x86_LINUX/simplify.o obj/x86_LINUX/ssa.o obj/x86_LINUX/stats.o obj/x86_LINUX/testcil.o obj/x86_LINUX/trace.o obj/x86_LINUX/uref.o obj/x86_LINUX/usedef.o obj/x86_LINUX/util.o obj/x86_LINUX/whitetrack.o obj/x86_LINUX/cil.a obj/x86_LINUX/libperfcount.a src/check.mli src/cil.mli src/cillower.mli src/ciloptions.mli src/escape.mli src/formatcil.mli src/mergecil.mli src/rmtmps.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/rmtmps.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/mergecil.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatcil.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/escape.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciloptions.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cillower.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/check.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/libperfcount.a Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.a Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/whitetrack.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/util.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/usedef.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/uref.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/trace.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/testcil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/stats.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ssa.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplify.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplemem.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/sfi.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/setp.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/rmtmps.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/reachingdefs.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ptranal.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/pretty.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/predabst.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/perfcount.opt.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/perfcount.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/patch.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/partial.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/oneret.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/olf.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/mergecil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/main.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdepenv.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdep.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/longarray.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logwrites.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logcalls.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/liveness.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/libcil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/lexerhack.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/inthash.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heapify.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heap.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/growArray.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/frontc.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatparse.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatlex.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatcil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/feature_config.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/expcompare.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/escape.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/errormsg.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/epicenter.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dominators.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/deadcodeelim.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataslicing.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataflow.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cprint.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cparser.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clist.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clexer.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilversion.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilutil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciltools.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciloptions.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cillower.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/check.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cfg.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/canonicalize.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/callgraph.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabsvisit.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabshelper.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs2cil.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/bitmap.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexpslv.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexps.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/alpha.o Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.cmxa Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.cma Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/whitetrack.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/util.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/usedef.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/uref.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/trace.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/testcil.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/stats.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ssa.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplify.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplemem.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/sfi.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/setp.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/rmtmps.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/reachingdefs.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ptranal.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/pretty.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/predabst.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/patch.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/partial.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/oneret.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/olf.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/mergecil.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/main.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdepenv.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdep.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/longarray.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logwrites.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logcalls.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/liveness.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/lexerhack.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/inthash.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heapify.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heap.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/growArray.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/frontc.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatparse.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatlex.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatcil.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/feature_config.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/expcompare.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/escape.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/errormsg.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/epicenter.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dominators.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/deadcodeelim.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataslicing.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataflow.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cprint.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cparser.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clist.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clexer.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilversion.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilutil.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciltools.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciloptions.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cillower.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/check.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cfg.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/canonicalize.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/callgraph.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabsvisit.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabshelper.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs2cil.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/bitmap.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexpslv.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexps.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/alpha.cmx Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/whitetrack.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/util.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/usedef.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/uref.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/trace.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/testcil.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/stats.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ssa.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplify.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplemem.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/sfi.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/setp.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/rmtmps.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/reachingdefs.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ptranal.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/pretty.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/predabst.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/patch.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/partial.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/oneret.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/olf.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/mergecil.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/main.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdepenv.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdep.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/longarray.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logwrites.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logcalls.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/liveness.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/lexerhack.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/inthash.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heapify.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heap.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/growArray.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/frontc.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatparse.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatlex.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatcil.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/feature_config.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/expcompare.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/escape.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/errormsg.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/epicenter.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dominators.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/deadcodeelim.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataslicing.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataflow.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cprint.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cparser.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clist.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clexer.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilversion.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilutil.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciltools.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciloptions.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cillower.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/check.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cfg.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/canonicalize.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/callgraph.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabsvisit.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabshelper.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs2cil.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/bitmap.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexpslv.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexps.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/alpha.cmo Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/whitetrack.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/util.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/usedef.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/uref.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/trace.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/testcil.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/stats.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ssa.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplify.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/simplemem.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/sfi.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/setp.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/rmtmps.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/reachingdefs.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ptranal.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/pretty.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/predabst.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/patch.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/partial.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/oneret.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/olf.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/mergecil.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/main.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdepenv.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdep.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/longarray.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logwrites.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/logcalls.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/liveness.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/lexerhack.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/inthash.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heapify.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/heap.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/growArray.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/frontc.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatparse.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatlex.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatcil.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/feature_config.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/expcompare.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/escape.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/errormsg.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/epicenter.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dominators.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/deadcodeelim.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataslicing.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/dataflow.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cprint.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cparser.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clist.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clexer.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilversion.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilutil.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciltools.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/ciloptions.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cillower.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cil.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/check.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cfg.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/canonicalize.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/callgraph.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabsvisit.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabshelper.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs2cil.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cabs.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/bitmap.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexpslv.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/availexps.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/alpha.cmi Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatparse.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cparser.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clexer.mli Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/machdep.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatparse.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/formatlex.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/feature_config.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cparser.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/clexer.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/cilversion.ml Installed /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/lib64/ocaml/cil/META + mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/bin + install -m 0755 bin/cilly /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/libexec/cil/obj/x86_LINUX + install -m 0755 obj/x86_LINUX/cilly.asm.exe obj/x86_LINUX/cilly.byte.exe /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/libexec/cil/obj/x86_LINUX + mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/etc/prelink.conf.d + echo '-b /usr/libexec/cil' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /bin/true + /usr/lib/rpm/redhat/brp-strip-comment-note /bin/true /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /bin/true + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-cil-1.3.7-8.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Jxcxpq + umask 022 + cd /builddir/build/BUILD + cd cil-1.3.7 + DOCDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-1.3.7 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-1.3.7 + /bin/mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-1.3.7 + cp -pr README LICENSE /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-1.3.7 + exit 0 Finding Provides: /usr/lib/rpm/ocaml-find-provides.sh Finding Requires: /usr/lib/rpm/ocaml-find-requires.sh Provides: ocaml(Alpha) = cb4b940290bc1f0af4f2797e6aa163e3 ocaml(Availexps) = 550657634f1c24e269ee00ea0216b7a7 ocaml(Availexpslv) = bc844e735d3e641c27cbbd1a25c99b53 ocaml(Bitmap) = 4c41028ee96967ce436e8849b8ac8b24 ocaml(Cabs) = 1794226281129afe51cf0ef0c487bb39 ocaml(Cabs2cil) = 2b0bdf04838dea8ecba8228e8184fa47 ocaml(Cabshelper) = ef5e7a5f89cf1a14f8fc050066a78bef ocaml(Cabsvisit) = f938f3d2b96a898c13eb83fd07c89a45 ocaml(Callgraph) = 6861cd403ef537233f4c7b7ff34672bf ocaml(Canonicalize) = 7448991e99869f6ef321bb962b8f2013 ocaml(Cfg) = 5c5c9acb9046bda03e2548da4d9c642c ocaml(Check) = 79144a9cb1b626531c94b044c28c84a9 ocaml(Cil) = 4e80b6f3a388f49ad5a93454c034566b ocaml(Cillower) = 345c3164dd84e2701be13595af045c1d ocaml(Ciloptions) = 82af2e42384b93e863ccc3ec53634f2c ocaml(Ciltools) = 1a0c935971077e3af8b34903b6c9b8c4 ocaml(Cilutil) = 0e6c28023a2c13b11b99a201bfd0a91f ocaml(Cilversion) = c9494e5f438b515c577e3a8b26ee219f ocaml(Clexer) = fac7952cde6e04a769a45de9d140ab93 ocaml(Clist) = 38f1b194ab2794cebd5ae1d93468940c ocaml(Cparser) = 96492a79b2726c8feaf5f6daeaa359e6 ocaml(Cprint) = 276fa1c093f65c52743b3c29271ed420 ocaml(Dataflow) = a19834a77e42dffef93800e5bbf9a5b1 ocaml(Dataslicing) = 5a9dae7c2a92107ebab9086188486048 ocaml(Deadcodeelim) = 315d57ec6f323d6d6d3f94a84ffb5d85 ocaml(Dominators) = 0905d370c3f8b17e47e0d9b6f305d45e ocaml(Epicenter) = a60b337f46594b1c084729ba4f6b137d ocaml(Errormsg) = 0dff7f1c33bbc404f28fdc833f823dfc ocaml(Escape) = cca439a0229095c6463e325ba32f59bf ocaml(Expcompare) = 10dbd758e9ae71123285de3223037754 ocaml(Feature_config) = 221eb441fa86affb9e4cea56a75a0eba ocaml(Formatcil) = ae6ecbf4c0012ba9d4de1b3c6c7503cb ocaml(Formatlex) = b9134c7d24da80cb714409b4b0049604 ocaml(Formatparse) = aa2b76d56cad6ff70636a974d9ceed20 ocaml(Frontc) = b23c379e496f153a7c6da86d0c0fee5e ocaml(GrowArray) = 30d049582a1e7657a03fad316853dc9e ocaml(Heap) = 4e6f6eb6682d17479240e3a709ddc11b ocaml(Heapify) = b3334eeb5ea4797e5b9508fbce495b4e ocaml(Inthash) = 8936767e3d38f2d11749ab872219d921 ocaml(Lexerhack) = bb1f54c419d4918afad1accdf0e24dfb ocaml(Liveness) = c82ff0912c2093b4b738e7da9ed69221 ocaml(Logcalls) = 0b3ad7ad85f6f2d2fb2439b223905171 ocaml(Logwrites) = e7070ed4463d2d4acce85886c666b2cf ocaml(Longarray) = be4ee299adaa397017c2e6b824359e51 ocaml(Machdep) = 360bff7f5831fff3d469bc38ef798c42 ocaml(Machdepenv) = 5bcdbbb2cda5f2a4100e6d34bd8cc07e ocaml(Main) = dc9434d8f4871f69c0e43c6963b96eeb ocaml(Mergecil) = 1ef71df910fcfe964305a69b1c397c40 ocaml(Olf) = a6ad3bc2b58cb588316baff6202498b1 ocaml(Oneret) = 96256ad24d8aba32cc857d47b773660d ocaml(Partial) = 467577ea93b739c02c8f29fdfce6991a ocaml(Patch) = 1671b552e504e06227275f69a7e5f0f6 ocaml(Predabst) = 79680714ca789d4b23dc92145b3be750 ocaml(Pretty) = 681a75e921d6ad822387d018ad4d2429 ocaml(Ptranal) = 0ad8929f52605f864ce9b1c1f0946463 ocaml(Reachingdefs) = 716a8c5699f00e1008b764a65065a20e ocaml(Rmtmps) = 54810b19cf4340af6f6c320e9d74ab29 ocaml(Setp) = 6d96eededebdc5ce7f47227acbfa8333 ocaml(Sfi) = b13bfdab7af91b0bbc1f7c07d5fa33c6 ocaml(Simplemem) = f80c808b273ffa9a54f0410b16e7917f ocaml(Simplify) = e1eeb336ed8faadd39ba2b030bc3a25f ocaml(Ssa) = ef5034facd0a66e7080ea21afb5a6f77 ocaml(Stats) = a54b379beec71782521f57cab16f0a69 ocaml(Testcil) = f72a2ff4df0635cbf2b6615b694eb6e9 ocaml(Trace) = 36b77a2a49de83060c42462ba4183dd2 ocaml(Uref) = 6cf77ebc97b1e571974a79453c3198d6 ocaml(Usedef) = ccec539ab64489b599f4790f2d89c953 ocaml(Util) = c6cea72bcd00b951f82513dc5e6e17de ocaml(Whitetrack) = f2277f70f2a2120a0156a028cb0ce453 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: ocaml(Arg) = 877340141c0babb58b3aaef2f5b70fc9 ocaml(Array) = 720848e0b508273805ef38d884a57618 ocaml(Buffer) = 40bf652f22a33a7cfa05ee1dd5e0d7e4 ocaml(CamlinternalOO) = 9cf8941f15489d84ebd11297f6b92182 ocaml(Char) = 3dee29b414dd26a1cfca3bbdf20e7dfc ocaml(Filename) = bc87b0a21cde095f477cca1f0abb32b8 ocaml(Gc) = 6ccad0e9482dcedd96d1d7364013fbac ocaml(Hashtbl) = 9c86f7320512d6740a75017fd66156a8 ocaml(Int32) = c91c0bbb9f7670b10cdc0f2dcc57c5f9 ocaml(Int64) = 8f09e1331fe8af2d7b954585551cbe4f ocaml(Lexing) = 7d5623c54d065ad3f652261d2776959c ocaml(List) = 9c85fb419d52a8fd876c84784374e0cf ocaml(Map) = 971a915c5d6e79ba8c5a551e0767f582 ocaml(Marshal) = 8d7e6f1b8de0ac75dacb0b99dd5b2f2f ocaml(Nativeint) = 409308ec9d1a2ab99fa91fd0dfefca97 ocaml(Obj) = 3aeb33d11433c95bb62053c65665eb76 ocaml(Parsing) = 59e1db94d28f5c920aaddc6ba25fb659 ocaml(Pervasives) = db723a1798b122e08919a2bfed062514 ocaml(Printexc) = 07d69b04736fea2950e1b7819154d3f0 ocaml(Printf) = 55250c391e05a095d3696890d0d554a2 ocaml(Queue) = 79fd3a55345b718296e878c0e7bed10e ocaml(Random) = eb46746227016f42f03af00544772d98 ocaml(Set) = 7b178c9cf52b5cb8145441e1a0d309f5 ocaml(Stack) = e34f7b4a9b277777b6383211fee496d4 ocaml(Str) = bfd6d3188b490361a4d741d3396a7aa0 ocaml(String) = 06ab5e6944c47322b9d305c0aa0b07ff ocaml(Sys) = 4fe60c54d4de0672924c1d4ee2053e46 ocaml(Unix) = 2a19929a535447ed0c8fc58ae3adc1a0 ocaml(runtime) = 3.12.0 Processing files: ocaml-cil-devel-1.3.7-8.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GlDAO8 + umask 022 + cd /builddir/build/BUILD + cd cil-1.3.7 + DOCDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-devel-1.3.7 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-devel-1.3.7 + /bin/mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-devel-1.3.7 + cp -pr README LICENSE /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-devel-1.3.7 + exit 0 Finding Provides: /usr/lib/rpm/ocaml-find-provides.sh Finding Requires: /usr/lib/rpm/ocaml-find-requires.sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: ocaml-cil-doc-1.3.7-8.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.D9zTqR + umask 022 + cd /builddir/build/BUILD + cd cil-1.3.7 + DOCDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-doc-1.3.7 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-doc-1.3.7 + /bin/mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-doc-1.3.7 + cp -pr README LICENSE doc/CIL-API.pdf doc/CIL.pdf doc/api doc/api-latex doc/attributes.html doc/changes.html doc/cil.css doc/cil.html doc/cil.version.tex doc/cil001.html doc/cil002.html doc/cil003.html doc/cil004.html doc/cil007.html doc/cil009.html doc/cil010.html doc/cil011.html doc/cil012.html doc/cil015.html doc/cil016.html doc/cil017.html doc/cil018.html doc/cil019.html doc/cilly.html doc/cilpp.haux doc/cilpp.htoc doc/ciltoc.html doc/contents_motif.gif doc/examples doc/ext.html doc/header.html doc/index.html doc/merger.html doc/next_motif.gif doc/patcher.html doc/previous_motif.gif /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-doc-1.3.7 + exit 0 Finding Provides: /usr/lib/rpm/ocaml-find-provides.sh Finding Requires: /usr/lib/rpm/ocaml-find-requires.sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: ocaml-cil-cilly-1.3.7-8.fc15.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ElVedA + umask 022 + cd /builddir/build/BUILD + cd cil-1.3.7 + DOCDIR=/builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-cilly-1.3.7 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-cilly-1.3.7 + /bin/mkdir -p /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-cilly-1.3.7 + cp -pr README LICENSE /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64/usr/share/doc/ocaml-cil-cilly-1.3.7 + exit 0 Finding Provides: /usr/lib/rpm/ocaml-find-provides.sh Finding Requires: /usr/lib/rpm/ocaml-find-requires.sh Provides: perl(CilConfig) = 1.3.7 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 warning: Could not canonicalize hostname: x86-18.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ocaml-cil-1.3.7-8.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-cil-devel-1.3.7-8.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-cil-doc-1.3.7-8.fc15.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-cil-cilly-1.3.7-8.fc15.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7F0umt + umask 022 + cd /builddir/build/BUILD + cd cil-1.3.7 + rm -rf /builddir/build/BUILDROOT/ocaml-cil-1.3.7-8.fc15.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->