Package Details: intellij-idea-ultimate-edition 2025.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://www.jetbrains.com/idea/
Licenses: custom:commercial
Conflicts: intellij-idea-ultimate-edition-jre
Provides: intellij-idea-ultimate-edition-jre
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 427
Popularity: 3.39
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-04-16 15:17 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 37 38 39 40 41 42 43 Next › Last »

<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

<deleted-account> commented on 2011-02-09 21:17 (UTC)

IntelliJ IDEA 10.0.2 is out :) pkgver=10.0.2 _buildver=103.72 Here is the md5 of the new tar.gz : f495681b731423718ced92de210271d8

kekeseb commented on 2011-01-04 20:47 (UTC)

Seems that the files on the git were modified : ==> Validating source files with md5sums... ideaIU-10.0.1.tar.gz ... Passed fsnotifier ... FAILED fsnotifier64 ... FAILED intellijidea.sh ... Passed intellijidea.desktop ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build intellij-idea-ultimate-edition.

uwolfer commented on 2010-12-14 07:24 (UTC)

Updated to version 10.0. Some parts of the package intellij_idea_ue-x_eap have been adopted. Credits for that go to framas.

uwolfer commented on 2010-12-05 11:00 (UTC)

Yeah, it may run with openjdk, but jetbrains explicitly notes that openJDK is not recommended: http://www.jetbrains.com/idea/download/ So I think you can change this dependency in your local build if you like. For the "official" package we should follow this recommendations and depend on jdk.