[Bug 154] New: Hidden GCJ HOME dependency misleading

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jun 2 04:57:18 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=154

           Summary: Hidden GCJ HOME dependency misleading
           Product: IcedTea
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: gnu_andrew at member.fsf.org


The build relies on an option called --with-gcj-home to provide libjvm.  This
is not included in the output of configure. Thus, the first time it may be
found to be wrong is in make:

/usr/lib/jvm/java-gcj  cannot be found. Try reconfiguring with 
--with-gcj-home=/path/to/java-gcj-devel

The option is also misleading.  The required structure is not a GCC/GCJ install
but an installation of gcj-java-compat.  What this option is really looking for
is a JDK-like structure.  As a result, it could also be used for javac and the
class library, but isn't.


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



More information about the distro-pkg-dev mailing list