Skip to content

facing issues on installing bazel #14

Description

@kpdbhh

dear all,
I am facing issues on installing bazel. My raspberry pi5 have 64-bit operating system with the architecture aarch64, ARMv8. I am able to install OpenJDK 11 and increase the Java heap space from 1GB to 2GB. I am facing the issue after running 'make bazel' command as followings.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning

The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
at jdk.compiler/com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:156)
at jdk.compiler/com.sun.tools.javac.util.Position.makeLineMap(Position.java:80)
at jdk.compiler/com.sun.tools.javac.parser.JavadocTokenizer.getLineMap(JavadocTokenizer.java:285)
at jdk.compiler/com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:127)
at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseCompilationUnit(JavacParser.java:3718)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:620)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:657)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:1006)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:993)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:919)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:317)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:176)
at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:64)
at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:50)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

If any one have the source-code to install bazel and mediapipe for 'raspberry pi5 have 64-bit operating system with the architecture aarch64' , ARMv8.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions