Package Details: clion-gdb 1:2024.1.4-1

Git Clone URL: https://aur.archlinux.org/clion.git (read-only, click to copy)
Package Base: clion
Description: JetBrains packaged GNU 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: 228
Popularity: 3.05
First Submitted: 2015-04-14 21:23 (UTC)
Last Updated: 2024-06-19 17:43 (UTC)

Latest Comments

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

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!

MarsSeed commented on 2023-08-16 11:11 (UTC)

Hi,

Please kindly remove biicode from optdepends.

It has been discontinued since 2015, and doesn't work, as it is badly packaged - several of its Python2 deps are not declared.

And if someone installs the required packages, biicode just makes a web call to a nonexistent Heroku PaaS container:

https://biiserverproduction.herokuapp.com/

And then it does not do anything: all it responds every time is:

ERROR: None or bad command. Type "bii --help" for available commands

Ultimately, biicode is dead without its online repository / metadata server. Basically it is like the online functionality of pip without PyPI.org, or pacman -S without any existing repos configured.

DCNick3 commented on 2023-07-31 11:58 (UTC) (edited on 2023-07-31 12:11 (UTC) by DCNick3)

It seems that now intellij provides official builds of CLion for aarch64, here's a URL for 2023.2: https://download-cdn.jetbrains.com/cpp/CLion-2023.2-aarch64.tar.gz

Using it as source URL on aarch64 seems to just work™

god commented on 2023-05-23 13:54 (UTC)

Recently, whenever I start debugging, a box appears at the bottom-left saying: Error during pretty printers setup: Error while executing Python code. Some features and performance optimizations will not be available.

I did some web search, and it seems that the solution is using the "bundled GDB". I used the GDB in the Arch repository. What is the easiest solution to solve this problem? Debugging seems to work normally anyway, so at least I want to suppress that box from appearing.

pizza247 commented on 2023-03-30 00:49 (UTC)

Can confirm Corpswalkers patch works with clion 1:2023.1-1 on 6.2.0-asahi-11-1-edge-ARCH (64-bit)