arduino / arduino/Arduino

Fail to build IDE 1.8.8

Open
#8,255 18 comments 0 reactions 1 assignee Claimed by @sandeepmistry View on GitHub
Component: IDE OS: Linux OS: OSX Type: Bug
Dominant language
Java
Stars
14.6k
Forks
7k
PR merge metrics
No merged PRs in 30d

Description

Hi,
I fail to build the IDE 1.8.8.
I run Debian sid / GNU Linux.
I get the following:
```
/usr/local/src/arduino/arduino-1.8.8/build/ ant dist
Buildfile: /usr/local/src/arduino/arduino-1.8.8/build/build.xml

revision-check:
[echo] AVR Arduino core version in build.xml is: 1.6.23
[echo] latest in package_index_bundled.json is: 1.6.23
[echo] Latest revision detected in shared/revision.txt is: 1.8.7
[echo] Revision in BaseNoGui.java is: 1.8.8

dist:
[input] Enter version number: [1.8.7]
1.8.8

build:

revision-check:
[echo] AVR Arduino core version in build.xml is: 1.6.23
[echo] latest in package_index_bundled.json is: 1.6.23
[echo] Latest revision detected in shared/revision.txt is: 1.8.7
[echo] Revision in BaseNoGui.java is: 1.8.8

linux-checkos:

subprojects-build:

compile:
[copy] Copying 66 files to /usr/local/src/arduino/arduino-1.8.8/arduino-core/bin

**[...]
```
Then :
```
**

[copy] Copying /usr/local/src/arduino/arduino-1.8.8/arduino-core/src/processing/app/i18n/Resources_zh_TW.properties to /usr/local/src/arduino/arduino-1.8.8/arduino-core/bin/processing/app/i18n/Resources_zh_TW.properties

build:
[jar] Building jar: /usr/local/src/arduino/arduino-1.8.8/arduino-core/arduino-core.jar

compile:
[javac] Compiling 89 source files to /usr/local/src/arduino/arduino-1.8.8/app/bin
[javac] warning: [options] bootstrap class path not set in conjunction with -source 8
[javac] /usr/local/src/arduino/arduino-1.8.8/app/src/processing/app/EditorToolbar.java:158: error: cannot access Window
[javac] touchBar.show(editor);
[javac] ^
[javac] class file for javafx.stage.Window not found
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 1 warning

BUILD FAILED
/usr/local/src/arduino/arduino-1.8.8/build/build.xml:136: The following error occurred while executing this line:
/usr/local/src/arduino/arduino-1.8.8/build/build.xml:113: The following error occurred while executing this line:
/usr/local/src/arduino/arduino-1.8.8/build/build.xml:161: The following error occurred while executing this line:
/usr/local/src/arduino/arduino-1.8.8/app/build.xml:82: Compile failed; see the compiler error output for details.
```

Regards

Jean-Luc

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.