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

Linux builds not reproducible if two builds configured in different build folders

XMLWordPrintable

    • b12
    • linux

        If a Linux build is rebuilt in a different build directory location to the first build,
        ie.configure is run from a different location to the first, then the resulting JDK image binaries are not reproducible.
        eg:
          - /home/me/build1$ bash /home/me/jdk/configure ....
          - /home/me/build2$ bash /home/me/jdk/configure ....

        The difference is caused by the debug symbols paths to the SUPPORT_OUTPUTDIR and HOTSPOT_OUTPUTDIR being different,and not being debug prefix mapped, and ending up in the debug symbols.

              aleonard Andrew Leonard
              aleonard Andrew Leonard
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: