Giter VIP home page Giter VIP logo

Comments (6)

virtuald avatar virtuald commented on August 15, 2024

Hm. Why did it decide to use /lib64/libLLVM-5.0.so?

from ntcore.

PeterJohnson avatar PeterJohnson commented on August 15, 2024

You’re picking up the wrong LLVM library somewhere.

from ntcore.

virtuald avatar virtuald commented on August 15, 2024

That's weird, shouldn't that be statically linked in? Maybe gdb is just confused.

Unzipping the OutlineViewer.jar shows only libntcore.so files:

$ find -name '*.so'
./linux/athena/libntcore.so
./linux/x86-64/libntcore.so
./linux/x86/libntcore.so
$ ldd linux/x86-64/libntcore.so 
ldd: warning: you do not have execution permission for `linux/x86-64/libntcore.so'
	linux-vdso.so.1 (0x00007fff3b4aa000)
	libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f25f3e4a000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f25f3c33000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f25f3a14000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f25f3631000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f25f32dc000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f25f44c9000)

from ntcore.

PeterJohnson avatar PeterJohnson commented on August 15, 2024

Something in Java is likely dynamically loading it as part of a graphics library (e.g. Mesa). We've had one other user report this as well. The correct fix will be to namespace our variant of llvm's libraries to avoid the name collisions, but that's too high risk to do until after the end of the competition season because of the impact on vendor libraries.

from ntcore.

PeterJohnson avatar PeterJohnson commented on August 15, 2024

Will be fixed by wpilibsuite/allwpilib#1006.

from ntcore.

PeterJohnson avatar PeterJohnson commented on August 15, 2024

wpilibsuite/allwpilib#1006 has been merged, so closing.

from ntcore.

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.