Package Details: clion-lldb 1:2024.2.2-1

Git Clone URL: https://aur.archlinux.org/clion.git (read-only, click to copy)
Package Base: clion
Description: JetBrains packaged LLVM Debugger for CLion
Upstream URL: http://www.jetbrains.com/clion
Keywords: C C++ IDE JetBrains
Licenses: custom
Submitter: rdoursenaud
Maintainer: Zrax
Last Packager: Zrax
Votes: 230
Popularity: 2.00
First Submitted: 2015-04-14 21:23 (UTC)
Last Updated: 2024-09-23 16:25 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

Zrax commented on 2024-09-12 15:38 (UTC)

You must install the clion-jre package (strongly recommended, and part of the package set in this PKGBUILD) or jre-openjdk.

deep_freeze commented on 2024-09-12 06:22 (UTC)

same for me, this package is broken.

studyinglover commented on 2024-09-07 02:58 (UTC)

I install Clion successfully, but when I run clion I meet a mistake as follows

Cannot find a runtime

Caused by:
    Runtime not found

Please try to reinstall the IDE.
For support, please refer to https://jb.gg/ide/critical-startup-errors

barcode commented on 2024-07-05 16:56 (UTC)

➜ ~ yay -S clion AUR Explicit (1): clion-1:2024.1.4-1 Sync Make Dependency (1): rsync-3.3.0-2 :: (0/1) Failed to download PKGBUILD: clion -> error fetching clion: You are not currently on a branch. Please specify which branch you want to rebase against. See git-pull(1) for details.

git pull <remote> <branch> 
     context: exit status 1

Marsa commented on 2024-04-02 12:39 (UTC)

Please add clion-cmake and clion-gdb to optdepends. They are needed to get older versions compatible with CLion. They probably could be added to depends.

paveln commented on 2024-03-14 19:28 (UTC)

I had the same issue with stl containers and I have fixed it by installing clion-eap and clion-eap-gdb

enderthexenocide commented on 2023-09-25 01:18 (UTC)

I had the same problem as god, the debugger wasn't displaying stl containers correctly. When I tried to enable the bundled gdb and cmake, there was no option. Installing clion through jetbrains-toolbox fixed the problem.

DCNick3 commented on 2023-08-23 07:04 (UTC)

Thanks for providing the aarch64 source! Sadly, it doesn't work due to the build step unconditionally using the "${_dlname}-${pkgver}.tar.gz" archive, while on aarch64 that would be "${_dlname}-${pkgver}-aarch64.tar.gz"

MarsSeed commented on 2023-08-16 18:23 (UTC)

Thank you for the quick response. Appreciated!