You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Kay Schenk <ka...@gmail.com> on 2015/03/25 17:59:03 UTC

Windows buildbot failures -- can you help?

Dear all --

If you've been building with Windows, we could use some assistance with
tracking down our Windows buildbot problem. See our buildbot results
page -- http://ci.apache.org/projects/openoffice/

Since rev. 1667884 (a possible result of making one thing right but
breaking something else), the win7 nightly has been failing.

If you are a windows builder, please update your source, and possibly do
a clean and reconfigure, and build. See what happens.

If your build is fine, report this.

If you get a failure, please do a clean, reconfigure and add the switch

"-- disable-gtk"

and see if this fixes the build problem.


Thanks for the help.


-- 
-------------------------------------------------------------------------
MzK

“What is the point of being alive if you don't
 at least  try to do something remarkable?”
       -- John Green, "An Abundance of Katherines"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Windows buildbot failures -- can you help?

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Wed, Apr 08, 2015 at 04:49:36PM +0100, Gavin McDonald wrote:
> > Yes, it seems that someone must open a JIRA ticket and request access to
> > the buildbot.
> 
> Ok so the win7 build machine is maintained by Infra; and no accounts are 
> issued. 
> 
> feel free to open a BUILDS jira and I’ll take a look.
> 
> https://issues.apache.org/jira/browse/BUILDS 

Thanks for the hint. Done at
https://issues.apache.org/jira/browse/BUILDS-70


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: Windows buildbot failures -- can you help?

Posted by Gavin McDonald <ga...@16degrees.com.au>.
> On 8 Apr 2015, at 2:15 pm, Ariel Constenla-Haile <ar...@apache.org> wrote:
> 
> On Sat, Mar 28, 2015 at 09:12:15AM -0700, Kay Schenk wrote:
>> I saw these errors but since I am not on Windows, I didn't know how to
>> interpret them. Are you saying that AOO will not compile with this
>> version of MSPDBBD.DLL or, is something now wrong with this DLL?
>> 
>> In any case, I do not have root level access to the win7 buildbot. So,
>> either someone that does can check this out, or, request this type of
>> access from infra.
> 
> Yes, it seems that someone must open a JIRA ticket and request access to
> the buildbot.

Ok so the win7 build machine is maintained by Infra; and no accounts are 
issued. 

feel free to open a BUILDS jira and I’ll take a look.

https://issues.apache.org/jira/browse/BUILDS <https://issues.apache.org/jira/browse/BUILDS> 

Gav…

> 
> 
> Regards
> -- 
> Ariel Constenla-Haile
> La Plata, Argentina


Re: Windows buildbot failures -- can you help?

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Sat, Mar 28, 2015 at 09:12:15AM -0700, Kay Schenk wrote:
> I saw these errors but since I am not on Windows, I didn't know how to
> interpret them. Are you saying that AOO will not compile with this
> version of MSPDBBD.DLL or, is something now wrong with this DLL?
> 
> In any case, I do not have root level access to the win7 buildbot. So,
> either someone that does can check this out, or, request this type of
> access from infra.

Yes, it seems that someone must open a JIRA ticket and request access to
the buildbot.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: Windows buildbot failures -- can you help?

Posted by Oliver Brinzing <Ol...@gmx.de>.
Hello Ariel,

 > --html will give you something like this:
 > http://ci.apache.org/projects/openoffice/buildlogs/linux64/log/unxlngx6.pro.build.html

thanks, will try again ;-)

 > I saw these errors but since I am not on Windows, I didn't know how to
 > interpret them. Are you saying that AOO will not compile with this
 > version of MSPDBBD.DLL or, is something now wrong with this DLL?

i found this versions of MSPDB80.DLL in my build vm:

C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64
mspdb80.dll 9.0.30729.1 29.07.2008 236.032 Bytes

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
mspdb80.dll 9.0.30729.1 29.07.2008 193.536 Bytes


Best Regards
Oliver

>
>
> Regards
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Windows buildbot failures -- can you help?

Posted by Ariel Constenla-Haile <ar...@apache.org>.
Hello Oliver,

On Sat, Apr 04, 2015 at 10:13:10AM +0200, Oliver Brinzing wrote:
> Hi,
> 
> >>> If you've been building with Windows, we could use some assistance with
> >>> tracking down our Windows buildbot problem. See our buildbot results
> >>> page -- http://ci.apache.org/projects/openoffice/
> 
> yesterday i build an aoo debug version with source from https://github.com/apache/openoffice
> on a win 7 64bit vm. finally it worked (the vm crashed 2 times with a BSOD and i had to clean
> and restart...).
> 
> I used same build setting as for my aoo 4.1.1 debug build 3 months ago:
> 
> SourceMain=/cygdrive/c/build_tmp/aoo-src/main
> cd $SourceMain
> autoconf

[...]

> Can you tell me the build settings for an official build please?

See comments in-line.

> ./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://dmake.apache-extras.org.codespot.com/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 \

Remove these:

> --without-fonts \
> --disable-online-update \
> --disable-odk \
> --disable-strip-solver \
> --enable-symbols \
> --enable-dbgutil \
> --enable-crashdump \
> --enable-debug \

This one can be kept. It only affect the build environment.

> --enable-verbose \
> 
> ./bootstrap
> source winenv.set.sh
> cd instsetoo_native
> build --all -P2 -- -P2

--html will give you something like this:
http://ci.apache.org/projects/openoffice/buildlogs/linux64/log/unxlngx6.pro.build.html


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: Windows buildbot failures -- can you help?

Posted by Oliver Brinzing <Ol...@gmx.de>.
Hi,

 >>> If you've been building with Windows, we could use some assistance with
 >>> tracking down our Windows buildbot problem. See our buildbot results
 >>> page -- http://ci.apache.org/projects/openoffice/

yesterday i build an aoo debug version with source from https://github.com/apache/openoffice
on a win 7 64bit vm. finally it worked (the vm crashed 2 times with a BSOD and i had to clean
and restart...).

I used same build setting as for my aoo 4.1.1 debug build 3 months ago:

SourceMain=/cygdrive/c/build_tmp/aoo-src/main
cd $SourceMain
autoconf

./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://dmake.apache-extras.org.codespot.com/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-fonts \
--without-stlport \
--without-junit \
--disable-online-update \
--disable-odk \
--disable-strip-solver \
--enable-symbols \
--enable-dbgutil \
--enable-crashdump \
--enable-debug \
--enable-verbose \

./bootstrap
source winenv.set.sh
cd instsetoo_native
build --all -P2 -- -P2

btw: debug output is a bit unfortunate, i get *dozens* of log errors, if i insert a table into a 
writer document:

 > Error: getSdrAllFillAttributesHelper() call only valid for RES_FLYFRMFMT and RES_FRMFMT (!)
 > From File c:/build_tmp/aoo-src/main/sw/source/core/layout/atrfrm.cxx at Line 3404

Can you tell me the build settings for an official build please?

Regards
Oliver


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Windows buildbot failures -- can you help?

Posted by Kay Schenk <ka...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



On 03/27/2015 11:37 PM, Ariel Constenla-Haile wrote:
> On Wed, Mar 25, 2015 at 09:59:03AM -0700, Kay Schenk wrote:
>> Dear all --
>>
>> If you've been building with Windows, we could use some assistance wi
th
>> tracking down our Windows buildbot problem. See our buildbot results
>> page -- http://ci.apache.org/projects/openoffice/
>>
>> Since rev. 1667884 (a possible result of making one thing right but
>> breaking something else), the win7 nightly has been failing.
>>
>> If you are a windows builder, please update your source, and possibly
 do
>> a clean and reconfigure, and build. See what happens.
>>
>> If your build is fine, report this.
>>
>> If you get a failure, please do a clean, reconfigure and add the swit
ch
>>
>> "-- disable-gtk"
>>
>> and see if this fixes the build problem.
>>
>>
>> Thanks for the help.
> 
> http://ci.apache.org/builders/aoo-win7/builds/350/steps/build.pl%20--a
ll/logs/stdio
> 
> ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-win7/
build/main/graphite
> ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-win7/
build/ext_libraries/apr
> ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-win7/
build/main/soltools/mkdepend
> 
> When you have fixed the errors in that module you can resume the build
> by running:
> 
>     build --from apr soltools graphite
> 
> 
> apr: .\atomic\win32\apr_atomic.c : fatal error C1902: Program database
> manager mismatch; please check your installation
> 
> graphite: src/font/FileFont.cpp : fatal error C1902: Program database
> manager mismatch; please check your installation
> NMAKE : fatal error U1077: 'C:\Progra~1\MICROS~1.0\VC\bin\cl.exe'
> : return code '0x2'
> 
> soltools: LINK : fatal error LNK1101: incorrect MSPDB80.DLL version;
> recheck installation of this product
> 
> 
> A search on the web seems to indicate a broken tool chain installation
> after some MS updates.
> 
> 
> Regards

Thanks Ariel --

I saw these errors but since I am not on Windows, I didn't know how to
interpret them. Are you saying that AOO will not compile with this
version of MSPDBBD.DLL or, is something now wrong with this DLL?

In any case, I do not have root level access to the win7 buildbot. So,
either someone that does can check this out, or, request this type of
access from infra.


- -- 
- ------------------------------------------------------------------------
- -
MzK

“What is the point of being alive if you don't
 at least  try to do something remarkable?”
       -- John Green, "An Abundance of Katherines"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAEBAgAGBQJVFtLfAAoJEJ8zlgVF1GcuPPcIAIX9CT8TBb7ggZGwazjdnE5C
moDZt9fQLULeC8ommTZ+ZT3J+erBRVZOaJFBjXMV6OPYMmUK9wwvwYTTc0EvLuMF
yy9T4jrp3dDpFRd6P+dnF1XRaNit2Z1zbTqcCwDE1qTW97H7IM8MY265FISv1Y6p
BnHP+qUWyiarsiCE2X/BEKRgESBj34H7YE97oWFxkHHNAH1vi83YtenM47J2Aqcn
DTJsETRx1RSlVwRNjxeH7KZJ2sy0pQxXedxvusJ5FLwDbgv3qS0oVlyBAWeMQ6vW
C5fkN0ZQdZEn5GRmvB/8nLEj4ei4GhoX+HwixrXxV0vSrAT66rpjdKqedfr2aN4=
=CzAW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Windows buildbot failures -- can you help?

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Wed, Mar 25, 2015 at 09:59:03AM -0700, Kay Schenk wrote:
> Dear all --
> 
> If you've been building with Windows, we could use some assistance with
> tracking down our Windows buildbot problem. See our buildbot results
> page -- http://ci.apache.org/projects/openoffice/
> 
> Since rev. 1667884 (a possible result of making one thing right but
> breaking something else), the win7 nightly has been failing.
> 
> If you are a windows builder, please update your source, and possibly do
> a clean and reconfigure, and build. See what happens.
> 
> If your build is fine, report this.
> 
> If you get a failure, please do a clean, reconfigure and add the switch
> 
> "-- disable-gtk"
> 
> and see if this fixes the build problem.
> 
> 
> Thanks for the help.

http://ci.apache.org/builders/aoo-win7/builds/350/steps/build.pl%20--all/logs/stdio

ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-win7/build/main/graphite
ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-win7/build/ext_libraries/apr
ERROR: error 65280 occurred while making /cygdrive/e/slave14/aoo-win7/build/main/soltools/mkdepend

When you have fixed the errors in that module you can resume the build
by running:

    build --from apr soltools graphite


apr: .\atomic\win32\apr_atomic.c : fatal error C1902: Program database
manager mismatch; please check your installation

graphite: src/font/FileFont.cpp : fatal error C1902: Program database
manager mismatch; please check your installation
NMAKE : fatal error U1077: 'C:\Progra~1\MICROS~1.0\VC\bin\cl.exe'
: return code '0x2'

soltools: LINK : fatal error LNK1101: incorrect MSPDB80.DLL version;
recheck installation of this product


A search on the web seems to indicate a broken tool chain installation
after some MS updates.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: Windows buildbot failures -- can you help?

Posted by Regina Henschel <rb...@t-online.de>.
Hi Kay,

I see in the log other folder missing too. It might be, that they have 
no wntmsci12 and therefore do not appear in the log. Is it possible to 
see, which source is actually there in the virtual machine?

Because it breaks so early and I have successfully build it, I think we 
need to make sure, that all needed parts are actually exists, but I 
don't know how to do it.

Kind regards
Regina


Kay Schenk schrieb:
> Hi Regina --
>
> On 03/26/2015 11:46 PM, Regina Henschel wrote:
>> Hi Kay,
>>
>> Kay Schenk schrieb:
>>> Dear all --
>>>
>>> If you've been building with Windows, we could use some assistance with
>>> tracking down our Windows buildbot problem. See our buildbot results
>>> page -- http://ci.apache.org/projects/openoffice/
>>>
>>> Since rev. 1667884 (a possible result of making one thing right but
>>> breaking something else), the win7 nightly has been failing.
>>>
>>> If you are a windows builder, please update your source, and possibly do
>>> a clean and reconfigure, and build. See what happens.
>>>
>>> If your build is fine, report this.
>>
>> I have made a clean build, but no reconfigure. The actual trunk builds
>> without problems.
>>
>> My local source has got a folder trunk/ext_libraries/apr-util. And
>> therein the folder wmtmsci12, which has to be deleted for a clean build.
>> Looking in the log of step 2 "rsync_svn_files" I see the deletion of all
>> the other wmtmsci12-folders, but that of apr-util is missing. Can you
>> check that aspect?
>>
>> Kind regards
>> Regina
>
> Thanks so much for helping with this and for your hints.
>
> Not being a Windows builder, the step you pointed out would have been
> completely lost on me! :)
>
> I will see what we can do about it.
>
>
>
>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Windows buildbot failures -- can you help?

Posted by Kay Schenk <ka...@gmail.com>.
Hi Regina --

On 03/26/2015 11:46 PM, Regina Henschel wrote:
> Hi Kay,
> 
> Kay Schenk schrieb:
>> Dear all --
>>
>> If you've been building with Windows, we could use some assistance with
>> tracking down our Windows buildbot problem. See our buildbot results
>> page -- http://ci.apache.org/projects/openoffice/
>>
>> Since rev. 1667884 (a possible result of making one thing right but
>> breaking something else), the win7 nightly has been failing.
>>
>> If you are a windows builder, please update your source, and possibly do
>> a clean and reconfigure, and build. See what happens.
>>
>> If your build is fine, report this.
> 
> I have made a clean build, but no reconfigure. The actual trunk builds
> without problems.
> 
> My local source has got a folder trunk/ext_libraries/apr-util. And
> therein the folder wmtmsci12, which has to be deleted for a clean build.
> Looking in the log of step 2 "rsync_svn_files" I see the deletion of all
> the other wmtmsci12-folders, but that of apr-util is missing. Can you
> check that aspect?
> 
> Kind regards
> Regina

Thanks so much for helping with this and for your hints.

Not being a Windows builder, the step you pointed out would have been
completely lost on me! :)

I will see what we can do about it.




> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
> 

-- 
-------------------------------------------------------------------------
MzK

“What is the point of being alive if you don't
 at least  try to do something remarkable?”
       -- John Green, "An Abundance of Katherines"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Windows buildbot failures -- can you help?

Posted by Regina Henschel <rb...@t-online.de>.
Hi Kay,

Kay Schenk schrieb:
> Dear all --
>
> If you've been building with Windows, we could use some assistance with
> tracking down our Windows buildbot problem. See our buildbot results
> page -- http://ci.apache.org/projects/openoffice/
>
> Since rev. 1667884 (a possible result of making one thing right but
> breaking something else), the win7 nightly has been failing.
>
> If you are a windows builder, please update your source, and possibly do
> a clean and reconfigure, and build. See what happens.
>
> If your build is fine, report this.

I have made a clean build, but no reconfigure. The actual trunk builds 
without problems.

My local source has got a folder trunk/ext_libraries/apr-util. And 
therein the folder wmtmsci12, which has to be deleted for a clean build. 
Looking in the log of step 2 "rsync_svn_files" I see the deletion of all 
the other wmtmsci12-folders, but that of apr-util is missing. Can you 
check that aspect?

Kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org