Skip to content

Fail to build IDE 1.8.8 #8255

Open
Open
@JeanLucCoulon

Description

@JeanLucCoulon

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

Metadata

Metadata

Assignees

Labels

Component: IDEThe Arduino IDEOS: LinuxSpecific to the Linux version of the Arduino IDEOS: OSXSpecific to the Mac OS X (macOS) version of the Arduino IDEType: Bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions