-
Bug
-
Resolution: Fixed
-
P2
-
6
-
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
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