Package Details: intellij-idea-ultimate-edition-jre 2024.1.1-1

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://github.com/JetBrains/JetBrainsRuntime
Licenses: custom:commercial
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 415
Popularity: 1.51
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-04-30 14:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 Next › Last »

<deleted-account> commented on 2011-08-04 18:43 (UTC)

10.5.2 build: 107.481 md5: 1918d7d3ad67fcb057aa56ac80952697

<deleted-account> commented on 2011-06-30 15:18 (UTC)

10.5.1 build 107.322 is out. md5: 8204425c65320896b0ff7c7727bd0160

linx56 commented on 2011-06-04 16:32 (UTC)

Still getting error /usr/bin/strip:./usr/share/intellij-idea-ultimate-edition/bin/libbreakgen64.so: File format not recognized Adding options=(!strip) to the PKGBUILD fixed it for me.

uwolfer commented on 2011-04-11 12:37 (UTC)

Changed as suggested by deteego, thank you deteego. Please report any remaining issues.

<deleted-account> commented on 2011-04-09 22:13 (UTC)

The issue with strip seems to be a bug here http://sourceware.org/bugzilla/show_bug.cgi?id=12632 and is also talked about here http://www.linux-archive.org/archlinux-pacman-development/511622-issues-strip-package-sources.html It seems like an external issue that you don't have to worry about (just remove this line from the PKGBUILD cp $pkgdir/usr/share/$pkgname/bin/$_fsnotifier $pkgdir/usr/share/$pkgname/bin/fsnotifier #no idea if this is really reqired... just do it as before) You might want to consider removing the 64 bit object files from the package if you are on a 32bit architecture to make the package smaller, but its not required

<deleted-account> commented on 2011-04-07 23:17 (UTC)

I wanted to say that if you remove this line cp $pkgdir/usr/share/$pkgname/bin/$_fsnotifier $pkgdir/usr/share/$pkgname/bin/fsnotifier #no idea if this is really reqired... just do it as before It fixes the error that I mentioned previously, however the older error i.e. /usr/bin/strip:./usr/share/intellij-idea-ultimate-edition/bin/libyjpagent64.so: File format not recognized You need to change it so the PKGBUILD does not strip 64bit object files

<deleted-account> commented on 2011-04-06 02:29 (UTC)

Now getting this error cp: `/tmp/yaourt-tmp-deteego/aur-intellij-idea-ultimate-edition/pkg/usr/share/intellij-idea-ultimate-edition/bin/fsnotifier' and `/tmp/yaourt-tmp-deteego/aur-intellij-idea-ultimate-edition/pkg/usr/share/intellij-idea-ultimate-edition/bin/fsnotifier' are the same file

<deleted-account> commented on 2011-03-31 04:40 (UTC)

Getting this error when attempting to build the package /usr/bin/strip:./usr/share/intellij-idea-ultimate-edition/bin/libyjpagent64.so: File format not recognized

pdxleif commented on 2011-02-17 20:08 (UTC)

To use this with openjdk, I change the dependency "jdk" to "java-environment" in the PKGBUILD, and change the 'export IDEA_JDK="/opt/java"' line to 'export IDEA_JDK=$JAVA_HOME' in the intellijidea.sh script.

<deleted-account> commented on 2011-02-10 05:25 (UTC)

fsnotifier and fsnotifier64 are part of the distribution package since version 10.x