[Bug 247997] databases/cassandra3: fix build on aarch64 (Java OutOfMemory during build)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 15 13:26:09 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247997

            Bug ID: 247997
           Summary: databases/cassandra3: fix build on aarch64 (Java
                    OutOfMemory during build)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: ronald-lists at klop.ws
                CC: language.devel at gmail.com
             Flags: maintainer-feedback?(language.devel at gmail.com)
                CC: language.devel at gmail.com

Created attachment 216466
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216466&action=edit
increase memory 256 (default) -> 512 MB (svn diff)

Aarch64 has OpenJDK8 without hotspot compiler. I'm not sure if that is the
reason it goes OutOfMemory in the build step.

See
http://thunderx1.nyi.freebsd.org/data/121arm64-quarterly/540450/logs/errors/cassandra3-3.11.6.log

build-test:
    [javac] Compiling 606 source files to
/wrkdirs/usr/ports/databases/cassandra3/work/apache-cassandra-3.11.6-src/build/test/classes
    [javac] 
    [javac] 
    [javac] The system is out of resources.
    [javac] Consult the following stack trace for details.
    [javac] java.lang.OutOfMemoryError: Java heap space
    [javac]     at
com.sun.tools.javac.code.Scope$ImportScope.makeEntry(Scope.java:530)
    [javac]     at com.sun.tools.javac.code.Scope.enter(Scope.java:220)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list