* Package: dev-ml/findlib-1.9.1 * Repository: gentoo * Maintainer: ml@gentoo.org gienah@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking findlib-1.9.1.tar.gz to /var/tmp/portage/dev-ml/findlib-1.9.1/work >>> Source unpacked in /var/tmp/portage/dev-ml/findlib-1.9.1/work >>> Preparing source in /var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1 ... Welcome to findlib version 1.9.1 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Querying installation: META list not found make install will double-check installed META files Configuring libraries... unix: 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 ocamldoc: found raw_spacetime: not present (normal since 4.12) threads: found str: found labltk: not present (normal since 4.02) native dynlink: not found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Configuration for dynlink written to site-lib-src/dynlink/META Configuration for stdlib written to site-lib-src/stdlib/META Configuration for unix written to site-lib-src/unix/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.1/work/findlib-1.9.1 ... make -j3 -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.1/work/findlib-1.9.1/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 -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -c fl_topo.mli ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml ocamlc -I +compiler-libs -opaque -c findlib.mli ocamlc -I +compiler-libs -opaque -g -c findlib.ml ocamlc -I +compiler-libs -opaque -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -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 -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -g -c frontend.ml File "frontend.ml", line 1826, characters 16-29: 1826 | let buf = String.create buflen in (* FIXME: Bytes.create *) ^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.create Use Bytes.create instead. ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -c topfind.mli ocamlc -I +compiler-libs -opaque -g -c topfind.ml 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 -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -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.1/work/findlib-1.9.1/src/findlib' make all-config make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' >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.1/work/findlib-1.9.1' >>> Source compiled. >>> Test phase [not enabled]: dev-ml/findlib-1.9.1 >>> Install dev-ml/findlib-1.9.1 into /var/tmp/portage/dev-ml/findlib-1.9.1/image make -j3 prefix=/var/tmp/portage/dev-ml/findlib-1.9.1/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.1/image/usr/lib64/ocaml/$x/META" ]; then \ if ! grep -Fq '[distributed with Ocaml]' "/var/tmp/portage/dev-ml/findlib-1.9.1/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 mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/bin" mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/share/man" make install-config make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' mkdir -p "`dirname \"/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib/findlib.conf\"`" test -f "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib/findlib.conf" || cp findlib.conf "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib/findlib.conf" make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1/src/findlib' mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib" mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/bin" test 1 -eq 0 || cp topfind "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml" files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli 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` && \ cp $files "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/var/tmp/portage/dev-ml/findlib-1.9.1/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/"; \ cp topdirs.cmi toploop.cmi "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1/src/findlib' make install-meta make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' for x in bigarray bytes compiler-libs dynlink ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/$x"; done mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib"; cp Makefile.packages "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/lib64/ocaml/findlib/Makefile.packages" make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/bin" make install-doc make[1]: Entering directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' mkdir -p "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/share/man/man1" "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/share/man/man3" "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/share/man/man5" cp doc/ref-man/ocamlfind.1 "/var/tmp/portage/dev-ml/findlib-1.9.1/image/usr/share/man/man1" cp 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.1/image/usr/share/man/man5" make[1]: Leaving directory '/var/tmp/portage/dev-ml/findlib-1.9.1/work/findlib-1.9.1' >>> Completed installing dev-ml/findlib-1.9.1 into /var/tmp/portage/dev-ml/findlib-1.9.1/image * Final size of build directory: 6852 KiB (6.6 MiB) * Final size of installed tree: 3880 KiB (3.7 MiB) * checking 34 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.0-r1:0::gentoo * /usr/lib64/ocaml/ocamlbuild/META * * Package 'dev-ml/findlib-1.9.1' NOT merged due to file collisions. If * necessary, refer to your elog messages for the whole content of the * above message.