unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27142: classpath-0.99-1.e7c13ee0c fails to build
@ 2017-05-30  8:11 Ricardo Wurmus
  2017-05-30 13:58 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2017-05-30  8:11 UTC (permalink / raw)
  To: 27142

On a machine with 62G memory classpath fails to build from source.

--8<---------------cut here---------------start------------->8---
$ free -h
              total        used        free      shared  buff/cache   available
Mem:            62G        1.1G         35G         32M         25G         61G
Swap:          5.0G          0B        5.0G
--8<---------------cut here---------------end--------------->8---

The problem appears to be that by default the JVM tries to allocate as
much memory as it can, so the initial size of the heap may be larger
than the set maximum.

Here’s the error:

--8<---------------cut here---------------start------------->8---
/gnu/store/ncvpxqykv672wjfygmki7phc7v8kz8iz-ecj-javac-on-jamvm-wrapper-3.2.2/bin/javac  -nowarn -source 1.6 -target 1.6 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -J-Xmx768M -d . @classes
Minimum heap size greater than max!
touch compile-classes
touch resources
/gnu/store/rw6zb4l1dqg1zx252ri9722ffb1r20jm-fastjar-0.98/bin/fastjar cf glibj.zip gnu java javax org sun META-INF && /gnu/store/rw6zb4l1dqg1zx252ri9722ffb1r20jm-fastjar-0.98/bin/fastjar i glibj.zip
sun: No such file or directory
Error adding sun to jar archive!
make[1]: *** [Makefile:674: glibj.zip] Error 1
make[1]: Leaving directory '/tmp/guix-build-classpath-0.99-1.e7c13ee0c.drv-0/source/lib'
make: *** [Makefile:523: all-recursive] Error 1
phase `build' failed after 3.7 seconds
--8<---------------cut here---------------end--------------->8---

I think we may be able to fix this by ensuring that we also pass
-J-Xms768M to the compiler (or -Xms768M to the invocation of “java”) to
set the initial heap size no greater than the maximum.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#27142: classpath-0.99-1.e7c13ee0c fails to build
  2017-05-30  8:11 bug#27142: classpath-0.99-1.e7c13ee0c fails to build Ricardo Wurmus
@ 2017-05-30 13:58 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2017-05-30 13:58 UTC (permalink / raw)
  To: 27142-done

Fixed with commit 93c103ab594fae918743f50ec8346854f0a85f1a.
-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-30 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30  8:11 bug#27142: classpath-0.99-1.e7c13ee0c fails to build Ricardo Wurmus
2017-05-30 13:58 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).