Guest User

build failure classpath-0.99

a guest
May 19th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 KB | None | 0 0
  1. Building classpath-0.99
  2. ./configure \
  3. --prefix=/usr \
  4. --with-ecj-jar=/usr/share/java/ecj-bootstrap.jar \
  5. JAVAC=/usr/bin/javac \
  6. JAVA=/usr/bin/jamvm \
  7. GCJ_JAVAC_TRUE=no \
  8. ac_cv_prog_java_works=yes \
  9. PATH_TO_GLIBJ_ZIP=/usr/share/classpath/glibj.zip \
  10. --disable-Werror \
  11. --disable-gmp \
  12. --disable-gtk-peer \
  13. --disable-gconf-peer \
  14. --disable-plugin \
  15. --disable-dssi \
  16. --disable-alsa \
  17. --disable-gjdoc \
  18. --disable-examples 2>&1 |tee error.log && make 2>&1 |tee -a error.log
  19. checking build system type... i686-pc-linux-gnu
  20. checking host system type... i686-pc-linux-gnu
  21. checking target system type... i686-pc-linux-gnu
  22. checking for a BSD-compatible install... /usr/bin/ginstall -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking how to create a ustar tar archive... gnutar
  28. checking for style of include used by make... GNU
  29. checking for gcc... gcc
  30. checking whether the C compiler works... yes
  31. checking for C compiler default output file name... a.out
  32. checking for suffix of executables...
  33. checking whether we are cross compiling... no
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking dependency style of gcc... gcc3
  39. checking how to run the C preprocessor... gcc -E
  40. checking for grep that handles long lines and -e... /usr/bin/grep
  41. checking for egrep... /usr/bin/grep -E
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking whether to regenerate the headers... no
  53. checking whether to regenerate the GJDoc parser... yes
  54. checking whether ln -s works... yes
  55. checking for g++... g++
  56. checking whether we are using the GNU C++ compiler... yes
  57. checking whether g++ accepts -g... yes
  58. checking dependency style of g++... gcc3
  59. checking how to print strings... printf
  60. checking for a sed that does not truncate output... /bin/sed
  61. checking for fgrep... /usr/bin/grep -F
  62. checking for ld used by gcc... /usr/bin/ld
  63. checking if the linker (/usr/bin/ld) is GNU ld... yes
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66. checking the maximum length of command line arguments... 1572864
  67. checking whether the shell understands some XSI constructs... yes
  68. checking whether the shell understands "+="... yes
  69. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  70. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  71. checking for /usr/bin/ld option to reload object files... -r
  72. checking for objdump... objdump
  73. checking how to recognize dependent libraries... pass_all
  74. checking for dlltool... dlltool
  75. checking how to associate runtime and link libraries... printf %s\n
  76. checking for ar... ar
  77. checking for archiver @FILE support... @
  78. checking for strip... strip
  79. checking for ranlib... ranlib
  80. checking command to parse /usr/bin/nm -B output from gcc object... ok
  81. checking for sysroot... no
  82. checking for mt... no
  83. checking if : is a manifest tool... no
  84. checking for dlfcn.h... yes
  85. checking for objdir... .libs
  86. checking if gcc supports -fno-rtti -fno-exceptions... no
  87. checking for gcc option to produce PIC... -fPIC -DPIC
  88. checking if gcc PIC flag -fPIC -DPIC works... yes
  89. checking if gcc static flag -static works... yes
  90. checking if gcc supports -c -o file.o... yes
  91. checking if gcc supports -c -o file.o... (cached) yes
  92. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  93. checking whether -lc should be explicitly linked in... no
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking whether stripping libraries is possible... yes
  97. checking if libtool supports shared libraries... yes
  98. checking whether to build shared libraries... yes
  99. checking whether to build static libraries... no
  100. checking how to run the C++ preprocessor... g++ -E
  101. checking for ld used by g++... /usr/bin/ld
  102. checking if the linker (/usr/bin/ld) is GNU ld... yes
  103. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  104. checking for g++ option to produce PIC... -fPIC -DPIC
  105. checking if g++ PIC flag -fPIC -DPIC works... yes
  106. checking if g++ static flag -static works... yes
  107. checking if g++ supports -c -o file.o... yes
  108. checking if g++ supports -c -o file.o... (cached) yes
  109. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  110. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. checking for gawk... (cached) gawk
  113. checking for gcc... (cached) gcc
  114. checking whether we are using the GNU C compiler... (cached) yes
  115. checking whether gcc accepts -g... (cached) yes
  116. checking for gcc option to accept ISO C89... (cached) none needed
  117. checking dependency style of gcc... (cached) gcc3
  118. checking whether gcc and cc understand -c and -o together... yes
  119. checking how to run the C preprocessor... gcc -E
  120. checking __attribute__((,,))... yes
  121. checking __attribute__((unused))... yes
  122. checking for ANSI C header files... (cached) yes
  123. checking size of void *... 4
  124. checking whether byte ordering is bigendian... no
  125. checking for unistd.h... (cached) yes
  126. checking for sys/types.h... (cached) yes
  127. checking sys/config.h usability... no
  128. checking sys/config.h presence... no
  129. checking for sys/config.h... no
  130. checking sys/ioctl.h usability... yes
  131. checking sys/ioctl.h presence... yes
  132. checking for sys/ioctl.h... yes
  133. checking asm/ioctls.h usability... yes
  134. checking asm/ioctls.h presence... yes
  135. checking for asm/ioctls.h... yes
  136. checking for inttypes.h... (cached) yes
  137. checking for stdint.h... (cached) yes
  138. checking utime.h usability... yes
  139. checking utime.h presence... yes
  140. checking for utime.h... yes
  141. checking sys/utime.h usability... no
  142. checking sys/utime.h presence... no
  143. checking for sys/utime.h... no
  144. checking sys/filio.h usability... no
  145. checking sys/filio.h presence... no
  146. checking for sys/filio.h... no
  147. checking sys/time.h usability... yes
  148. checking sys/time.h presence... yes
  149. checking for sys/time.h... yes
  150. checking sys/select.h usability... yes
  151. checking sys/select.h presence... yes
  152. checking for sys/select.h... yes
  153. checking crt_externs.h usability... no
  154. checking crt_externs.h presence... no
  155. checking for crt_externs.h... no
  156. checking fcntl.h usability... yes
  157. checking fcntl.h presence... yes
  158. checking for fcntl.h... yes
  159. checking sys/mman.h usability... yes
  160. checking sys/mman.h presence... yes
  161. checking for sys/mman.h... yes
  162. checking magic.h usability... no
  163. checking magic.h presence... no
  164. checking for magic.h... no
  165. checking sys/event.h usability... no
  166. checking sys/event.h presence... no
  167. checking for sys/event.h... no
  168. checking sys/epoll.h usability... yes
  169. checking sys/epoll.h presence... yes
  170. checking for sys/epoll.h... yes
  171. checking ifaddrs.h usability... yes
  172. checking ifaddrs.h presence... yes
  173. checking for ifaddrs.h... yes
  174. checking netinet/in_systm.h usability... yes
  175. checking netinet/in_systm.h presence... yes
  176. checking for netinet/in_systm.h... yes
  177. checking netinet/ip.h usability... yes
  178. checking netinet/ip.h presence... yes
  179. checking for netinet/ip.h... yes
  180. checking net/if.h usability... yes
  181. checking net/if.h presence... yes
  182. checking for net/if.h... yes
  183. checking sys/loadavg.h usability... no
  184. checking sys/loadavg.h presence... no
  185. checking for sys/loadavg.h... no
  186. checking sys/sockio.h usability... no
  187. checking sys/sockio.h presence... no
  188. checking for sys/sockio.h... no
  189. checking for library containing clock_gettime... none required
  190. checking for library containing inet_pton... none required
  191. checking for gethostname in -lsocket... no
  192. checking for ftruncate... yes
  193. checking for fsync... yes
  194. checking for select... yes
  195. checking for gethostname... yes
  196. checking for socket... yes
  197. checking for strerror... yes
  198. checking for fork... yes
  199. checking for pipe... yes
  200. checking for execve... yes
  201. checking for open... yes
  202. checking for close... yes
  203. checking for lseek... yes
  204. checking for fstat... yes
  205. checking for read... yes
  206. checking for readv... yes
  207. checking for write... yes
  208. checking for writev... yes
  209. checking for htonl... yes
  210. checking for memset... yes
  211. checking for htons... yes
  212. checking for connect... yes
  213. checking for getsockname... yes
  214. checking for getpeername... yes
  215. checking for bind... yes
  216. checking for listen... yes
  217. checking for accept... yes
  218. checking for recvfrom... yes
  219. checking for send... yes
  220. checking for sendto... yes
  221. checking for setsockopt... yes
  222. checking for getsockopt... yes
  223. checking for time... yes
  224. checking for mktime... yes
  225. checking for clock_gettime... yes
  226. checking for gethostbyname_r... yes
  227. checking for localtime_r... yes
  228. checking for strerror_r... yes
  229. checking for fcntl... yes
  230. checking for statvfs... yes
  231. checking for mmap... yes
  232. checking for munmap... yes
  233. checking for mincore... yes
  234. checking for msync... yes
  235. checking for madvise... yes
  236. checking for getpagesize... yes
  237. checking for sysconf... yes
  238. checking for lstat... yes
  239. checking for readlink... yes
  240. checking for inet_aton... yes
  241. checking for inet_addr... yes
  242. checking for inet_pton... yes
  243. checking for getifaddrs... yes
  244. checking for kqueue... no
  245. checking for kevent... no
  246. checking for epoll_create... yes
  247. checking for getloadavg... yes
  248. checking for magic_open in -lmagic... no
  249. checking whether struct sockaddr_in6 is in netinet/in.h... yes
  250. checking whether time.h and sys/time.h may both be included... yes
  251. checking whether struct tm is in sys/time.h or time.h... time.h
  252. checking for struct tm.tm_zone... yes
  253. checking for tm_gmtoff in struct tm... yes
  254. checking for an ANSI C-conforming const... yes
  255. checking for inline... inline
  256. checking for __attribute__... yes
  257. checking how many arguments gethostbyname_r() takes... six
  258. checking for ld used by GCC... /usr/bin/ld
  259. checking if the linker (/usr/bin/ld) is GNU ld... yes
  260. checking for shared library run path origin... done
  261. checking for iconv... yes
  262. checking for iconv declaration...
  263. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  264. checking for MSG_NOSIGNAL... yes
  265. checking for SO_NOSIGPIPE ... no
  266. checking for MSG_WAITALL... yes
  267. checking jni_md.h support... yes
  268. checking whether to enable maintainer-specific portions of Makefiles... no
  269. checking for mkdir... /usr/bin/mkdir
  270. checking for cp... /usr/bin/cp
  271. checking for date... /usr/bin/date
  272. checking for find... /usr/bin/find
  273. checking for zip... /usr/bin/zip
  274. checking for a jar-like tool... trying fastjar, gjar and jar
  275. checking for fastjar... /usr/bin/fastjar
  276. checking whether to regenerate parsers with jay... no
  277. checking for stdint types... stdint.h (shortcircuit)
  278. make use of stdint.h in include/config-int.h (assuming C99 compatible system)
  279. checking if /usr/bin/javac is a version of gcj... no
  280. checking if /usr/bin/javac works... yes
  281. checking for uudecode... yes
  282. checking if uudecode can decode base 64 file... yes
  283. checking if /usr/bin/jamvm works... (cached) yes
  284. checking whether javac supports -J... incorrect classpath:
  285. yes
  286. configure: creating ./config.status
  287. config.status: creating Makefile
  288. config.status: creating doc/Makefile
  289. config.status: creating doc/api/Makefile
  290. config.status: creating external/Makefile
  291. config.status: creating external/sax/Makefile
  292. config.status: creating external/w3c_dom/Makefile
  293. config.status: creating external/relaxngDatatype/Makefile
  294. config.status: creating external/jsr166/Makefile
  295. config.status: creating gnu/classpath/Configuration.java
  296. config.status: creating gnu/java/security/Configuration.java
  297. config.status: creating include/Makefile
  298. config.status: creating native/Makefile
  299. config.status: creating native/fdlibm/Makefile
  300. config.status: creating native/jawt/Makefile
  301. config.status: creating native/jni/Makefile
  302. config.status: creating native/jni/classpath/Makefile
  303. config.status: creating native/jni/java-io/Makefile
  304. config.status: creating native/jni/java-lang/Makefile
  305. config.status: creating native/jni/java-math/Makefile
  306. config.status: creating native/jni/java-net/Makefile
  307. config.status: creating native/jni/java-nio/Makefile
  308. config.status: creating native/jni/java-util/Makefile
  309. config.status: creating native/jni/gtk-peer/Makefile
  310. config.status: creating native/jni/gconf-peer/Makefile
  311. config.status: creating native/jni/gstreamer-peer/Makefile
  312. config.status: creating native/jni/qt-peer/Makefile
  313. config.status: creating native/jni/xmlj/Makefile
  314. config.status: creating native/jni/midi-alsa/Makefile
  315. config.status: creating native/jni/midi-dssi/Makefile
  316. config.status: creating native/jni/native-lib/Makefile
  317. config.status: creating native/plugin/Makefile
  318. config.status: creating resource/Makefile
  319. config.status: creating resource/META-INF/services/java.util.prefs.PreferencesFactory
  320. config.status: creating resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader
  321. config.status: creating resource/META-INF/services/javax.sound.sampled.spi.MixerProvider
  322. config.status: creating scripts/Makefile
  323. config.status: creating scripts/classpath.spec
  324. config.status: creating lib/Makefile
  325. config.status: creating lib/gen-classlist.sh
  326. config.status: creating lib/copy-vmresources.sh
  327. config.status: creating scripts/check_jni_methods.sh
  328. config.status: creating tools/Makefile
  329. config.status: creating examples/Makefile
  330. config.status: creating examples/Makefile.jawt
  331. config.status: creating examples/Makefile.java2d
  332. config.status: creating tools/gappletviewer
  333. config.status: creating tools/gjarsigner
  334. config.status: creating tools/gkeytool
  335. config.status: creating tools/gjar
  336. config.status: creating tools/gnative2ascii
  337. config.status: creating tools/gserialver
  338. config.status: creating tools/grmiregistry
  339. config.status: creating tools/gtnameserv
  340. config.status: creating tools/gorbd
  341. config.status: creating tools/grmid
  342. config.status: creating tools/grmic
  343. config.status: creating tools/gjavah
  344. config.status: creating include/config.h
  345. config.status: include/config.h is unchanged
  346. config.status: linking include/jni_md-x86-linux-gnu.h to include/jni_md.h
  347. config.status: executing depfiles commands
  348. config.status: executing libtool commands
  349. config.status: executing include/config-int.h commands
  350. config.status: creating include/config-int.h : _CLASSPATH_INCLUDE_CONFIG_INT_H
  351. config.status: include/config-int.h is unchanged
  352. config.status: executing gappletviewer commands
  353. config.status: executing gjarsigner commands
  354. config.status: executing gkeytool commands
  355. config.status: executing gjar commands
  356. config.status: executing gnative2ascii commands
  357. config.status: executing gserialver commands
  358. config.status: executing grmiregistry commands
  359. config.status: executing gtnameserv commands
  360. config.status: executing gorbd commands
  361. config.status: executing grmid commands
  362. config.status: executing grmic commands
  363. config.status: executing gjavah commands
  364. config.status: executing gen-classlist commands
  365. config.status: executing copy-vmresources commands
  366. Making all in lib
  367. make[1]: Entering directory '/java/008_classpath-0.99/tmp/classpath-0.99/lib'
  368. true
  369. top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
  370. Adding java source files from srcdir '/java/008_classpath-0.99/tmp/classpath-0.99'.
  371. Adding java source files from VM directory ../vm/reference
  372. /usr/bin/javac -J-Xmx768M -source 1.5 -target 1.5 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:/usr/share/classpath/glibj.zip: -d . @classes
  373. incorrect classpath:
  374. ----------
  375. 1. ERROR in /java/008_classpath-0.99/tmp/classpath-0.99/java/net/NetworkInterface.java (at line 279)
  376. return VMNetworkInterface.isUp(netif.name);
  377. ^^^^
  378. The method isUp(String) is undefined for the type VMNetworkInterface
  379. ----------
  380. 2. ERROR in /java/008_classpath-0.99/tmp/classpath-0.99/java/net/NetworkInterface.java (at line 291)
  381. return VMNetworkInterface.isPointToPoint(netif.name);
  382. ^^^^^^^^^^^^^^
  383. The method isPointToPoint(String) is undefined for the type VMNetworkInterface
  384. ----------
  385. 3. ERROR in /java/008_classpath-0.99/tmp/classpath-0.99/java/net/NetworkInterface.java (at line 302)
  386. return VMNetworkInterface.isLoopback(netif.name);
  387. ^^^^^^^^^^
  388. The method isLoopback(String) is undefined for the type VMNetworkInterface
  389. ----------
  390. 4. ERROR in /java/008_classpath-0.99/tmp/classpath-0.99/java/net/NetworkInterface.java (at line 313)
  391. return VMNetworkInterface.supportsMulticast(netif.name);
  392. ^^^^^^^^^^^^^^^^^
  393. The method supportsMulticast(String) is undefined for the type VMNetworkInterface
  394. ----------
  395. 4 problems (4 errors)make[1]: *** [Makefile:637: compile-classes] Error 255
  396. make[1]: Leaving directory '/java/008_classpath-0.99/tmp/classpath-0.99/lib'
  397. make: *** [Makefile:421: all-recursive] Error 1
Add Comment
Please, Sign In to add comment