Giter Site home page Giter Site logo

Comments (5)

treiher avatar treiher commented on September 27, 2024 1

Thank you for the report! This problem is caused by a behavior change in Alire 2.0. It worked fine with previous Alire versions. We will update the Makefile accordingly.

from recordflux.

mgrojo avatar mgrojo commented on September 27, 2024

I've tried to build the new release (v0.23.0) and got hit again by this issue when following the updated development guide at the make parser or make test steps. My previous workaround hasn't solved these steps, though, the make targets still have problems to find the gnatcoll projects. Which would be the recommended workaround for this release?

from recordflux.

mgrojo avatar mgrojo commented on September 27, 2024

Apparently, some of the steps done for working around #1300 has solved this problem and now make parser and make test pass, so maybe it was my problem understanding the steps in the development guide.

make test has ended with this error, by the way:

  + Exception ignored in: <module 'threading' from '/usr/lib/python3.10/threading.py'>
  + Traceback (most recent call last):
  +   File "/usr/lib/python3.10/threading.py", line 1537, in _shutdown
  +     atexit_call()
  +   File "/usr/lib/python3.10/concurrent/futures/process.py", line 93, in _python_exit
  +     thread_wakeup.wakeup()
  +   File "/usr/lib/python3.10/concurrent/futures/process.py", line 79, in wakeup
  +     self._writer.send_bytes(b"")
  +   File "/usr/lib/python3.10/multiprocessing/connection.py", line 200, in send_bytes
  +     self._send_bytes(m[offset:offset + size])
  +   File "/usr/lib/python3.10/multiprocessing/connection.py", line 411, in _send_bytes
  +     self._send(header + buf)
  +   File "/usr/lib/python3.10/multiprocessing/connection.py", line 368, in _send
  +     n = write(self._handle, buf)
  + OSError: [Errno 9] Bad file descriptor
======================================================================== 1 failed, 10 passed, 25 warnings in 19.62s =========================================================================
make: *** [Makefile:432: test_end_to_end] Error 1

from recordflux.

Related Issues (20)

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.