=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for ocsigen-2.9
/usr/pkg/bin/gmake -C src all
gmake[1]: Entering directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src'
cat files/META.in \
| sed s/%%CAMLZIPNAME%%/camlzip/ \
| sed s/%%NAME%%/ocsigenserver/g \
| sed s/%%DEPS%%/lwt_ssl,bytes,lwt.unix,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,tyxml.parser,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,ipaddr,netstring,netstring-pcre,findlib,cryptokit,tyxml,tyxml.parser,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_%/data/scratch/www/ocsigen/work/ocsigenserver-2.9/local/var/log%g \
| sed s%_DATADIR_%/data/scratch/www/ocsigen/work/ocsigenserver-2.9/local/var/lib%g \
| sed s%\_OCSIGENUSER_\%%g \
| sed s%\_OCSIGENGROUP_\%%g \
| sed s%_COMMANDPIPE_%/data/scratch/www/ocsigen/work/ocsigenserver-2.9/local/var/run/ocsigenserver_command%g \
| sed s%_MIMEFILE_%/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/files/mime.types%g \
| sed s%_METADIR_%/usr/pkg/lib/ocaml/site-lib\"/\>\\\ --\>%\%g \
| sed s%\<\!--\ \\ --\>%\%g \
| sed s%store\ dir=\"/data/scratch/www/ocsigen/work/ocsigenserver-2.9/var/lib\"%store\ dir=\"/data/scratch/www/ocsigen/work/ocsigenserver-2.9/local/var/lib/ocsipersist\"%g \
> ../local/etc/ocsigenserver.conf
/usr/pkg/bin/gmake -C baselib all
gmake[2]: Entering directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/baselib'
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_lib_base.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_lib_base.ml
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_lib.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_lib.ml
File "ocsigen_lib.ml", line 153, characters 10-21:
Warning 3: deprecated: String.copy
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_cache.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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%_PREEMTIMPLEM_%Lwt_preemptive% \
| sed s%_ISNATIVE_%Dynlink.is_native%g \
| sed "s%_DEPS_%\"unix\";\"bigarray\";\"bytes\";\"result\";\"lwt\";\"threads\";\"lwt.unix\";\"ssl\";\"lwt_ssl\";\"ppx_deriving.runtime\";\"sexplib.0\";\"sexplib\";\"ipaddr\";\"str\";\"netsys\";\"netstring\";\"pcre\";\"netstring-pcre\";\"findlib.internal\";\"findlib\";\"zarith\";\"cryptokit\";\"uchar\";\"uutf\";\"re\";\"tyxml.functor\";\"tyxml\";\"camlp4\";\"dynlink\";\"camlp4.lib\";\"tyxml.parser\"; \"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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_config.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_config.ml
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_getcommandline.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_commandline.ml
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_messages.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_messages.ml
File "ocsigen_messages.ml", line 151, characters 28-44:
Warning 3: deprecated: 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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c dynlink_wrapper.ml
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_loader.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_loader.ml
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_stream.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c polytables.mli
ocamlfind ocamlc -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_lib_base.ml
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_lib.ml
File "ocsigen_lib.ml", line 153, characters 10-21:
Warning 3: deprecated: String.copy
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_cache.ml
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_config.ml
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_messages.ml
File "ocsigen_messages.ml", line 151, characters 28-44:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c dynlink_wrapper.ml
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -c ocsigen_loader.ml
ocamlfind ocamlopt -no-keep-locs -bin-annot -thread -package bytes -package lwt.unix -package netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 netstring -package netstring-pcre -package cryptokit -package findlib -package tyxml -package lwt.unix -package ipaddr -package lwt_log -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 '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/baselib'
/usr/pkg/bin/gmake -C http all
gmake[2]: Entering directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/http'
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c multipart.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c multipart.ml
File "multipart.ml", line 47, characters 10-26:
Warning 3: 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 tyxml -package lwt_log -c http_headers.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c http_headers.ml
File "http_headers.ml", line 22, characters 17-33:
Warning 3: deprecated: 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 tyxml -package lwt_log -c ocsigen_cookies.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_cookies.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_http_frame.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_http_frame.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_http_com.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_charset_mime.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_senders.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_headers.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_headers.ml
File "ocsigen_headers.ml", line 134, characters 4-20:
Warning 3: 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 tyxml -package lwt_log -c http_lexer.ml
File "http_lexer.mll", line 40, characters 30-46:
Warning 3: deprecated: 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 tyxml -package lwt_log -c framepp.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c framepp.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_http_com.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_charset_mime.ml
File "ocsigen_charset_mime.ml", line 45, characters 8-24:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_charset_mime.ml", line 69, characters 28-44:
Warning 3: 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 tyxml -package lwt_log -c ocsigen_senders.ml
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 tyxml -package lwt_log -c multipart.ml
File "multipart.ml", line 47, characters 10-26:
Warning 3: 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 tyxml -package lwt_log -c http_headers.ml
File "http_headers.ml", line 22, characters 17-33:
Warning 3: deprecated: 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 tyxml -package lwt_log -c ocsigen_cookies.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_http_frame.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c http_lexer.ml
File "http_lexer.mll", line 40, characters 30-46:
Warning 3: deprecated: 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 tyxml -package lwt_log -c framepp.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_http_com.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_charset_mime.ml
File "ocsigen_charset_mime.ml", line 45, characters 8-24:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_charset_mime.ml", line 69, characters 28-44:
Warning 3: 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 tyxml -package lwt_log -c ocsigen_senders.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -package bytes -package netstring -package netstring-pcre -package lwt_ssl -package tyxml -package lwt_log -c ocsigen_headers.ml
File "ocsigen_headers.ml", line 134, characters 4-20:
Warning 3: 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 '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/http'
/usr/pkg/bin/gmake -C server all
gmake[2]: Entering directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/server'
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_socket.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_socket.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_request_info.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_request_info.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_command.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_command.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_extensions.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_range.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_range.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_extensions.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_parseconfig.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_parseconfig.ml
File "ocsigen_parseconfig.ml", line 699, characters 16-32:
Warning 3: 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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_http_client.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_http_client.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_local_files.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_local_files.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_server.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_server.ml
File "ocsigen_server.ml", line 108, characters 10-26:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_server.ml", line 108, characters 31-47:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_server.ml", line 229, characters 12-28:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_server.ml", line 759, characters 15-28:
Warning 3: 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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_socket.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_request_info.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_command.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_extensions.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_range.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_parseconfig.ml
File "ocsigen_parseconfig.ml", line 699, characters 16-32:
Warning 3: 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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_http_client.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_local_files.ml
ocamlfind ocamlopt -bin-annot -thread -I ../baselib -I ../http -package lwt_ssl -package bytes -package lwt.unix -package ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . -c ocsigen_server.ml
File "ocsigen_server.ml", line 108, characters 10-26:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_server.ml", line 108, characters 31-47:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_server.ml", line 229, characters 12-28:
Warning 3: deprecated: Ocsigen_lib.String.lowercase
Use String.lowercase_ascii instead.
File "ocsigen_server.ml", line 759, characters 15-28:
Warning 3: 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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -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 ipaddr -package netstring -package netstring-pcre -package findlib -package cryptokit -package tyxml -package tyxml.parser -package dynlink -package lwt_log -I . ../baselib/parsecommandline.cmxa ../baselib/baselib.cmxa ../baselib/polytables.cmxa ../http/http.cmxa ocsigenserver.cmxa server_main.cmx
gmake[2]: Leaving directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/server'
/usr/pkg/bin/gmake -C extensions all
gmake[2]: Entering directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/extensions'
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c staticmod.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c cgimod.ml
File "cgimod.ml", line 235, characters 35-51:
Warning 3: 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 ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c redirectmod.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c revproxy.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c extensiontemplate.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c accesscontrol.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c accesscontrol.ml
File "accesscontrol.ml", line 383, characters 16-32:
Warning 3: 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 ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c userconf.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c outputfilter.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c authbasic.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c authbasic.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c rewritemod.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c extendconfiguration.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c ocsigen_comet.mli
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c ocsigen_comet.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -c cors.ml
ocamlfind ocamlc -bin-annot -thread -I ../baselib -I ../http -I ../server -package bytes -package lwt.unix -package ipaddr -package lwt_ssl -package lwt_react -package netstring -package netstring-pcre -package tyxml.parser -package lwt_log -package camlzip -c deflatemod.ml
/usr/pkg/bin/gmake -C ocsipersist-dbm byte
gmake[3]: Entering directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/extensions/ocsipersist-dbm'
ocamlfind ocamlc -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.unix -package lwt.unix -package tyxml.parser -package dbm -c ocsidbmtypes.mli
ln -s -f ../ocsipersist.mli .
ocamlfind ocamlc -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.unix -package lwt.unix -package tyxml.parser -package dbm -c ocsipersist.mli
ocamlfind ocamlc -bin-annot -thread -I ../../baselib -I ../../http -I ../../server -package lwt.unix -package lwt.unix -package tyxml.parser -package dbm -c ocsipersist.ml
File "ocsipersist.ml", line 28, characters 14-34:
Error: Unbound module Lwt_log
Makefile:60: recipe for target 'ocsipersist.cmo' failed
gmake[3]: *** [ocsipersist.cmo] Error 2
gmake[3]: Leaving directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/extensions/ocsipersist-dbm'
Makefile:70: recipe for target 'byte' failed
gmake[2]: *** [byte] Error 2
gmake[2]: Leaving directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src/extensions'
Makefile:4: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/data/scratch/www/ocsigen/work/ocsigenserver-2.9/src'
Makefile:8: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2
Stop.
make[1]: stopped in /data/pkgsrc/www/ocsigen
*** Error code 1
Stop.
make: stopped in /data/pkgsrc/www/ocsigen