openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #11591
Bug#815885: openjdk-8 fails to configure on mips and mips64el
On Thu, 2016-02-25 at 11:58 +0100, Matthias Klose wrote:
> Package: src:openjdk-8
> Version:
> Severity: serious
> Tags: sid stretch moreinfo
>
> According to the build logs, openjdk-8 fails to configure on mips and mips64el:
> https://buildd.debian.org/status/package.php?p=openjdk-8
So this particular error seems to be due to setting CC=gcc-4.9 in
debian/rules, but gcc-4.9 isn't a build-dependency! So config.guess
which tries to run $CC, always fails since it can't find it.
It built on mipsel due to a typo in debian/rules allowing openjdk to
build with gcc-5 on mipsel - which apparently works.
> I'm thinking to just disable openjdk builds on the mips* platforms. The feedback
> from the porters is rare, and non-migration to testing holds back security updates.
I really hope that doesn't have to happen - but if noone else can help
out (at least testing the gcc-5 stuff), then that may be the best thing
to do.
James
Attachment:
signature.asc
Description: This is a digitally signed message part
Follow ups
References