Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415078 Details for
Bug 563676
dev-java/jline-2.12.1-r1 : src/.../WindowsTerminal.java:204: error: cannot find symbol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java:jline-2.12.1-r1:20151021-093924.log
dev-java:jline-2.12.1-r1:20151021-093924.log (text/plain), 5.98 KB, created by
Toralf Förster
on 2015-10-21 12:44:20 UTC
(
hide
)
Description:
dev-java:jline-2.12.1-r1:20151021-093924.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-10-21 12:44:20 UTC
Size:
5.98 KB
patch
obsolete
> * Package: dev-java/jline-2.12.1-r1 > * Repository: gentoo > * Maintainer: java > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Using: icedtea-bin-7 >>>> Unpacking source... >>>> Unpacking jline-2.12.1.tar.gz to /var/tmp/portage/dev-java/jline-2.12.1-r1/work >>>> Source unpacked in /var/tmp/portage/dev-java/jline-2.12.1-r1/work >>>> Preparing source in /var/tmp/portage/dev-java/jline-2.12.1-r1/work/jline2-jline-2.12.1 ... >removed âpom.xmlâ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/jline-2.12.1-r1/work/jline2-jline-2.12.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/jline-2.12.1-r1/work/jline2-jline-2.12.1 ... > * Compiling ... >warning: [options] bootstrap class path not set in conjunction with -source 1.6 >src/main/java/jline/WindowsTerminal.java:20: error: cannot access StdCallLibrary >import static org.fusesource.jansi.internal.Kernel32.*; >^ > class file for com.sun.jna.win32.StdCallLibrary not found >src/main/java/jline/WindowsTerminal.java:204: error: cannot find symbol > return WindowsSupport.getConsoleMode(); > ^ > symbol: method getConsoleMode() > location: class WindowsSupport >src/main/java/jline/WindowsTerminal.java:208: error: cannot find symbol > WindowsSupport.setConsoleMode(mode); > ^ > symbol: method setConsoleMode(int) > location: class WindowsSupport >src/main/java/jline/WindowsTerminal.java:213: error: cannot find symbol > INPUT_RECORD[] events = null; > ^ > symbol: class INPUT_RECORD > location: class WindowsTerminal >src/main/java/jline/WindowsTerminal.java:215: error: cannot find symbol > events = WindowsSupport.readConsoleInput(1); > ^ > symbol: method readConsoleInput(int) > location: class WindowsSupport >src/main/java/jline/WindowsTerminal.java:224: error: cannot find symbol > KEY_EVENT_RECORD keyEvent = events[i].keyEvent; > ^ > symbol: class KEY_EVENT_RECORD > location: class WindowsTerminal >src/main/java/jline/WindowsTerminal.java:230: error: cannot find symbol > final int altState = KEY_EVENT_RECORD.LEFT_ALT_PRESSED | KEY_EVENT_RECORD.RIGHT_ALT_PRESSED; > ^ > symbol: variable KEY_EVENT_RECORD > location: class WindowsTerminal >src/main/java/jline/WindowsTerminal.java:230: error: cannot find symbol > final int altState = KEY_EVENT_RECORD.LEFT_ALT_PRESSED | KEY_EVENT_RECORD.RIGHT_ALT_PRESSED; > ^ > symbol: variable KEY_EVENT_RECORD > location: class WindowsTerminal >src/main/java/jline/WindowsTerminal.java:233: error: cannot find symbol > final int ctrlState = KEY_EVENT_RECORD.LEFT_CTRL_PRESSED | KEY_EVENT_RECORD.RIGHT_CTRL_PRESSED; > ^ > symbol: variable KEY_EVENT_RECORD > location: class WindowsTerminal >src/main/java/jline/WindowsTerminal.java:233: error: cannot find symbol > final int ctrlState = KEY_EVENT_RECORD.LEFT_CTRL_PRESSED | KEY_EVENT_RECORD.RIGHT_CTRL_PRESSED; > ^ > symbol: variable KEY_EVENT_RECORD > location: class WindowsTerminal >src/main/java/jline/WindowsTerminal.java:245: error: strings in switch are not supported in -source 1.6 > switch (keyEvent.keyCode) { > ^ > (use -source 7 or higher to enable strings in switch) >src/main/java/jline/WindowsTerminal.java:296: error: cannot find symbol > return Kernel32.GetConsoleOutputCP(); > ^ > symbol: method GetConsoleOutputCP() > location: interface Kernel32 >src/main/java/jline/WindowsTerminal.java:300: error: cannot find symbol > return WindowsSupport.getWindowsTerminalWidth(); > ^ > symbol: method getWindowsTerminalWidth() > location: class WindowsSupport >src/main/java/jline/WindowsTerminal.java:304: error: cannot find symbol > return WindowsSupport.getWindowsTerminalHeight(); > ^ > symbol: method getWindowsTerminalHeight() > location: class WindowsSupport >Note: src/main/java/jline/console/ConsoleReader.java uses or overrides a deprecated API. >Note: Recompile with -Xlint:deprecation for details. >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >14 errors >1 warning > * ERROR: dev-java/jline-2.12.1-r1::gentoo failed (compile phase): > * ejavac failed > * > * Call stack: > * ebuild.sh, line 90: Called src_compile > * environment, line 3742: Called java-pkg-simple_src_compile > * environment, line 1647: Called ejavac '-d' 'target/classes' '-encoding' 'UTF-8' '-classpath' '/usr/share/jansi/lib/jansi.jar:/usr/share/jansi-native/lib/jansi-native.jar' '@sources.lst' > * environment, line 660: Called die > * The specific snippet of code: > * ${compiler_executable} ${javac_args} "${@}" || die "ejavac failed" > * > * If you need support, post the output of `emerge --info '=dev-java/jline-2.12.1-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-java/jline-2.12.1-r1::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=icedtea-bin-7 CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-7.2.6.1" >JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="" >and of course, the output of emerge --info =jline-2.12.1 > * The complete build log is located at '/var/log/portage/dev-java:jline-2.12.1-r1:20151021-093924.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-java/jline-2.12.1-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-java/jline-2.12.1-r1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-java/jline-2.12.1-r1/work/jline2-jline-2.12.1' > * S: '/var/tmp/portage/dev-java/jline-2.12.1-r1/work/jline2-jline-2.12.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 563676
: 415078 |
415080
|
415082