[Bug 432] --with-additional-vms=cacao, shark build fail during add-zero without having openjdk-src-zip and hotspot-src-zip explicitly set.
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Jan 18 09:12:33 PST 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=432
gnu_andrew at member.fsf.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at icedtea.classpath|gnu_andrew at member.fsf.org
|.org |
------- Comment #1 from gnu_andrew at member.fsf.org 2010-01-18 17:12 -------
Yes, this part:
$(foreach i, openjdk hotspot, \
$(if $(findstring --with-$(i)-src-zip=, $(CONFIGURE_ARGS)),,
--with-$(i)-src-zip=$(abs_top_builddir)/$(i).tar.gz))
is wrong as the default tarball is no longer called openjdk.tar.gz.
$(OPENJDK_SRC_ZIP) and $(HOTSPOT_SRC_ZIP) should be used to avoid this issue.
Testing a fix.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list