fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 34 forks source link

Dune 2.0.0b failing with 4.05.0+mingw32c #64

Closed yallop closed 4 years ago

yallop commented 4 years ago

The dune 2.0.0b build is failing with 4.05.0+mingw32c. The following is from the Appveyor build logs for ctypes:

#=== ERROR while compiling dune.2.0.0b ========================================#
# context              2.0.5 | win32/x86_64 | ocaml-variants.4.05.0+mingw32c | git+https://github.com/fdopen/opam-repository-mingw.git#opam2
# path                 ~/.opam/ocaml-variants.4.05.0+mingw32c/.opam-switch/build/dune.2.0.0b
# command              C:\cygwin64\bin\sh.exe build.sh
# exit-code            1
# env-file             ~/.opam/log/dune-1996-126656.env
# output-file          ~/.opam/log/dune-1996-126656.out
### output ###
# mv: cannot stat '=./dune.32.exe': No such file or directory
fdopen commented 4 years ago

fixed by 80dfc4950759ab4a1351dce3974eba126ba37bee

yallop commented 4 years ago

Thanks for the quick fix! I can confirm that this is working again in the ctypes Appveyor build.