Opened 6 years ago

Closed 4 years ago

#57296 closed defect (fixed)

ocaml-xmlm @1.1.1: This expression has type string but an expression was expected of type bytes

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: landonf (Landon Fuller)
Port: ocaml-xmlm, ocaml-safepass, ocaml-uint, ocaml-uuidm, ocaml-quickcheck, ocaml-ospec, ocaml-extunix, ocaml-sqlite3, ocaml-react, ocaml-csv, ocaml-camomile, ocaml-res, ocaml-pipebang, ocaml-herelib, ocaml-ansiterminal, ocamlify, ocaml-ounit, ocaml-type-conv, camlimages

Description

https://build.macports.org/builders/ports-10.13_x86_64-builder/builds/36763/steps/install-port/logs/stdio

File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISString.ml", line 118, characters 8-26:
Warning 3: deprecated: Stdlib.String.set
Use Bytes.set instead.
File "/Users/dbuenzli/.odb/install-oasis/oasis-0.3.0/src/oasis/OASISString.ml", line 118, characters 8-11:
Error: This expression has type string but an expression was expected of type
         bytes
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_ocaml_ocaml-xmlm/ocaml-xmlm/work/xmlm-1.1.1" && /opt/local/bin/ocaml setup.ml -configure --override prefix /opt/local --override ocamlfind /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_ocaml_ocaml-xmlm/ocaml-xmlm/work/ocamlfind --destdir /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_ocaml_ocaml-xmlm/ocaml-xmlm/work/destroot 
Exit code: 2

Change History (3)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Port: ocaml-safepass ocaml-uint ocaml-uuidm ocaml-quickcheck ocaml-ospec ocaml-extunix ocaml-sqlite3 ocaml-react ocaml-csv ocaml-camomile ocaml-res ocaml-pipebang ocaml-herelib ocaml-ansiterminal ocamlify ocaml-ounit ocaml-type-conv camlimages added

Same for ocaml-safepass, ocaml-uint, ocaml-uuidm, ocaml-quickcheck, ocaml-ospec, ocaml-extunix, ocaml-sqlite3, ocaml-react, ocaml-csv, ocaml-camomile, ocaml-res, ocaml-pipebang, ocaml-herelib, ocaml-ansiterminal, ocamlify, ocaml-ounit, ocaml-type-conv, camlimages

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: landonf@… added

This is still happening.

Landon, you've looked at other ocaml ports recently, maybe you can help?

comment:3 Changed 4 years ago by landonf (Landon Fuller)

Owner: set to landonf
Resolution: fixed
Status: newclosed

In 88fb1a88e8c2ddbc9de84eeef25f71b6199d664c/macports-ports (master):

ocaml-xmlm: update to 1.3.0, fixes build with OCaml 4.08

Closes: #57296

Note: See TracTickets for help on using tickets.