You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Andrew Rist <an...@oracle.com> on 2013/01/30 21:35:22 UTC

Re: buildbot failure in ASF Buildbot on aoo-w7snap

Can anyone help with debugging the Windows snapshot build?
It dies building shell - source/win32/sysmail
with :

dmake:  Error: -- `simplemapi.hxx' not found, and can't be made

http://ci.apache.org/projects/openoffice/buildlogs/winsnap/log/wntmsci12.pro.build.html


On 1/30/2013 10:39 AM, buildbot@apache.org wrote:
> Hi! , The aoo-w7snap builder has just completed a run
>
> STATUS: Failure
>
>   Build revision 1439888 on branch None
>
>   Snapshot results at: http://ci.apache.org/projects/openoffice/
>
>   Build using the ASF buildslave: bb-win7
>
>   Build results at: http://ci.apache.org/builders/aoo-w7snap/builds/25
>
>   Build reason was: forced: by IRC user <arist> on channel #asftest: should build as nightly built
>
>
>   Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
> --------------------------------------------------------------------------
>
>   Join the builds@apache.org mailing list for help with Buildbot
>
>
>
>


Re: buildbot failure in ASF Buildbot on aoo-w7snap

Posted by Herbert Duerr <hd...@apache.org>.
On 01/30/2013 09:35 PM, Andrew Rist wrote:
> Can anyone help with debugging the Windows snapshot build?
> It dies building shell - source/win32/sysmail
> with :
>
> dmake: Error: -- `simplemapi.hxx' not found, and can't be made

The file simplemapi.hxx was removed almost four weeks ago [1]
and that resulted in a problem on the incremental build too [2], but 
that was solved by the weekly clobbering [3] then.

There must be an old dependency file somewhere on the buildbot. 
Clobbering the output of at least the shell module should help.

[1] http://svn.apache.org/viewvc?view=revision&revision=1429067
[2] 
http://ci.apache.org/builders/aoo-win7/builds/453/steps/shell_4/logs/stdio
[3] 
http://ci.apache.org/builders/aoo-win7/builds/456/steps/compile_1/logs/stdio

Hope that helps,
Herbert