JDK-8035944: Build failed wilth configure option --disable-debuginfo-files (original) (raw)
David Holmes david.holmes at oracle.com
Thu Feb 27 13:03:11 UTC 2014
- Previous message (by thread): JDK-8035944: Build failed wilth configure option --disable-debuginfo-files
- Next message (by thread): RFR: JDK-8035904: Solaris fastdebug builds are failing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
First note that attachments get stripped so you can't send a patch as an attachment.
Can you clarify what options you gave and in which forest please. I do not see a problem using
--disable-debug-symbols
nor
--disable-zip-debug-info
in JDK 8.
David
On 27/02/2014 10:40 PM, Yasumasa Suenaga wrote:
Hi all,
I tried to build JDK8 with configure option: "--disable-debuginfo-files", however I got error mesasges as following: ----------------- ## Starting hotspot Generating source files Building adlc Building libjvm.so Building libjsig.so Building libsaproc.so gmake[2]: *** No rule to make target
/usr/src/OpenJDK/jdk8/build/linux-x8664-normal-server-release/hotspot/libjvm/libjvm.diz',_ _needed by_ _
/usr/src/OpenJDK/jdk8/build/linux-x8664-normal-server-release/hotspot/dist/jre/lib/amd64/server/libjvm.diz'. Stop. gmake[2]: *** Waiting for unfinished jobs.... Copying files to dist directory gmake[1]: *** [dist-only] Error 2 make: *** [hotspot-only] Error 2 ----------------- I guess this error is caused by: Various improvements. Add dist implementation. http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5dadd2bb22c0 If we give --disable-zip-debuginfo-files to configure, Makefile and related files should regard it. I've made patche which is attached in this email, it works fine.I am just an Author. So I need a sponsor. Could you help me? Please cooperate. Thanks, Yasumasa
- Previous message (by thread): JDK-8035944: Build failed wilth configure option --disable-debuginfo-files
- Next message (by thread): RFR: JDK-8035904: Solaris fastdebug builds are failing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]