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

failure trying to run with LOG=trace on macosx builds (time -f not supported)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 8
    • infrastructure
    • None
    • x86
    • os_x

      > I saw a failure trying to run with LOG=trace on macosx builds.
      > In the new build system configure only looks for the path to the
      > time command.
      >
      > common/autoconf/basics.m4 :
      >
      > AC_PATH_PROG(TIME, time)
      >
      > but there is a hard coded requirement in the timing script
      > that requires support for time formatting (-f) from the time
      > command.
      >
      > common/bin/shell-tracer.sh
      >
      > The simple workaround is to disable the TIME command in the generated
      > spec.gmk file
      >
      > TIME:=
      >
      > I think a longer term fix should test that "time -f ..." is supported
      > before including the command.



            Unassigned Unassigned
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: