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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »

developej commented on 2013-06-04 20:24 (UTC)

ok, that's now in order, now i get this: http://sprunge.us/PcaP

ervandew commented on 2013-06-04 20:15 (UTC)

developej: For some reason it looks like your sphinx-build2 is using python 3.3 instead of a python 2 interpreter. First edit /usr/bin/sphinx-build2 to make sure that the first line references python2 (#!/usr/bin/python2). If that looks good, then make sure that /usr/bin/python2 is linked ($ ls -l /usr/bin/python2) to a python2 interpreter, most likely python 2.7.

developej commented on 2013-04-14 17:01 (UTC)

here's the log from pkguild, can anyone help me with this? https://www.dropbox.com/s/ksuikg2kr0r4rw0/eclim-2.2.5-4-x86_64-package.log

xgdgsc commented on 2013-04-12 13:25 (UTC)

BUILD FAILED /tmp/yaourt-tmp-gsc/aur-eclim/src/eclim_2.2.5/build.xml:31: The following error occurred while executing this line: /tmp/yaourt-tmp-gsc/aur-eclim/src/eclim_2.2.5/build.xml:134: : /tmp/yaourt-tmp-gsc/aur-eclim/pkg/eclim/usr/share/eclipse does not exist.

Hador commented on 2013-04-12 06:19 (UTC)

ah yes, good catch! updated accordingly

ngoonee commented on 2013-04-12 00:23 (UTC)

Now I realize, its because of the recent changes to pacman-4.1. Basically, you can't use pkgdir in build(). Just moving the two 'ant' lines to package() makes it work.

ngoonee commented on 2013-04-12 00:20 (UTC)

Fails for me as well. Empty prepare.log, here's the build.log. Last error line is:- BUILD FAILED /var/abs/local/aur/eclim/src/eclim_2.2.5/build.xml:105: The following error occurred while executing this line: /var/abs/local/aur/eclim/src/eclim_2.2.5/build.xml:134: : Failed to copy /var/abs/local/aur/eclim/src/eclim_2.2.5/build/doc/vimdocs/404.txt to /var/abs/local/aur/eclim/pkg/eclim/usr/share/vim/vimfiles/eclim/doc/404.txt due to failed to create the parent directory for /var/abs/local/aur/eclim/pkg/eclim/usr/share/vim/vimfiles/eclim/doc/404.txt http://pastebin.com/bde8FXzT

Hador commented on 2013-04-11 16:51 (UTC)

I've updated the PKGBUILD to comply with the prepare/build/package paradigm; about your build error, could you run makepkg -L and provide me the resulting .log file?

developej commented on 2013-04-11 16:27 (UTC)

I have problems with building the package again... I also get this at when the build starts: ==> WARNING: Using a PKGBUILD without a package() function is deprecated. and then error at the end: ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build eclim. What am I doing wrong here?