Giter VIP home page Giter VIP logo

Comments (2)

jameslamb avatar jameslamb commented on August 23, 2024

I do see one copy of libstdc++.so.1.

find / -name 'libc++.so.1'
# /usr/lib/llvm-18/lib/libc++.so.1

And it looks like clang++-18 is a symlink to that location.

which clang++-18
# /usr/bin/clang++-18
stat /usr/bin/clang++-18
  File: /usr/bin/clang++-18 -> ../lib/llvm-18/bin/clang++
  Size: 26              Blocks: 0          IO Block: 4096   symbolic link
Device: 65h/101d        Inode: 1428380     Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2024-07-14 19:13:14.000000000 +0000
Modify: 2024-07-14 19:13:14.000000000 +0000
Change: 2024-07-18 01:22:36.113571002 +0000
 Birth: 2024-07-18 01:22:36.113571002 +0000

Helping the linker find that library resolves the issues.

LD_LIBRARY_PATH="/usr/lib/llvm-18/lib:${LD_LIBRARY_PATH}" \
R CMD INSTALL ./lightgbm_4.4.0.99.tar.gz

But that really shouldn't be necessary (and isn't in any of the other clang{nn} images from r-hub). I'll put up a PR here to temporarily resolve it and unblock CI, and report this in the repo where the images are built.

from lightgbm.

jameslamb avatar jameslamb commented on August 23, 2024

upstream report: r-hub/containers#70

PR to unblock CI: #6554

from lightgbm.

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.