Advertisement
Guest User

Untitled

a guest
Apr 1st, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. ==> Fazendo download do PKGBUILD de javahelp2 do AUR...
  2. x .SRCINFO
  3. x PKGBUILD
  4. peeeee commented on 2017-06-25 07:05
  5. In case anyone can't get the javahelp2.tar.xz , here is a makepkg-ed executive package : https://1drv.ms/u/s!AtjsNyKHoIUajRM9PDM9AkNaUf_X ,you can just download it and intall from local disk.
  6.  
  7. MRWITEK commented on 2017-06-25 20:22
  8. @peeeee
  9. Was dropbox site actually down?
  10. Why did you upload an unsigned package but not the sources? I wouldn't trust this. Otherwise, RTFM https://wiki.archlinux.org/index.php/Unofficial_user_repositories https://wiki.archlinux.org/index.php/Pacman/Tips_and_tricks#Custom_local_repository
  11. Why MS drive of all places?
  12.  
  13. xorxcel commented on 2017-10-14 17:42
  14. I also had problems building it, until I explicitly installed jdk8-openjdk.
  15. I only had jdk9-openjdk installed before that, which this pkgbuild doesn't seem to be compatible to.
  16.  
  17. MRWITEK commented on 2017-10-14 19:38
  18. @xorxcel can you describe what was going wrong?
  19.  
  20. rafalp commented on 2017-11-02 15:46
  21. I have probably similiar problem to xorxcel when trying to build javahelp2. Output:
  22.  
  23. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
  24. [javac] error: Source option 1.4 is no longer supported. Use 1.6 or later.
  25. [javac] error: Target option 1.4 is no longer supported. Use 1.6 or later.
  26.  
  27. My javac --version gives me 9.0.1.
  28.  
  29. javahelp2 2.0.05.r90-1 (2017-07-30 12:44)
  30. ( Pacote sem suporte: Potencialmente perigoso ! )
  31. ==> Editar PKGBUILD ? [S/n] ("A" para abortar)
  32. ==> ------------------------------------------
  33. ==> n
  34.  
  35. ==> Dependências de javahelp2:
  36. - java-runtime (já instalado)
  37. - apache-ant (já instalado) [makedepend]
  38. - git (já instalado) [makedepend]
  39.  
  40.  
  41. ==> Continuar a compilação de javahelp2 ? [S/n]
  42. ==> -------------------------------------------
  43. ==>
  44.  
  45. ==> Compilando e instalando pacote
  46. ==> Criando o pacote: javahelp2 2.0.05.r90-1 (dom abr 1 16:21:24 -03 2018)
  47. ==> Verificando as dependências de tempo de execução...
  48. ==> Verificando as dependências de tempo de compilação...
  49. ==> Obtendo fontes...
  50. -> Clonando repositório javahelp2 do tipo git...
  51. Cloning into bare repository '/tmp/yaourt-tmp-nilodan/aur-javahelp2/javahelp2'...
  52. remote: Counting objects: 2545, done.
  53. remote: Total 2545 (delta 0), reused 0 (delta 0), pack-reused 2545
  54. Receiving objects: 100% (2545/2545), 12.98 MiB | 525.00 KiB/s, done.
  55. Resolving deltas: 100% (1012/1012), done.
  56. ==> Validando source arquivos com sha256sums...
  57. javahelp2 ... Ignorada
  58. ==> Extraindo fontes...
  59. -> Criando cópia de trabalho do repositório javahelp do tipo git...
  60. Cloning into 'javahelp2'...
  61. done.
  62. Switched to a new branch 'makepkg'
  63. ==> Iniciando build()...
  64. Buildfile: /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build.xml
  65.  
  66. build-jsearch-jars:
  67.  
  68. -pre-init:
  69.  
  70. -init-private:
  71.  
  72. -init-user:
  73.  
  74. -init-project:
  75.  
  76. -init-macrodef-property:
  77.  
  78. -do-init:
  79.  
  80. -post-init:
  81.  
  82. -init-check:
  83.  
  84. -init-macrodef-javac:
  85.  
  86. -init-macrodef-junit:
  87.  
  88. -init-debug-args:
  89.  
  90. -init-macrodef-nbjpda:
  91.  
  92. -init-macrodef-debug:
  93.  
  94. -init-macrodef-java:
  95.  
  96. -init-presetdef-jar:
  97.  
  98. init:
  99.  
  100. deps-jar:
  101.  
  102. -pre-init:
  103.  
  104. -init-private:
  105.  
  106. -init-user:
  107.  
  108. -init-project:
  109.  
  110. -init-macrodef-property:
  111.  
  112. -do-init:
  113.  
  114. -post-init:
  115.  
  116. -init-check:
  117.  
  118. -init-macrodef-javac:
  119. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:javac
  120. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:depend
  121.  
  122. -init-macrodef-junit:
  123.  
  124. -init-debug-args:
  125.  
  126. -init-macrodef-nbjpda:
  127. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:nbjpdastart
  128.  
  129. -init-macrodef-debug:
  130. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:debug
  131.  
  132. -init-macrodef-java:
  133. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:java
  134.  
  135. -init-presetdef-jar:
  136.  
  137. init:
  138.  
  139. deps-jar:
  140.  
  141. download-tomcat-zip:
  142. [echo] Downloading Apache Tomcat for servlet-api.jar and jsp-api.jar
  143. [get] Getting: http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.zip
  144. [get] To: /tmp/apache-tomcat-5.5.20.zip
  145.  
  146. unpack-servlet-jar:
  147. [echo] Unpacking /tmp/apache-tomcat-5.5.20.zip
  148. [unzip] Expanding: /tmp/apache-tomcat-5.5.20.zip into /tmp
  149. [copy] Copying 1 file to /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/lib
  150.  
  151. unpack-jsp-jar:
  152. [echo] Copying /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/lib/jsp-api.jar
  153. [copy] Copying 1 file to /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/lib
  154.  
  155. -pre-init:
  156.  
  157. -init-private:
  158.  
  159. -init-user:
  160.  
  161. -init-project:
  162.  
  163. -init-macrodef-property:
  164.  
  165. -do-init:
  166.  
  167. -post-init:
  168.  
  169. -init-check:
  170.  
  171. -init-ap-cmdline-properties:
  172.  
  173. -init-macrodef-javac-with-processors:
  174.  
  175. -init-macrodef-javac-without-processors:
  176. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:javac
  177.  
  178. -init-macrodef-javac:
  179. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:depend
  180. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:force-recompile
  181.  
  182. -init-macrodef-junit:
  183. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:junit
  184.  
  185. -init-debug-args:
  186.  
  187. -init-macrodef-nbjpda:
  188. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:nbjpdastart
  189.  
  190. -init-macrodef-debug:
  191. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:debug
  192.  
  193. -init-macrodef-java:
  194. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:java
  195.  
  196. -init-presetdef-jar:
  197. Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/1:jar
  198.  
  199. -init-ap-cmdline-supported:
  200.  
  201. -init-ap-cmdline:
  202.  
  203. init:
  204.  
  205. -deps-jar-init:
  206.  
  207. deps-jar:
  208. [mkdir] Created dir: /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build
  209.  
  210. -warn-already-built-jar:
  211. [propertyfile] Updating property file: /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build/built-jar.properties
  212.  
  213. -check-automatic-build:
  214.  
  215. -clean-after-automatic-build:
  216.  
  217. -verify-automatic-build:
  218.  
  219. -pre-pre-compile:
  220. [mkdir] Created dir: /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build/classes
  221.  
  222. -pre-compile:
  223.  
  224. -copy-persistence-xml:
  225.  
  226. -compile-depend:
  227.  
  228. -do-compile:
  229. [mkdir] Created dir: /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build/empty
  230. [javac] Compiling 137 source files to /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build/classes
  231. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
  232. [javac] error: Source option 1.4 is no longer supported. Use 1.6 or later.
  233. [javac] error: Target option 1.4 is no longer supported. Use 1.6 or later.
  234.  
  235. BUILD FAILED
  236. /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/build.xml:104: The following error occurred while executing this line:
  237. /tmp/makepkg/javahelp2/src/javahelp2/JSearchIndexer_nbproject/nbproject/build-impl.xml:314: The following error occurred while executing this line:
  238. /tmp/makepkg/javahelp2/src/javahelp2/JSearchClient_nbproject/nbproject/build-impl.xml:314: The following error occurred while executing this line:
  239. /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/nbproject/build-impl.xml:598: The following error occurred while executing this line:
  240. /tmp/makepkg/javahelp2/src/javahelp2/javahelp_nbproject/nbproject/build-impl.xml:283: Compile failed; see the compiler error output for details.
  241.  
  242. Total time: 25 seconds
  243. ==> ERRO: Uma falha ocorreu em build().
  244. Abortando...
  245. ==> ERRO: Makepkg não conseguiu compilar javahelp2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement