Package Details: eclim 2.21.0-1

Git Clone URL: https://aur.archlinux.org/eclim.git (read-only, click to copy)
Package Base: eclim
Description: Brings Eclipse functionality to Vim
Upstream URL: http://eclim.org/
Keywords: eclipse java vim
Licenses: GPL3
Submitter: None
Maintainer: fungible
Last Packager: fungible
Votes: 123
Popularity: 0.000000
First Submitted: 2006-10-27 18:37 (UTC)
Last Updated: 2021-12-16 19:03 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »

huorpalantir commented on 2013-08-19 13:12 (UTC)

The build fails with the following error: /tmp/yaourt-tmp-$user/aur-eclim/src/eclim_2.3.1/build.xml:31: The following error occurred while executing this line: /tmp/yaourt-tmp-$user/aur-eclim/src/eclim_2.3.1/build.xml:141: : /tmp/yaourt-tmp-$user/aur-eclim/src/eclim_2.3.1/null does not exist. It works when eclim fetches eclipse by itself, but I needed ADT (Android Debugging Tools), or the 'android nature' would not be installed, so I pre-installed eclipse-android from the AUR.

oconnor663 commented on 2013-08-12 19:29 (UTC)

The bug is that the directory "$pkgdir/usr/share/eclipse" needs to exist during packaging, but we're creating it too early in the build during the prepare() step. Makepkg then deletes the directory we created, and you can see "Removing existing pkg/ directory..." in the output. Moving the mkdir commands into the package() step fixes this issue. E.g. https://gist.github.com/oconnor663/6214243

oconnor663 commented on 2013-08-12 18:59 (UTC)

I'm seeing memand's error too. But 'pacman -R eclipse' isn't fixing it for me.

<deleted-account> commented on 2013-07-23 02:31 (UTC)

I now got it to compile by uninstalling eclipse and letting it fech it by it self....

<deleted-account> commented on 2013-07-23 01:37 (UTC)

I'm getting this error when building with yaourt: BUILD FAILED /tmp/yaourt-tmp-memand/aur-eclim/src/eclim_2.2.6/build.xml:31: The following error occurred while executing this line: /tmp/yaourt-tmp-memand/aur-eclim/src/eclim_2.2.6/build.xml:137: : /tmp/yaourt-tmp-memand/aur-eclim/pkg/eclim/usr/share/eclipse does not exist. ?_?

lestb commented on 2013-06-16 08:01 (UTC)

The command for deleting Windows stuff can also be: rm -f $(find $pkgdir -regex ".*bat\|.*cmd\|.*exe")

Hador commented on 2013-06-05 08:40 (UTC)

The warning can be safely ignored; in fact the only reference to $srcdir is the ac_pwd variable in nailgun's config.status. I doubt it's going to break the build anytime soon; I'll fix it in the next update.

ervandew commented on 2013-06-04 21:19 (UTC)

> ok, this one did build. i did get a warning though: > WARNING: Package contains reference to $srcdir Yeah, I think recent versions of pacman have restructured how PKGBUILD scripts are suppose to work, so that's a warning that this PKGBUILD may break with later versions of pacman. I'm sure the fix is simple enough, I just haven't dug into the PKGBUILD docs at all. Hopefully the maintainer can tackle that. > but it did work. thanks! my pleasure.

developej commented on 2013-06-04 21:13 (UTC)

ok, this one did build. i did get a warning though: WARNING: Package contains reference to $srcdir but it did work. thanks!

ervandew commented on 2013-06-04 21:08 (UTC)

developej: Give this a shot: https://gist.github.com/ervandew/5709605 Note that I haven't tried running it, but in theory, it should do the trick.