Git Product home page Git Product logo

Comments (2)

marcrasi avatar marcrasi commented on April 28, 2024 3

This exact thing has happened to me before, with a different shared library!

We could prevent this from happening by making the SwiftPM parser more robust to these warning messages, here: https://github.com/apple/swift-package-manager/blob/3e551dcd3678b9e10c6a9db2752cfdc5194e871c/Sources/SPMBuildCore/Triple.swift#L136 . I'll file a ticket and/or a PR against SwiftPM soon.

from swift-jupyter.

apahl avatar apahl commented on April 28, 2024 1

The problem was that the version of libtinfo that was installed with conda does not have version information included.
This let to a warning when invoking the compiler:

/home/pahl/anaconda3/envs/swift/lib/libtinfo.so.6: no version information available (required by bash)

which in turn messed up the target info output.

Solution:
removed the conda libtinfo.so.6.1 and created a symlink to the system /lib/x86_64-linux-gnu/libtinfo.so.6.1

from swift-jupyter.

Related Issues (16)

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.