icedtea7 ppc32 build error
Andrew Hughes
gnu.andrew at redhat.com
Fri Jun 27 22:32:35 UTC 2014
----- Original Message -----
> Building latetest icedtea7(http://icedtea.classpath.org/hg/icedtea7/) on
> ppc32 fails with:
> INFO: ZIP_DEBUGINFO_FILES=1
> INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
> INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
> INFO: STRIP_POLICY=no_strip
> INFO: ZIP_DEBUGINFO_FILES=1
> gmake[7]: *** No rule to make target
> `/root/icedtea7/openjdk-boot/hotspot/src/cpu/ppc/vm/ppc_32.ad', needed by
> `../generated/adfiles/linux_ppc_32.ad'.
> gmake[7]: *** No rule to make target
> `/root/icedtea7/openjdk-boot/hotspot/src/os_cpu/linux_ppc/vm/linux_ppc_32.ad',
> needed by `../generated/adfiles/linux_ppc_32.ad'.
> gmake[7]: Target `all' not remade because of errors.
> gmake[6]: *** [ad_stuff] Error 2
>
> Here is my configre cmd:
> ./configure --disable-jar-compression --without-rhino
> --disable-system-kerberos --with-jdk-home=/usr/lib/icedtea7 --disable-zero
> --disable-cacao --disable-arm32-jit --disable-docs --disable-tests
>
Remove the --disable-zero.
I've actually added a check to catch this at configure time:
changeset: 2728:87847ca9d356
user: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Jun 13 02:02:33 2014 +0100
summary: PR1843: Fail early if there is no native HotSpot JIT & all other options are disabled
so you haven't picked up this latest change. With the same configure options, I get:
checking if a native HotSpot port is available for this architecture... no
...
configure: error: No native HotSpot port available for powerpc and all alternatives disabled.
But either way, you need to drop that option.
Generally, we take time to pick good defaults for the various options, so, unless you have a good
reason and know what you're doing, don't disable them.
Thanks,
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the distro-pkg-dev
mailing list