* Package: dev-ml/findlib-1.9.6:0  * Repository: gentoo  * Maintainer: ml@gentoo.org gienah@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ocamlopt userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking findlib-1.9.6.tar.gz to /var/tmp/portage/dev-ml/findlib-1.9.6/work >>> Source unpacked in /var/tmp/portage/dev-ml/findlib-1.9.6/work >>> Preparing source in /var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6 ... Welcome to findlib version 1.9.6 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Checking for ocamlopt -g... Querying installation: META list not found make install will double-check installed META files Configuring libraries... unix: found dynlink: found bigarray: found compiler-libs: found dbm: not present (normal since 4.00) graphics: not present (normal since 4.09) num: not present (normal since 4.06) ocamlbuild: found (in +ocamlbuild) ocamldoc: found (in +ocamldoc) raw_spacetime: not present (normal since 4.12) threads: found (in +threads) str: found labltk: not present (normal since 4.02) native dynlink: found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Configuration for stdlib written to site-lib-src/stdlib/META Configuration for unix written to site-lib-src/unix/META Configuration for dynlink written to site-lib-src/dynlink/META Configuration for bigarray written to site-lib-src/bigarray/META Configuration for compiler-libs written to site-lib-src/compiler-libs/META Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META Configuration for ocamldoc written to site-lib-src/ocamldoc/META Configuration for threads written to site-lib-src/threads/META Configuration for str written to site-lib-src/str/META Configuration for bytes written to site-lib-src/bytes/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/lib64/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib64/ocaml The configuration file is written to: findlib config file: /usr/lib64/ocaml/findlib/findlib.conf Software will be installed: Libraries: in /findlib Binaries: /usr/bin Manual pages: /usr/share/man topfind script: /usr/lib64/ocaml Topfind ppxopt support: yes Toolbox: no Link custom runtime: no Need bytes compatibility: no Configuration has been written to Makefile.config You can now do 'make all', and optionally 'make opt', to build ocamlfind. >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6 ... make -j8 -j1 all for p in findlib; do ( cd src/$p; make all ) || exit; done make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6/src/findlib' ocamllex fl_meta.mll 22 states, 392 transitions, table size 1700 bytes USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/usr/lib64/ocaml/findlib/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib64/ocaml' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi ocamldep *.ml *.mli >depend ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ -I +unix -I +dynlink ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind_rd1.p | \ ../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' \ >topfind ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6/src/findlib' make all-config make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' | \ tools/patch '@FINDLIB_PATH@' '/usr/lib64/ocaml' -p >findlib.conf if ./tools/cmd_from_same_dir ocamlc; then \ echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamlopt; then \ echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldep; then \ echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldoc; then \ echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ fi make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' make -j8 -j1 opt for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6/src/findlib' ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ -I +unix -I +dynlink ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ fi make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6/src/findlib' >>> Source compiled. >>> Test phase [not enabled]: dev-ml/findlib-1.9.6 >>> Install dev-ml/findlib-1.9.6 into /var/tmp/portage/dev-ml/findlib-1.9.6/image make -j8 prefix=/var/tmp/portage/dev-ml/findlib-1.9.6/image install if [ "1" -eq 1 ]; then \ for x in camlp4 dbm graphics labltk num ocamlbuild; do \ if [ -f "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/$x/META" ]; then \ if ! grep -Fq '[distributed with Ocaml]' "/var/tmp/portage/dev-ml/findlib-1.9.6/image//usr/lib64/ocaml/$x/META"; then \ rm -f site-lib-src/$x/META; \ fi; \ fi; \ done; \ test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ fi echo 'SITELIB_META =' > Makefile.packages.in for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done tr '\n' ' ' < Makefile.packages.in > Makefile.packages rm Makefile.packages.in install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/bin" install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/share/man" make install-config make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' install -d "`dirname \"/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib/findlib.conf\"`" test -f "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib/findlib.conf" || install -c findlib.conf "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib/findlib.conf" make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6/src/findlib' install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib" install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/bin" test 1 -eq 0 || install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml" test 1 -eq 0 || install -c topfind "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/" files=` ../../tools/collect_files ../../Makefile.config \ findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ META` && \ install -c $files "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib/" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ install -c $f "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/bin/ocamlfind" # the following "if" block is only needed for 4.00beta2 if [ 1 -eq 0 -a -f "/usr/lib64/ocaml/compiler-libs/topdirs.cmi" ]; then \ cd "/usr/lib64/ocaml/compiler-libs/"; \ install -c topdirs.cmi toploop.cmi "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6/src/findlib' make install-meta make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' for x in bigarray bytes compiler-libs dynlink ocamlbuild ocamldoc stdlib str threads unix ; do install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/$x"; install -c site-lib-src/$x/META "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/$x/META.tmp" && mv "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/$x/META.tmp" "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/$x/META"; done install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib"; install -c Makefile.packages "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/lib64/ocaml/findlib/Makefile.packages" make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/bin" make install-doc make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' install -d "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/share/man/man1" "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/share/man/man3" "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/share/man/man5" install -c doc/ref-man/ocamlfind.1 "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/share/man/man1" install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/var/tmp/portage/dev-ml/findlib-1.9.6/image/usr/share/man/man5" make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.6/work/findlib-1.9.6' >>> Completed installing dev-ml/findlib-1.9.6 into /var/tmp/portage/dev-ml/findlib-1.9.6/image * Final size of build directory: 10172 KiB (9.9 MiB) * Final size of installed tree: 3496 KiB (3.4 MiB) strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/lib64/ocaml/findlib/findlib.a /usr/lib64/ocaml/findlib/findlib_top.a /usr/lib64/ocaml/findlib/findlib.cmxs /usr/lib64/ocaml/findlib/findlib_top.cmxs /usr/bin/ocamlfind /usr/lib64/ocaml/findlib/findlib_dynload.a /usr/lib64/ocaml/findlib/findlib_dynload.cmxs * checking 51 files for package collisions  * This package will overwrite one or more files that may belong to other  * packages (see list below). You can use a command such as `portageq  * owners / ` to identify the installed package that owns a  * file. If portageq reports that only one package owns a file then do  * NOT file a bug report. A bug report is only useful if it identifies at  * least two or more packages that are known to install the same file(s).  * If a collision occurs and you can not explain where the file came from  * then you should simply ignore the collision since there is not enough  * information to determine if a real problem exists. Please do NOT file  * a bug report at https://bugs.gentoo.org/ unless you report exactly  * which two packages install the same file(s). See  * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how  * to solve the problem. And once again, please do NOT file a bug report  * unless you have completely understood the above message.  *   * Detected file collision(s):  *   *  /usr/lib64/ocaml/ocamlbuild/META  *   * Searching all installed packages for file collisions...  *   * Press Ctrl-C to Stop  *   * dev-ml/ocamlbuild-0.14.2:0::gentoo  *  /usr/lib64/ocaml/ocamlbuild/META  *   * Package 'dev-ml/findlib-1.9.6' NOT merged due to file collisions. If  * necessary, refer to your elog messages for the whole content of the  * above message.