The udm and xml2cmp errors appear to be incomplete source checkouts.

On  9 Aug, Matthias Seidel wrote:
> I see similar errors in our buildbot for trunk (system: Windows 10 64bit):
> 
> https://ci.apache.org/projects/openoffice/buildlogs/win/log/wntmsci12.pro.build.html
> 
> The buildbot builds once a day. If some requirements have to be changed
> drop me a line and I will edit the config accordingly.
> 
> Regards, Matthias
> 
> 
> Am 20.07.2017 um 04:56 schrieb Yemelyanenko Fyodor:
>> I’ve took another try to build OO on W7 x32
>> But got same errors, as on W8 x64
>> May be I missed some prerequisites?
>>
>> Errors are in modules gtest, xml2cmp, salhelper, udm
>> Cygwin seems to have bug on Windows as it only  shows full error text when 
>> resized to some size… So path to missed file is not full.
>> The gtest.h is in place, why gb_Deliver_deliver cannot find it?
>>
>> $ build --all:gtest
>> build -- version: 1775979
>>
>>
>> =============
>> Building module gtest
>> =============
>>
>> Entering /cygdrive/c/source/aoo-trunk/ext_libraries/gtest
>>
>> mkdir: cannot create directory './wntmsci12.pro/misc/build/gtest-1.7.0/': 
>> File exists
>> C:/source/aoo-trunk/main/solenv/gbuild/Package.mk:28: *** 
>> gb_Deliver_deliver: file does not exist in solver, and cannot be deli.  
>> Stop.nk/main/solver/420/wntmsci12.pro/inc/gtest/gtest.h
>> dmake:  Error code 2, while making 
>> './wntmsci12.pro/misc/build/so_built_oo_gtest'
>>
>> 1 module(s):
>>         gtest
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making 
>> /cygdrive/c/source/aoo-trunk/ext_libraries/gtest
>>
>> When you have fixed the errors in that module you can resume the build by 
>> running:
>>
>>         build --all:gtest
>>
>> The sal helper cannot open include file conditn.h
>>
>> =============
>> Building module salhelper
>> =============
>>
>> Entering /cygdrive/c/source/aoo-trunk/main/salhelper/source
>>
>> mkout -- version: 1.8
>> Making:    all_salhelper.dpslo
>> Compiling: salhelper/wntmsci12.pro/misc/salhelper3MSC_version.c
>> Compiling: salhelper/source/condition.cxx
>> ../inc\salhelper/condition.hxx(29) : fatal error C1083: Cannot open include 
>> file: 'osl/conditn.h': No such file or directory
>> dmake:  Error code 2, while making '../wntmsci12.pro/slo/condition.obj'
>>
>> 1 module(s):
>>         salhelper
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making 
>> /cygdrive/c/source/aoo-trunk/main/salhelper/source
>>
>> When you have fixed the errors in that module you can resume the build by 
>> running:
>>
>>         build --all:salhelper
>>
>>
>>
>> From: Yemelyanenko Fyodor [mailto:fyodo...@hotmail.com]
>> Sent: Wednesday, July 19, 2017 10:51 AM
>> To: Damjan Jovanovic <dam...@apache.org>; Apache OO 
>> <dev@openoffice.apache.org>
>> Subject: Re[5]: Building OO
>>
>> Hello!
>>
>> I've switched to Ubuntu 14.04 mini with xubuntu-desktop and xrdp installed
>> And OO built successfully! :-)
>>
>> Now trying to do the same on W7 x32.
>>
>> As Id like to deep dive into OO development, could you please share what dev 
>> environment do you use on Ubuntu and on W7 (I believe, that I'll finally 
>> success in building OO on Windows).
>> Any thoughts on establishing dev environment will be appreciated.
>>
>> --
>> Fyodor
>>
>> ------ Исходное сообщение ------
>> От: "Емельяненко Федор" <fyodo...@hotmail.com<mailto:fyodo...@hotmail.com>>
>> Кому: "Damjan Jovanovic" <dam...@apache.org<mailto:dam...@apache.org>>
>> Копия: "Apache OO" 
>> <dev@openoffice.apache.org<mailto:dev@openoffice.apache.org>>
>> Отправлено: 04.07.2017 12:57:52
>> Тема: Re[4]: Building OO
>>
>> I use following config script
>>
>> ./configure \
>>    --with-frame-home="$SDK_PATH" \
>>    --with-psdk-home="$SDK_PATH" \
>>    --with-midl-path="$SDK_PATH/bin" \
>>    --with-ant-home="/cygdrive/c/ant110/apache-ant-1.10.1" \
>>    --with-jdk-home="C:/PROGRA~2/Java/JDK18~1.0_1" \
>>    --with-csc-path="C:/Windows/Microsoft.NET/Framework/v3.5" \
>>    --with-cl-home="C:/PROGRA~2/MICROS~1.0/VC" \
>>    --with-asm-home="C:/PROGRA~2/MICROS~1.0/VC/bin" \
>>    
>> --with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
>>  \
>>    
>> --with-epm-url="https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz";
>>  \
>>    --disable-pch \
>>    --disable-atl \
>>    --disable-activex \
>>    --disable-nss-module \
>>    --without-junit \
>>    --disable-directx
>>
>> On Windows 8.1 64 bit Hyper-v VM
>>
>> Full jdk path C:\Program Files (x86)\Java\jdk1.8.0_131
>> CL home C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC
>> Asm home C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin
>>
>> I've tried to rebuild with following script (full path) with no success
>>
>> ./configure \
>>    --with-frame-home="$SDK_PATH" \
>>    --with-psdk-home="$SDK_PATH" \
>>    --with-midl-path="$SDK_PATH/bin" \
>>    --with-ant-home="/cygdrive/c/ant110/apache-ant-1.10.1" \
>>    --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.8.0_131" \
>>    --with-csc-path="/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5" \
>>    --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
>> 9.0/VC" \
>>    --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 
>> 9.0/VC/bin" \
>>    
>> --with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
>>  \
>>    
>> --with-epm-url="https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz";
>>  \
>>    --disable-pch \
>>    --disable-atl \
>>    --disable-activex \
>>    --disable-nss-module \
>>    --without-junit \
>>    --disable-directx
>>
>> Now I have error on module gtest...
>>
>> dmake: Error code 2, while making 
>> './wntmsci12.pro/misc/build/so_built_oo_gtest'
>>
>> 1 module(s):
>> gtest
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making 
>> /cygdrive/c/source/aoo-trunk/ext_libraries/gtest
>>
>> When you have fixed the errors in that module you can resume the build by 
>> running:
>>
>> build --all:gtest
>>
>> ------ Исходное сообщение ------
>> ОÑ\x82: "Damjan Jovanovic" <dam...@apache.org<mailto:dam...@apache.org>>
>> Кому: "Yemelyanenko Fyodor" 
>> <fyodo...@hotmail.com<mailto:fyodo...@hotmail.com>>
>> Копия: "Apache OO" 
>> <dev@openoffice.apache.org<mailto:dev@openoffice.apache.org>>
>> Отпр

Reply via email to