Advertisement
Guest User

Untitled

a guest
Jan 17th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.86 KB | None | 0 0
  1. [yeoj@localhost eclim-git]$ makepkg
  2. ==> Determining latest git revision...
  3.   -> Version found: 20130118
  4. ==> Making package: eclim-git 20130118-1 (Fri Jan 18 01:45:25 GMT 2013)
  5. ==> Checking runtime dependencies...
  6. ==> Checking buildtime dependencies...
  7. ==> Retrieving Sources...
  8.   -> Found resources.patch
  9. ==> Validating source files with md5sums...
  10.     resources.patch ... Passed
  11. ==> Extracting Sources...
  12. ==> Removing existing pkg/ directory...
  13. ==> Entering fakeroot environment...
  14. ==> Starting build()...
  15. ==> Connecting to GIT server....
  16. Already up-to-date.
  17. ==> The local files are updated.
  18. ==> GIT checkout done or server timeout
  19. ==> Starting make...
  20. Cloning into '/home/yeoj/aur/eclim-git/src/eclim-build'...
  21. done.
  22. patching file ant/build.gant
  23. Hunk #1 succeeded at 186 (offset 40 lines).
  24.   -> Building...
  25. Buildfile: /home/yeoj/aur/eclim-git/src/eclim-build/build.xml
  26.  
  27. build:
  28.  
  29. gant:
  30.      [echo] ${eclipse}: /usr/share/eclipse
  31.      [echo] # Skipping org.eclim.pdt, missing org.eclipse.php
  32.      [echo] # Skipping org.eclim.dltkruby, missing org.eclipse.dltk.ruby
  33.      [echo] # Skipping org.eclim.dltk, missing org.eclipse.dltk.core
  34.      [echo] Plugins:
  35.      [echo]   org.eclim.adt
  36.      [echo]   org.eclim.cdt
  37.      [echo]   org.eclim.jdt
  38.      [echo]   org.eclim.python
  39.      [echo]   org.eclim.wst
  40. build:
  41. build.eclipse:
  42. init:
  43.      [echo] eclim.version: 2.2.5.13-g600e814
  44.      [echo] eclim.release: 2.2.5
  45.      [echo] eclim.release.indigo: none
  46. org.eclim.adt.classpath.prepare:
  47.     [unjar] Expanding: /usr/share/eclipse/plugins/com.android.ide.eclipse.adt_20.0.3.v201208082019-427395.jar into /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/lib/android
  48.     [unjar] Expanding: /usr/share/eclipse/plugins/com.android.ide.eclipse.base_20.0.3.v201208082019-427395.jar into /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/lib/android
  49.     [unjar] Expanding: /usr/share/eclipse/plugins/com.android.ide.eclipse.ddms_20.0.3.v201208082019-427395.jar into /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/lib/android
  50. ------ org.eclim.adt.classpath.prepare
  51. org.eclim.adt.classpath:
  52. ------ org.eclim.adt.classpath
  53. ------ init
  54.      [echo]
  55.      [echo] building plugin: org.eclim
  56.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim_2.2.5.13-g600e814
  57.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim
  58.     [javac] Compiling 39 source files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim
  59.     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  60.     [javac] Note: Some input files use or override a deprecated API.
  61.     [javac] Note: Recompile with -Xlint:deprecation for details.
  62.     [javac] 1 warning
  63.       [jar] Building jar: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim_2.2.5.13-g600e814/eclim.jar
  64.      [copy] Copying 43 files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim_2.2.5.13-g600e814
  65. org.eclim.build.eclipse:
  66.      [exec] checking for gcc... gcc
  67.      [exec] checking for C compiler default output file name... a.out
  68.      [exec] checking whether the C compiler works... yes
  69.      [exec] checking whether we are cross compiling... no
  70.      [exec] checking for suffix of executables...
  71.      [exec] checking for suffix of object files... o
  72.      [exec] checking whether we are using the GNU C compiler... yes
  73.      [exec] checking whether gcc accepts -g... yes
  74.      [exec] checking for gcc option to accept ISO C89... none needed
  75.      [exec] checking for gcc option to accept ISO C99... -std=gnu99
  76.      [exec] checking for gethostbyname in -lnsl... yes
  77.      [exec] checking for send in -lsocket... no
  78.      [exec] checking for WriteFile in -lwsock32... no
  79.      [exec] checking how to run the C preprocessor... gcc -std=gnu99 -E
  80.      [exec] checking for grep that handles long lines and -e... /usr/bin/grep
  81.      [exec] checking for egrep... /usr/bin/grep -E
  82.      [exec] checking for ANSI C header files... yes
  83.      [exec] checking for sys/types.h... yes
  84.      [exec] checking for sys/stat.h... yes
  85.      [exec] checking for stdlib.h... yes
  86.      [exec] checking for string.h... yes
  87.      [exec] checking for memory.h... yes
  88.      [exec] checking for strings.h... yes
  89.      [exec] checking for inttypes.h... yes
  90.      [exec] checking for stdint.h... yes
  91.      [exec] checking for unistd.h... yes
  92.      [exec] checking arpa/inet.h usability... yes
  93.      [exec] checking arpa/inet.h presence... yes
  94.      [exec] checking for arpa/inet.h... yes
  95.      [exec] checking netdb.h usability... yes
  96.      [exec] checking netdb.h presence... yes
  97.      [exec] checking for netdb.h... yes
  98.      [exec] checking netinet/in.h usability... yes
  99.      [exec] checking netinet/in.h presence... yes
  100.      [exec] checking for netinet/in.h... yes
  101.      [exec] checking for stdlib.h... (cached) yes
  102.      [exec] checking for string.h... (cached) yes
  103.      [exec] checking sys/socket.h usability... yes
  104.      [exec] checking sys/socket.h presence... yes
  105.      [exec] checking for sys/socket.h... yes
  106.      [exec] checking for unistd.h... (cached) yes
  107.      [exec] checking sys/select.h usability... yes
  108.      [exec] checking sys/select.h presence... yes
  109.      [exec] checking for sys/select.h... yes
  110.      [exec] checking for sys/socket.h... (cached) yes
  111.      [exec] checking types of arguments for select... int,fd_set *,struct timeval *
  112.      [exec] checking for getcwd... yes
  113.      [exec] checking for gethostbyname... yes
  114.      [exec] checking for memset... yes
  115.      [exec] checking for select... yes
  116.      [exec] checking for socket... yes
  117.      [exec] checking for strcasecmp... yes
  118.      [exec] checking for strrchr... yes
  119.      [exec] configure: creating ./config.status
  120.      [exec] config.status: creating Makefile
  121.      [exec] Building ng client.  To build a Windows binary, type 'make ng.exe'
  122.      [exec] gcc -std=gnu99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lnsl  -s -O3 -o ng src/c/ng.c
  123.      [copy] Copying 1 file to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim_2.2.5.13-g600e814/bin
  124.       [jar] Updating jar: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim_2.2.5.13-g600e814/lib/nailgun-0.7.1.jar
  125. ------ org.eclim.build.eclipse
  126.      [echo]
  127.      [echo] building plugin: org.eclim.core
  128.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.core_2.2.5.13-g600e814
  129.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim.core
  130.     [javac] Compiling 65 source files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim.core
  131.     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  132.     [javac] 1 warning
  133.       [jar] Building jar: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.core_2.2.5.13-g600e814/eclim.core.jar
  134.      [copy] Copying 7 files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.core_2.2.5.13-g600e814
  135.      [echo]
  136.      [echo] building plugin: org.eclim.vimplugin
  137.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.vimplugin_2.2.5.13-g600e814
  138.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim.vimplugin
  139.     [javac] Compiling 33 source files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim.vimplugin
  140.     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  141.     [javac] Note: /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.vimplugin/java/org/vimplugin/editors/VimViewer.java uses or overrides a deprecated API.
  142.     [javac] Note: Recompile with -Xlint:deprecation for details.
  143.     [javac] 1 warning
  144.       [jar] Building MANIFEST-only jar: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.vimplugin_2.2.5.13-g600e814/eclim.vimplugin.jar
  145.      [copy] Copying 6 files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.vimplugin_2.2.5.13-g600e814
  146. org.eclim.vimplugin.build.eclipse:
  147.       [jar] Updating jar: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.vimplugin_2.2.5.13-g600e814/eclim.vimplugin.jar
  148. ------ org.eclim.vimplugin.build.eclipse
  149.      [echo]
  150.      [echo] building plugin: org.eclim.adt
  151.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/eclipse/plugins/org.eclim.adt_2.2.5.13-g600e814
  152.     [mkdir] Created dir: /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim.adt
  153.     [javac] Compiling 5 source files to /home/yeoj/aur/eclim-git/src/eclim-build/build/temp/classes/org.eclim.adt
  154.     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  155.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:37: error: package com.android.utils does not exist
  156.     [javac] import com.android.utils.ILogger;
  157.     [javac]                         ^
  158.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:47: error: cannot find symbol
  159.     [javac]   implements ILogger
  160.     [javac]              ^
  161.     [javac]   symbol: class ILogger
  162.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/project/AndroidProjectManager.java:41: error: cannot find symbol
  163.     [javac] import com.android.SdkConstants;
  164.     [javac]                   ^
  165.     [javac]   symbol:   class SdkConstants
  166.     [javac]   location: package com.android
  167.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:62: error: method reloadSdk in class SdkManager cannot be applied to given types;
  168.     [javac]       ((SdkManager)mManager.get(sdk)).reloadSdk(this);
  169.     [javac]                                      ^
  170.     [javac]   required: ISdkLog
  171.     [javac]   found: ReloadCommand
  172.     [javac]   reason: actual argument ReloadCommand cannot be converted to ISdkLog by method invocation conversion
  173.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:69: error: method does not override or implement a method from a supertype
  174.     [javac]   @Override
  175.     [javac]   ^
  176.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:75: error: method does not override or implement a method from a supertype
  177.     [javac]   @Override
  178.     [javac]   ^
  179.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:81: error: method does not override or implement a method from a supertype
  180.     [javac]   @Override
  181.     [javac]   ^
  182.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/command/sdk/ReloadCommand.java:87: error: method does not override or implement a method from a supertype
  183.     [javac]   @Override
  184.     [javac]   ^
  185.     [javac] /home/yeoj/aur/eclim-git/src/eclim-build/org.eclim.adt/java/org/eclim/plugin/adt/project/AndroidProjectManager.java:85: error: cannot find symbol
  186.     [javac]     parameters.put("SRC_FOLDER", SdkConstants.FD_SOURCES);
  187.     [javac]                                  ^
  188.     [javac]   symbol:   variable SdkConstants
  189.     [javac]   location: class AndroidProjectManager
  190.     [javac] 9 errors
  191.     [javac] 1 warning
  192.  
  193. BUILD FAILED
  194. /home/yeoj/aur/eclim-git/src/eclim-build/build.xml:26: The following error occurred while executing this line:
  195. /home/yeoj/aur/eclim-git/src/eclim-build/build.xml:134: : Compile failed; see the compiler error output for details.
  196.  
  197. Total time: 11 seconds
  198. ==> ERROR: A failure occurred in build().
  199.     Aborting...
  200. [yeoj@localhost eclim-git]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement