[Bug 137] New: icedtea6 build fails on Debian unstable (sid) with "missing return value"

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 24 03:46:01 PDT 2008


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

           Summary: icedtea6 build fails on Debian unstable (sid) with
                    "missing return value"
           Product: IcedTea
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: classpath45org at stuart.es
                CC: Gerard.Vidal at ens-lyon.fr


My build of IcedTea6 from Mercurial (updated this morning) failed on my Debian
unstable (sid) system. The build stopped in "build-bootstrap-javac" with the
message "missing return value". My system is up to date (as of last night).  I
guess that I'm missing a dependancy.  Any help would be very much appreciated.

I read http://iced-tea.org/wiki/DebianBuildingInstructions and
http://doc.cliss21.com/index.php?title=IcedTea which indicated that building on
Debian Lenny is easy.  Why doesn't building on Debian unstable work?

Here are some of the messages:

build-bootstrap-javac:
    [mkdir] Created dir:
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc
    [mkdir] Created dir:
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes
 [pcompile] Generating 7 resource files to
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc
     [copy] Copying 1 file to
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc
 [pcompile] Generating 1 resource files to
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/gensrc
    [javac] Compiling 8 source files to
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes
    [javac] Compiling 243 source files to
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/control/build/linux-i586/langtools/build/bootstrap/classes
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/element/Modifier.java:74:
missing return value
    [javac]     return lowercase;
    [javac]     ^
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/type/TypeKind.java:157:
missing return value
    [javac]         return true;
    [javac]         ^
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/type/TypeKind.java:160:
missing return value
    [javac]         return false;
    [javac]         ^
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/element/NestingKind.java:97:
missing return value
    [javac]     return this != TOP_LEVEL;
    [javac]     ^
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/element/ElementKind.java:101:
missing return value
    [javac]     return this == CLASS || this == ENUM;
    [javac]     ^
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/element/ElementKind.java:111:
missing return value
    [javac]     return this == INTERFACE || this == ANNOTATION_TYPE;
    [javac]     ^
    [javac]
/home/stuart/install/icedtea/Mercurial/icedtea6/openjdk/langtools/src/share/classes/javax/lang/model/element/ElementKind.java:121:
missing return value


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