Coder Social home page Coder Social logo

Comments (8)

pdimov avatar pdimov commented on June 12, 2024 1

#103. Confirmed by @glenfe.

from iostreams.

pdimov avatar pdimov commented on June 12, 2024

I'm working on a pull request.

from iostreams.

jbonyun avatar jbonyun commented on June 12, 2024

Well that looks bad. We only escaped this earlier because an unrelated "allowed failure" let us ignore it? Curse our over-reliance on automated tools!

My bjam skillz are insufficient to handle this well, so I'm glad you have a solution in mind already. I really appreciate your effort in cleaning up my mess.

from iostreams.

pdimov avatar pdimov commented on June 12, 2024

The solution I have in mind is on the pr/check-lzma-cputhreads branch; maybe you could give it a go while we wait for Travis to get around to it, because I don't have a configuration with a recent liblzma on which to test (my Xenial VM only has libzma 5.1.1.)

With liblzma >= 5.2, building Iostreams should say something like has_lzma_cputhreads builds: yes and enable MT support.

from iostreams.

pdimov avatar pdimov commented on June 12, 2024

It might still be a good idea for someone with Mac access to investigate and fix the test failures, or if not that, at least disable the failing tests on Mac so that the job is no longer marked as allowed to fail.

from iostreams.

pdimov avatar pdimov commented on June 12, 2024

Looks like clang-cl on Windows has the same failure: https://ci.appveyor.com/project/eldiener/iostreams/builds/28399267/job/d25uvfid3axheonf#L1201

from iostreams.

mclow avatar mclow commented on June 12, 2024

I'm seeing this on Mac OS X 10.14 with the 1.72.0beta RC1. LZMA_VERSION 50020042

from iostreams.

mclow avatar mclow commented on June 12, 2024

My suggested change was:

#ifndef BOOST_IOSTREAMS_LZMA_NO_MULTITHREADED
-    #if LZMA_VERSION < 50020002
+   #if LZMA_VERSION <= 50020042
        #define BOOST_IOSTREAMS_LZMA_NO_MULTITHREADED
    #endif
#endif

But that's just a quick fix.

from iostreams.

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.