<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 19, 2015 at 4:33 PM, Ashod Nakashian <span dir="ltr"><<a href="mailto:ashnakash@gmail.com" target="_blank">ashnakash@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Anyone know why Jenkins sometimes throws this error?<br>
<br>
C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/shell/source/win32/shlxthandler/util/utilities.cxx(110)<br>
: error C2220: warning treated as error - no 'object' file generated<br></blockquote><div><br></div><div>If you would have quoted the whole text you would have seen the error yourself:<br><br><pre class="">C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/shell/source/win32/shlxthandler/util/utilities.cxx(110) : error C2220: warning treated as error - no 'object' file generated
C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/shell/source/win32/shlxthandler/util/utilities.cxx(110) : warning C4996: 'GetVersionExW': was declared deprecated<br><br></pre><pre class="">So as we are using Werror and use a deprecated function we are aborting the build.<br></pre> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
I can't find any other failures in the output.<br>
That was on Windows. In the same build[*], but on Linux, I have this:<br>
<br>
nsinstall: cannot access nss.h: No such file or directory<br>
../../coreconf/<a href="http://rules.mk:752" target="_blank">rules.mk:752</a>: recipe for target 'export' failed<br>
make[4]: *** [export] Aborted<br>
<br>
<br>
Any ideas? How can we fix/avoid this?<br></blockquote></div><br><br></div><div class="gmail_extra">The linux one looks more like a problem with the nss build. I doubt that this one can be explained by looking at the logs without being able to build on the machine.<br><br>Regards,<br>Markus<br></div></div>