You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Ariel Constenla-Haile <ar...@apache.org> on 2013/06/09 00:46:21 UTC

Re: buildbot failure in ASF Buildbot on aoo-win7

On Thu, Jun 6, 2013 at 1:35 AM,  <bu...@apache.org> wrote:
> Hi! , The aoo-win7 builder has just completed a run
>
> STATUS: Failure
>
>  Build revision 1490123 on branch openoffice/trunk
>
>  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-win7/builds/642
>
>  Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered this build

C:/Progra~1/MICROS~1.0/VC/include\../../VC/include/unordered_set(64) :
error C2065: '_Hash_compare' : undeclared identifier

the bot might be suffering from the issue described here:
http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/eaf24519-84e3-442e-ac7d-adab82a81ede

"If you're using the original Feature Pack, you may want to install
the Feature Pack Refresh instead. If you installed the Windows SDK
after installing the Feature Pack, it overwrites a few headers and you
need to repair VS to get the Feature Pack headers back (this is
documented in the Feature Pack release notes)."

If repairing does not work, install Visual C++ 2008 Feature Pack Release from
http://www.microsoft.com/en-us/download/details.aspx?id=6922

Regards

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


Re: buildbot failure in ASF Buildbot on aoo-win7

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Sun, Jun 09, 2013 at 11:29:43PM -0700, Andrew Rist wrote:
> >>STATUS: Failure
> >>
> >>  Build revision 1490123 on branch openoffice/trunk
> >>
> >>  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-win7/builds/642
> >>
> >>  Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered this build
> >C:/Progra~1/MICROS~1.0/VC/include\../../VC/include/unordered_set(64) :
> >error C2065: '_Hash_compare' : undeclared identifier
> >
> >the bot might be suffering from the issue described here:
> >http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/eaf24519-84e3-442e-ac7d-adab82a81ede
> >
> >"If you're using the original Feature Pack, you may want to install
> >the Feature Pack Refresh instead. If you installed the Windows SDK
> >after installing the Feature Pack, it overwrites a few headers and you
> >need to repair VS to get the Feature Pack headers back (this is
> >documented in the Feature Pack release notes)."
> >
> >If repairing does not work, install Visual C++ 2008 Feature Pack Release from
> >http://www.microsoft.com/en-us/download/details.aspx?id=6922
> I've installed this now.
> Also, kicked off new builds.

If you have access to the files in that machine, you can verify by
looking at 

C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xhash

In the broken header, when you search for _Hash_compare you find
nothing; after the fix you'll find some results:

$ grep --line-number _Hash_compare /cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio\ 9.0/VC/include/xhash
146:            // TEMPLATE CLASS _Hash_compare
150:    class _Hash_compare
159:    _Hash_compare()
163:    _Hash_compare(hasher _Hasharg)
168:    _Hash_compare(hasher _Hasharg, _Keyeq _Keyeqarg)


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: buildbot failure in ASF Buildbot on aoo-win7

Posted by Andrew Rist <an...@oracle.com>.
On 6/8/2013 3:46 PM, Ariel Constenla-Haile wrote:
> On Thu, Jun 6, 2013 at 1:35 AM,  <bu...@apache.org> wrote:
>> Hi! , The aoo-win7 builder has just completed a run
>>
>> STATUS: Failure
>>
>>   Build revision 1490123 on branch openoffice/trunk
>>
>>   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-win7/builds/642
>>
>>   Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered this build
> C:/Progra~1/MICROS~1.0/VC/include\../../VC/include/unordered_set(64) :
> error C2065: '_Hash_compare' : undeclared identifier
>
> the bot might be suffering from the issue described here:
> http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/eaf24519-84e3-442e-ac7d-adab82a81ede
>
> "If you're using the original Feature Pack, you may want to install
> the Feature Pack Refresh instead. If you installed the Windows SDK
> after installing the Feature Pack, it overwrites a few headers and you
> need to repair VS to get the Feature Pack headers back (this is
> documented in the Feature Pack release notes)."
>
> If repairing does not work, install Visual C++ 2008 Feature Pack Release from
> http://www.microsoft.com/en-us/download/details.aspx?id=6922
I've installed this now.
Also, kicked off new builds.
A.

>
> Regards
>
> ---------------------------------------------------------------------
> 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