[Bug 426867] Review Request: scala - Hybrid functional/object-oriented language

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 16 15:27:17 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: scala - Hybrid functional/object-oriented language


https://bugzilla.redhat.com/show_bug.cgi?id=426867





------- Additional Comments From geoff at programmer-monk.net  2008-01-16 10:27 EST -------
(In reply to comment #16)
> Would you write in detail how you want to make bootstrap?

Bootstrapping is already part of the normal build for scala.  Here is what I
posted on fedora-packaging:

On Wed, Jan 16, 2008 at 07:33:56AM -0500, Tom spot Callaway
<tcallawa at redhat.com> said
> Does the scala package cleanly rebuild from source after it is
> bootstrapped?

Yes. The build procedure for scala uses multiple phases to ensure that
the code cleanly bootstraps.  The sequence is like this:

bootstrap (starr) -> locker -> quick -> strap

The results of the quick phase are packaged.  The results of the strap
phase are compared byte-for-byte with the resuts of the quick phase to
ensure that the compiler is stable.

For more details, see http://tinyurl.com/3e3l55 which is the README of
the source distribution.  It describes in detail the process used to
build scala.  I use this process unaltered when building the RPM.


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list