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

Broken sanity check with cygwin and unicows.dll

XMLWordPrintable

    • b42
    • generic
    • generic

      Peabody user experiencing problems with cygwin and windows builds.

      The sanity check on unicows.dll is broken.

      > 5. This is a small bug in "windows/cygwin"? or the
      > build script. The unicows.lib sanity check may fail
      > because of weird naming with cygwin and windowsxp.
      > For example, the script is looking for a filesize
      > '-rwx------+ 1 Your Name None 2325412
      > unicows.lib
      >
      > It is looking for the filesize at the '5th' spot of
      > this string above using an NAWK script. If you look
      > above because "Your Name", the filesize will end up
      > at the '6th' spot which will generate an error in
      > your build and won't allow you to continue. After
      > some debugging, I grepped on
      > (REQUIRED_UNICOWS_LIB_SIZE) and on line 1453 of
      > Sanity.gmk, I changed the '$$5' to '$$6'. This is
      > only because of my username having a 'space' in the
      > text.(j2se/make/common/Sanity.gmk)
      >
      ###@###.### 2005-04-25 18:49:07 GMT

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: