fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
47 stars 27 forks source link

Appveyer Build Failure for Windows #658

Closed tanabi closed 3 years ago

tanabi commented 3 years ago

Appveyer is complaining about OpenSSL. First noticed with this PR:

https://github.com/fuzzball-muck/fuzzball/pull/657

However the PR had nothing to do with SSL so I believe it is unrelated.

Build failure:

https://ci.appveyor.com/project/fuzzball-muck/fuzzball/builds/40860891

digitalcircuit commented 3 years ago

Thank you for pointing this issue out! Turns out two things happened:

  1. Conan renamed the OpenSSL package to openssl, resulting in the first error message.
  2. Conan no longer provides precompiled 32-bit builds of OpenSSL, requiring building from source

I've created a PR to address these here: https://github.com/fuzzball-muck/fuzzball/pull/660 (if merged, it should automatically close this issue)