=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ocsigen-2.16.1nb1 /usr/pkg/bin/gmake -C src all gmake[1]: Entering directory '/tmp/work/ocsigenserver-2.16.1/src' cat files/META.in \ | sed s/%%CAMLZIPNAME%%/camlzip/ \ | sed s/%%NAME%%/ocsigenserver/g \ | sed s/%%DEPS%%/lwt_ssl,bytes,lwt.unix,lwt_log,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,xml-light,dynlink/g \ | sed s/%%BASEDEPS%%/lwt,ipaddr,bytes/g \ > files/META echo directory = \"../server\" > files/META.ocsigenserver cat files/META.in \ | sed s/%%CAMLZIPNAME%%/camlzip/ \ | sed s/%%NAME%%/ocsigenserver/g \ | sed s/%%DEPS%%/lwt_ssl,bytes,lwt.unix,lwt_log,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,xml-light,dynlink/g \ | sed s/%%BASEDEPS%%/lwt,ipaddr,bytes/g \ | sed "s%package \"\(polytables\|commandline\|baselib\)\" (%package \"\1\" (\n directory = \"../baselib\"%" \ | sed "s%package \"\(http\|cookies\)\" (%package \"\1\" (\n directory = \"../http\"%" \ | sed "s%directory = \"extensions\"%directory = \"../extensions\"%" \ >> files/META.ocsigenserver cat files/ocsigenserver.conf.in \ | sed s%_LOGDIR_%/var/log/ocsigen%g \ | sed s%_DATADIR_%/var/lib/ocsigen%g \ | sed s%_OCSIGENUSER_%www%g \ | sed s%_OCSIGENGROUP_%"www"%g \ | sed s%_COMMANDPIPE_%/var/run/ocsigen_command%g \ | sed s%_MIMEFILE_%/usr/pkg/share/examples/ocsigen/mime.types%g \ | sed s%_METADIR_%/usr/pkg/lib/ocaml/site-lib%g \ | sed s%_PROJECTNAME_%ocsigenserver%g \ | sed s%_LIBDIR_%/usr/pkg/lib/ocaml/site-lib%g \ | sed s%_EXTDIR_%/usr/pkg/lib/ocaml/site-lib/ocsigenserver/extensions%g \ | sed s%_CONFIGDIR_%/usr/pkg/share/examples/ocsigen%g \ | sed s%_STATICPAGESDIR_%/usr/pkg/share/ocsigen/www%g \ | sed s%_EXTPACKAGENAME_%ocsigenserver.ext%g \ > ../ocsigenserver.conf.sample mkdir -p ../local/etc ../local/var/log ../local/var/run cat files/ocsigenserver.conf.in \ | sed s%80\%8080\%g \ | sed s%_LOGDIR_%/tmp/work/ocsigenserver-2.16.1/local/var/log%g \ | sed s%_DATADIR_%/tmp/work/ocsigenserver-2.16.1/local/var/lib%g \ | sed s%\_OCSIGENUSER_\%%g \ | sed s%\_OCSIGENGROUP_\%%g \ | sed s%_COMMANDPIPE_%/tmp/work/ocsigenserver-2.16.1/local/var/run/ocsigenserver_command%g \ | sed s%_MIMEFILE_%/tmp/work/ocsigenserver-2.16.1/src/files/mime.types%g \ | sed s%_METADIR_%/usr/pkg/lib/ocaml/site-lib\"/\>\\\ --\>%\%g \ | sed s%\<\!--\ \\ --\>%\%g \ | sed s%store\ dir=\"/tmp/work/ocsigenserver-2.16.1/var/lib\"%store\ dir=\"/tmp/work/ocsigenserver-2.16.1/local/var/lib/ocsipersist\"%g \ > ../local/etc/ocsigenserver.conf /usr/pkg/bin/gmake -C baselib all gmake[2]: Entering directory '/tmp/work/ocsigenserver-2.16.1/src/baselib' ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_lib_base.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_lib_base.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_lib.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_lib.ml File "ocsigen_lib.ml", line 153, characters 10-21: 153 | String.copy s ^^^^^^^^^^^ Alert deprecated: String.copy ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_cache.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_cache.ml cat ocsigen_config.ml.in \ | sed s%0000000000000000%2.9% \ | sed s%_WARNING_%"Warning: this file has been generated from ocsigen_config.ml.in - DO NOT MODIFY MANUALLY!"% \ | sed s%_LOGDIR_%/var/log/ocsigen% \ | sed s%_DATADIR_%/var/lib/ocsigen%g \ | sed s%_BINDIR_%/usr/pkg/bin%g \ | sed s%_EXTDIR_%/usr/pkg/lib/ocaml/site-lib/ocsigenserver/extensions%g \ | sed s%_STATICPAGESDIR_%/usr/pkg/share/ocsigen/www% \ | sed s%_UP_%/tmp%g \ | sed s%_OCSIGENUSER_%www%g \ | sed s%_OCSIGENGROUP_%"www"%g \ | sed s%_PROJECTNAME_%ocsigenserver%g \ | sed s%_COMMANDPIPE_%/var/run/ocsigen_command%g \ | sed s%_CONFIGDIR_%/usr/pkg/share/examples/ocsigen% \ | sed s%_ISNATIVE_%Dynlink.is_native%g \ | sed "s%_DEPS_%\"unix\";\"bigarray\";\"bytes\";\"result\";\"seq\";\"lwt\";\"mmap\";\"ocplib-endian.bigstring\";\"threads\";\"lwt.unix\";\"ssl\";\"lwt_ssl\";\"lwt_log.core\";\"lwt_log\";\"astring\";\"uchar\";\"fmt\";\"domain-name\";\"macaddr\";\"ipaddr\";\"str\";\"netsys\";\"netstring\";\"pcre\";\"netstring-pcre\";\"findlib.internal\";\"findlib\";\"zarith\";\"cryptokit\";\"re\";\"uutf\";\"tyxml.functor\";\"tyxml\";\"xml-light\";\"dynlink\"; \"ocsigenserver.commandline\"; \"ocsigenserver.polytables\"; \"ocsigenserver.cookies\"; \"ocsigenserver.baselib\"; \"ocsigenserver.http\"; \"ocsigenserver\"; %g" \ > ocsigen_config.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_config.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_config.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_getcommandline.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_commandline.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_messages.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_messages.ml File "ocsigen_messages.ml", line 160, characters 28-44: 160 | (match level_of_string (String.lowercase level_name) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ln -s dynlink_wrapper.natdynlink.ml dynlink_wrapper.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c dynlink_wrapper.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_loader.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_loader.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_stream.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_stream.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -a -o baselib.cma ocsigen_lib_base.cmo ocsigen_lib.cmo ocsigen_cache.cmo ocsigen_config.cmo ocsigen_commandline.cmo ocsigen_messages.cmo dynlink_wrapper.cmo ocsigen_loader.cmo ocsigen_stream.cmo ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c commandline/ocsigen_getcommandline.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -a -o parsecommandline.cma commandline/ocsigen_getcommandline.cmo ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c nocommandline/ocsigen_getcommandline.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -a -o donotparsecommandline.cma nocommandline/ocsigen_getcommandline.cmo ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c polytables.mli ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c polytables.ml ocamlfind ocamlc -no-keep-locs -bin-annot -thread -a -o polytables.cma polytables.cmo ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_lib_base.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_lib.ml File "ocsigen_lib.ml", line 153, characters 10-21: 153 | String.copy s ^^^^^^^^^^^ Alert deprecated: String.copy ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_cache.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_config.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_commandline.ml File "_none_", line 1: Warning 58: no cmx file was found in path for module Ocsigen_getcommandline, and its interface was not compiled with -opaque ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_messages.ml File "ocsigen_messages.ml", line 160, characters 28-44: 160 | (match level_of_string (String.lowercase level_name) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c dynlink_wrapper.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_loader.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c ocsigen_stream.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -a -o baselib.cmxa ocsigen_lib_base.cmx ocsigen_lib.cmx ocsigen_cache.cmx ocsigen_config.cmx ocsigen_commandline.cmx ocsigen_messages.cmx dynlink_wrapper.cmx ocsigen_loader.cmx ocsigen_stream.cmx ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c commandline/ocsigen_getcommandline.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -a -o parsecommandline.cmxa commandline/ocsigen_getcommandline.cmx ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c nocommandline/ocsigen_getcommandline.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -a -o donotparsecommandline.cmxa nocommandline/ocsigen_getcommandline.cmx ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -shared -linkall -o parsecommandline.cmxs parsecommandline.cmxa ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -shared -linkall -o donotparsecommandline.cmxs donotparsecommandline.cmxa ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package lwt_log -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package ipaddr -c polytables.ml ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -a -o polytables.cmxa polytables.cmx ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -shared -linkall -o polytables.cmxs polytables.cmxa gmake[2]: Leaving directory '/tmp/work/ocsigenserver-2.16.1/src/baselib' /usr/pkg/bin/gmake -C http all gmake[2]: Entering directory '/tmp/work/ocsigenserver-2.16.1/src/http' ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c multipart.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c multipart.ml File "multipart.ml", line 47, characters 10-26: 47 | String.lowercase(S.matched_group r 1 parstr) ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c http_headers.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c http_headers.ml File "http_headers.ml", line 22, characters 17-33: 22 | let name s = (s, String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_cookies.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_cookies.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_http_frame.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_http_frame.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_http_com.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_charset_mime.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_senders.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_headers.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_headers.ml File "ocsigen_headers.ml", line 134, characters 4-20: 134 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamllex http_lexer.mll 64 states, 3199 transitions, table size 13180 bytes 8057 additional bytes used for bindings ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c http_lexer.ml File "http_lexer.mll", line 40, characters 30-46: Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c framepp.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c framepp.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_http_com.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_charset_mime.ml File "ocsigen_charset_mime.ml", line 45, characters 8-24: 45 | try String.lowercase (Filename.extension_no_directory file) ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_charset_mime.ml", line 69, characters 28-44: 69 | Extension (String.lowercase ext, v) :: assoc.assoc_list} ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_senders.ml File "ocsigen_senders.ml", line 479, characters 42-59: 479 | (Tyxml.Html.head (Tyxml.Html.title (Tyxml.Html.pcdata s)) []) ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 481, characters 25-42: 481 | (Tyxml.Html.h1 [Tyxml.Html.pcdata msg]:: ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 482, characters 24-41: 482 | Tyxml.Html.p [Tyxml.Html.pcdata s]:: ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 518, characters 14-31: 518 | [Tyxml.Html.pcdata (Printexc.to_string exn); ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 521, characters 17-34: 521 | [Tyxml.Html.pcdata "(Ocsigen running in debug mode)"] ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead ocamlfind ocamlc -bin-annot -thread -a -o http.cma multipart.cmo http_headers.cmo ocsigen_cookies.cmo ocsigen_http_frame.cmo ocsigen_headers.cmo http_lexer.cmo framepp.cmo ocsigen_http_com.cmo ocsigen_charset_mime.cmo ocsigen_senders.cmo ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c multipart.ml File "multipart.ml", line 47, characters 10-26: 47 | String.lowercase(S.matched_group r 1 parstr) ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c http_headers.ml File "http_headers.ml", line 22, characters 17-33: 22 | let name s = (s, String.lowercase s) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_cookies.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_http_frame.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c http_lexer.ml File "http_lexer.mll", line 40, characters 30-46: Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c framepp.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_http_com.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_charset_mime.ml File "ocsigen_charset_mime.ml", line 45, characters 8-24: 45 | try String.lowercase (Filename.extension_no_directory file) ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_charset_mime.ml", line 69, characters 28-44: 69 | Extension (String.lowercase ext, v) :: assoc.assoc_list} ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_senders.ml File "ocsigen_senders.ml", line 479, characters 42-59: 479 | (Tyxml.Html.head (Tyxml.Html.title (Tyxml.Html.pcdata s)) []) ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 481, characters 25-42: 481 | (Tyxml.Html.h1 [Tyxml.Html.pcdata msg]:: ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 482, characters 24-41: 482 | Tyxml.Html.p [Tyxml.Html.pcdata s]:: ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 518, characters 14-31: 518 | [Tyxml.Html.pcdata (Printexc.to_string exn); ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead File "ocsigen_senders.ml", line 521, characters 17-34: 521 | [Tyxml.Html.pcdata "(Ocsigen running in debug mode)"] ^^^^^^^^^^^^^^^^^ Alert deprecated: Tyxml.Html.pcdata Use txt instead ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package lwt_log -package tyxml -c ocsigen_headers.ml File "ocsigen_headers.ml", line 134, characters 4-20: 134 | String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -bin-annot -thread -a -o http.cmxa multipart.cmx http_headers.cmx ocsigen_cookies.cmx ocsigen_http_frame.cmx ocsigen_headers.cmx http_lexer.cmx framepp.cmx ocsigen_http_com.cmx ocsigen_charset_mime.cmx ocsigen_senders.cmx gmake[2]: Leaving directory '/tmp/work/ocsigenserver-2.16.1/src/http' /usr/pkg/bin/gmake -C server all gmake[2]: Entering directory '/tmp/work/ocsigenserver-2.16.1/src/server' ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_socket.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_socket.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_request_info.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_request_info.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_command.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_command.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_extensions.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_range.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_range.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_extensions.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_parseconfig.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_parseconfig.ml File "ocsigen_parseconfig.ml", line 695, characters 16-32: 695 | let str = String.lowercase (parse_string_tag st p) in ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_http_client.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_http_client.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_local_files.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_local_files.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_server.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_server.ml File "ocsigen_server.ml", line 111, characters 10-26: 111 | match String.lowercase ct, String.lowercase cst with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_server.ml", line 111, characters 31-47: 111 | match String.lowercase ct, String.lowercase cst with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_server.ml", line 232, characters 12-28: 232 | match String.lowercase tok with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_server.ml", line 762, characters 15-28: 762 | let s = String.create 1024 in ^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.create Use Bytes.create instead. ocamlfind ocamlc -bin-annot -thread -a -o ocsigenserver.cma ocsigen_socket.cmo ocsigen_request_info.cmo ocsigen_command.cmo ocsigen_range.cmo ocsigen_extensions.cmo ocsigen_parseconfig.cmo ocsigen_http_client.cmo ocsigen_local_files.cmo ocsigen_server.cmo ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c server_main.ml ocamlfind ocamlc -bin-annot -thread -o ocsigenserver -linkpkg -linkall -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . ../baselib/parsecommandline.cma ../baselib/baselib.cma ../baselib/polytables.cma ../http/http.cma ocsigenserver.cma server_main.cmo ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_socket.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_request_info.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_command.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_extensions.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_range.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_parseconfig.ml File "ocsigen_parseconfig.ml", line 695, characters 16-32: 695 | let str = String.lowercase (parse_string_tag st p) in ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_http_client.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_local_files.ml ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c ocsigen_server.ml File "ocsigen_server.ml", line 111, characters 10-26: 111 | match String.lowercase ct, String.lowercase cst with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_server.ml", line 111, characters 31-47: 111 | match String.lowercase ct, String.lowercase cst with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_server.ml", line 232, characters 12-28: 232 | match String.lowercase tok with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. File "ocsigen_server.ml", line 762, characters 15-28: 762 | let s = String.create 1024 in ^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.create Use Bytes.create instead. ocamlfind ocamlopt -bin-annot -thread -a -o ocsigenserver.cmxa ocsigen_socket.cmx ocsigen_request_info.cmx ocsigen_command.cmx ocsigen_range.cmx ocsigen_extensions.cmx ocsigen_parseconfig.cmx ocsigen_http_client.cmx ocsigen_local_files.cmx ocsigen_server.cmx ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . -c server_main.ml ocamlfind ocamlopt -bin-annot -thread -o ocsigenserver.opt -linkpkg -linkall -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package lwt_log -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package xml-light -package dynlink -I . ../baselib/parsecommandline.cmxa ../baselib/baselib.cmxa ../baselib/polytables.cmxa ../http/http.cmxa ocsigenserver.cmxa server_main.cmx gmake[2]: Leaving directory '/tmp/work/ocsigenserver-2.16.1/src/server' /usr/pkg/bin/gmake -C extensions all gmake[2]: Entering directory '/tmp/work/ocsigenserver-2.16.1/src/extensions' ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c staticmod.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c cgimod.ml File "cgimod.ml", line 234, characters 35-51: 234 | Printf.sprintf "HTTP_%s=%s" (String.uppercase h') v in ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.uppercase Use String.uppercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c redirectmod.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c revproxy.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c extensiontemplate.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c accesscontrol.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c accesscontrol.ml File "accesscontrol.ml", line 382, characters 16-32: 382 | match String.lowercase header with ^^^^^^^^^^^^^^^^ Alert deprecated: Ocsigen_lib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c userconf.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c outputfilter.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c authbasic.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c authbasic.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c rewritemod.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c extendconfiguration.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c ocsigen_comet.mli ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c ocsigen_comet.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -c cors.ml ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package lwt_log -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package xml-light -package camlzip -c deflatemod.ml /usr/pkg/bin/gmake -C ocsipersist-pgsql byte gmake[3]: Entering directory '/tmp/work/ocsigenserver-2.16.1/src/extensions/ocsipersist-pgsql' ln -s -f ../ocsipersist.mli . ocamlfind ocamlc -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package xml-light -package pgocaml -package lwt -package lwt_log -c ocsipersist.mli ocamlfind: Package `rresult' not found - required by `pgocaml' gmake[3]: *** [Makefile:44: ocsipersist.cmi] Error 2 gmake[3]: Leaving directory '/tmp/work/ocsigenserver-2.16.1/src/extensions/ocsipersist-pgsql' gmake[2]: *** [Makefile:53: byte] Error 2 gmake[2]: Leaving directory '/tmp/work/ocsigenserver-2.16.1/src/extensions' gmake[1]: *** [Makefile:7: all] Error 2 gmake[1]: Leaving directory '/tmp/work/ocsigenserver-2.16.1/src' gmake: *** [Makefile:8: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/www/ocsigen *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/ocsigen