Changes between Initial Version and Version 1 of Ticket #68586, comment 10
- Timestamp:
- Dec 24, 2023, 8:54:40 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68586, comment 10
initial v1 1 1 Upon setting `DUNE_CONFIG__COPY_FILE=portable` via build.env and disabling `mccs` (due to the issue above), I got to the same error as on Sonoma: 2 ``` 2 {{{ 3 3 make[1]: Leaving directory `/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_ocaml_opam/opam/work/opam-full-2.1.5/src_ext' 4 4 dune build --profile=release --root . -- opam-installer.install opam.install … … 18 18 Command failed: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_ocaml_opam/opam/work/opam-full-2.1.5" && /usr/bin/make -j1 -w lib-ext all 19 19 Exit code: 2 20 ``` 20 }}}