Coder Social home page Coder Social logo

Properly Fix CI about trousers-0.3.11.2 HOT 3 OPEN

cooljeanius avatar cooljeanius commented on August 16, 2024
Properly Fix CI

from trousers-0.3.11.2.

Comments (3)

cooljeanius avatar cooljeanius commented on August 16, 2024

This sure would be a lot easier to fix if GitHub's runners would actually pick up this task in a timely fashion...

from trousers-0.3.11.2.

cooljeanius avatar cooljeanius commented on August 16, 2024

...ok, error is:

Making all in trspi
make[3]: Entering directory '/home/runner/work/trousers-0.3.11.2/trousers-0.3.11.2/src/trspi'
  CC       libtrousers_la-trousers.lo
  CC       crypto/openssl/libtrousers_la-hash.lo
crypto/openssl/hash.c: In function 'Trspi_Hash':
crypto/openssl/hash.c:59:13: error: storage size of 'md_ctx' isn't known
   59 |  EVP_MD_CTX md_ctx;
      |             ^~~~~~
crypto/openssl/hash.c:59:13: warning: unused variable 'md_ctx' [-Wunused-variable]
crypto/openssl/hash.c: In function 'Trspi_HashInit':
crypto/openssl/hash.c:115:32: error: invalid application of 'sizeof' to incomplete type 'EVP_MD_CTX' {aka 'struct evp_md_ctx_st'}
  115 |  if ((ctx->ctx = malloc(sizeof(EVP_MD_CTX))) == NULL)
      |                                ^~~~~~~~~~
make[3]: *** [Makefile:473: crypto/openssl/libtrousers_la-hash.lo] Error 1
make[3]: Leaving directory '/home/runner/work/trousers-0.3.11.2/trousers-0.3.11.2/src/trspi'
make[2]: *** [Makefile:395: all-recursive] Error 1
make[2]: Leaving directory '/home/runner/work/trousers-0.3.11.2/trousers-0.3.11.2/src'
make[1]: *** [Makefile:454: all-recursive] Error 1
make: *** [Makefile:384: all] Error 2
make[1]: Leaving directory '/home/runner/work/trousers-0.3.11.2/trousers-0.3.11.2'
Error: Process completed with exit code 2.

from trousers-0.3.11.2.

cooljeanius avatar cooljeanius commented on August 16, 2024

OK I'm managing to hack around it for now; still ought to come up with a proper fix that includes updates for the openssl API changes, though...

from trousers-0.3.11.2.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.