Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8021430

64 bit JDK build fails on windows 7 due to missing corba source files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • infrastructure
    • Win64(144GB, 2 core)

    • b104
    • x86
    • windows_7

      - Looks like missing autogenerated corba classes in corba/gensrc , the idl should have generated this. For Ex: NameComponent.java . In the debug log within corba build phase you can see a line

      find: ‘/cy/cygdrive/e/work/jdk8/corba/src/share/classes’: No such file or directory

      This shows there is some non printable characters in the path to find command. A little deeper investigation revealed that a call to macro at corba/makefiles/BuildCorba.gmk:147 goes to macro "SetupIdlCompilation" defined in common/makefiles/IdlCompilation.gmk . The abspath function was mangling the path. Commenting out line 87 and 88 (to remove abspath's effect on the paths) enabled the build to succeed .


      - Please find attached both the failed and success logs.

            erikj Erik Joelsson
            srikchan Srikalyan Chandrashekar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: