Giter Site home page Giter Site logo

2.2: fails to build with make 4.4 about flite HOT 3 OPEN

tgurr avatar tgurr commented on August 14, 2024 1
2.2: fails to build with make 4.4

from flite.

Comments (3)

rathann avatar rathann commented on August 14, 2024

I'm seeing the same on Fedora development branches (F38 and rawhide), which indeed have make-4.4. This seems to be related to the way make processes parallel jobs, because using make -j1 or plain make makes it build fine (though slower). make -j4 fails.

from flite.

tgurr avatar tgurr commented on August 14, 2024

I'm seeing the same on Fedora development branches (F38 and rawhide), which indeed have make-4.4. This seems to be related to the way make processes parallel jobs, because using make -j1 or plain make makes it build fine (though slower). make -j4 fails.

Thanks for the hint for this workaround for the time being! Working here as well when restricting it to build with -j1.

from flite.

barsnick avatar barsnick commented on August 14, 2024

I noticed that flite_lang_list.c and flite_voice_list.c are repeatedly being clobbered and built, instead of being built only once as dependencies. (flite_lang_list is a sort-of-dependency.)

In parallel builds, they are not only built multiple times, but are also erased after another thread has built them, resulting in this build failure.

A proper dependency and rule for each should fix this. I'm posting a PR for this.

from flite.

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.