-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skiko Linux binary depends on dynamically linked libc++ #273
Comments
Probably the most relevant part is |
See if this helps:
If it does, they might want to add it to the readme |
@kirill-grouchnikov I have that already installed. ~$ stat /usr/lib/x86_64-linux-gnu/libstdc++.so.6
File: '/usr/lib/x86_64-linux-gnu/libstdc++.so.6' -> 'libstdc++.so.6.0.21'
Size: 19 Blocks: 0 IO Block: 4096 symbolic link
Device: 812h/2066d Inode: 12584966 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2021-01-14 19:18:58.796433104 +0530
Modify: 2019-10-05 00:06:22.000000000 +0530
Change: 2019-11-06 06:31:47.524375702 +0530
Birth: - |
Is that version in there? |
@kirill-grouchnikov That was the issue, I was having an old version sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9
sudo apt-get upgrade libstdc++6 Thanks for your time @kirill-grouchnikov |
Maybe this needs to be reopened for the project devs to add some kind of a section of building on Linux |
Yeah, that's a good idea. Reopening to update docs |
Shall be fixed with JetBrains/skiko@91e9bd0 |
@olonho Okay. Feel free to close this issue when the fix merged with a public release. |
@olonho I am getting the same error on a fresh install of Ubuntu 16.04 (uncheck the 'install updates on installation' box) even with |
And to be clear, it occurs not just when building the app, but also when running a pre-packaged app that was packaged by someone else. |
Indeed previous fix was wrong, maybe smth like
shall help. |
Shall be actually fixed with JetBrains/skiko@b25d00b |
I was able to workaround this with:
|
Does anyone still have this issue with the latest skiko fix? |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
When
run
executed, I am getting build error.Stacktrace
FYI, the
libskiko.so
exist in the expected path.OS : Ubuntu 16.04
IntelliJ Version
IntelliJ IDEA 2020.3.1 (Community Edition) Build #IC-203.6682.168, built on December 29, 2020 Runtime version: 11.0.9.1+11-b1145.63 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 4.15.0-129-generic GC: ParNew, ConcurrentMarkSweep Memory: 725M Cores: 6 Current Desktop: Unity
Any idea how to fix this ?
The text was updated successfully, but these errors were encountered: