To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=86497 Issue #|86497 Summary|W32-4nt build fails in boost Component|tools Version|current Platform|All URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|solenv Assigned to|hjs Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Wed Feb 27 03:34:58 +0000 2008 ------- The W32-4nt build fails in boost with: "D:\w1\tin_ws2\boost\wntmsci10.pro\misc" cd .\wntmsci10.pro\misc\build && ( gunzip -c ..\..\..\download\boost-1.30.2.tar.gz | tar -xvf -) && C:\cygwin\bin\touch.exe so_unpacked_ooo_boost delay 2 /usr/bin/tar: Archive is compressed. Use -z option /usr/bin/tar: Error is not recoverable: exiting now dmake.exe: Error code 130, while making 'wntmsci10.pro\misc\build\so_unpacked_ooo_boost' The problem is that gunzip now is a shell script that calls "gzip -d". This doesn't work with cygwin's "bash"-script gzip in an 4NT environment. There was already a workaround in tg_ext.mk, but IMHO the following solution is even simpler and fixes the problem for me. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
