Re: Building 4.1.3: Error while building module icu on windows

2016-09-18 Thread Patricia Shanahan
Do you happen to know the bugzilla issue for that? It needs 4.1.3 
release blocker status.


On 9/18/2016 10:02 AM, Damjan Jovanovic wrote:

This was fixed in trunk, but commit r1729921 still needs to be ported
to the 4.1.3 branch.

Damjan

On Sun, Sep 18, 2016 at 12:46 PM, Oliver Brinzing
 wrote:

started an aoo413 debug build with revision 1761301
from https://svn.apache.org/repos/asf/openoffice/branches/AOO413/

used same build configuration as for my latest successful trunk build (rev.
1756130).

./configure \
--with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \
--with-vendor="AOO Debug Build" \
--with-dmake-url="http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
\
--with-ant-home="/cygdrive/c/build/ant" \
--with-mozilla-build="/cygdrive/c/build/mozilla-build" \
--with-frame-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-midl-path="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin"
\
--with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/VC"  \
--with-mspdb-path="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/Common7/IDE" \
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/VC/bin" \
--with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
--with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0"  \
--with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS/Unicode" \
--with-directx-home="/cygdrive/c/Program Files (x86)/Microsoft DirectX SDK
(June 2010)" \
--with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
--with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
--with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
--with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
--enable-pch \
--with-package-format="installed msi" \
--enable-win-x64-shellext \
--enable-category-b \
--enable-bundled-dictionaries \
--with-lang="de" \
--without-stlport \
--without-junit \
--enable-verbose \
--disable-odk \
--without-fonts \
--disable-online-update \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug

build breaks in module icu:

mkdir.exe ./wntmsci12/misc/build/icu/source
cd ./wntmsci12/misc/build/icu/source && cd allinone && nmake /f all.mak
EXFLAGS="-EHa -Zc:wchar_t-" && cd ../..  && C:/build/cygwin/bin/touch.exe
C:/build_tmp/AOO413/main/icu/./wntmsci12/misc/build/so_built_so_icu
mkdir: cannot create directory './wntmsci12/misc/build/icu/source': File
exists

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

cd
"C:\build_tmp\AOO413\main\icu\wntmsci12\misc\build\icu\source\allinone\..\stubdata"
C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /   /F
stubdata.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

cd "..\allinone"
cd
"C:\build_tmp\AOO413\main\icu\wntmsci12\misc\build\icu\source\allinone\..\common"
C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /   /F
common.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

copy ".\unicode\brkiter.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\caniter.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\chariter.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\dbbi.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\docmain.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\locid.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\normlzr.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\parseerr.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\parsepos.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\putil.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\pwin32.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\rbbi.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\rep.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\resbund.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\schriter.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\strenum.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\symtable.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\unicode\ubidi.h" ..\..\include\unicode
1 Datei(en) kopiert.
copy ".\

Re: Building 4.1.3: Error while building module icu on windows

2016-09-18 Thread Damjan Jovanovic
This was fixed in trunk, but commit r1729921 still needs to be ported
to the 4.1.3 branch.

Damjan

On Sun, Sep 18, 2016 at 12:46 PM, Oliver Brinzing
 wrote:
> started an aoo413 debug build with revision 1761301
> from https://svn.apache.org/repos/asf/openoffice/branches/AOO413/
>
> used same build configuration as for my latest successful trunk build (rev.
> 1756130).
>
> ./configure \
> --with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b %Y)")" \
> --with-vendor="AOO Debug Build" \
> --with-dmake-url="http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
> \
> --with-ant-home="/cygdrive/c/build/ant" \
> --with-mozilla-build="/cygdrive/c/build/mozilla-build" \
> --with-frame-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
> --with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
> --with-midl-path="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0/bin"
> \
> --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
> 9.0/VC"  \
> --with-mspdb-path="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
> 9.0/Common7/IDE" \
> --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
> 9.0/VC/bin" \
> --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
> --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0"  \
> --with-nsis-path="/cygdrive/c/Program Files (x86)/NSIS/Unicode" \
> --with-directx-home="/cygdrive/c/Program Files (x86)/Microsoft DirectX SDK
> (June 2010)" \
> --with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
> --with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
> --with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
> --with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
> --enable-pch \
> --with-package-format="installed msi" \
> --enable-win-x64-shellext \
> --enable-category-b \
> --enable-bundled-dictionaries \
> --with-lang="de" \
> --without-stlport \
> --without-junit \
> --enable-verbose \
> --disable-odk \
> --without-fonts \
> --disable-online-update \
> --disable-strip-solver \
> --enable-symbols \
> --enable-dbgutil \
> --enable-crashdump \
> --enable-debug
>
> build breaks in module icu:
>
> mkdir.exe ./wntmsci12/misc/build/icu/source
> cd ./wntmsci12/misc/build/icu/source && cd allinone && nmake /f all.mak
> EXFLAGS="-EHa -Zc:wchar_t-" && cd ../..  && C:/build/cygwin/bin/touch.exe
> C:/build_tmp/AOO413/main/icu/./wntmsci12/misc/build/so_built_so_icu
> mkdir: cannot create directory './wntmsci12/misc/build/icu/source': File
> exists
>
> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
> Copyright (C) Microsoft Corporation.  All rights reserved.
>
> cd
> "C:\build_tmp\AOO413\main\icu\wntmsci12\misc\build\icu\source\allinone\..\stubdata"
> C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /   /F
> stubdata.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"
>
> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
> Copyright (C) Microsoft Corporation.  All rights reserved.
>
> cd "..\allinone"
> cd
> "C:\build_tmp\AOO413\main\icu\wntmsci12\misc\build\icu\source\allinone\..\common"
> C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe /   /F
> common.mak EXCEPTIONSWITCH="-EHa -Zc:wchar_t-"
>
> Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
> Copyright (C) Microsoft Corporation.  All rights reserved.
>
> copy ".\unicode\brkiter.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\caniter.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\chariter.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\dbbi.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\docmain.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\locid.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\normlzr.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\parseerr.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\parsepos.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\putil.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\pwin32.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\rbbi.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\rep.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\resbund.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\schriter.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\strenum.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\symtable.h" ..\..\include\unicode
> 1 Datei(en) kopiert.
> copy ".\unicode\