[Bug 555187] Review Request: baggle - An online french Boggle game

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 18 23:03:40 UTC 2010


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


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

ELMORABITY Mohamed <pikachu.2014 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pikachu.2014 at gmail.com

--- Comment #4 from ELMORABITY Mohamed <pikachu.2014 at gmail.com> 2010-01-18 18:03:35 EST ---
(In reply to comment #3)
> First of all, this package does not build. Please fix
> build failure:
> 
> http://koji.fedoraproject.org/koji/taskinfo?taskID=1929974
> http://koji.fedoraproject.org/koji/taskinfo?taskID=1929975
The GroupLayout layout is only available since the version 6 of the JDK. But it
seems that gcj (that uses the Classpath library) is used by default to build
this package, and Classpath implements only (and almost) the JDK 5 API.
A JDK 6-complient Java implementation (on Fedora, typically OpenJDK)must  be
used instead to compile and run this package. As described here:
   http://fedoraproject.org/wiki/Packaging:Java#BuildRequires_and_Requires
modify your "BuildRequires" on java-devel and "Requires" on java like this:
   BuildRequires: java-devel >= 1:1.6.0
   Requires:            java >= 1:1.6.0

-- 
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.



More information about the package-review mailing list